summaryrefslogtreecommitdiff
path: root/sys/msdosfs
AgeCommit message (Expand)Author
2022-06-26Remove unused VOP_POLL().Visa Hankala
2022-01-11spellingJonathan Gray
2021-12-23make array bounds in unix2dosfn() prototype match functionJonathan Gray
2021-12-12Add vnode parameter to VOP_STRATEGY()Visa Hankala
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala
2021-11-13Use long filenames by default on FAT filesystemsKlemens Nanni
2021-07-11correct commentJonathan Gray
2021-03-11spellingJonathan Gray
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-08-10consistently return EINVAL on invalid BPBJonathan Gray
2020-06-11Rename poll-compatibility flag to better reflect what it is.Martin Pieuchot
2020-06-08Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).Martin Pieuchot
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-03-24Kill some dead code that tests bits immediately after setting them.Kenneth R Westerback
2020-02-27Remove unused "struct proc *" argument from the following functions:Martin Pieuchot
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-01-24remove a notyet that remains more not than yet after 25 years. ok krwTed Unangst
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-26Convert struct vfsops initializer to C99 style.Alexander Bluhm
2019-09-04msdosfs: remove timezone supportcheloha
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-12Revert anton@ changes about read/write unlockingsolene
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-01-21Introduce a dedicated entry point data structure for file locks. This new dataanton
2018-06-21Drop redundant "node == parent node" checks from VOP_RMDIR()Visa Hankala
2018-06-07Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forVisa Hankala
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-07Implement VFS read clustering for MSDOSFS, take 3.Martin Pieuchot
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-03-28Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),Visa Hankala
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-01-02Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.Philip Guenther
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-13minor msdosfs tweaksStefan Fritsch
2017-06-13Revert 'Implement VFS read clustering for MSDOSFS' againStefan Fritsch
2017-05-29msdosfs & ffs: flush cache if updating mount from r/w to r/oStefan Fritsch
2017-05-29Implement VFS read clustering for MSDOSFSStefan Fritsch
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2016-10-10Rename BIOS parameter block field from bsPBP to bsBPB. This typoAlexander Bluhm
2016-10-09Do not check the SecPerTrack field of the BPB when mounting a MSDOSAlexander Bluhm
2016-09-28Kill empty ifdef; ok fcambus@Jeremie Courreges-Anglas
2016-09-07Remove usermount remnants. ok teduMartin Natano