aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+3
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 25-2089/+455
2016-07-26mm, memcg: use consistent gfp flags during readaheadGravatar Michal Hocko 1-1/+1
2016-07-26dax: remote unused fault wrappersGravatar Ross Zwisler 1-2/+2
2016-07-15ext4: verify extent header depthGravatar Vegard Nossum 1-0/+4
2016-07-14ext4: short-cut orphan cleanup on errorGravatar Vegard Nossum 1-0/+10
2016-07-14ext4: fix reference counting bug on block allocation errorGravatar Vegard Nossum 1-14/+3
2016-07-10ext4 crypto: migrate into vfs's crypto engineGravatar Jaegeuk Kim 19-1997/+297
2016-07-05ext4: fix project quota accounting without quota limits enabledGravatar Wang Shilong 1-10/+8
2016-07-05ext4: validate s_reserved_gdt_blocks on mountGravatar Theodore Ts'o 2-0/+10
2016-07-05ext4: remove unused page_idxGravatar yalin wang 1-2/+1
2016-07-04ext4: don't call ext4_should_journal_data() on the journal inodeGravatar Vegard Nossum 1-3/+3
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Gravatar Pranay Kr. Srivastava 1-14/+16
2016-07-04ext4: fix deadlock during page writebackGravatar Jan Kara 1-3/+26
2016-07-03ext4: correct error value of function verifying dx checksumGravatar Daeho Jeong 1-2/+2
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationGravatar Daeho Jeong 4-36/+42
2016-06-30ext4: check for extents that wrap aroundGravatar Vegard Nossum 1-2/+6
2016-06-26ext4: respect the nobarrier mount option in nojournal modeGravatar Theodore Ts'o 1-1/+4
2016-06-26ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performanceGravatar Theodore Ts'o 4-4/+23
2016-06-08ext4: use bio op helprs in ext4 crypto codeGravatar Mike Christie 1-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 2-4/+4
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 3-5/+6
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 4-5/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 3-6/+9
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 2-2/+0
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-10/+13
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 3-10/+13
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-11/+4
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 19-301/+318
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cGravatar Andy Shevchenko 1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-24/+18
2016-05-17ext4: Add alignment check for DAX mountGravatar Toshi Kani 1-9/+2
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 1-0/+4
2016-05-16dax: Remove complete_unwritten argumentGravatar Jan Kara 1-2/+2
2016-05-13ext4: pre-zero allocated blocks for DAX IOGravatar Jan Kara 3-14/+44
2016-05-13ext4: refactor direct IO codeGravatar Jan Kara 3-146/+114
2016-05-13ext4: fix race in transient ENOSPC detectionGravatar Jan Kara 1-1/+2
2016-05-13ext4: handle transient ENOSPC properly for DAXGravatar Jan Kara 1-55/+20
2016-05-12ext4: switch to ->iterate_shared()Gravatar Al Viro 1-2/+2
2016-05-05ext4: remove unmeetable inconsisteny check from ext4_find_extent()Gravatar Nicolai Stange 1-7/+0
2016-05-05ext4: remove unnecessary bio get/putGravatar Jens Axboe 1-2/+0
2016-05-05ext4: silence UBSAN in ext4_mb_init()Gravatar Nicolai Stange 1-2/+4
2016-05-05ext4: address UBSAN warning in mb_find_order_for_block()Gravatar Nicolai Stange 1-1/+3
2016-05-05ext4: fix oops on corrupted filesystemGravatar Jan Kara 1-1/+1
2016-05-05ext4: fix check of dqget() return value in ext4_ioctl_setproject()Gravatar Seth Forshee 1-1/+1
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 5-15/+12
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 3-17/+16