summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-021-0/+16
* ext4: check if directory block is within i_sizeLukas Czerner2022-08-021-0/+7
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-021-5/+2
* ext4: make variable "count" signedDing Xiang2022-06-181-1/+2
* ext4: avoid cycles in directory h-treeJan Kara2022-05-241-3/+19
* ext4: verify dir block before splitting itJan Kara2022-05-241-11/+21
* ext4: convert symlink external data block mapping to bdevZhang Yi2022-05-171-68/+55
* ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-05-171-3/+27
* ext4: remove unnecessary conditionalsLv Ruyi2022-05-131-2/+1
* ext4: remove unnecessary type castingsYu Zhe2022-05-111-2/+2
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-121-2/+2
* ext4: return early for non-eligible fast_commit track eventsRitesh Harjani2022-03-151-4/+11
* ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2022-03-021-5/+5
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-061-2/+2
|\
| * ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-2/+2
* | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-6/+6
|/
* ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang2021-11-041-1/+1
* ext4: Move orphan inode handling into a separate fileJan Kara2021-08-301-182/+0
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-14/+26
* ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-061-1/+1
* ext4: remove set but rewrite variablesTian Tao2021-06-221-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-061-2/+4
|\
| * ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg2021-06-061-2/+4
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\ \
| * | useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-64/+181
|\ \ \ | | |/ | |/|
| * | ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik2021-04-221-2/+22
| * | ext4: fix trailing whitespaceJack Qiu2021-04-091-3/+3
| * | ext4: fix various seppling typosBhaskar Chowdhury2021-04-091-1/+1
| * | ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg2021-04-051-26/+29
| * | ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-051-52/+146
* | | ext4: convert to fileattrMiklos Szeredi2021-04-121-0/+2
|/ /
* | ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-211-0/+3
* | ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-03-211-9/+9
* | ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-211-2/+27
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-251-18/+27
|\
| * ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-02-041-4/+3
| * ext4: factor out htree rep invariant checkVinicius Tinti2021-02-031-14/+24
* | ext4: support idmapped mountsChristian Brauner2021-01-241-14/+16
* | fs: make helpers idmap mount awareChristian Brauner2021-01-241-8/+11
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-151-10/+17
|\
| * ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-151-8/+9
| * ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-2/+2
| * ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-0/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-241-8/+4
|\|
| * ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-031-8/+4
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+1
|\ \
| * | fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-0/+1
* | | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-1/+1
* | | ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers2020-12-021-7/+1