aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o1-1/+1
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger1-58/+67
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o1-11/+21
2015-05-31ext4 crypto: enforce crypto policy restrictions on cross-renamesTheodore Ts'o1-0/+9
2015-05-31ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o1-28/+1
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o1-8/+9
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-29/+13
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o1-0/+4
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o1-184/+110
2015-05-10ext4: switch to simple_follow_link()Al Viro1-1/+3
2015-05-10ext4: split inode_operations for encrypted symlinks off the restAl Viro1-4/+5
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-66/+6
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o1-66/+6
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+17
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-105/+532
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o1-3/+6
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o1-20/+65
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh1-8/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-17/+17
2015-04-12ext4 crypto: filename encryption modificationsMichael Halcrow1-44/+204
2015-04-12ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow1-8/+101
2015-04-12ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow1-10/+71
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o1-4/+17