summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)Author
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner
2016-03-15xfs: debug mode forced buffered write failureBrian Foster
2016-03-07Merge branch 'xfs-writepage-rework-4.6' into for-nextDave Chinner
2016-03-07xfs: ioends require logically contiguous file offsetsDarrick J. Wong
2016-03-07Merge branch 'xfs-misc-fixes-4.6' into for-nextDave Chinner
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-02-15xfs: don't chain ioends during writepage submissionDave Chinner
2016-02-15xfs: factor mapping out of xfs_do_writepageDave Chinner
2016-02-15xfs: xfs_cluster_write is redundantDave Chinner
2016-02-15xfs: Introduce writeback context for writepagesDave Chinner
2016-02-15xfs: remove xfs_cancel_ioendDave Chinner
2016-02-15xfs: remove nonblocking mode from xfs_vm_writepageDave Chinner
2016-02-08xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdownBrian Foster
2016-02-08xfs: clean up unwritten buffers on write failureBrian Foster
2016-02-08xfs: fold xfs_vm_do_dio into xfs_vm_direct_IOChristoph Hellwig
2016-02-08xfs: don't use ioends for direct write completionsChristoph Hellwig
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-01-08xfs: add tracepoints to readpage callsDave Chinner
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner
2015-11-03xfs: DAX does not use IO completion callbacksDave Chinner
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner
2015-11-03xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner
2015-10-12xfs: add missing ilock around dio write last extent alignmentBrian Foster
2015-10-12cancel the setfilesize transation when io error happenZhaohongjiang
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-08-28xfs: return errors from partial I/O failures to filesDavid Jeffery
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
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