aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-31ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()Theodore Ts'o1-0/+1
2015-05-31ext4 crypto: fix memory leaks in ext4_encrypted_zerooutTheodore Ts'o1-31/+31
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o9-156/+96
2015-05-31ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabledTheodore Ts'o1-0/+1
2015-05-31ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o4-34/+30
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-1/+0
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o4-15/+12
2015-05-18ext4 crypto: use slab cachesTheodore Ts'o3-34/+39
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o4-32/+7
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o11-346/+246
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o6-48/+43
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o5-54/+28
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o4-313/+230
2015-05-15ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o1-0/+8
2015-05-14ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner1-0/+6
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o1-1/+0
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o1-0/+2
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-5/+4
2015-05-10ext4: switch to simple_follow_link()Al Viro3-9/+5
2015-05-10ext4: split inode_operations for encrypted symlinks off the restAl Viro4-26/+20
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-229/+210
2015-05-02ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2015-05-02ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-47/+47
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2-5/+5
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds29-246/+3344
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-44/+46
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o6-24/+79
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o5-23/+184
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-31/+4
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh4-33/+3
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells12-39/+39
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow2-17/+68
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 Halcrow3-13/+79
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o4-13/+35
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow5-1/+779
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow3-3/+88
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow4-6/+173