summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)Author
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-05ext4: fix oops on corrupted filesystemJan Kara
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-03-30ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-01-08ext4: adds project ID supportLi Xi
2016-01-08ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-07-27ext4: memory leak on error in ext4_symlink()Dan Carpenter
2015-07-23ext4: Handle error from dquot_initialize()Jan Kara
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o
2015-05-31ext4 crypto: enforce crypto policy restrictions on cross-renamesTheodore Ts'o
2015-05-31ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o
2015-05-10ext4: switch to simple_follow_link()Al Viro
2015-05-10ext4: split inode_operations for encrypted symlinks off the restAl Viro
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12ext4 crypto: filename encryption modificationsMichael Halcrow
2015-04-12ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow
2015-04-12ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o
2015-04-12ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow
2015-04-12ext4 crypto: enforce context consistencyTheodore Ts'o
2015-04-11ext4 crypto: export ext4_empty_dir()Michael Halcrow
2015-04-03ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-04-02ext4: remove unused header filesSheng Yong