aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li1-5/+3
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N1-5/+5
2025-08-12ext4: fix unused variable warning in ext4_init_new_dirTheodore Ts'o1-2/+0
2025-08-12ext4: remove useless if checkAntonio Quartulli1-2/+0
2025-07-17ext4: refactor the inline directory conversion and new directory codepathsTheodore Ts'o1-25/+31
2025-07-17ext4: use memcpy() instead of strcpy()Theodore Ts'o1-2/+2
2025-07-17ext4: replace strcmp with direct comparison for '.' and '..'Theodore Ts'o1-4/+7
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-6/+4
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-65/+52
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-16/+16
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi1-3/+2
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi1-30/+0
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi1-4/+12
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-8/+12
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-5/+5
2025-02-13ext4: introduce linear search for dentriesTheodore Ts'o1-4/+10
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik1-1/+3
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+14
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang1-2/+2
2024-11-12ext4: WARN if a full dir leaf block has only one dentryBaokun Li1-2/+12
2024-10-28ext4: Use generic_ci_validate_strict_name helperAndré Almeida1-4/+1
2024-09-03ext4: explicitly exit when ext4_find_inline_entry returns an errorThadeu Lima de Souza Cascardo1-1/+1
2024-09-03ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo1-5/+7
2024-08-26ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-07-18Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+57
2024-07-10ext4: make sure the first directory block is not a holeBaokun Li1-11/+6
2024-07-10ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li1-5/+51
2024-06-07ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi1-9/+5
2024-06-07ext4: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi1-65/+22
2024-06-07ext4: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi1-12/+11
2024-05-02ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-02-27ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi1-1/+0
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2023-12-21ext4_add_entry(): ->d_name.len is never 0Al Viro1-2/+0
2023-11-25ext4: don't access the source subdirectory content on same-directory renameAl Viro1-8/+13
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-05ext4: 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-08-31Merge 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-29ext4: 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-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o1-16/+37
2023-03-17ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1