summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2023-01-071-0/+3
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-251-5/+2
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-251-0/+16
* ext4: make variable "count" signedDing Xiang2022-06-251-1/+2
* ext4: verify dir block before splitting itJan Kara2022-06-141-11/+21
* ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-06-141-3/+27
* ext4: correct error label in ext4_rename()Zhang Yi2021-04-281-1/+1
* ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-04-071-9/+9
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-231-7/+9
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-101-3/+3
* ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-261-3/+13
* ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-261-3/+3
* ext4: clean up ext4_match() and callersEric Biggers2020-08-261-56/+25
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2020-05-021-2/+2
* ext4: add cond_resched() to __ext4_find_entry()Shijie Luo2020-02-281-0/+1
* ext4: fix checksum errors with indexed dirsJan Kara2020-02-281-0/+7
* ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o2020-01-041-6/+5
* ext4: fix ext4_empty_dir() for directories with holesJan Kara2020-01-041-14/+18
* ext4: allow directory holesTheodore Ts'o2019-08-041-8/+37
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-09-291-0/+6
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-09-051-0/+1
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-4/+2
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2017-11-301-1/+3
* ext4: don't allow encrypted operations without keysTheodore Ts'o2017-10-121-0/+12
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-251-2/+2
* ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers2017-03-121-2/+4
* ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-151-8/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-6/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
| |/
* | ext4: release bh in make_indexed_dirgmail2016-09-301-8/+6
* | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-151-4/+4
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-75/+69
|\
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-68/+63
| * ext4: correct error value of function verifying dx checksumDaeho Jeong2016-07-031-2/+2
| * ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-07-031-5/+4
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-2/+7
|\
| * ext4: fix oops on corrupted filesystemJan Kara2016-05-051-1/+1
| * ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-1/+1
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-231-0/+5
| * Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-101-5/+0
| * ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-301-0/+5
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-2/+2
|/
* ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2016-02-081-2/+6