summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2015-10-191-0/+3
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-14/+132
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-0/+3
* ext4: store checksum seed in superblockDarrick J. Wong2015-10-171-3/+5
* ext4: reserve code points for the project quota featureTheodore Ts'o2015-10-171-1/+7
* ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2015-10-031-2/+1Star
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-0/+3
* ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-0/+5
* ext4: add ext4_get_block_dax()Matthew Wilcox2015-09-091-0/+2
* ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo2015-07-221-1/+1
* 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/+2Star
| * ext4 crypto: use slab cachesTheodore Ts'o2015-05-181-0/+1
| * ext4: clean up superblock encryption mode fieldsTheodore Ts'o2015-05-181-6/+0Star
| * 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-111-0/+1
* | ext4: remove unused function prototype from ext4.hTheodore Ts'o2015-05-151-1/+0Star
|/
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-041-9/+7Star
|\
| * ext4 crypto: remove duplicated encryption mode definitionsChanho Park2015-05-021-6/+0Star
| * 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-171-2/+2
|\ \
| * | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-2/+2
| |/
* / dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-161-1/+0Star
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-231-4/+14
|\
| * ext4: support read-only imagesDarrick J. Wong2015-02-131-0/+1
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
* | ext4: add DAX functionalityRoss Zwisler2015-02-171-0/+6
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-12-121-30/+11Star
|\
| * 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