aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ioctl.c
AgeCommit message (Expand)Author
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin
2022-03-08ext4: drop ineligible txn start stop APIsHarshad Shirwadkar
2022-01-27ext4: avoid trim error on fs with small groupsJan Kara
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara
2021-07-08ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o
2021-06-30Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett
2021-06-22ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik
2021-06-17ext4: remove redundant assignment to errorJiapeng Chong
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-12ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o
2021-04-12ext4: convert to fileattrMiklos Szeredi
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers
2021-01-24ext4: support idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-22ext4: fix superblock checksum failure when setting password saltJan Kara
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-06ext4: use generic names for generic ioctlsEric Biggers
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o
2020-06-03ext4: remove the access_ok() check in ext4_ioctl_get_es_cacheChristoph Hellwig
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03ext4: fix fiemap size checks for bitmap filesChristoph Hellwig
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny
2020-05-28fs/ext4: Remove jflag variableIra Weiny
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny
2020-05-28fs/ext4: Narrow scope of DAX check in setflagsIra Weiny
2020-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-03-19ext4: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers
2020-03-05ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney
2020-01-17ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctlMartijn Coenen
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-08-31ext4 crypto: fix to check feature status before get policyChao Yu
2019-08-12ext4: add basic fs-verity supportEric Biggers
2019-08-12ext4: wire up new fscrypt ioctlsEric Biggers
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o
2019-08-11ext4: add a new ioctl EXT4_IOC_GETSTATETheodore Ts'o
2019-08-11ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong