Age | Commit message (Expand) | Author | Files | Lines |
2013-12-17 | xfs: remove xfsbdstrat error | Christoph Hellwig | 1 | -1/+12 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -4/+1 |
2013-10-24 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -2/+3 |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -1/+1 |
2013-08-30 | xfs: finish removing IOP_* macros. | Dave Chinner | 1 | -1/+1 |
2013-06-27 | xfs: Introduce an ordered buffer item | Dave Chinner | 1 | -3/+31 |
2013-04-27 | xfs: buffer type overruns blf_flags field | Dave Chinner | 1 | -13/+29 |
2013-04-27 | xfs: add buffer types to directory and attribute buffers | Dave Chinner | 1 | -0/+17 |
2013-04-22 | xfs: add version 3 inode format with CRCs | Christoph Hellwig | 1 | -1/+4 |
2013-04-21 | xfs: add support for large btree blocks | Christoph Hellwig | 1 | -6/+23 |
2013-01-17 | xfs: fix the multi-segment log buffer format | Mark Tinguely | 1 | -2/+5 |
2013-01-17 | xfs: rename bli_format to avoid confusion with bli_formats | Mark Tinguely | 1 | -12/+12 |
2012-11-16 | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 1 | -4/+4 |
2012-11-16 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -3/+6 |
2012-07-01 | xfs: add discontiguous buffer support to transactions | Dave Chinner | 1 | -34/+34 |
2012-05-15 | xfs: make XBF_MAPPED the default behaviour | Dave Chinner | 1 | -6/+0 |
2012-05-15 | xfs: clean up xfs_bit.h includes | Dave Chinner | 1 | -1/+0 |
2012-05-15 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 1 | -1/+0 |
2012-05-15 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 1 | -1/+0 |
2012-05-15 | xfs: kill XBF_DONTBLOCK | Dave Chinner | 1 | -21/+4 |
2012-05-15 | xfs: kill xfs_read_buf() | Dave Chinner | 1 | -0/+4 |
2012-05-15 | xfs: kill XBF_LOCK | Dave Chinner | 1 | -2/+2 |
2012-05-15 | xfs: use blocks for storing the desired IO size | Dave Chinner | 1 | -2/+2 |
2012-05-15 | xfs: on-stack delayed write buffer lists | Christoph Hellwig | 1 | -57/+27 |
2012-05-15 | xfs: do not add buffers to the delwri queue until pushed | Christoph Hellwig | 1 | -2/+0 |
2012-02-23 | xfs: remove xfs_trans_unlocked_item | Christoph Hellwig | 1 | -24/+1 |
2011-10-12 | xfs: clean up xfs_ioerror_alert | Christoph Hellwig | 1 | -6/+3 |
2011-10-12 | xfs: remove buffers from the delwri list in xfs_buf_stale | Christoph Hellwig | 1 | -3/+0 |
2011-10-12 | xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE | Christoph Hellwig | 1 | -4/+9 |
2011-10-12 | xfs: call xfs_buf_delwri_queue directly | Christoph Hellwig | 1 | -2/+3 |
2011-07-26 | xfs: Remove the macro XFS_BUF_TARGET | Chandra Seetharaman | 1 | -1/+1 |
2011-07-26 | xfs: Remove macro XFS_BUF_BUSY and family | Chandra Seetharaman | 1 | -9/+0 |
2011-07-25 | xfs: Remove the macro XFS_BUF_ERROR and family | Chandra Seetharaman | 1 | -8/+7 |
2011-07-25 | xfs: Remove the macro XFS_BUF_BFLAGS | Chandra Seetharaman | 1 | -1/+1 |
2011-07-13 | xfs: remove wrappers around b_iodone | Christoph Hellwig | 1 | -3/+3 |
2011-07-13 | xfs: remove wrappers around b_fspriv | Christoph Hellwig | 1 | -46/+30 |
2011-07-13 | xfs: add a proper transaction pointer to struct xfs_buf | Christoph Hellwig | 1 | -16/+16 |
2011-07-08 | xfs: clean up buffer locking helpers | Christoph Hellwig | 1 | -2/+2 |
2011-03-26 | xfs: xfs_trans_read_buf() should return an error on failure | Dave Chinner | 1 | -1/+2 |
2011-03-07 | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 1 | -3/+3 |
2010-10-19 | xfs: remove xfs_buf wrappers | Christoph Hellwig | 1 | -1/+1 |
2010-07-26 | xfs: give li_cb callbacks the correct prototype | Christoph Hellwig | 1 | -5/+2 |
2010-07-26 | xfs: simplify log item descriptor tracking | Christoph Hellwig | 1 | -49/+15 |
2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -3/+0 |
2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -1/+0 |
2010-05-24 | xfs: Ensure inode allocation buffers are fully replayed | Dave Chinner | 1 | -10/+10 |
2010-05-24 | xfs: Clean up XFS_BLI_* flag namespace | Dave Chinner | 1 | -14/+14 |
2010-05-19 | xfs: simplify buffer to transaction matching | Christoph Hellwig | 1 | -138/+46 |
2010-05-19 | xfs: remove stale parameter from ->iop_unpin method | Dave Chinner | 1 | -2/+1 |
2010-03-02 | xfs: factor common xfs_trans_bjoin code | Christoph Hellwig | 1 | -150/+66 |