aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+21
2016-03-13ext4: fix compile error while opening the macro DOUBLE_CHECKGravatar Aihua Zhang 1-0/+12
2016-03-09ext4: more efficient SEEK_DATA implementationGravatar Jan Kara 1-0/+3
2016-03-08ext4: remove i_ioend_countGravatar Jan Kara 1-6/+1
2016-03-08ext4: simplify io_end handling for AIO DIOGravatar Jan Kara 1-10/+0
2016-03-08ext4: rename and split get blocks functionsGravatar Jan Kara 1-3/+5
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOGravatar Jan Kara 1-3/+0
2016-03-08ext4: pack ioend structure betterGravatar Jan Kara 1-1/+1
2016-02-29ext4: Fix data exposure after failed AIO DIOGravatar Jan Kara 1-9/+21
2016-02-22mbcache2: rename to mbcacheGravatar Jan Kara 1-1/+1
2016-02-22ext4: convert to mbcache2Gravatar Jan Kara 1-1/+1
2016-02-07ext4 crypto: revalidate dentry after adding or removing the keyGravatar Theodore Ts'o 1-0/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2016-01-08ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface supportGravatar Li Xi 1-0/+47
2016-01-08ext4: add project quota supportGravatar Li Xi 1-1/+1
2016-01-08ext4: adds project ID supportGravatar Li Xi 1-4/+13
2016-01-08ext4 crypto: simplify interfaces to directory entry insert functionsGravatar Theodore Ts'o 1-2/+1
2015-12-07ext4: use pre-zeroed blocks for DAX page faultsGravatar Jan Kara 1-2/+2
2015-12-07ext4: implement allocation of pre-zeroed blocksGravatar Jan Kara 1-0/+4
2015-12-07ext4: provide ext4_issue_zeroout()Gravatar Jan Kara 1-1/+4
2015-12-07ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flagGravatar Jan Kara 1-3/+1
2015-12-07ext4: fix races of writeback with punch hole and zero rangeGravatar Jan Kara 1-0/+3
2015-12-07ext4: fix races between page faults and hole punchingGravatar Jan Kara 1-0/+10
2015-11-24ext4: Fix handling of extended tv_secGravatar David Turner 1-7/+44
2015-10-18ext4: do not allow journal_opts for fs w/o journalGravatar Dmitry Monakhov 1-0/+3
2015-10-17ext4: clean up feature test macros with predicate functionsGravatar Darrick J. Wong 1-14/+132
2015-10-17ext4: call out CRC and corruption errors with specific error codesGravatar Darrick J. Wong 1-0/+3
2015-10-17ext4: store checksum seed in superblockGravatar Darrick J. Wong 1-3/+5
2015-10-17ext4: reserve code points for the project quota featureGravatar Theodore Ts'o 1-1/+7
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextGravatar Theodore Ts'o 1-2/+1
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cGravatar Theodore Ts'o 1-0/+3
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cGravatar Theodore Ts'o 1-0/+5
2015-09-08ext4: add ext4_get_block_dax()Gravatar Matthew Wilcox 1-0/+2
2015-07-21ext4: replace ext4_io_submit->io_op with ->io_wbcGravatar Tejun Heo 1-1/+1
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-54/+105
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2015-06-15ext4: improve warning directory handling messagesGravatar Andreas Dilger 1-9/+19
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateGravatar Namjae Jeon 1-0/+6
2015-05-31ext4 crypto: allocate the right amount of memory for the on-disk symlinkGravatar Theodore Ts'o 1-0/+1
2015-05-31ext4 crypto: encrypt tmpfile located in encryption protected directoryGravatar Theodore Ts'o 1-0/+9
2015-05-31ext4 crypto: use per-inode tfm structureGravatar Theodore Ts'o 1-3/+2
2015-05-18ext4 crypto: use slab cachesGravatar Theodore Ts'o 1-0/+1
2015-05-18ext4: clean up superblock encryption mode fieldsGravatar Theodore Ts'o 1-6/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-16/+28
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyGravatar Theodore Ts'o 1-1/+1
2015-05-18ext4 crypto: optimize filename encryptionGravatar Theodore Ts'o 1-22/+41
2015-05-14ext4: remove unused function prototype from ext4.hGravatar Theodore Ts'o 1-1/+0
2015-05-10ext4: split inode_operations for encrypted symlinks off the restGravatar Al Viro 1-0/+1
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+7
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsGravatar Chanho Park 1-6/+0