aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-29/+35
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig1-4/+4
2009-12-14xfs: event tracing supportChristoph Hellwig1-62/+25
2008-12-22[XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy1-15/+1
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig1-2/+2
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-15/+9
2008-10-30[XFS] Add ail pointer into log itemsDavid Chinner1-1/+4
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner1-2/+2
2008-09-17[XFS] Fix use-after-free with buffersLachlan McIlroy1-24/+20
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy1-1/+1
2008-08-13[XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner1-1/+1
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+4
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner1-1/+6
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-6/+4
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-0/+1
2007-07-14[XFS] Kill off xfs_count_bitsEric Sandeen1-2/+2
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-1/+1
2006-09-28[XFS] Remove unused iop_abort log item operationEric Sandeen1-20/+0
2006-09-28[XFS] Remove a couple of unused BUF macrosEric Sandeen1-2/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-1/+0
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott1-3/+3
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-1/+1
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-2/+2
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-14/+4
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin1-0/+4
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-12/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1221