summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers-1/+1
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-25/+49
2016-08-11ext4: avoid deadlock when expanding inode sizeJan Kara-8/+13
2016-08-11ext4: properly align shifted xattrs when expanding inodesJan Kara-1/+1
2016-08-11ext4: fix xattr shifting when expanding inodes part 2Jan Kara-2/+3
2016-08-11ext4: fix xattr shifting when expanding inodesJan Kara-13/+14
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o-1/+17
2016-07-31ext4: reserve xattr index for the HurdTheodore Ts'o-0/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2089/+455
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko-1/+1
2016-07-26dax: remote unused fault wrappersRoss Zwisler-2/+2
2016-07-15ext4: verify extent header depthVegard Nossum-0/+4
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum-0/+10
2016-07-14ext4: fix reference counting bug on block allocation errorVegard Nossum-14/+3
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim-1997/+297
2016-07-05ext4: fix project quota accounting without quota limits enabledWang Shilong-10/+8
2016-07-05ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o-0/+10
2016-07-05ext4: remove unused page_idxyalin wang-2/+1
2016-07-04ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum-3/+3
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava-14/+16
2016-07-04ext4: fix deadlock during page writebackJan Kara-3/+26
2016-07-03ext4: correct error value of function verifying dx checksumDaeho Jeong-2/+2
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong-36/+42
2016-06-30ext4: check for extents that wrap aroundVegard Nossum-2/+6
2016-06-26ext4: respect the nobarrier mount option in nojournal modeTheodore Ts'o-1/+4
2016-06-26ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceTheodore Ts'o-4/+23
2016-06-08ext4: use bio op helprs in ext4 crypto codeMike Christie-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie-4/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie-5/+6
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie-5/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie-6/+9
2016-05-29drop redundant ->owner initializationsAl Viro-2/+0
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+13
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro-10/+13
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+4
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-301/+318
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-24/+18
2016-05-17ext4: Add alignment check for DAX mountToshi Kani-9/+2
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro-0/+4
2016-05-16dax: Remove complete_unwritten argumentJan Kara-2/+2
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara-14/+44
2016-05-13ext4: refactor direct IO codeJan Kara-146/+114
2016-05-13ext4: fix race in transient ENOSPC detectionJan Kara-1/+2
2016-05-13ext4: handle transient ENOSPC properly for DAXJan Kara-55/+20
2016-05-12ext4: switch to ->iterate_shared()Al Viro-2/+2
2016-05-05ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange-7/+0
2016-05-05ext4: remove unnecessary bio get/putJens Axboe-2/+0