aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Stop treating size 0 as unknown size in vnode_create_vobject().Pawel Jakub Dawidek2024-05-231-1/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* ext2fs: Add large sectorsize disks supportFedor Uporov2023-05-211-22/+26
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-3/+0
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* Tree-wide replacement of VOP_UNLOCK + vrele combo with vputMateusz Guzik2022-11-071-6/+3
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* Remove unnecessary e2fs_first_dblock value checkFedor Uporov2021-12-301-7/+0
* 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
* ext2fs(5): Correct a typo in an error messageGordon Bergling2021-08-221-1/+1
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-221-1/+1
* Improve extents verification logic.Fedor Uporov2021-05-071-2/+9
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-211-0/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-3/+3
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-2/+2
* Add BE architectures support.Fedor Uporov2020-05-171-64/+79
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-8/+8
* ext2fs: Remove redundant brelse() after r294954Conrad Meyer2019-09-061-1/+0
* Add additional check for 'blocks per group' and 'fragments per group' superbl...Fedor Uporov2019-07-071-0/+5
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-39/+64
* Fix double free in case of mount error.Fedor Uporov2019-03-041-2/+6
* Fix integer overflow possibility.Fedor Uporov2019-03-041-2/+2
* Add additional on-disk inode checks.Fedor Uporov2019-03-041-3/+8
* Make superblock reading logic more strict.Fedor Uporov2019-03-041-59/+207
* ext2fs: Add some extra consistency checks for the superblock.Pedro F. Giffuni2019-01-251-0/+23
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-131-1/+3
* ext2fs: remove EXT4F_RO_INCOMPAT_SUPPPedro F. Giffuni2018-02-051-2/+1
* Add flex_bg/meta_bg features RW support.Fedor Uporov2018-01-291-12/+41
* Revert r327781, r328093, r328056:Pedro F. Giffuni2018-01-241-4/+3
* ext2fs: use mallocarray(9).Pedro F. Giffuni2018-01-161-3/+4
* Add metadata_csum feature support.Fedor Uporov2018-01-141-7/+30
* Add 64bit feature support.Fedor Uporov2018-01-051-22/+59
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add inital extents read-write support.Fedor Uporov2017-10-171-0/+1
* ext2fs: be more verbose about unsupported ext2fs features.Pedro F. Giffuni2017-07-021-8/+21
* ext2fs: Add uninit_bg feature support.Pedro F. Giffuni2017-06-201-1/+19
* style(9) cleanups.Pedro F. Giffuni2016-12-281-18/+20
* ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni2016-12-021-1/+1
* ext2: avoid possible overflow when calculating malloc size.Pedro F. Giffuni2016-11-261-1/+2
* ext2fs: Stop dropping and reacquiring Giant around geom calls.Pedro F. Giffuni2016-06-071-12/+0
* ext2fs: cleanup generation number management.Pedro F. Giffuni2016-06-071-10/+0
* arc4random() returns 0 to (2**32)−1, use an alternative to initializeKevin Lo2016-05-221-1/+2
* ext2fs: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Fix comment.Kevin Lo2016-04-081-3/+3
* ext2fs: Bring back the htree dir_index implementation.Pedro F. Giffuni2016-01-211-2/+16
* ext4: mount panic from freeing invalid pointersPedro F. Giffuni2016-01-111-1/+1