| Commit message (Expand) | Author | Age | Files | Lines |
* | libxfs: move source files | Dave Chinner | 2014-06-25 | 1 | -967/+0 |
* | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 2014-06-22 | 1 | -1/+1 |
* | xfs: remove unused length arg from alloc_block ops | Eric Sandeen | 2014-04-14 | 1 | -1/+0 |
* | xfs: remove unused mp arg from xfs_bmdr_maxrecs() | Eric Sandeen | 2014-04-14 | 1 | -5/+3 |
* | xfs: modify verifiers to differentiate CRC from other errors | Eric Sandeen | 2014-02-27 | 1 | -8/+8 |
* | xfs: fix static and extern sparse warnings | Dave Chinner | 2013-10-30 | 1 | -0/+1 |
* | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 1 | -5/+2 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -2/+3 |
* | xfs: = vs == typo in ASSERT() | Dan Carpenter | 2013-09-12 | 1 | -2/+2 |
* | xfs: recovery of swap extents operations for CRC filesystems | Dave Chinner | 2013-09-10 | 1 | -8/+18 |
* | xfs: swap extents operations for CRC filesystems | Dave Chinner | 2013-09-10 | 1 | -0/+34 |
* | xfs: minor cleanups | Dave Chinner | 2013-08-12 | 1 | -3/+1 |
* | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner | 2013-08-12 | 1 | -1/+1 |
* | xfs: introduce CONFIG_XFS_WARN | Dave Chinner | 2013-05-07 | 1 | -2/+2 |
* | xfs: add support for large btree blocks | Christoph Hellwig | 2013-04-21 | 1 | -32/+78 |
* | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 2012-11-15 | 1 | -9/+11 |
* | xfs: connect up write verifiers to new buffers | Dave Chinner | 2012-11-15 | 1 | -1/+2 |
* | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 2012-11-15 | 1 | -4/+17 |
* | xfs: verify btree blocks as they are read from disk | Dave Chinner | 2012-11-15 | 1 | -0/+47 |
* | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: remove leftovers of the old btree tracing code | Christoph Hellwig | 2011-07-13 | 1 | -98/+0 |
* | xfs: byteswap constants instead of variables | Christoph Hellwig | 2011-07-08 | 1 | -4/+4 |
* | xfs: remove unneeded #include statements | Christoph Hellwig | 2010-07-26 | 1 | -4/+0 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: make several more functions static | Eric Sandeen | 2010-01-15 | 1 | -1/+1 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 1 | -6/+0 |
* | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 2009-12-11 | 1 | -2/+1 |
* | xfs: add more statics & drop some unused functions | Eric Sandeen | 2009-08-31 | 1 | -10/+10 |
* | xfs: kill xfs_qmops | Christoph Hellwig | 2009-06-08 | 1 | -2/+2 |
* | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 2009-01-16 | 1 | -5/+5 |
* | [XFS] Remove macro-to-function indirections in the mask code | Eric Sandeen | 2009-01-09 | 1 | -42/+42 |
* | [XFS] handle unaligned data in xfs_bmbt_disk_get_all | Christoph Hellwig | 2008-12-23 | 1 | -1/+2 |
* | [XFS] Always use struct xfs_btree_block instead of short / longform | Christoph Hellwig | 2008-10-30 | 1 | -7/+7 |
* | [XFS] cleanup btree record / key / ptr addressing macros. | Christoph Hellwig | 2008-10-30 | 1 | -7/+6 |
* | [XFS] Cleanup maxrecs calculation. | Christoph Hellwig | 2008-10-30 | 1 | -8/+66 |
* | [XFS] add keys_inorder and recs_inorder btree methods | Christoph Hellwig | 2008-10-30 | 1 | -0/+28 |
* | [XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs | Christoph Hellwig | 2008-10-30 | 1 | -88/+0 |
* | [XFS] implement generic xfs_btree_delete/delrec | Christoph Hellwig | 2008-10-30 | 1 | -516/+9 |
* | [XFS] move xfs_bmbt_killroot to common code | Christoph Hellwig | 2008-10-30 | 1 | -94/+22 |
* | [XFS] implement generic xfs_btree_insert/insrec | Christoph Hellwig | 2008-10-30 | 1 | -253/+55 |
* | [XFS] move xfs_bmbt_newroot to common code | Christoph Hellwig | 2008-10-30 | 1 | -112/+1 |
* | [XFS] implement generic xfs_btree_split | Christoph Hellwig | 2008-10-30 | 1 | -182/+93 |
* | [XFS] implement generic xfs_btree_lshift | Christoph Hellwig | 2008-10-30 | 1 | -136/+2 |
* | [XFS] implement generic xfs_btree_rshift | Christoph Hellwig | 2008-10-30 | 1 | -140/+2 |
* | [XFS] implement generic xfs_btree_update | Christoph Hellwig | 2008-10-30 | 1 | -45/+0 |
* | [XFS] implement generic xfs_btree_updkey | Christoph Hellwig | 2008-10-30 | 1 | -44/+5 |
* | [XFS] implement generic xfs_btree_lookup | Christoph Hellwig | 2008-10-30 | 1 | -168/+29 |
* | [XFS] implement generic xfs_btree_decrement | Christoph Hellwig | 2008-10-30 | 1 | -82/+8 |
* | [XFS] implement generic xfs_btree_increment | Christoph Hellwig | 2008-10-30 | 1 | -84/+4 |
* | [XFS] add helpers for addressing entities inside a btree block | Christoph Hellwig | 2008-10-30 | 1 | -0/+3 |