summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-3/+3
* Refactor klist insertion and removalvisa2020-12-251-3/+3
* consistently return EINVAL on invalid BPBjsg2020-08-101-3/+3
* Rename poll-compatibility flag to better reflect what it is.mpi2020-06-111-2/+2
* Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).mpi2020-06-081-1/+5
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* Kill some dead code that tests bits immediately after setting them.krw2020-03-241-8/+5
* Remove unused "struct proc *" argument from the following functions:mpi2020-02-272-24/+3
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-4/+4
* remove a notyet that remains more not than yet after 25 years. ok krwtedu2020-01-241-9/+1
* struct vops is not modified during runtime so use const which moves eachclaudio2020-01-202-4/+4
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-7/+21
* Convert struct vfsops initializer to C99 style.bluhm2019-12-261-14/+14
* msdosfs: remove timezone supportcheloha2019-09-041-5/+3
* Allow concurrent reads of the f_offset field of struct file byanton2019-08-051-2/+2
* vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2019-07-252-4/+4
* getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha2019-07-192-7/+8
* Revert anton@ changes about read/write unlockingsolene2019-07-121-2/+2
* Make read/write of the f_offset field belonging to struct file MP-safe;anton2019-07-101-2/+2
* Introduce a dedicated entry point data structure for file locks. This new dataanton2019-01-211-2/+2
* Drop redundant "node == parent node" checks from VOP_RMDIR()visa2018-06-211-9/+1
* Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forvisa2018-06-071-4/+1
* Drop unnecessary `p' parameter from vget(9).visa2018-05-272-5/+4
* Implement VFS read clustering for MSDOSFS, take 3.mpi2018-05-073-57/+78
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-024-16/+12
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-284-24/+24
* Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),visa2018-03-281-2/+2
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-102-6/+7
* Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.guenther2018-01-021-2/+3
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-17/+15
* msdofs: Add new CLUST_END constantsf2017-08-141-2/+3
* msdofs: Add new CLUST_END constantsf2017-08-143-8/+9
* minor msdosfs tweakssf2017-08-131-2/+4
* Revert 'Implement VFS read clustering for MSDOSFS' againsf2017-06-132-67/+44
* msdosfs & ffs: flush cache if updating mount from r/w to r/osf2017-05-291-2/+9
* Implement VFS read clustering for MSDOSFSsf2017-05-292-44/+67
* Tweak lock inits to make the system runnable with witness(4)visa2017-04-201-2/+2
* Rename BIOS parameter block field from bsPBP to bsBPB. This typobluhm2016-10-102-4/+4
* Do not check the SecPerTrack field of the BPB when mounting a MSDOSbluhm2016-10-091-2/+2
* Kill empty ifdef; ok fcambus@jca2016-09-281-3/+1
* Remove usermount remnants. ok tedunatano2016-09-071-32/+3
* Revert "Implement VFS read clustering for MSDOSFS"sf2016-08-302-70/+51
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-131-2/+2
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-193-8/+9
* When pulling an msdos formated umass stick during mount while thebluhm2016-05-221-2/+3
* Remove the -x flag from mount_msdos and always assume the execute bitnatano2016-05-212-16/+12
* by default, files were made executable. that does not make sense today.deraadt2016-05-211-3/+3
* Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2016-04-261-9/+9