summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
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
2022-03-15ext4: return early for non-eligible fast_commit track eventsRitesh Harjani
2022-03-02ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2021-11-04ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-06-22ext4: remove set but rewrite variablesTian Tao
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds