aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+1
2022-10-27ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o1-2/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-09-30ext4: remove redundant checking in ext4_ioctl_checkpointGuoqing Jiang1-3/+0
2022-09-30ext4: fix i_version handling in ext4Jeff Layton1-0/+4
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio1-0/+83
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o1-7/+15
2022-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-57/+2
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+3
2022-05-21ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani1-57/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-7/+3
2022-04-14ext4: update the cached overhead value in the superblockTheodore Ts'o1-0/+16
2022-03-15ext4: fix kernel doc warningsTheodore Ts'o1-3/+3
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2022-01-10ext4: implement support for get/set fs labelLukas Czerner1-0/+309
2022-01-10ext4: avoid trim error on fs with small groupsJan Kara1-2/+0
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar1-2/+1
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-9/+1
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+3
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-1/+3
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara1-2/+2
2021-07-08ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o1-1/+1
2021-06-30Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o1-0/+14
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett1-14/+0
2021-06-22ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik1-0/+55
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik1-3/+3
2021-06-17ext4: remove redundant assignment to errorJiapeng Chong1-3/+2
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+6
2021-04-12ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o1-0/+6
2021-04-12ext4: convert to fileattrMiklos Szeredi1-165/+43
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-8/+12
2021-02-07fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers1-0/+7
2021-01-24ext4: support idmapped mountsChristian Brauner1-8/+11
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-7/+8
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+3
2020-12-22ext4: fix superblock checksum failure when setting password saltJan Kara1-0/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-1/+1
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-3/+3
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-1/+15
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+1
2020-08-06ext4: use generic names for generic ioctlsEric Biggers1-16/+16
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o1-11/+54
2020-06-03ext4: remove the access_ok() check in ext4_ioctl_get_es_cacheChristoph Hellwig1-5/+0
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-3/+0
2020-06-03ext4: fix fiemap size checks for bitmap filesChristoph Hellwig1-31/+2
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny1-1/+46
2020-05-28fs/ext4: Remove jflag variableIra Weiny1-7/+4
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny1-1/+2
2020-05-28fs/ext4: Narrow scope of DAX check in setflagsIra Weiny1-2/+2
2020-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-12/+0