summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-22ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()Xiang Mei1-0/+2
2026-07-01ext4: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-10ext4: fix ERR_PTR(0) in ext4_mkdir()Hongling Zeng1-1/+1
2026-06-01ext4: Use %pe to print PTR_ERR()Abdellah Ouhbi1-2/+2
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+29
2026-04-09ext4: fix diagnostic printf formatsDavid Laight1-3/+3
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown1-8/+11
2026-04-09ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown1-7/+14
2026-04-09ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn1-1/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-5/+5
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