summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-251-54/+105
|\
| * ext4: improve warning directory handling messagesAndreas Dilger2015-06-151-9/+19
| * ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-06-091-0/+6
| * ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o2015-05-311-0/+1
| * ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o2015-05-311-0/+9
| * ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-311-3/+2
| * ext4 crypto: use slab cachesTheodore Ts'o2015-05-181-0/+1
| * ext4: clean up superblock encryption mode fieldsTheodore Ts'o2015-05-181-6/+0
| * ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-181-16/+28
| * ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2015-05-181-1/+1
| * ext4 crypto: optimize filename encryptionTheodore Ts'o2015-05-181-22/+41
* | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-0/+1
|\ \ | |/ |/|
| * ext4: split inode_operations for encrypted symlinks off the restAl Viro2015-05-101-0/+1
* | ext4: remove unused function prototype from ext4.hTheodore Ts'o2015-05-141-1/+0
|/
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-031-9/+7
|\
| * ext4 crypto: remove duplicated encryption mode definitionsChanho Park2015-05-021-6/+0
| * ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2015-05-011-0/+1
| * ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-011-3/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-191-10/+159
|\ \ | |/
| * ext4 crypto: enable encryption feature flagTheodore Ts'o2015-04-161-4/+13
| * ext4 crypto: add symlink encryptionTheodore Ts'o2015-04-161-0/+1
| * ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2015-04-121-1/+3
| * ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2015-04-121-2/+3
| * ext4 crypto: filename encryption facilitiesMichael Halcrow2015-04-121-0/+41
| * ext4 crypto: add encryption key management facilitiesMichael Halcrow2015-04-121-0/+13
| * ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2015-04-121-0/+52
| * ext4 crypto: add encryption policy and password salt supportMichael Halcrow2015-04-111-0/+15
| * ext4 crypto: export ext4_empty_dir()Michael Halcrow2015-04-111-0/+1
| * ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-04-111-3/+13
| * ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2015-04-081-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-2/+2
|\ \
| * | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-2/+2
| |/
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-1/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-221-4/+14
|\
| * ext4: support read-only imagesDarrick J. Wong2015-02-121-0/+1
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
* | ext4: add DAX functionalityRoss Zwisler2015-02-161-0/+6
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-12-121-30/+11
|\
| * ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2014-12-021-1/+1
| * ext4: limit number of scanned extents in status tree shrinkerJan Kara2014-11-251-1/+4
| * ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-251-5/+5
| * ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu2014-11-251-3/+1
| * ext4: fix block reservation for bigalloc filesystemsJan Kara2014-11-251-20/+1
| * ext4: kill ext4_kvfree()Al Viro2014-11-201-1/+0
* | ext4: Convert to private i_dquot fieldJan Kara2014-11-101-0/+4
|/
* ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2014-10-141-2/+2
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-0/+8
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-10-051-0/+1
* ext4: don't use MAXQUOTAS valueJan Kara2014-09-111-1/+4
* ext4: renumber EXT4_EX_* flags to avoid flag aliasing problemsTheodore Ts'o2014-09-041-3/+2
OpenPOWER on IntegriCloud