summaryrefslogtreecommitdiff
path: root/fs/ext4/ioctl.c
AgeCommit message (Expand)Author
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner
2023-10-18ext4: convert to new timestamp accessorsJeff Layton
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-07-24ext4: convert to ctime accessor functionsJeff Layton
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-26ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu
2023-06-05ext4: split ext4_shutdownChristoph Hellwig
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-18ext4: remove dead code in updating backup sbTanmay Bhushan
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2022-12-08ext4: initialize quota before expanding inode in setproject ioctlJan Kara
2022-12-08ext4: don't fail GETFSUUID when the caller provides a long bufferDarrick J. Wong
2022-12-08ext4: dont return EINVAL from GETFSUUID when reporting UUID lengthDarrick J. Wong
2022-12-08ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li
2022-12-08ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-27ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-30ext4: remove redundant checking in ext4_ioctl_checkpointGuoqing Jiang
2022-09-30ext4: fix i_version handling in ext4Jeff Layton
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o
2022-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-21ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-14ext4: update the cached overhead value in the superblockTheodore Ts'o
2022-03-15ext4: fix kernel doc warningsTheodore Ts'o
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin
2022-01-10ext4: implement support for get/set fs labelLukas Czerner
2022-01-10ext4: avoid trim error on fs with small groupsJan Kara
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
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