summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2016-09-22Merge remote-tracking branch 'ext4/dev'Stephen Rothwell13-253/+291
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers3-9/+9
2016-09-15ext4: fix memory leak when symlink decryption failsEric Biggers1-2/+1
2016-09-15ext4: remove unused definition for MAX_32_NUMFabian Frederick1-2/+0
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick3-14/+7
2016-09-15ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick1-7/+2
2016-09-15ext4: fix memory leak in ext4_insert_range()Fabian Frederick1-0/+3
2016-09-15ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang1-0/+2
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-1/+1
2016-09-05ext4: improve ext4lazyinit scalabilityDmitry Monakhov1-10/+31
2016-09-05ext4: cleanup ext4_sync_parent()Jan Kara1-1/+8
2016-09-05ext4: remove old feature helpersKaho Ng4-29/+6
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara2-13/+33
2016-09-05ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-08-29ext4: enforce online defrag restriction for encrypted filesEric Whitney1-0/+7
2016-08-29ext4: factor out loop for freeing inode xattr spaceJan Kara1-52/+69
2016-08-29ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara1-12/+8
2016-08-29ext4: factor out xattr movingJan Kara1-74/+85
2016-08-29ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara1-4/+5
2016-08-29ext4: remove checks for e_value_blockJan Kara1-8/+7
2016-08-29ext4: Check that external xattr value block is zeroJan Kara1-0/+2
2016-08-29ext4: fixup free space calculations when expanding inodesJan Kara1-34/+24
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-25/+49
2016-08-11ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13
2016-08-11ext4: properly align shifted xattrs when expanding inodesJan Kara1-1/+1
2016-08-11ext4: fix xattr shifting when expanding inodes part 2Jan Kara1-2/+3
2016-08-11ext4: fix xattr shifting when expanding inodesJan Kara1-13/+14
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-07-31ext4: reserve xattr index for the HurdTheodore Ts'o1-0/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds25-2089/+455
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+1
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-2/+2
2016-07-15ext4: verify extent header depthVegard Nossum1-0/+4
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-07-14ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim19-1997/+297
2016-07-05ext4: fix project quota accounting without quota limits enabledWang Shilong1-10/+8
2016-07-05ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-07-05ext4: remove unused page_idxyalin wang1-2/+1
2016-07-04ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava1-14/+16
2016-07-04ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-07-03ext4: correct error value of function verifying dx checksumDaeho Jeong1-2/+2
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong4-36/+42
2016-06-30ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-06-26ext4: respect the nobarrier mount option in nojournal modeTheodore Ts'o1-1/+4
2016-06-26ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o4-4/+23
2016-06-08ext4: use bio op helprs in ext4 crypto codeMike Christie1-1/+1