summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-28ext4: correct error label in ext4_rename()Zhang Yi1-1/+1
2021-04-07ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)1-9/+9
2021-03-24ext4: find old entry again if failed to rename whiteoutzhangyi (F)1-2/+27
2021-01-23ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-7/+9
2020-11-10fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-3/+3
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-26ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-2/+2
2020-02-28ext4: add cond_resched() to __ext4_find_entry()Shijie Luo1-0/+1
2020-02-28ext4: fix checksum errors with indexed dirsJan Kara1-0/+7
2020-01-04ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2020-01-04ext4: fix ext4_empty_dir() for directories with holesJan Kara1-14/+18
2019-08-04ext4: allow directory holesTheodore Ts'o1-8/+37
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-09-29ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o1-0/+6
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2017-12-20ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-11-30fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-1/+3
2017-10-12ext4: don't allow encrypted operations without keysTheodore Ts'o1-0/+12
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2
2017-03-12ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches1-8/+10
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+0
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-30ext4: release bh in make_indexed_dirgmail1-8/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-16fscrypto: make filename crypto functions return 0 on successEric Biggers1-4/+4
2016-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-75/+69
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-68/+63
2016-07-04ext4: correct error value of function verifying dx checksumDaeho Jeong1-2/+2
2016-07-04ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong1-5/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+2
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+7
2016-05-05ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-1/+1
2016-04-24ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-04-11Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds1-5/+0
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-03-31ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o1-2/+6
2016-02-08ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o1-0/+18
2016-01-23wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-9/+25
2016-01-09ext4: adds project ID supportLi Xi1-0/+19
2016-01-09ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o1-9/+6
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1