summaryrefslogtreecommitdiff
path: root/fs/ext4/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-05-20ext4: remove sb argument from ext4_superblock_csum()Eric Biggers1-2/+2
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-2/+2
2025-05-14ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi1-1/+7
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-5/+6
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li1-1/+1
2024-11-03fdget(), more trivial conversionsAl Viro1-14/+7
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-07-05ext4: use memtostr_pad() for s_volume_nameKees Cook1-1/+1
2024-05-02ext4: replace deprecated strncpy with alternativesJustin Stitt1-2/+1
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi1-1/+1
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-10-18ext4: convert to new timestamp accessorsJeff Layton1-2/+11
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-1/+1
2023-07-24ext4: convert to ctime accessor functionsJeff Layton1-4/+5
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+4
2023-06-26ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-06-05ext4: split ext4_shutdownChristoph Hellwig1-9/+15
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng1-0/+1
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+0
2023-02-18ext4: remove dead code in updating backup sbTanmay Bhushan1-3/+0
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-9/+9
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-08ext4: initialize quota before expanding inode in setproject ioctlJan Kara1-4/+4
2022-12-08ext4: don't fail GETFSUUID when the caller provides a long bufferDarrick J. Wong1-2/+4
2022-12-08ext4: dont return EINVAL from GETFSUUID when reporting UUID lengthDarrick J. Wong1-2/+3
2022-12-08ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li1-1/+1
2022-12-08ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li1-1/+2
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/t...Linus 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/t...Linus Torvalds1-1/+3
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-1/+3