summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | ext4: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+3
| |/ |/|
* | ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar2020-11-061-33/+28
|/
* ext4: use generic casefolding supportDaniel Rosenberg2020-10-281-12/+8
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-221-76/+130
|\
| * ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-63/+86
| * ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-3/+34
| * ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov2020-10-181-10/+10
* | fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-071-4/+3
|/
* ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo2020-08-181-4/+2
* ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-071-3/+3
* ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang2020-08-061-17/+21
* ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-061-3/+13
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-27/+49
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-12/+12
* ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva2020-03-051-2/+2
* ext4: add cond_resched() to __ext4_find_entry()Shijie Luo2020-02-191-0/+1