| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: convert directory vector functions to constants | Dave Chinner | 2013-10-30 | 1 | -8/+6 |
* | xfs: vectorise encoding/decoding directory headers | Dave Chinner | 2013-10-30 | 1 | -92/+49 |
* | xfs: vectorise DA btree operations | Dave Chinner | 2013-10-30 | 1 | -47/+57 |
* | xfs: vectorise directory leaf operations | Dave Chinner | 2013-10-30 | 1 | -9/+10 |
* | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 1 | -2/+0 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -3/+4 |
* | xfs: unify directory/attribute format definitions | Dave Chinner | 2013-10-23 | 1 | -1/+1 |
* | xfs: create a shared header file for format-related information | Dave Chinner | 2013-10-23 | 1 | -1/+2 |
* | xfs: fix node forward in xfs_node_toosmall | Mark Tinguely | 2013-09-26 | 1 | -2/+3 |
* | xfs: ensure we copy buffer type in da btree root splits | Dave Chinner | 2013-09-10 | 1 | -0/+1 |
* | xfs: fix issues that cause userspace warnings | Dave Chinner | 2013-08-12 | 1 | -3/+3 |
* | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 2013-08-12 | 1 | -1/+1 |
* | xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGIC | Dave Chinner | 2013-05-24 | 1 | -0/+1 |
* | xfs: fix missing KM_NOFS tags to keep lockdep happy | Dave Chinner | 2013-05-24 | 1 | -2/+4 |
* | xfs: fix da node magic number mismatches | Dave Chinner | 2013-05-01 | 1 | -1/+1 |
* | xfs: buffer type overruns blf_flags field | Dave Chinner | 2013-04-27 | 1 | -6/+6 |
* | xfs: add buffer types to directory and attribute buffers | Dave Chinner | 2013-04-27 | 1 | -3/+43 |
* | xfs: add CRCs to attr leaf blocks | Dave Chinner | 2013-04-27 | 1 | -14/+20 |
* | xfs: add CRCs to dir2/da node blocks | Dave Chinner | 2013-04-27 | 1 | -553/+843 |
* | xfs: add CRC checking to dir2 leaf blocks | Dave Chinner | 2013-04-27 | 1 | -10/+35 |
* | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 2012-11-15 | 1 | -15/+25 |
* | xfs: connect up write verifiers to new buffers | Dave Chinner | 2012-11-15 | 1 | -0/+3 |
* | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 2012-11-15 | 1 | -12/+25 |
* | xfs: Add verifiers to dir2 data readahead. | Dave Chinner | 2012-11-15 | 1 | -2/+2 |
* | xfs: add xfs_da_node verification | Dave Chinner | 2012-11-15 | 1 | -26/+83 |
* | xfs: add verifier callback to directory read code | Dave Chinner | 2012-11-15 | 1 | -16/+28 |
* | xfs: make buffer read verication an IO completion function | Dave Chinner | 2012-11-15 | 1 | -2/+2 |
* | xfs: add more attribute tree trace points. | Dave Chinner | 2012-11-13 | 1 | -0/+6 |
* | xfs: remove struct xfs_dabuf and infrastructure | Dave Chinner | 2012-07-01 | 1 | -219/+118 |
* | xfs: use discontiguous xfs_buf support in dabuf wrappers | Dave Chinner | 2012-07-01 | 1 | -300/+238 |
* | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: use blocks for storing the desired IO size | Dave Chinner | 2012-05-14 | 1 | -8/+8 |
* | xfs: add lots of attribute trace points | Dave Chinner | 2012-03-27 | 1 | -0/+32 |
* | xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF | Christoph Hellwig | 2011-10-11 | 1 | -7/+4 |
* | xfs: rename xfs_bmapi to xfs_bmapi_write | Dave Chinner | 2011-10-11 | 1 | -6/+4 |
* | xfs: remove xfs_bmapi_single() | Dave Chinner | 2011-10-11 | 1 | -24/+8 |
* | xfs: introduce xfs_bmapi_read() | Dave Chinner | 2011-10-11 | 1 | -5/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 2011-08-08 | 1 | -11/+21 |
|\ |
|
| * | xfs: encapsulate a block of debug code | Alex Elder | 2011-07-26 | 1 | -11/+21 |
* | | xfs: Remove the macro XFS_BUF_PTR | Chandra Seetharaman | 2011-07-25 | 1 | -5/+5 |
* | | xfs: Remove the macro XFS_BUF_ERROR and family | Chandra Seetharaman | 2011-07-25 | 1 | -1/+1 |
|/ |
|
* | xfs: remove the dead XFS_DABUF_DEBUG code | Christoph Hellwig | 2011-07-13 | 1 | -56/+12 |
* | xfs: factor out xfs_da_grow_inode_int | Christoph Hellwig | 2011-07-13 | 1 | -57/+69 |
* | xfs: reshuffle dir2 headers | Christoph Hellwig | 2011-07-13 | 1 | -6/+3 |
* | xfs: byteswap constants instead of variables | Christoph Hellwig | 2011-07-08 | 1 | -29/+29 |
* | xfs: avoid usage of struct xfs_dir2_data | Christoph Hellwig | 2011-07-08 | 1 | -7/+4 |
* | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 2011-03-07 | 1 | -5/+4 |
* | xfs: remove xfs_buf wrappers | Christoph Hellwig | 2010-10-18 | 1 | -1/+1 |
* | xfs: fix gcc 4.6 set but not read and unused statement warnings | Christoph Hellwig | 2010-07-26 | 1 | -4/+2 |
* | xfs: remove unused delta tracking code in xfs_bmapi | Christoph Hellwig | 2010-07-26 | 1 | -5/+4 |