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