summaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
AgeCommit message (Expand)Author
2025-10-25pathconf: Define a new name called _PC_CASE_INSENSITIVERick Macklem
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-08-25msdofs(5): Fix a typo in a source code commentGordon Bergling
2025-07-18msdosfs: replace '/' in direntries with '?'Konstantin Belousov
2025-07-13msdosfs: Fix handling of eofflag in VOP_READDIRMark Johnston
2025-07-05pathconf: Add a new variable for hidden/systemRick Macklem
2025-07-04msdosfs: remove pm_checkpath_lockKonstantin Belousov
2025-06-16msdosfs: Add _WANT_MSDOSFS_INTERNALS to replace MAKEFS in headersJessica Clarke
2025-06-16msdosfs: Don't #ifdef out msdosfsmount membersJessica Clarke
2024-12-05fs: Add static asserts for the size of fid structuresRick Macklem
2024-08-25msdosfs: return ENOENT if looking up invalid name for OPEN or DELETEJose Luis Duran
2024-08-09msdosfs: fix cluster limit when mounting FAT-16 file systemsStefan Eßer
2024-02-23fs/msdosfs fatblock: use ulmin() rather than min()Konstantin Belousov
2024-02-20msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer
2024-02-17msdosfs: fix directory corruption after rename operationStefan Eßer
2024-01-20msdosfs_remount_ro(): correct vfs_unbusy() loopKonstantin Belousov
2024-01-18msdosfs_integrity_error(): plug possible busy leakKonstantin Belousov
2024-01-18msdosfs_rename(): implement several XXXs about downgrading to roKonstantin Belousov
2024-01-18msdosfs_rename(): handle errors from msdosfs_lookup_ino()Konstantin Belousov
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-07-11msdosfs: zero partially valid extended clusterKonstantin Belousov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-25fs/msdosfs: Fix potential panic and size calculationsStefan Eßer
2023-03-29fs/msdosfs: add tracking of free root directory entriesStefan Eßer
2023-03-08msdosfs: fix debug print format and parameterStefan Eßer
2023-02-14msdosfs deextend: validate pages of the partial bufferKonstantin Belousov
2023-02-14msdosfs deextend(): memoize DETOV(dep)Konstantin Belousov
2023-02-14msdosfs: correct handling of vnode pager size on file extension errorKonstantin Belousov
2023-01-14Stop cleaning MNT_LOCAL on unmountKonstantin Belousov
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-12-26mntfs: change mntfs_allocvp API to relock on its ownMateusz Guzik
2022-12-19vfs: retire the now unused SAVESTART flagMateusz Guzik
2022-12-19vfs: stop using SAVESTART for renameMateusz Guzik
2022-11-07Tree-wide replacement of VOP_UNLOCK + vrele combo with vputMateusz Guzik
2022-09-24msdosfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZEKonstantin Belousov
2022-09-24msdosfs: disallow truncation to set file size past RLIMIT_FSIZEKonstantin Belousov
2022-09-24filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov
2022-09-17vfs: always retain path buffer after lookupMateusz Guzik
2022-09-04msdosfs(5): Remove a double word in a source code commentGordon Bergling
2022-03-24vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik
2022-02-14msdosfs: Fix mounting when the device sector size is >512BMark Johnston
2022-02-01ufs, msdosfs: do not record witness order when creating vnodeKonstantin Belousov
2022-02-01msdosfs_denode.c: some styleKonstantin Belousov
2022-01-08msdosfs: use mntfs vnode for pm_devvpKonstantin Belousov
2022-01-08msdosfs: on integrity error, fire a task to remount filesystem to roKonstantin Belousov
2022-01-08msdosfs: add msdosfs_integrity_error()Konstantin Belousov
2022-01-08msdosfs: sanity check sector count from BPBKonstantin Belousov