summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang
2024-11-12ext4: WARN if a full dir leaf block has only one dentryBaokun Li
2024-10-28ext4: Use generic_ci_validate_strict_name helperAndré Almeida
2024-09-03ext4: explicitly exit when ext4_find_inline_entry returns an errorThadeu Lima de Souza Cascardo
2024-09-03ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo
2024-08-26ext4: no need to continue when the number of entries is 1Edward Adam Davis
2024-07-18Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-10ext4: make sure the first directory block is not a holeBaokun Li
2024-07-10ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li
2024-06-07ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi
2024-06-07ext4: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi
2024-06-07ext4: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi
2024-05-02ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara
2024-02-27ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
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