summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: add ext2fs_get_stat_i_blocks() functionTheodore Ts'o2020-01-011-18/+2
* fuse2fs: add support for 32-bit uids and gidsTheodore Ts'o2019-12-201-12/+23
* mke2fs: fix "mke2fs -d /path/to/files" to support 32-bit uids and gidsTheodore Ts'o2019-12-201-0/+2
* Add a program to test images provided by UBSAN fuzzing reportsTheodore Ts'o2019-11-222-1/+82
* tune2fs: prohibit toggling uninit_bg on live filesystemsDarrick J. Wong2019-11-201-0/+12
* chattr.1: say "cleared" instead of "reset"Eric Biggers2019-11-181-4/+5
* chattr.1: clarify that ext4 doesn't support tail-merging eitherEric Biggers2019-11-181-2/+2
* chattr.1: fix some grammatical errorsEric Biggers2019-11-181-6/+6
* chattr.1: add casefold attribute to mode stringEric Biggers2019-11-181-1/+1
* chattr.1: adjust documentation for encryption attributeEric Biggers2019-11-181-3/+2
* chattr.1: document the verity attributeEric Biggers2019-11-181-1/+11
* Fix UBSan when shifting (1LL << 63)Theodore Ts'o2019-11-041-1/+1
* tune2fs.8: tweak the documentation for the encrypt featureEric Biggers2019-09-231-1/+1
* tune2fs.8: document the verity featureEric Biggers2019-09-231-0/+5
* ext4.5: tweak the documentation for the encrypt featureEric Biggers2019-09-231-3/+3
* ext4.5: document the verity featureEric Biggers2019-09-231-0/+14
* ext4.5: document first kernel version to support casefold featureEric Biggers2019-09-231-0/+2
* ext4.5: move casefold feature to correct positionEric Biggers2019-09-231-8/+8
* fuse2fs: stop using the nonempty option by defaultTheodore Ts'o2019-07-141-1/+1
* fuse2fs: install fuse2fs in /usr/bin instead of /usr/sbinTheodore Ts'o2019-07-141-2/+2
* Fix posix_memalign and posix_fadvise calls.Theodore Ts'o2019-06-072-2/+3
* mke2fs: accept the english yes character to the proceed questionTheodore Ts'o2019-05-271-1/+4
* mke2fs: fix memory leak when parsing encoding flagsTheodore Ts'o2019-05-121-1/+3
* mke2fs: fix check for absurdly large devicesAndreas Dilger2019-05-061-2/+4
* Rename the feature "fname_encoding" to be "casefold".Theodore Ts'o2019-05-036-43/+48
* ext4.5.in: document design changes on the casefold attributeGabriel Krisman Bertazi2019-04-281-6/+4
* misc: fix spelling errorTheodore Ts'o2019-03-061-1/+1
* e2image: add -b and -B options to specify where to find the superblockArtem Blagodarenko2019-03-062-6/+70
* Merge branch 'maint' into nextTheodore Ts'o2019-03-062-17/+85
|\
| * AOSP: misc: use scandir with alphasort instead of readdir for consistencyYoshitaka Seto2019-03-051-12/+77
| * AOSP: Fix file offset overflow issue when file's size > 4GChen Lin Z2019-03-051-2/+3
| * create_inode: fix potential memory leak in path_append()Lukas Czerner2019-02-111-2/+4
| * e2freefrag: fix memory leak in scan_online()Lukas Czerner2019-02-111-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2019-02-102-4/+21
|\ \ | |/
| * AOSP: E2fsprogs: fix ODR issueAndreas Gampe2019-02-071-1/+3
| * AOSP: Build filefragSandeep Patil2019-02-071-0/+15
| * create_inode: fix copying large filesRoss Burton2019-02-071-3/+3
* | Merge branch 'maint' into nextTheodore Ts'o2019-01-292-14/+22
|\ \ | |/
| * mke2fs: fix bugs in hugefile creationTheodore Ts'o2019-01-241-2/+4
| * e4defrag: adjust total count when files change during the runTheodore Ts'o2019-01-031-0/+4
| * Revert "e4defrag: use 64-bit counters to track # files defragged"Theodore Ts'o2019-01-031-12/+14
* | Merge branch 'maint' into nextTheodore Ts'o2018-12-162-15/+12
|\ \ | |/
| * AOSP: ODR violation in tune2fs during host buildMark Salyzyn2018-12-151-1/+0
| * e4defrag: use 64-bit counters to track # files defraggedTheodore Ts'o2018-12-151-14/+12
* | Merge branch 'maint' into nextTheodore Ts'o2018-12-117-31/+31
|\ \ | |/
| * misc: fix groff formatting nits in man pagesBjarni Ingi Gislason2018-12-117-31/+31
* | ext4.5: add fname_encoding feature to ext4 man pageGabriel Krisman Bertazi2018-12-031-0/+10
* | tune2fs: prevent enabling encryption flag on encoding-aware fsGabriel Krisman Bertazi2018-12-031-0/+6
* | chattr/lsattr: support casefold attributeGabriel Krisman Bertazi2018-12-022-2/+9
* | mke2fs: configure encoding during superblock initializationGabriel Krisman Bertazi2018-12-024-0/+113