summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix memory leak when symlink decryption failsEric Biggers2016-09-151-2/+1Star
* ext4: remove unused definition for MAX_32_NUMFabian Frederick2016-09-151-2/+0Star
* ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2016-09-153-14/+7Star
* ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick2016-09-151-7/+2Star
* 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-061-10/+31
* ext4: cleanup ext4_sync_parent()Jan Kara2016-09-061-1/+8
* ext4: remove old feature helpersKaho Ng2016-09-064-29/+6Star
* ext4: enable quota enforcement based on mount optionsJan Kara2016-09-062-13/+33
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-09-061-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/+8Star
* 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/+7Star
* 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/+24Star
* 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-08-011-0/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-282-2/+0Star
|\ \
| * | drop redundant ->owner initializationsAl Viro2016-05-302-2/+0Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-272-3/+3
|\ \ \
| * | | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-271-1/+1
| * | | dax: remote unused fault wrappersRoss Zwisler2016-07-271-2/+2
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-2725-2089/+455Star
|\ \ \ | | |/ | |/|
| * | ext4: verify extent header depthVegard Nossum2016-07-151-0/+4
| * | ext4: short-cut orphan cleanup on errorVegard Nossum2016-07-151-0/+10
| * | ext4: fix reference counting bug on block allocation errorVegard Nossum2016-07-151-14/+3Star
| * | ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-1019-1997/+297Star
| * | ext4: fix project quota accounting without quota limits enabledWang Shilong2016-07-061-10/+8Star
| * | ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-07-062-0/+10
| * | ext4: remove unused page_idxyalin wang2016-07-051-2/+1Star
| * | ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-07-041-3/+3
| * | ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava2016-07-041-14/+16
| * | ext4: fix deadlock during page writebackJan Kara2016-07-041-3/+26
| * | ext4: correct error value of function verifying dx checksumDaeho Jeong2016-07-041-2/+2
| * | ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-07-034-36/+42
| * | ext4: check for extents that wrap aroundVegard Nossum2016-06-301-2/+6
| * | ext4: respect the nobarrier mount option in nojournal modeTheodore Ts'o2016-06-271-1/+4
| * | ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o2016-06-274-4/+23
| |/
* | ext4: use bio op helprs in ext4 crypto codeMike Christie2016-06-081-1/+1
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-072-4/+4
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-073-5/+6