summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-07-19ext4: 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-07ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin1-0/+3
2023-01-07ext4: don't set up encryption key during jbd2 transactionEric Biggers1-20/+24
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2022-10-01ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng1-5/+10
2022-09-30ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-08-03ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-03ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-03ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-06-19ext4: make variable "count" signedDing Xiang1-1/+2
2022-05-24ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-05-24ext4: verify dir block before splitting itJan Kara1-11/+21
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi1-68/+55
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi1-2/+1
2022-05-11ext4: remove unnecessary type castingsYu Zhe1-2/+2
2022-04-13ext4: fix use-after-free in ext4_search_dirYe Bin1-2/+2
2022-03-16ext4: return early for non-eligible fast_commit track eventsRitesh Harjani1-4/+11
2022-03-03ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin1-5/+5
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2022-01-21unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-6/+6
2021-11-04ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang1-1/+1
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