summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-12-21ext4_add_entry(): ->d_name.len is never 0Al Viro
2023-11-25ext4: don't access the source subdirectory content on same-directory renameAl Viro
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-18ext4: convert to new timestamp accessorsJeff Layton
2023-10-05ext4: fix incorrect offsetWang Jianjian
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-14ext4: fix rec_len verify errorShida Zhang
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-07-24ext4: convert to ctime accessor functionsJeff Layton
2023-06-02ext4: Remove ext4 locking of moved directoryJan Kara
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o
2023-03-17ext4: fix possible double unlock when moving a directoryTheodore Ts'o
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-07ext4: Fix deadlock during directory renameJan Kara
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-25ext4: Fix possible corruption when moving a directoryJan Kara
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-08ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin
2022-12-08ext4: don't set up encryption key during jbd2 transactionEric Biggers
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-30ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng
2022-09-29ext4: fix check for block being out of directory sizeJan Kara
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-08-02ext4: check if directory block is within i_sizeLukas Czerner
2022-08-02ext4: avoid remove directory when directory is corruptedYe Bin
2022-06-18ext4: make variable "count" signedDing Xiang
2022-05-24ext4: avoid cycles in directory h-treeJan Kara
2022-05-24ext4: verify dir block before splitting itJan Kara
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi
2022-05-11ext4: remove unnecessary type castingsYu Zhe
2022-04-12ext4: fix use-after-free in ext4_search_dirYe Bin