aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: 'struct ufid': Re-order fields and unpackOlivier Certner2025-01-171-5/+5
* ext2fs: Fix the size of struct ufid and add a static assertRick Macklem2025-01-172-1/+3
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2313-13/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2313-26/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2513-13/+13
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-201-3/+0
* Fix vop_readdir's ncookies handling in UFS and EXT2.Kirk McKusick2023-01-141-1/+1
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-10-081-2/+3
* fs: fix a few common typos in source code commentsGordon Bergling2022-02-091-3/+3
* ext2fs: remove remnants of the UFS snapshot codeKonstantin Belousov2022-02-072-13/+2
* ext2: Check for e2fs_first_dblock in ext2_compute_sb_data()Neel Chauhan2021-12-041-1/+9
* ext2fs: check for eh_depth in ext4_ext_check_header()Neel Chauhan2021-11-291-0/+4
* vfs: remove dead fifoop VOP_KQFILTER implementationsKyle Evans2021-10-091-18/+0
* ext2fs(5): Correct a typo in an error messageGordon Bergling2021-08-291-1/+1
* ext2: add missing uio_td initialization to ext2_htree_append_blockMateusz Guzik2021-06-071-0/+1
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-314-5/+7
* 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
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* extfs: remove redundant little endian conversion.Pedro F. Giffuni2020-08-171-4/+4
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-2/+2
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* ext2fs: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-205-30/+0
* Add BE architectures support.Fedor Uporov2020-05-1716-573/+696
* Restrict the max runp and runb return values in case of extents mapping.Fedor Uporov2020-05-171-8/+18
* Fix incorrect inode link count check in case of rename.Fedor Uporov2020-05-171-1/+2
* Add inode bitmap tail initialization.Fedor Uporov2020-05-171-2/+15
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-2/+4
* Add a EXT2FS-specific implementation for lseek(SEEK_DATA).Fedor Uporov2020-02-183-29/+160
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-15/+15
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+2
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* ext2fs: Remove redundant brelse() after r294954Conrad Meyer2019-09-065-15/+0
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-1/+0
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Add additional check for 'blocks per group' and 'fragments per group' superbl...Fedor Uporov2019-07-071-0/+5
* Remove ufs fragments logic.Fedor Uporov2019-07-071-71/+15
* Remove unneeded mount point unlock call.Fedor Uporov2019-07-071-1/+0
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-2/+2
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-13/+23
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-1614-124/+204
* Remove unneeded mount point unlock function calls.Fedor Uporov2019-03-151-7/+1
* Fix double free in case of mount error.Fedor Uporov2019-03-041-2/+6
* Do not read the on-disk inode in case of vnode allocation.Fedor Uporov2019-03-041-20/+58