summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdownBrian Foster2016-02-081-3/+5
| | * | xfs: clean up unwritten buffers on write failureBrian Foster2016-02-081-3/+12
| | |/
| * | xfs: fold xfs_vm_do_dio into xfs_vm_direct_IOChristoph Hellwig2016-02-081-22/+14
| * | xfs: don't use ioends for direct write completionsChristoph Hellwig2016-02-081-145/+71
| * | direct-io: always call ->end_io if non-NULLChristoph Hellwig2016-02-081-6/+7
| |/
* | mm: simplify lock_page_memcg()Johannes Weiner2016-03-151-4/+3
* | mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-151-4/+4
* | dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-0/+4
* | dax: give DAX clearing code correct bdevRoss Zwisler2016-02-271-1/+1
|/
* 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/+0
| * 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-051-4/+2
|\ \
| * | introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-151-4/+2
| |/
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-2/+1
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+2
|/
* Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-301-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/+0
|/
* 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/+30
| * 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-111-1/+0
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-5/+4
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
|/
* xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig2015-02-021-88/+61
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* 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