aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ext4/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21ext4: add largedir featureArtem Blagodarenko1-39/+85
2017-05-24ext4: 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/git/tytso/fscryptLinus 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-29ext4: 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-01ext4: 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
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-1/+3
2016-11-14ext4: 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-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-07vfs: 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-15fscrypto: make filename crypto functions return 0 on successEric Biggers1-4/+4
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-75/+69
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-68/+63
2016-07-03ext4: correct error value of function verifying dx checksumDaeho Jeong1-2/+2
2016-07-03ext4: 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/tytso/ext4Linus 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-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+5
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds1-5/+0
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-03-30ext4: 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-07ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o1-0/+18
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-9/+25
2016-01-08ext4: adds project ID supportLi Xi1-0/+19
2016-01-08ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o1-9/+6
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-5/+3
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-14/+14
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-27ext4: memory leak on error in ext4_symlink()Dan Carpenter1-1/+1
2015-07-23ext4: Handle error from dquot_initialize()Jan Kara1-16/+47
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-313/+229