aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not free bufs in case of extents metadata blocks + remove unneeded asserts.Fedor Uporov2017-10-241-6/+3
* Fix unused variable + style(9) fixes inside the ext4_ext_find_extent()Fedor Uporov2017-10-191-7/+4
* ext2: delete redundant decl of ext2_fserrRyan Libby2017-10-181-1/+0
* Add inital extents read-write support.Fedor Uporov2017-10-1714-515/+1909
* Add check to avoid raw inode iblocks fields overflow in case of huge_file fea...Fedor Uporov2017-09-274-7/+26
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-18/+1
* Remove stale comments.Pedro F. Giffuni2017-07-091-2/+2
* ext2fs: be more verbose about unsupported ext2fs features.Pedro F. Giffuni2017-07-022-8/+79
* ext2fs: Support e2di_uid_high and e2di_gid_high.Pedro F. Giffuni2017-06-271-2/+6
* ext2fs: add dir_nlink feature support.Pedro F. Giffuni2017-06-224-32/+67
* Attempt to treat "metadata" as a collectively singular noun.Pedro F. Giffuni2017-06-201-1/+1
* Improve grammar concerning "metadata".Pedro F. Giffuni2017-06-201-3/+2
* ext2fs: Add uninit_bg feature support.Pedro F. Giffuni2017-06-205-9/+385
* ext2fs: Enable RO huge_file feature support.Pedro F. Giffuni2017-06-181-0/+1
* Remove unnecessary, and mismatched, comment.Pedro F. Giffuni2017-06-111-1/+1
* extfs: fix the build with no UFS_ACL.Pedro F. Giffuni2017-06-112-0/+18
* ext2fs(4): Fix a null dererence and clean an unclear switchConrad Meyer2017-06-031-17/+20
* ext2fs(4): Fix a number of broken flag checksConrad Meyer2017-06-031-3/+3
* Fix potential memory leak.Pedro F. Giffuni2017-05-281-6/+6
* Support for linux ext2fs posix-draft ACLs.Pedro F. Giffuni2017-05-284-55/+981
* ext2fs: add read-write support for Extended Attributes.Pedro F. Giffuni2017-05-037-94/+944
* Two more files missed in r317055: these files need sys/vmmeter.h, but nowGleb Smirnoff2017-04-171-0/+1
* ext2fs: Initial support for Extended Attributes.Pedro F. Giffuni2017-04-016-0/+526
* ext2fs: Remove unused assignment.Pedro F. Giffuni2017-02-171-1/+0
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-156-39/+41