aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara1-182/+0
2021-08-30ext4: 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-22ext4: remove set but rewrite variablesTian Tao1-1/+1
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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/viro/vfsLinus Torvalds1-2/+1
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-64/+181
2021-04-22ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik1-2/+22
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12ext4: convert to fileattrMiklos Szeredi1-0/+2
2021-04-09ext4: fix trailing whitespaceJack Qiu1-3/+3
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-04-05ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg1-26/+29
2021-04-05ext4: 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/tytso/ext4Linus Torvalds1-18/+27
2021-02-04ext4: fix potential htree index checksum corruptionTheodore Ts'o1-4/+3
2021-02-03ext4: factor out htree rep invariant checkVinicius Tinti1-14/+24
2021-01-24ext4: support idmapped mountsChristian Brauner1-14/+16
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-8/+11
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-10/+17
2021-01-15ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-8/+9
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-8/+4
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-2/+2
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+6
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+1
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu1-8/+4
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-1/+1
2020-12-02ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers1-7/+1
2020-11-24ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-33/+28
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-12/+8
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-76/+130
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-63/+86
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-3/+34
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov1-10/+10
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-4/+3
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo1-4/+2
2020-08-07ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-06ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang1-17/+21
2020-08-06ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-27/+49
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-12/+12
2020-03-05ext4: use flexible-array members in struct dx_node and struct dx_rootGustavo A. R. Silva1-2/+2
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Shijie Luo1-0/+1
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara1-0/+7