summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-0/+1
|\
| * ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-071-0/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-0714-310/+372
|\ \ | |/ |/|
| * ext4: remove unused variableEric Engestrom2016-09-302-5/+2
| * ext4: use journal inode to determine journal overheadEric Whitney2016-09-301-2/+17
| * ext4: create function to read journal inodeEric Whitney2016-09-301-9/+23
| * ext4: unmap metadata when zeroing blocksJan Kara2016-09-301-1/+9
| * ext4: remove plugging from ext4_file_write_iter()Jan Kara2016-09-301-4/+0
| * ext4: allow unlocked direct IO when pages are cachedJan Kara2016-09-301-2/+1
| * ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2016-09-301-0/+3
| * ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-301-2/+0
| * ext4: release bh in make_indexed_dirgmail2016-09-301-8/+6
| * ext4: Allow parallel DIO readsJan Kara2016-09-301-22/+18
| * ext4: allow DAX writeback for hole punchRoss Zwisler2016-09-221-2/+2
| * fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-153-9/+9
| * ext4: fix memory leak when symlink decryption failsEric Biggers2016-09-151-2/+1
| * ext4: remove unused definition for MAX_32_NUMFabian Frederick2016-09-151-2/+0
| * ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2016-09-153-14/+7
| * ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick2016-09-151-7/+2
| * ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-09-151-0/+3
| * ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2016-09-151-0/+2
| * ext4: improve ext4lazyinit scalabilityDmitry Monakhov2016-09-051-10/+31
| * ext4: cleanup ext4_sync_parent()Jan Kara2016-09-051-1/+8
| * ext4: remove old feature helpersKaho Ng2016-09-054-29/+6
| * ext4: enable quota enforcement based on mount optionsJan Kara2016-09-052-13/+33
| * ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-09-051-4/+4
| * ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-08-291-0/+7
| * ext4: factor out loop for freeing inode xattr spaceJan Kara2016-08-291-52/+69
| * ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara2016-08-291-12/+8
| * ext4: factor out xattr movingJan Kara2016-08-291-74/+85
| * ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara2016-08-291-4/+5
| * ext4: remove checks for e_value_blockJan Kara2016-08-291-8/+7
| * ext4: Check that external xattr value block is zeroJan Kara2016-08-291-0/+2
| * ext4: fixup free space calculations when expanding inodesJan Kara2016-08-291-34/+24
* | fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-101-1/+1
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-294-25/+49
|\
| * ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-112-8/+13
| * ext4: properly align shifted xattrs when expanding inodesJan Kara2016-08-111-1/+1
| * ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-08-111-2/+3
| * ext4: fix xattr shifting when expanding inodesJan Kara2016-08-111-13/+14
| * ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
| * ext4: reserve xattr index for the HurdTheodore Ts'o2016-07-311-0/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-282-2/+0
|\ \
| * | drop redundant ->owner initializationsAl Viro2016-05-292-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-3/+3
|\ \ \
| * | | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+1
| * | | dax: remote unused fault wrappersRoss Zwisler2016-07-261-2/+2
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-2625-2089/+455
|\ \ \ | | |/ | |/|
| * | ext4: verify extent header depthVegard Nossum2016-07-151-0/+4
| * | ext4: short-cut orphan cleanup on errorVegard Nossum2016-07-141-0/+10