aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAge
* xfs: prevent stack overflows from page cache allocationDave Chinner2013-10-30
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: create a shared header file for format-related informationDave Chinner2013-10-23
* xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu2013-10-01
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-09
|\
| * xfs: rename bio_add_buffer() to xfs_bio_add_buffer()Zhi Yong Wu2013-08-20
| * xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-12
| * xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-12
| * xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-12
| * xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu2013-07-22
* | direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-04
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-02
|\
| * xfs: use ->invalidatepage() length argumentLukas Czerner2013-05-21
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
* | xfs: fix sub-page blocksize data integrity writesDave Chinner2013-05-24
|/
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara2013-03-22
* xfs: Fix possible use-after-free with AIOJan Kara2013-01-28
* xfs: fix direct IO nested transaction deadlock.Dave Chinner2012-11-29
* xfs: remove xfs_flush_pagesDave Chinner2012-11-14
* xfs: fix broken error handling in xfs_vm_writepageDave Chinner2012-11-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\
| * xfs: Convert to new freezing codeJan Kara2012-07-31
| * xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud2012-06-20
* | Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.Alain Renaud2012-07-22
* | xfs: handle EOF correctly in xfs_vm_writepageChristoph Hellwig2012-07-22
* | xfs: m_maxioffset is redundantDave Chinner2012-06-14
* | xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud2012-06-14
|/
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-14
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-14
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: Use preallocation for inodes with extsz hintsDave Chinner2012-05-14
* xfs: punch new delalloc blocks out of failed writes inside EOF.Dave Chinner2012-05-14
* xfs: page type check in writeback only checks last bufferDave Chinner2012-05-14
* xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner2012-05-14
* xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2012-05-14
* xfs: log file size updates at I/O completion timeChristoph Hellwig2012-03-13
* xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig2012-03-05
* xfs: do not require an ioend for new EOF calculationChristoph Hellwig2012-03-05
* xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig2012-03-05
* xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-17
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-17
* xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig2011-11-08
* xfs: warn if direct reclaim tries to writeback pagesMel Gorman2011-10-31
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-11
* xfs: improve ioend error handlingChristoph Hellwig2011-10-11
* xfs: remove i_iocountChristoph Hellwig2011-10-11
* xfs: reduce ioend latencyChristoph Hellwig2011-10-11