summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig2009-12-161-13/+7
* xfs: event tracing supportChristoph Hellwig2009-12-141-47/+5
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-111-77/+37
|\
| * xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-111-1/+1
| * xfs: cleanup data end I/O handlersChristoph Hellwig2009-12-111-69/+26
| * xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig2009-12-111-7/+10
* | writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-8/+1
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-10-091-10/+28
|\
| * xfs: mark inodes dirty before issuing I/ODave Chinner2009-10-081-9/+28
| * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-1/+0
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+1
|\ \ | |/ |/|
| * HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-161-0/+1
* | xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-1/+0
|/
* xfs: bump up nr_to_write in xfs_vm_writepageEric Sandeen2009-07-311-0/+8
* xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner2009-04-061-17/+21
* xfs: pagecache usage optimizationHisashi Hifumi2009-03-291-0/+1
* move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig2008-12-041-2/+36
* kill vn_ioerrorChristoph Hellwig2008-12-041-4/+13
* kill dead inode flagsChristoph Hellwig2008-12-041-8/+3
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-301-1/+1
* [XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy2008-09-171-0/+4
* [XFS] XFS: Kill xfs_vtoi()David Chinner2008-08-131-2/+1
* fs: rename buffer trylockNick Piggin2008-08-041-1/+1
* mm: rename page trylockNick Piggin2008-08-041-2/+2
* [XFS] Remove unused wbc parameter from xfs_start_page_writeback()Denys Vlasenko2008-07-281-3/+2
* [XFS] Catch unwritten extent conversion errors.David Chinner2008-04-181-2/+6
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-181-2/+2
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+1
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-2/+2
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-2/+2
* [XFS] kill BMAPI_UNWRITTENChristoph Hellwig2008-02-071-2/+3
* [XFS] kill BMAPI_DEVICEChristoph Hellwig2008-02-071-11/+16
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-2/+1
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-30/+27
|\
| * [XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin2007-10-161-1/+1
| * [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+1
| * [XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-13/+10
| * [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-7/+4
| * [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-11/+14
* | writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu2007-10-171-3/+2
* | xfs: convert to new aopsNick Piggin2007-10-161-7/+12
* | Fix up more bio falloutAl Viro2007-10-121-2/+1
* | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-4/+0
|/
* [XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy2007-09-181-0/+1
* [XFS] fix sparse shadowed variable warningsChristoph Hellwig2007-09-051-4/+4
* [XFS] Map unwritten extents correctly for I/o completion processingDavid Chinner2007-07-141-1/+12
* [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().David Chinner2007-07-141-0/+2
* [XFS] Block on unwritten extent conversion during synchronous direct I/O.David Chinner2007-07-141-8/+20
* [XFS] Write at EOF may not update filesize correctly.David Chinner2007-05-291-9/+17
* [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-081-12/+77
OpenPOWER on IntegriCloud