summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: add tracepoints to readpage callsDave Chinner2016-01-081-0/+2
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-46/+50
|\
| * xfs: DAX does not use IO completion callbacksDave Chinner2015-11-031-39/+0Star
| * xfs: Don't use unwritten extents for DAXDave Chinner2015-11-031-4/+9
| * xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner2015-11-031-6/+44
* | xfs: add missing ilock around dio write last extent alignmentBrian Foster2015-10-121-5/+5
* | cancel the setfilesize transation when io error happenZhaohongjiang2015-10-121-2/+11
|/
* Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-071-1/+2
|\
| * xfs: return errors from partial I/O failures to filesDavid Jeffery2015-08-281-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-061-4/+2Star
|\ \
| * | introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-151-4/+2Star
| |/
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-2/+1Star
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+2Star
|/
* Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-45/+113
|\
| * Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-3/+3
| |\
| | * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
| | * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-2/+2
| * | xfs: add DAX IO path supportDave Chinner2015-06-041-9/+27
| * | xfs: add DAX file operations supportDave Chinner2015-06-041-33/+83
| |/
* | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-2/+10
* | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+0Star
|/
* Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-241-78/+192
|\
| * xfs: DIO write completion size updates raceDave Chinner2015-04-161-0/+7
| * xfs: DIO writes within EOF don't need an ioendDave Chinner2015-04-161-30/+39
| * xfs: handle DIO overwrite EOF update completion correctlyDave Chinner2015-04-161-31/+30Star
| * xfs: DIO needs an ioend for writesDave Chinner2015-04-161-10/+82
| * xfs: move DIO mapping size calculationDave Chinner2015-04-161-33/+46
| * xfs: factor DIO write mapping from get_blocksDave Chinner2015-04-161-13/+27
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-1/+0Star
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-1/+1
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-5/+4Star
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
|/
* xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig2015-02-021-88/+61Star
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner2014-10-131-0/+7
|\
| * xfs: restore buffer_head unwritten bit on ioend cancelBrian Foster2014-10-021-0/+7
* | xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner2014-09-231-2/+14
* | xfs: don't dirty buffers beyond EOFDave Chinner2014-09-021-0/+61
|/
* xfs: global error sign conversionDave Chinner2014-06-251-6/+6
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-10/+7Star
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-6/+4Star
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-8/+7Star
* | Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner2014-06-091-3/+3
|\ \
| * | xfs: tone down writepage/releasepage WARN_ONsChristoph Hellwig2014-06-061-3/+3
| |/
* / xfs: fix infinite loop at xfs_vm_writepage on 32bit systemJie Liu2014-05-201-6/+43
|/
* xfs: don't map ranges that span EOF for direct IODave Chinner2014-04-171-0/+14