summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2023-10-18ext4: convert to new timestamp accessorsJeff Layton1-5/+5
2023-10-06ext4: fix incorrect offsetWang Jianjian1-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+15
2023-09-14ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+10
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers1-3/+3
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-07-30ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-4/+4
2023-07-24ext4: convert to ctime accessor functionsJeff Layton1-14/+12
2023-06-02ext4: Remove ext4 locking of moved directoryJan Kara1-15/+2
2023-05-14ext4: improve error handling from ext4_dirhash()Theodore Ts'o1-16/+37
2023-03-18ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+24
2023-03-08ext4: Fix deadlock during directory renameJan Kara1-9/+17
2023-03-08ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney1-6/+7
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+10
2023-02-25ext4: Fix possible corruption when moving a directoryJan Kara1-1/+10
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-16/+10
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2022-12-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-20/+27
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-12-09ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2022-12-09ext4: don't set up encryption key during jbd2 transactionEric Biggers1-20/+24
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2022-10-01ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng1-5/+10
2022-09-30ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-08-03ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-03ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-03ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-06-19ext4: make variable "count" signedDing Xiang1-1/+2
2022-05-24ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-05-24ext4: verify dir block before splitting itJan Kara1-11/+21
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi1-68/+55
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi1-2/+1
2022-05-11ext4: remove unnecessary type castingsYu Zhe1-2/+2
2022-04-13ext4: fix use-after-free in ext4_search_dirYe Bin1-2/+2
2022-03-16ext4: return early for non-eligible fast_commit track eventsRitesh Harjani1-4/+11
2022-03-03ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin1-5/+5
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2