summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)Author
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-05-04ext4: fix races of writeback with punch hole and zero rangeJan Kara
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2015-11-24ext4: Fix handling of extended tv_secDavid Turner
2015-10-18ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov
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-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-10-17ext4: reserve code points for the project quota featureTheodore Ts'o
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox
2015-07-21ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore 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: use slab cachesTheodore Ts'o
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o
2015-05-18ext4 crypto: optimize filename encryptionTheodore Ts'o
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o
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-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...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-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: filename encryption facilitiesMichael Halcrow
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11ext4 crypto: add encryption policy and password salt supportMichael Halcrow
2015-04-11ext4 crypto: export ext4_empty_dir()Michael Halcrow
2015-04-11ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o
2015-04-08ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds