summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: fix checksum errors with indexed dirsJan Kara2020-02-131-0/+7
* ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()Eric Biggers2020-01-171-4/+1
* ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o2019-12-261-3/+8
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-0/+4
* ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-211-1/+3
* ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-141-14/+18
* ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o2019-11-191-6/+5
* ext4: Do not iput inode under running transactionJan Kara2019-11-051-6/+23
* ext4: Move marking of handle as sync to ext4_add_nondir()Jan Kara2019-11-051-7/+3
* ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o2019-09-031-2/+2
* ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi2019-07-021-4/+9
* ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o2019-06-211-4/+4
* ext4: refactor initialize_dirent_tail()Theodore Ts'o2019-06-211-33/+21
* ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o2019-06-211-33/+29
* ext4: allow directory holesTheodore Ts'o2019-06-201-8/+37
* ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-191-5/+38
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-191-1/+4
|\
| * ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-101-1/+4
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-071-24/+52
|\ \ | |/ |/|