aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox1-0/+2
2015-07-21ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo1-1/+1
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-54/+105
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger1-9/+19
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon1-0/+6
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o1-0/+1
2015-05-31ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o1-0/+9
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o1-3/+2
2015-05-18ext4 crypto: use slab cachesTheodore Ts'o1-0/+1
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o1-6/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-16/+28
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o1-1/+1
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o1-22/+41
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o1-1/+0
2015-05-10ext4: split inode_operations for encrypted symlinks off the restAl Viro1-0/+1
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-9/+7
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o1-0/+1
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o1-3/+6
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-10/+159
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o1-4/+13
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o1-0/+1
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh1-1/+0
2015-04-12ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow1-1/+3
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o1-2/+3
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow1-0/+41
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow1-0/+13
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow1-0/+52
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-2/+2
2015-04-11ext4 crypto: add encryption policy and password salt supportMichael Halcrow1-0/+15
2015-04-11ext4 crypto: export ext4_empty_dir()Michael Halcrow1-0/+1
2015-04-11ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o1-3/+13
2015-04-08ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o1-0/+4
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+14
2015-02-16ext4: add DAX functionalityRoss Zwisler1-0/+6
2015-02-12ext4: support read-only imagesDarrick J. Wong1-0/+1
2015-01-19ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o1-4/+13
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-30/+11
2014-12-02ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov1-1/+1
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara1-1/+4
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-5/+5
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu1-3/+1
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara1-20/+1
2014-11-20ext4: kill ext4_kvfree()Al Viro1-1/+0
2014-11-10ext4: Convert to private i_dquot fieldJan Kara1-0/+4
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong1-2/+2
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-0/+8
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-0/+1