aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14xfs: write failure beyond EOF truncates too much dataDave Chinner1-2/+11
2014-04-14xfs: kill buffers over failed write ranges properlyDave Chinner1-0/+10
2014-04-04Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner1-2/+2
2014-04-04xfs: extra semi-colon breaks a conditionDan Carpenter1-2/+2
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner1-31/+50
2014-03-07xfs: xfs_check_page_type buffer checks need helpDave Chinner1-31/+50
2014-02-10xfs: allow appending aio writesChristoph Hellwig1-1/+2
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-10-30xfs: prevent stack overflows from page cache allocationDave Chinner1-2/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+3
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu1-1/+1
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