aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix integer overflow possibility.Fedor Uporov2019-03-041-2/+2
* Do not panic if inode bitmap is corrupted.Fedor Uporov2019-03-041-3/+5
* Validate block bitmaps.Fedor Uporov2019-03-041-29/+75
* Add additional on-disk inode checks.Fedor Uporov2019-03-044-4/+40
* Make superblock reading logic more strict.Fedor Uporov2019-03-044-66/+218
* ext2fs: Add some extra consistency checks for the superblock.Pedro F. Giffuni2019-01-251-0/+23
* When loading an inode from disk, verify that its mode is valid.Kirk McKusick2018-12-271-0/+5
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-7/+7
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+1
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-2/+2
* Change unused inodes counters behavior in the cylinder groups.Fedor Uporov2018-08-211-8/+7
* Fix directory blocks checksum updating logic.Fedor Uporov2018-08-214-17/+37
* Split the dir_index and dir_nlink features.Fedor Uporov2018-08-082-23/+13
* Fix directory blocks checksum updating logic.Fedor Uporov2018-08-082-31/+72
* Fix directory blocks checksumming.Fedor Uporov2018-05-136-80/+113
* Fix on-disk inode checksum calculation logic.Fedor Uporov2018-05-132-30/+41
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-1313-16/+31
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-175-41/+39
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-175-39/+41
* {ext2|ufs}_readdir: Avoid setting negative ncookies.Pedro F. Giffuni2018-02-061-1/+4
* ext2fs: remove EXT4F_RO_INCOMPAT_SUPPPedro F. Giffuni2018-02-052-8/+1
* ext2fs: Cleanup variable assignments for extents.Pedro F. Giffuni2018-02-051-17/+13
* Fix mistake in case of zeroed inode check.Fedor Uporov2018-01-291-1/+4
* Add flex_bg/meta_bg features RW support.Fedor Uporov2018-01-293-44/+109
* Revert r328479:Pedro F. Giffuni2018-01-271-5/+1
* {ext2|ufs}_readdir: Set limit on valid ncookies values.Pedro F. Giffuni2018-01-271-1/+5
* Minor style issue introduced in r328346.Pedro F. Giffuni2018-01-251-1/+1
* ext2fs|ufs:Unsign some values related to allocation.Pedro F. Giffuni2018-01-241-1/+1
* Revert r327781, r328093, r328056:Pedro F. Giffuni2018-01-242-7/+5
* extfs: Remove unused variables.Pedro F. Giffuni2018-01-233-15/+2
* ext2fs: use mallocarray(9).Pedro F. Giffuni2018-01-162-5/+7
* Add metadata_csum feature support.Fedor Uporov2018-01-1415-63/+821
* Add 64bit feature support.Fedor Uporov2018-01-0512-124/+268
* Rework pathconf handling for FIFOs.John Baldwin2017-12-191-0/+7
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-0/+6
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-131-1/+1
* Fix extattr getters in case of neither uio nor buffer was not passed to VOP_*.Fedor Uporov2017-12-121-10/+12
* SPDX: Complete license IDs for ext2fs.Pedro F. Giffuni2017-12-026-0/+12
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2012-0/+24
* Fix physical block number overflow in different places.Fedor Uporov2017-10-244-13/+14
* Set doreallocblks sysctl value to zero by default because ofFedor Uporov2017-10-241-1/+1