aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-2/+2
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-5/+18
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-23/+5
2013-08-20xfs: rename bio_add_buffer() to xfs_bio_add_buffer()Zhi Yong Wu1-2/+2
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-1/+1
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-07-22xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu1-1/+14
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-6/+8
2013-05-24xfs: fix sub-page blocksize data integrity writesDave Chinner1-0/+19
2013-05-21xfs: use ->invalidatepage() length argumentLukas Czerner1-4/+5
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-3/+4
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-22xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()Jan Kara1-6/+6
2013-01-28xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2012-11-29xfs: fix direct IO nested transaction deadlock.Dave Chinner1-52/+29
2012-11-14xfs: remove xfs_flush_pagesDave Chinner1-1/+1
2012-11-13xfs: fix broken error handling in xfs_vm_writepageDave Chinner1-15/+39
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+18
2012-07-31xfs: Convert to new freezing codeJan Kara1-0/+18
2012-07-22Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.Alain Renaud1-24/+24
2012-07-22xfs: handle EOF correctly in xfs_vm_writepageChristoph Hellwig1-2/+17
2012-06-20xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud1-3/+8
2012-06-14xfs: m_maxioffset is redundantDave Chinner1-6/+6
2012-06-14xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud1-3/+8
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: Use preallocation for inodes with extsz hintsDave Chinner1-1/+1
2012-05-14xfs: punch new delalloc blocks out of failed writes inside EOF.Dave Chinner1-46/+127
2012-05-14xfs: page type check in writeback only checks last bufferDave Chinner1-6/+6
2012-05-14xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner1-1/+1
2012-05-14xfs: use shared ilock mode for direct IO writes by defaultDave Chinner1-4/+26
2012-03-13xfs: log file size updates at I/O completion timeChristoph Hellwig1-24/+109
2012-03-05xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig1-5/+6
2012-03-05xfs: do not require an ioend for new EOF calculationChristoph Hellwig1-20/+4
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig1-29/+10
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig1-13/+16
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-1/+1
2011-11-08xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig1-1/+1
2011-10-31xfs: warn if direct reclaim tries to writeback pagesMel Gorman1-4/+4
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-4/+4
2011-10-11xfs: improve ioend error handlingChristoph Hellwig1-10/+17
2011-10-11xfs: remove i_iocountChristoph Hellwig1-38/+1
2011-10-11xfs: reduce ioend latencyChristoph Hellwig1-1/+15
2011-10-11xfs: defer AIO/DIO completionsChristoph Hellwig1-17/+9
2011-10-11xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig1-11/+0
2011-09-14xfs: fix a use after free in xfs_end_io_direct_writeChristoph Hellwig1-1/+2
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+1499