aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* msdofs(5): Fix a typo in a source code commentGordon Bergling2025-08-281-1/+1
* msdosfs: fix cluster limit when mounting FAT-16 file systemsStefan Eßer2024-08-151-1/+3
* fs/msdosfs fatblock: use ulmin() rather than min()Konstantin Belousov2024-03-011-1/+1
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-233-5/+24
* msdosfs: fix directory corruption after rename operationStefan Eßer2024-02-201-1/+3
* msdosfs_remount_ro(): correct vfs_unbusy() loopKonstantin Belousov2024-01-241-2/+1
* msdosfs_integrity_error(): plug possible busy leakKonstantin Belousov2024-01-241-4/+14
* msdosfs_rename(): implement several XXXs about downgrading to roKonstantin Belousov2024-01-241-3/+12
* msdosfs_rename(): handle errors from msdosfs_lookup_ino()Konstantin Belousov2024-01-241-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2312-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* msdosfs: zero partially valid extended clusterKonstantin Belousov2023-07-181-1/+8
* msdosfs: fix debug print format and parameterStefan Eßer2023-05-016-15/+148
* msdosfs deextend: validate pages of the partial bufferKonstantin Belousov2023-02-191-5/+31
* msdosfs deextend(): memoize DETOV(dep)Konstantin Belousov2023-02-191-3/+4
* msdosfs: correct handling of vnode pager size on file extension errorKonstantin Belousov2023-02-191-3/+2
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-201-3/+0
* msdosfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZEKonstantin Belousov2022-10-081-9/+11
* msdosfs: disallow truncation to set file size past RLIMIT_FSIZEKonstantin Belousov2022-10-081-0/+3
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-10-081-2/+3
* msdosfs(5): Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* msdosfs: Fix mounting when the device sector size is >512BMark Johnston2022-02-211-1/+1
* ufs, msdosfs: do not record witness order when creating vnodeKonstantin Belousov2022-02-071-1/+1
* msdosfs_denode.c: some styleKonstantin Belousov2022-02-041-5/+5
* msdosfs: use mntfs vnode for pm_devvpKonstantin Belousov2022-01-142-11/+32
* msdosfs: on integrity error, fire a task to remount filesystem to roKonstantin Belousov2022-01-143-1/+7
* msdosfs: add msdosfs_integrity_error()Konstantin Belousov2022-01-142-0/+65
* msdosfs: sanity check sector count from BPBKonstantin Belousov2022-01-141-0/+12
* msdosfs: clusterfree() is used only in error handling casesKonstantin Belousov2022-01-143-10/+7
* msdosfs: do no allow lookup to return vdp except for dot lookupsKonstantin Belousov2022-01-141-4/+29
* msdosfs: handle a case when non-dot lookup returned dvpKonstantin Belousov2022-01-141-0/+4
* msdosfs: take inusemap inconsistency as an error, not invariants violationKonstantin Belousov2022-01-141-14/+27
* msdosfs: handle inconsistently hashed denodesKonstantin Belousov2022-01-141-2/+16
* mountmsdosfs(): some styleKonstantin Belousov2022-01-091-30/+25
* msdosfs_rename: remove write-only variablesKonstantin Belousov2021-10-271-6/+1
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-241-2/+3
* msdosfs: drop now unused DE_RENAMEKonstantin Belousov2021-09-031-1/+0
* msdosfs: add doscheckpath lockKonstantin Belousov2021-09-034-1/+15
* msdosfs: fix renameKonstantin Belousov2021-09-034-241/+274
* msdosfs deget(): add locking flags argumentKonstantin Belousov2021-09-034-14/+21
* msdosfs: unstaticise msdosfs_lookup_Konstantin Belousov2021-09-032-7/+6
* msdosfs: fix vnode leak with msdosfs_rename()Edward Tomasz Napierala2021-03-021-0/+8
* msdosfs: fix double unlock if the source file disappearsEdward Tomasz Napierala2021-03-021-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