summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-09-05ext4: remove old feature helpersKaho Ng
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara
2016-09-05ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-08-29ext4: enforce online defrag restriction for encrypted filesEric Whitney
2016-08-29ext4: factor out loop for freeing inode xattr spaceJan Kara
2016-08-29ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara
2016-08-29ext4: factor out xattr movingJan Kara
2016-08-29ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara
2016-08-29ext4: remove checks for e_value_blockJan Kara
2016-08-29ext4: Check that external xattr value block is zeroJan Kara
2016-08-29ext4: fixup free space calculations when expanding inodesJan Kara
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-08-11ext4: avoid deadlock when expanding inode sizeJan Kara
2016-08-11ext4: properly align shifted xattrs when expanding inodesJan Kara
2016-08-11ext4: fix xattr shifting when expanding inodes part 2Jan Kara
2016-08-11ext4: fix xattr shifting when expanding inodesJan Kara
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-07-31ext4: reserve xattr index for the HurdTheodore Ts'o
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-07-15ext4: verify extent header depthVegard Nossum
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum
2016-07-14ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim
2016-07-05ext4: fix project quota accounting without quota limits enabledWang Shilong
2016-07-05ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-07-05ext4: remove unused page_idxyalin wang
2016-07-04ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava
2016-07-04ext4: fix deadlock during page writebackJan Kara
2016-07-03ext4: correct error value of function verifying dx checksumDaeho Jeong
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-06-30ext4: check for extents that wrap aroundVegard Nossum
2016-06-26ext4: respect the nobarrier mount option in nojournal modeTheodore Ts'o
2016-06-26ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o
2016-06-08ext4: use bio op helprs in ext4 crypto codeMike Christie
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds