summaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
AgeCommit message (Expand)Author
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-08-17ext2fs: Set st_rdev to NODEV when not a deviceDag-Erling Smørgrav
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2024-12-13ext2fs: 'struct ufid': Re-order fields and unpackOlivier Certner
2024-12-05ext2fs: Fix the size of struct ufid and add a static assertRick Macklem
2024-06-25ext4_ext_tree_init: correct memset initializationRyan Libby
2024-05-23Stop treating size 0 as unknown size in vnode_create_vobject().Pawel Jakub Dawidek
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-10-27Fix build with gcc12.Navdeep Parhar
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-21ext2fs: Add large sectorsize disks supportFedor Uporov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-24ext2fs: extract crc16 into sys/crc16.hVal Packett
2023-03-20Fix compilation issue, when DTRACE is not definedFedor Uporov
2023-03-20ext2_dirbad(): fix !DTRACE buildKonstantin Belousov
2023-03-18Do not panic in case of corrupted directoryFedor Uporov
2023-03-18Add root directory entry check.Fedor Uporov
2023-01-29Fix block bitmap end position computationFedor Uporov
2023-01-14Stop cleaning MNT_LOCAL on unmountKonstantin Belousov
2023-01-01Fix vop_readdir's ncookies handling in UFS and EXT2.Kirk McKusick
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-12-19vfs: make relookup take an additional argumentMateusz Guzik
2022-12-17ext2fs: fix potential memory leak in ext4_ext_grow_indepth()Pedro F. Giffuni
2022-11-07Tree-wide replacement of VOP_UNLOCK + vrele combo with vputMateusz Guzik
2022-09-24filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov
2022-09-17vfs: always retain path buffer after lookupMateusz Guzik
2022-04-19ext2: plug a set-but-not-used varMateusz Guzik
2022-03-24vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik
2022-03-13vfs: prefix lookup and relookup with vfs_Mateusz Guzik
2022-02-06fs: fix a few common typos in source code commentsGordon Bergling
2022-01-31ext2fs: remove remnants of the UFS snapshot codeKonstantin Belousov
2021-12-30Improve extents verification logicFedor Uporov
2021-12-30Add more accurate check for root inodeFedor Uporov
2021-12-30Add more accurate directory entries checkFedor Uporov
2021-12-30Remove unnecessary e2fs_first_dblock value checkFedor Uporov
2021-12-15Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers
2021-11-29ext2: Check for e2fs_first_dblock in ext2_compute_sb_data()Neel Chauhan
2021-11-25vfs: remove the unused thread argument from NDINIT*Mateusz Guzik
2021-11-24ext2: plug set-but-not-used varsMateusz Guzik
2021-11-18ext2fs: check for eh_depth in ext4_ext_check_header()Neel Chauhan
2021-10-11vfs: remove cn_threadMateusz Guzik
2021-10-03vfs: remove dead fifoop VOP_KQFILTER implementationsKyle Evans
2021-08-22ext2fs(5): Correct a typo in an error messageGordon Bergling
2021-05-30ext2: add missing uio_td initialization to ext2_htree_append_blockMateusz Guzik
2021-05-22Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov
2021-05-08Make encode/decode extra time functions inline.Fedor Uporov
2021-05-07Make inode extra time fields updating logic more closer to linux.Fedor Uporov
2021-05-07Invalidate inode extents cache on truncation.Fedor Uporov