summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)Author
2015-09-21xfs: return errors from partial I/O failures to filesDavid Jeffery
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04xfs: add DAX IO path supportDave Chinner
2015-06-04xfs: add DAX file operations supportDave Chinner
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-16xfs: DIO write completion size updates raceDave Chinner
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner
2015-04-16xfs: DIO needs an ioend for writesDave Chinner
2015-04-16xfs: move DIO mapping size calculationDave Chinner
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-02xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner
2014-10-02xfs: restore buffer_head unwritten bit on ioend cancelBrian Foster
2014-09-23xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner
2014-06-06xfs: tone down writepage/releasepage WARN_ONsChristoph Hellwig
2014-05-20xfs: fix infinite loop at xfs_vm_writepage on 32bit systemJie Liu
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-17xfs: don't map ranges that span EOF for direct IODave Chinner
2014-04-14xfs: xfs_vm_write_end truncates too much on failureDave Chinner
2014-04-14xfs: write failure beyond EOF truncates too much dataDave Chinner
2014-04-14xfs: kill buffers over failed write ranges properlyDave Chinner
2014-04-04Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner
2014-04-04xfs: extra semi-colon breaks a conditionDan Carpenter
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner
2014-03-07xfs: xfs_check_page_type buffer checks need helpDave Chinner
2014-02-10xfs: allow appending aio writesChristoph Hellwig
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-10-30xfs: prevent stack overflows from page cache allocationDave Chinner