summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-10-22ext4: unmap metadata when zeroing blocksJan Kara
2016-10-22ext4: release bh in make_indexed_dirgmail
2016-10-22ext4: allow DAX writeback for hole punchRoss Zwisler
2016-10-22ext4: fix memory leak in ext4_insert_range()Fabian Frederick
2016-10-22ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2016-10-22ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-10-22ext4: enforce online defrag restriction for encrypted filesEric Whitney
2016-09-24fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-15fscrypto: add authorization check for setting encryption policyEric Biggers
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-09-15ext4: avoid deadlock when expanding inode sizeJan Kara
2016-09-15ext4: properly align shifted xattrs when expanding inodesJan Kara
2016-09-15ext4: fix xattr shifting when expanding inodes part 2Jan Kara
2016-09-15ext4: fix xattr shifting when expanding inodesJan Kara
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-16ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-08-16ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-16ext4: fix deadlock during page writebackJan Kara
2016-08-16ext4: check for extents that wrap aroundVegard Nossum
2016-08-16ext4: verify extent header depthVegard Nossum
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
2016-05-17ext4: Add alignment check for DAX mountToshi Kani
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-16dax: Remove complete_unwritten argumentJan Kara
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara
2016-05-13ext4: refactor direct IO codeJan Kara
2016-05-13ext4: fix race in transient ENOSPC detectionJan Kara
2016-05-13ext4: handle transient ENOSPC properly for DAXJan Kara
2016-05-12ext4: switch to ->iterate_shared()Al Viro
2016-05-05ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange
2016-05-05ext4: remove unnecessary bio get/putJens Axboe
2016-05-05ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-05-05ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-05-05ext4: fix oops on corrupted filesystemJan Kara
2016-05-05ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-30ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-04-30ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong