summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2023-09-23ext4: fix rec_len verify errorShida Zhang
2023-09-19ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng
2023-07-23ext4: Remove ext4 locking of moved directoryJan Kara
2023-05-17ext4: improve error handling from ext4_dirhash()Theodore Ts'o
2023-03-22ext4: fix possible double unlock when moving a directoryTheodore Ts'o
2023-03-17ext4: Fix deadlock during directory renameJan Kara
2023-03-17ext4: Fix possible corruption when moving a directoryJan Kara
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-01-12ext4: don't set up encryption key during jbd2 transactionEric Biggers
2023-01-12ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-10-26ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng
2022-10-26ext4: fix check for block being out of directory sizeJan Kara
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin
2022-08-17ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-08-17ext4: check if directory block is within i_sizeLukas Czerner
2022-06-22ext4: make variable "count" signedDing Xiang
2022-06-09ext4: avoid cycles in directory h-treeJan Kara
2022-06-09ext4: verify dir block before splitting itJan Kara
2022-06-09ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-08ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-08-06ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-06-22ext4: remove set but rewrite variablesTian Tao
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-06ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-22ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-12ext4: convert to fileattrMiklos Szeredi
2021-04-09ext4: fix trailing whitespaceJack Qiu
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury
2021-04-05ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg
2021-04-05ext4: handle casefolding with encryptionDaniel Rosenberg
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-04ext4: fix potential htree index checksum corruptionTheodore Ts'o
2021-02-03ext4: factor out htree rep invariant checkVinicius Tinti
2021-01-24ext4: support idmapped mountsChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-15ext4: fix bug for rename with RENAME_WHITEOUTyangerkun
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara