aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-11-261-1/+0
* xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-251-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-7/+8
* xfs: fix efi item leak on forced shutdownDave Chinner2011-01-281-5/+7
* xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-111-102/+49
* xfs: consume iodone callback items on buffers as they are processedDave Chinner2010-12-031-11/+21
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-2/+2
* xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner2010-10-181-2/+1
* xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-261-1/+0
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-1/+1
* xfs: simplify buffer pinningChristoph Hellwig2010-07-261-6/+7
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-7/+6
* xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-261-63/+66
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-46/+28
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-4/+1
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-241-0/+14
* xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-21/+21
* xfs: modify buffer item reference countingDave Chinner2010-05-241-60/+50
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-28/+22
* xfs: factor log item initialisationDave Chinner2010-05-191-4/+1
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-29/+35
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-211-4/+4
* xfs: event tracing supportChristoph Hellwig2009-12-141-62/+25
* [XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy2008-12-221-15/+1
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-2/+2
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-15/+9
* [XFS] Add ail pointer into log itemsDavid Chinner2008-10-301-1/+4
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-2/+2
* [XFS] Fix use-after-free with buffersLachlan McIlroy2008-09-171-24/+20
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1
* [XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner2008-08-131-1/+1
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-4/+4
* [XFS] Ensure xfs_bawrite() errors are checked.David Chinner2008-04-181-1/+6
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-6/+4
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-0/+1
* [XFS] Kill off xfs_count_bitsEric Sandeen2007-07-141-2/+2
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-1/+1
* [XFS] Remove unused iop_abort log item operationEric Sandeen2006-09-281-20/+0
* [XFS] Remove a couple of unused BUF macrosEric Sandeen2006-09-281-2/+0
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-1/+0
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-3/+3
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-1/+1
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-2/+2
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-14/+4
* [XFS] 929956 add log debugging and tracing infoTim Shimmin2005-09-021-0/+4
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-12/+12
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1221