summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-02ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2024-10-17ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-10-17ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo1-5/+7
2024-08-19ext4: make sure the first directory block is not a holeBaokun Li1-11/+6
2024-08-19ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li1-5/+51
2024-08-19ext4: return early for non-eligible fast_commit track eventsRitesh Harjani1-4/+11
2024-06-16ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2023-09-23ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-19ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-07-23ext4: Remove ext4 locking of moved directoryJan Kara1-15/+2
2023-05-17ext4: improve error handling from ext4_dirhash()Theodore Ts'o1-16/+37
2023-03-22ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1
2023-03-17ext4: Fix deadlock during directory renameJan Kara1-9/+17
2023-03-17ext4: Fix possible corruption when moving a directoryJan Kara1-1/+10
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney1-6/+7
2023-01-12ext4: don't set up encryption key during jbd2 transactionEric Biggers1-20/+24
2023-01-12ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-10-26ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng1-5/+10
2022-10-26ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-17ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-17ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-06-22ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-09ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-09ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-09ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin1-2/+2
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin1-5/+5
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2021-08-31ext4: Move orphan inode handling into a separate fileJan Kara1-182/+0
2021-08-31ext4: Support for checksumming from journal triggersJan Kara1-14/+26
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-06-23ext4: remove set but rewrite variablesTian Tao1-1/+1
2021-06-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg1-2/+4
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-64/+181
2021-04-22ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik1-2/+22
2021-04-16useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12ext4: convert to fileattrMiklos Szeredi1-0/+2
2021-04-10ext4: fix trailing whitespaceJack Qiu1-3/+3
2021-04-10ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-04-06ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg1-26/+29
2021-04-06ext4: handle casefolding with encryptionDaniel Rosenberg1-52/+146
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar1-0/+3
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+27
2021-02-04ext4: fix potential htree index checksum corruptionTheodore Ts'o1-4/+3