summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-31ext4: fix ext4_empty_dir() for directories with holesJan Kara1-14/+18
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-11-24ext4: fix build error when DX_DEBUG is definedGabriel Krisman Bertazi1-1/+1
2019-07-31ext4: allow directory holesTheodore Ts'o1-8/+37
2019-05-21ext4: fix use-after-free in dx_release()Sahitya Tummala1-1/+4
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-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan1-29/+14
2017-08-06ext4: fix dir_nlink behaviourAndreas Dilger1-9/+12
2017-06-23ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o1-1/+2
2017-06-23ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov1-2/+2
2017-06-22ext4: add largedir featureArtem Blagodarenko1-39/+85
2017-05-25ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers1-8/+5
2017-05-08Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-81/+31
2017-05-04ext4: clean up ext4_match() and callersEric Biggers1-56/+25
2017-05-04ext4: switch to using fscrypt_match_name()Eric Biggers1-17/+5
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2
2017-05-04ext4: remove "nokey" check from ext4_lookup()Eric Biggers1-8/+1
2017-04-30ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers1-11/+6
2017-04-03ext4: Add statx supportDavid Howells1-0/+2
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+12
2017-02-02ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers1-2/+4
2017-01-08ext4: don't allow encrypted operations without keysTheodore Ts'o1-0/+12
2017-01-01fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-1/+3
2016-11-15ext4: use current_time() for inode timestampsDeepa Dinamani1-11/+13
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