summaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-071-0/+18
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-221-9/+25
|\
| * ext4: adds project ID supportLi Xi2016-01-081-0/+19
| * ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2016-01-081-9/+6
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai2015-10-291-3/+0
* | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-5/+3
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-14/+14
* | ext4: memory leak on error in ext4_symlink()Dan Carpenter2015-07-271-1/+1
* | ext4: Handle error from dquot_initialize()Jan Kara2015-07-231-16/+47
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-251-313/+229
|\
| * ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-211-1/+1
| * ext4: improve warning directory handling messagesAndreas Dilger2015-06-151-58/+67
| * ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o2015-05-311-11/+21
| * ext4 crypto: enforce crypto policy restrictions on cross-renamesTheodore Ts'o2015-05-311-0/+9
| * ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o2015-05-311-28/+1
| * ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-311-8/+9
| * ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-181-29/+13
| * ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2015-05-181-0/+4
| * ext4 crypto: optimize filename encryptionTheodore Ts'o2015-05-181-184/+110
* | ext4: switch to simple_follow_link()Al Viro2015-05-101-1/+3
* | ext4: split inode_operations for encrypted symlinks off the restAl Viro2015-05-101-4/+5
|/
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-031-66/+6
|\
| * ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-011-66/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-17/+17
|\ \
| * | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-17/+17
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-191-105/+532
|\ \ \ | | |/ | |/|
| * | ext4 crypto: enable encryption feature flagTheodore Ts'o2015-04-161-3/+6
| * | ext4 crypto: add symlink encryptionTheodore Ts'o2015-04-161-20/+65
| * | ext4 crypto: filename encryption modificationsMichael Halcrow2015-04-121-44/+204
| * | ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow2015-04-121-8/+101
| * | ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2015-04-121-10/+71
OpenPOWER on IntegriCloud