summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_btree.c
Commit message (Expand)AuthorAgeFilesLines
* libxfs: move source filesDave Chinner2014-06-251-3989/+0
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-2/+2
* Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner2014-06-101-10/+2
|\
| * xfs: kill xfs_buf_geterror()Dave Chinner2014-06-061-10/+2
* | Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner2014-05-151-2/+4
|\ \
| * | xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster2014-04-241-2/+4
| |/
* | xfs: remove unused length arg from alloc_block opsEric Sandeen2014-04-141-3/+3
* | xfs: remove unused level arg from xfs_btree_read_buf_block()Eric Sandeen2014-04-141-19/+13
|/
* xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-271-4/+2
* xfs: add helper for verifying checksums on xfs_bufsEric Sandeen2014-02-271-4/+4
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+3
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+1
* xfs: recovery of swap extents operations for CRC filesystemsDave Chinner2013-09-101-12/+20
* xfs: swap extents operations for CRC filesystemsDave Chinner2013-09-101-18/+144
* xfs: btree block LSN escaping to disk uninitialisedDave Chinner2013-08-301-0/+2
* xfs: fix the comment of xfs_btree_get_iroot()Zhi Yong Wu2013-08-201-1/+1
* xfs: remove one blank line in xfs_btree_make_block_unfull()Zhi Yong Wu2013-08-201-1/+0
* xfs: fix the comment of xfs_btree_lookup()Zhi Yong Wu2013-08-201-1/+1
* xfs: ensure btree root split sets blkno correctlyDave Chinner2013-06-141-0/+10
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-4/+4
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-45/+211
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-13/+13
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-0/+1
* xfs: verify btree blocks as they are read from diskDave Chinner2012-11-151-32/+34
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-9/+12
* xfs: use btree block initialisation functions in growfsDave Chinner2012-11-131-9/+24
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-111-4/+4
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-111-1/+2
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-11/+6
* xfs: remove leftovers of the old btree tracing codeChristoph Hellwig2011-07-131-1/+0
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-14/+14
* xfs: connect up buffer reclaim priority hooksDave Chinner2010-12-021-5/+4
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-2/+2
* xfs: remove the ->kill_root btree operationChristoph Hellwig2010-10-181-9/+43
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-2/+2
* xfs: event tracing supportChristoph Hellwig2009-12-141-2/+3
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-41/+1
* use XFS_CORRUPTION_ERROR in xfs_btree_check_sblockEric Sandeen2009-08-121-2/+2
* xfs: fix various typosMalcolm Parsons2009-03-291-2/+2
* Long btree pointers are still 64 bit on diskDave Chinner2009-01-211-5/+5
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-3/+3
* [XFS] fix compile of xfs_btree_readahead_lblock on m68kChristoph Hellwig2009-01-091-2/+2
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-301-41/+40
* [XFS] Make xfs_btree_check_ptr() debug-only code.Lachlan McIlroy2008-10-301-0/+2
* [XFS] mark various functions in xfs_btree.c staticChristoph Hellwig2008-10-301-11/+11
* [XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig2008-10-301-134/+16
OpenPOWER on IntegriCloud