summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-06-21xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2-41/+3
2016-06-21xfs: use iomap fiemap implementationChristoph Hellwig1-75/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig1-52/+19
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig7-258/+187
2016-06-21xfs: reorder zeroing and flushing sequence in truncateChristoph Hellwig1-14/+19
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig3-26/+31
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig1-0/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+5
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-22/+12
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds48-1134/+1293
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner4-199/+250
2016-05-20Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner8-54/+450
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner10-29/+32
2016-05-20Merge branch 'xfs-4.7-cleanup-attr-listent' into for-nextDave Chinner3-67/+39
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner9-84/+125
2016-05-20Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner28-508/+200
2016-05-20Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner3-191/+184
2016-05-20xfs: fix warning in xfs_finish_page_writeback for non-debug buildsChristoph Hellwig1-3/+2
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox1-11/+4
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+14
2016-05-18xfs: concurrent readdir hangs on data buffer locksDave Chinner1-9/+14
2016-05-18xfs: move reclaim tagging functionsDave Chinner1-118/+116
2016-05-18xfs: simplify inode reclaim tagging interfacesDave Chinner1-48/+50
2016-05-18xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner1-37/+37
2016-05-18xfs: xfs_iflush_cluster has range issuesDave Chinner1-2/+11
2016-05-18xfs: mark reclaimed inodes invalid earlierDave Chinner2-12/+47
2016-05-18xfs: xfs_inode_free() isn't RCU safeDave Chinner1-7/+7
2016-05-18xfs: optimise xfs_iext_destroyAlex Lyakas1-8/+19
2016-05-18xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-05-18xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-05-18xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-05-18xfs: remove xfs_fs_evict_inode()Dave Chinner1-21/+7
2016-05-18xfs: add "fail at unmount" error handling configurationCarlos Maiolino4-0/+64
2016-05-18xfs: add configuration handlers for specific errorsCarlos Maiolino2-1/+24
2016-05-18xfs: add configuration of error failure speedCarlos Maiolino4-7/+111
2016-05-18xfs: introduce table-based init for error behaviorsCarlos Maiolino1-12/+60
2016-05-18xfs: add configurable error support to metadata buffersCarlos Maiolino5-46/+88
2016-05-18xfs: introduce metadata IO error classCarlos Maiolino2-0/+37
2016-05-18xfs: configurable error behavior via sysfsCarlos Maiolino4-2/+84
2016-05-18xfs: buffer ->bi_end_io function requires irq-safe lockBrian Foster1-8/+4
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-18/+12
2016-05-17xfs: Add alignment check for DAX mountToshi Kani1-7/+5
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-4/+3
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro2-17/+9
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+1
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2-5/+4
2016-05-01xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig1-9/+8