aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner1-46/+50
2015-11-03xfs: DAX does not use IO completion callbacksDave Chinner1-39/+0
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner1-4/+9
2015-11-03xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner1-6/+44
2015-10-12xfs: add missing ilock around dio write last extent alignmentBrian Foster1-5/+5
2015-10-12cancel the setfilesize transation when io error happenZhaohongjiang1-2/+11
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-1/+2
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2015-08-28xfs: return errors from partial I/O failures to filesDavid Jeffery1-1/+2
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov1-4/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-2/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+2
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-45/+113
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-3/+3
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-2/+2
2015-06-04xfs: add DAX IO path supportDave Chinner1-9/+27
2015-06-04xfs: add DAX file operations supportDave Chinner1-33/+83
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-2/+10
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe1-1/+0
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-78/+192
2015-04-16xfs: DIO write completion size updates raceDave Chinner1-0/+7
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner1-30/+39
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner1-31/+30
2015-04-16xfs: DIO needs an ioend for writesDave Chinner1-10/+82
2015-04-16xfs: move DIO mapping size calculationDave Chinner1-33/+46
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner1-13/+27
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-1/+0
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-5/+4
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-02-02xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig1-88/+61
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner1-0/+7
2014-10-02xfs: restore buffer_head unwritten bit on ioend cancelBrian Foster1-0/+7
2014-09-23xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner1-2/+14
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-06-25xfs: global error sign conversionDave Chinner1-6/+6
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-5/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+7
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner1-3/+3
2014-06-06xfs: tone down writepage/releasepage WARN_ONsChristoph Hellwig1-3/+3
2014-05-20xfs: fix infinite loop at xfs_vm_writepage on 32bit systemJie Liu1-6/+43
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-6/+4
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-8/+7
2014-04-17xfs: don't map ranges that span EOF for direct IODave Chinner1-0/+14
2014-04-14xfs: xfs_vm_write_end truncates too much on failureDave Chinner1-4/+10