summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2016-09-24fscrypto: require write access to mount to set encryption policyEric Biggers1-0/+6
2016-09-15fscrypto: add authorization check for setting encryption policyEric Biggers1-0/+3
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong4-36/+42
2016-09-15ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13
2016-09-15ext4: properly align shifted xattrs when expanding inodesJan Kara1-1/+1
2016-09-15ext4: fix xattr shifting when expanding inodes part 2Jan Kara1-2/+3
2016-09-15ext4: fix xattr shifting when expanding inodesJan Kara1-13/+14
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-08-16ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-08-16ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-16ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-08-16ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-16ext4: verify extent header depthVegard Nossum1-0/+4
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+13
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro3-10/+13
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-11/+4
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds19-301/+318
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-24/+18
2016-05-17ext4: Add alignment check for DAX mountToshi Kani1-9/+2
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-0/+4
2016-05-17dax: Remove complete_unwritten argumentJan Kara1-2/+2
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara3-14/+44
2016-05-13ext4: refactor direct IO codeJan Kara3-146/+114
2016-05-13ext4: fix race in transient ENOSPC detectionJan Kara1-1/+2
2016-05-13ext4: handle transient ENOSPC properly for DAXJan Kara1-55/+20
2016-05-13ext4: switch to ->iterate_shared()Al Viro1-2/+2
2016-05-06ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange1-7/+0
2016-05-06ext4: remove unnecessary bio get/putJens Axboe1-2/+0
2016-05-06ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-05-06ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-05-05ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-05-05ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee1-1/+1
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro5-15/+12
2016-05-02fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-02fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig3-17/+16
2016-04-30ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-27/+22
2016-04-30ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk8-10/+10
2016-04-26ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong3-3/+20
2016-04-26ext4: handle unwritten or delalloc buffers before enabling data journalingDaeho Jeong1-11/+20
2016-04-26ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()Theodore Ts'o1-2/+7
2016-04-24ext4: do not ask jbd2 to write data for delalloc buffersJan Kara4-5/+22
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara1-1/+2
2016-04-24ext4: remove EXT4_STATE_ORDERED_MODEJan Kara2-5/+1
2016-04-24ext4: fix data exposure after a crashJan Kara1-9/+15
2016-04-24ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2-0/+10