aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: Add large sectorsize disks supportFedor Uporov2023-05-212-24/+30
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* ext2fs: extract crc16 into sys/crc16.hVal Packett2023-04-241-50/+5
* Fix compilation issue, when DTRACE is not definedFedor Uporov2023-03-201-4/+1
* ext2_dirbad(): fix !DTRACE buildKonstantin Belousov2023-03-201-1/+1
* Do not panic in case of corrupted directoryFedor Uporov2023-03-182-9/+14
* Add root directory entry check.Fedor Uporov2023-03-181-0/+7
* Fix block bitmap end position computationFedor Uporov2023-01-291-1/+1
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-3/+0
* Fix vop_readdir's ncookies handling in UFS and EXT2.Kirk McKusick2023-01-021-1/+1
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-262-0/+2
* vfs: make relookup take an additional argumentMateusz Guzik2022-12-191-2/+2
* ext2fs: fix potential memory leak in ext4_ext_grow_indepth()Pedro F. Giffuni2022-12-171-2/+6
* Tree-wide replacement of VOP_UNLOCK + vrele combo with vputMateusz Guzik2022-11-071-6/+3
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-09-241-2/+3
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-172-25/+0
* ext2: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+4
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* vfs: prefix lookup and relookup with vfs_Mateusz Guzik2022-03-131-2/+2
* fs: fix a few common typos in source code commentsGordon Bergling2022-02-061-3/+3
* ext2fs: remove remnants of the UFS snapshot codeKonstantin Belousov2022-01-312-13/+2
* Improve extents verification logicFedor Uporov2021-12-302-75/+224
* Add more accurate check for root inodeFedor Uporov2021-12-301-9/+10
* Add more accurate directory entries checkFedor Uporov2021-12-301-29/+10
* Remove unnecessary e2fs_first_dblock value checkFedor Uporov2021-12-301-7/+0
* Change VOP_READDIR's cookies argument to a **uint64_tAlan Somers2021-12-161-1/+1
* ext2: Check for e2fs_first_dblock in ext2_compute_sb_data()Neel Chauhan2021-11-291-1/+9
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* ext2: plug set-but-not-used varsMateusz Guzik2021-11-241-8/+0
* ext2fs: check for eh_depth in ext4_ext_check_header()Neel Chauhan2021-11-181-0/+4
* vfs: remove cn_threadMateusz Guzik2021-10-112-9/+9
* vfs: remove dead fifoop VOP_KQFILTER implementationsKyle Evans2021-10-031-18/+0
* ext2fs(5): Correct a typo in an error messageGordon Bergling2021-08-221-1/+1
* ext2: add missing uio_td initialization to ext2_htree_append_blockMateusz Guzik2021-05-301-0/+1
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-224-5/+7
* Make encode/decode extra time functions inline.Fedor Uporov2021-05-081-2/+2
* Make inode extra time fields updating logic more closer to linux.Fedor Uporov2021-05-072-19/+43
* Invalidate inode extents cache on truncation.Fedor Uporov2021-05-071-0/+1
* Improve extents verification logic.Fedor Uporov2021-05-075-51/+104
* Add chr/blk devices support.Fedor Uporov2021-05-075-16/+82
* Fix inode birthtime updating logic.Fedor Uporov2021-05-071-3/+5
* ext2fs: clear write cluster tracking on truncationKonstantin Belousov2021-02-211-0/+1
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-213-1/+6
* In ext2fs, BA_CLRBUF is used in ext2_balloc() not UFS_BALLOC().Kirk McKusick2020-12-081-1/+1
* Document the BA_CLRBUF flag used in ufs and ext2fs filesystems.Kirk McKusick2020-12-061-0/+7
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-3/+3
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-1/+1
* ext2fs: minor typo.Pedro F. Giffuni2020-10-061-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-14/+0
* extfs: remove redundant little endian conversion.Pedro F. Giffuni2020-08-201-4/+4