summaryrefslogtreecommitdiff
path: root/fs/ext4/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-0/+1
|\
| * ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng2023-03-111-0/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-281-3/+0
|\ \ | |/
| * ext4: remove dead code in updating backup sbTanmay Bhushan2023-02-181-3/+0
* | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-9/+9
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* ext4: initialize quota before expanding inode in setproject ioctlJan Kara2022-12-081-4/+4
* ext4: don't fail GETFSUUID when the caller provides a long bufferDarrick J. Wong2022-12-081-2/+4
* ext4: dont return EINVAL from GETFSUUID when reporting UUID lengthDarrick J. Wong2022-12-081-2/+3
* ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li2022-12-081-1/+1
* ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li2022-12-081-1/+2
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-061-2/+1
|\
| * ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-271-2/+1
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
|/
* ext4: remove redundant checking in ext4_ioctl_checkpointGuoqing Jiang2022-09-301-3/+0
* ext4: fix i_version handling in ext4Jeff Layton2022-09-301-0/+4
* 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