aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* msdosfs: handle inconsistently hashed denodesKonstantin Belousov2022-01-081-2/+16
* mountmsdosfs(): some styleKonstantin Belousov2022-01-021-30/+25
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-2/+2
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* msdosfs_rename: remove write-only variablesKonstantin Belousov2021-10-201-6/+1
* vfs: remove cn_threadMateusz Guzik2021-10-112-4/+4
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-171-2/+3
* msdosfs: drop now unused DE_RENAMEKonstantin Belousov2021-08-271-1/+0
* msdosfs: add doscheckpath lockKonstantin Belousov2021-08-274-1/+15
* msdosfs: fix renameKonstantin Belousov2021-08-274-241/+274
* msdosfs deget(): add locking flags argumentKonstantin Belousov2021-08-274-14/+21
* msdosfs: unstaticise msdosfs_lookup_Konstantin Belousov2021-08-272-7/+6
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-221-2/+0
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-213-2/+6
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+1
* msdosfs: fix vnode leak with msdosfs_rename()Edward Tomasz Napierala2021-01-311-0/+8
* msdosfs: fix double unlock if the source file disappearsEdward Tomasz Napierala2021-01-311-1/+0
* msdosfs: Fix a leak of dirent padding bytesMark Johnston2020-12-271-0/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* msdosfs: suspend around unmount or remount rw->ro.Konstantin Belousov2020-11-201-11/+32
* msdosfs: Add trivial support for suspension.Konstantin Belousov2020-11-202-2/+8
* msdosfs(5): Fix debug-only format stringConrad Meyer2020-11-181-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-3/+0
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-3/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-271-0/+4
* vfs: rework vnode list managementMateusz Guzik2020-01-131-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-24/+24
* msdos: vgone unconstructed vnode before vputing itMateusz Guzik2020-01-011-1/+1
* msdosfs: add a missing MNT_VNODE_FOREACH_ALL_ABORT to msdosfs_syncMateusz Guzik2020-01-011-1/+3
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* Plug the rest of undef behavior places that were missed in r337456.Konstantin Belousov2019-10-111-7/+9
* msdosfs: do not deget unlinked denodesKyle Evans2019-09-201-3/+4
* buf: Add B_INVALONERR flag to discard dataConrad Meyer2019-09-113-12/+51
* msdosfsmount.h: fix ifdef commentEd Maste2019-09-091-1/+1
* msdosfs: Remove redundant brelse() after r294954Conrad Meyer2019-09-064-13/+0
* msdosfs: Drop an unneeded brelse in bread error conditionConrad Meyer2019-09-051-3/+1
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-011-1/+3
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-4/+0
* msdosfs_fat: reduce diffs with NetBSD and makefsEd Maste2019-08-221-22/+22
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-211-2/+4
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-211-2/+2
* Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-1/+1
* Add vn_fsync_buf().Konstantin Belousov2019-04-091-7/+2
* Fix dirty buf exhaustion easily triggered with msdosfs.Konstantin Belousov2019-04-091-1/+11
* msdosfs: zero tail of the last block on truncation for VREG vnodes as well.Konstantin Belousov2019-04-031-10/+12
* Fix clobbering of the fatchain cache for clustered i/o's when fullBruce Evans2018-12-211-0/+16