aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_trans_read_buf() should return an error on failureDave Chinner2011-03-261-1/+2
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-3/+3
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-5/+2
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-49/+15
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-241-10/+10
* xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-14/+14
* xfs: simplify buffer to transaction matchingChristoph Hellwig2010-05-191-138/+46
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-2/+1
* xfs: factor common xfs_trans_bjoin codeChristoph Hellwig2010-03-011-150/+66
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-13/+14
* xfs: event tracing supportChristoph Hellwig2009-12-141-36/+26
* xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-111-8/+5
* fs/xfs: Correct redundant testJulia Lawall2009-08-311-2/+2
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-4/+3
* [XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen2008-08-131-6/+6
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-181-7/+5
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-1/+2
* Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...Tim Shimmin2007-10-011-1/+0
* [XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...Lachlan McIlroy2007-09-181-0/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-2/+2
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-3/+3
* [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-4/+13
* [XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin2005-09-051-0/+23
* [XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott2005-06-211-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1093