aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-05ext4: add shutdown bit and check for itGravatar Theodore Ts'o 1-0/+12
2017-02-01ext4: fix use-after-iput when fscrypt contexts are inconsistentGravatar Eric Biggers 1-2/+4
2017-01-08ext4: don't allow encrypted operations without keysGravatar Theodore Ts'o 1-0/+12
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyGravatar Eric Biggers 1-1/+3
2016-11-14ext4: use current_time() for inode timestampsGravatar Deepa Dinamani 1-11/+13
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesGravatar Joe Perches 1-8/+10
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-6/+0
2016-09-30ext4: release bh in make_indexed_dirGravatar gmail 1-8/+6
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-15fscrypto: make filename crypto functions return 0 on successGravatar Eric Biggers 1-4/+4
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-75/+69
2016-07-10ext4 crypto: migrate into vfs's crypto engineGravatar Jaegeuk Kim 1-68/+63
2016-07-03ext4: correct error value of function verifying dx checksumGravatar Daeho Jeong 1-2/+2
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationGravatar Daeho Jeong 1-5/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 1-1/+2
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+7
2016-05-05ext4: fix oops on corrupted filesystemGravatar Jan Kara 1-1/+1
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsGravatar Jakub Wilk 1-1/+1
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedGravatar Theodore Ts'o 1-0/+5
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Gravatar Linus Torvalds 1-5/+0
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-2/+2
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedGravatar Theodore Ts'o 1-0/+5
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Gravatar Theodore Ts'o 1-2/+6
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyGravatar Theodore Ts'o 1-0/+18
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-9/+25
2016-01-08ext4: adds project ID supportGravatar Li Xi 1-0/+19
2016-01-08ext4 crypto: simplify interfaces to directory entry insert functionsGravatar Theodore Ts'o 1-9/+6
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkGravatar Yaowei Bai 1-3/+0
2015-10-17ext4: clean up feature test macros with predicate functionsGravatar Darrick J. Wong 1-5/+3
2015-10-17ext4: call out CRC and corruption errors with specific error codesGravatar Darrick J. Wong 1-14/+14
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-07-27ext4: memory leak on error in ext4_symlink()Gravatar Dan Carpenter 1-1/+1
2015-07-23ext4: Handle error from dquot_initialize()Gravatar Jan Kara 1-16/+47
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-313/+229
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCGravatar Theodore Ts'o 1-1/+1
2015-06-15ext4: improve warning directory handling messagesGravatar Andreas Dilger 1-58/+67
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkGravatar Theodore Ts'o 1-11/+21
2015-05-31ext4 crypto: enforce crypto policy restrictions on cross-renamesGravatar Theodore Ts'o 1-0/+9
2015-05-31ext4 crypto: encrypt tmpfile located in encryption protected directoryGravatar Theodore Ts'o 1-28/+1
2015-05-31ext4 crypto: use per-inode tfm structureGravatar Theodore Ts'o 1-8/+9
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-29/+13
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesGravatar Theodore Ts'o 1-0/+4
2015-05-18ext4 crypto: optimize filename encryptionGravatar Theodore Ts'o 1-184/+110
2015-05-10ext4: switch to simple_follow_link()Gravatar Al Viro 1-1/+3
2015-05-10ext4: split inode_operations for encrypted symlinks off the restGravatar Al Viro 1-4/+5