summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2022-08-021-0/+83
* ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-021-7/+15
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-241-57/+2
|\
| * ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani2022-05-211-57/+2
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-7/+3
|\ \ | |/ |/|
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-7/+3
* | 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
|\