summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-141-0/+16
* ext4: fix kernel doc warningsTheodore Ts'o2022-03-151-3/+3
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-2/+2
* ext4: implement support for get/set fs labelLukas Czerner2022-01-101-0/+309
* ext4: avoid trim error on fs with small groupsJan Kara2022-01-101-2/+0
* ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-231-2/+1
* ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar2021-12-231-9/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-021-1/+3
|\
| * ext4: Support for checksumming from journal triggersJan Kara2021-08-301-1/+3
* | ext4: Convert to use mapping->invalidate_lockJan Kara2021-07-131-2/+2
|/
* ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o2021-07-081-1/+1
* Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2021-06-301-0/+14
* ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2021-06-241-14/+0
* ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2021-06-221-0/+55
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-3/+3
* ext4: remove redundant assignment to errorJiapeng Chong2021-06-171-3/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-0/+6
|\
| * ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2021-04-121-0/+6
* | ext4: convert to fileattrMiklos Szeredi2021-04-121-165/+43
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-8/+12
|\
| * ext4: support idmapped mountsChristian Brauner2021-01-241-8/+11
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-7/+8
* | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-071-0/+7
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-151-0/+3
|\
| * ext4: fix superblock checksum failure when setting password saltJan Kara2020-12-221-0/+3
* | fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-1/+1
|/
* ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-3/+3
* ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-1/+15
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-1/+1
* ext4: use generic names for generic ioctlsEric Biggers2020-08-061-16/+16
* Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-111-11/+54
|\
| * fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-1/+46
| * fs/ext4: Remove jflag variableIra Weiny2020-05-281-7/+4
| * fs/ext4: Only change S_DAX on inode loadIra Weiny2020-05-281-1/+2
| * fs/ext4: Narrow scope of DAX check in setflagsIra Weiny2020-05-281-2/+2
* | ext4: remove the access_ok() check in ext4_ioctl_get_es_cacheChristoph Hellwig2020-06-031-5/+0
* | fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-3/+0
* | ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2020-06-031-31/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-04-051-12/+0
|\
| * ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney2020-03-051-12/+0
* | ext4: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers2020-03-191-0/+6
|/
* ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctlMartijn Coenen2020-01-171-0/+2
* fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-09-211-0/+98
|\
| * ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o2019-08-111-0/+72
| * ext4: add a new ioctl EXT4_IOC_GETSTATETheodore Ts'o2019-08-111-0/+17
| * ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o2019-08-111-0/+9
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-181-0/+13
|\ \
| * | ext4: add basic fs-verity supportEric Biggers2019-08-121-0/+13
| |/
* | ext4 crypto: fix to check feature status before get policyChao Yu2019-08-311-0/+2