index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_btree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-3
/
+0
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-29
1
-8
/
+8
*
xfs: remove unused flag arguments
Eric Sandeen
2019-06-12
1
-19
/
+11
*
xfs: fix inverted return from xfs_btree_sblock_verify_crc
Eric Sandeen
2018-12-04
1
-1
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
2018-06-05
1
-1
/
+2
*
xfs: don't assert when on-disk btree pointers are garbage
Darrick J. Wong
2018-06-05
1
-7
/
+16
*
xfs: strengthen btree pointer checks before use
Darrick J. Wong
2018-06-05
1
-15
/
+35
*
xfs: introduce xfs_btree_debug_check_ptr
Darrick J. Wong
2018-06-05
1
-47
/
+29
*
xfs: btree lookup shouldn't ASSERT on empty btree nodes
Darrick J. Wong
2018-06-04
1
-1
/
+6
*
xfs: add repair helpers for the reference count btree
Darrick J. Wong
2018-05-16
1
-0
/
+21
*
xfs: add helpers to calculate btree size
Darrick J. Wong
2018-05-16
1
-2
/
+2
*
xfs: non-scrub - remove unused function parameters
Eric Sandeen
2018-04-09
1
-2
/
+0
*
Cleanup old XFS_BTREE_* traces
Carlos Maiolino
2018-03-12
1
-116
/
+9
*
Split buffer's b_fspriv field
Carlos Maiolino
2018-01-29
1
-2
/
+2
*
xfs: add scrub cross-referencing helpers for the free space btrees
Darrick J. Wong
2018-01-18
1
-0
/
+30
*
xfs: have buffer verifier functions report failing address
Darrick J. Wong
2018-01-08
1
-23
/
+23
*
xfs: refactor short form btree pointer verification
Darrick J. Wong
2018-01-08
1
-6
/
+6
*
xfs: refactor long-format btree header verification routines
Darrick J. Wong
2018-01-08
1
-0
/
+45
*
xfs: remove XFS_FSB_SANITY_CHECK
Darrick J. Wong
2018-01-08
1
-1
/
+1
*
xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static
Christoph Hellwig
2017-11-06
1
-2
/
+2
*
xfs: move error injection tags into their own file
Darrick J. Wong
2017-11-01
1
-0
/
+1
*
xfs: compare btree block keys to parent block's keys during scrub
Darrick J. Wong
2017-10-27
1
-2
/
+2
*
xfs: scrub the shape of a metadata btree
Darrick J. Wong
2017-10-27
1
-2
/
+14
*
xfs: refactor btree block header checking functions
Darrick J. Wong
2017-10-27
1
-68
/
+100
*
xfs: refactor btree pointer checks
Darrick J. Wong
2017-10-27
1
-38
/
+32
*
xfs: relog dirty buffers during swapext bmbt owner change
Brian Foster
2017-09-01
1
-8
/
+18
*
xfs: skip bmbt block ino validation during owner change
Brian Foster
2017-09-01
1
-0
/
+1
*
xfs: don't log dirty ranges for ordered buffers
Brian Foster
2017-09-01
1
-4
/
+2
*
xfs: check _btree_check_block value
Darrick J. Wong
2017-07-20
1
-2
/
+4
*
xfs: remove unneeded parameter from XFS_TEST_ERROR
Darrick J. Wong
2017-06-28
1
-4
/
+2
*
xfs: export various function for the online scrubber
Darrick J. Wong
2017-06-19
1
-6
/
+6
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-11
/
+11
*
xfs: optimize _btree_query_all
Darrick J. Wong
2017-06-19
1
-5
/
+7
*
xfs: fix unaligned access in xfs_btree_visit_blocks
Eric Sandeen
2017-05-25
1
-1
/
+1
*
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-05-06
1
-0
/
+15
|
\
|
*
xfs: create a function to query all records in a btree
Darrick J. Wong
2017-04-04
1
-0
/
+15
*
|
xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
Michal Hocko
2017-05-04
1
-1
/
+1
|
/
*
xfs: filter out obviously bad btree pointers
Darrick J. Wong
2017-02-03
1
-1
/
+2
*
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
2017-01-31
1
-6
/
+5
*
xfs: make xfs_btree_magic more generic
Eric Sandeen
2017-01-31
1
-8
/
+26
*
xfs: glean crc status from mp not flags in xfs_btree_init_block_int
Eric Sandeen
2017-01-31
1
-2
/
+4
*
xfs: check for bogus values in btree block headers
Darrick J. Wong
2016-12-05
1
-0
/
+20
*
xfs: add some 'static' annotations
Eric Biggers
2016-10-20
1
-1
/
+1
*
xfs: define the on-disk refcount btree format
Darrick J. Wong
2016-10-03
1
-0
/
+3
*
xfs: introduce refcount btree definitions
Darrick J. Wong
2016-10-03
1
-2
/
+3
*
xfs: count the blocks in a btree
Darrick J. Wong
2016-09-19
1
-0
/
+23
*
xfs: create a standard btree size calculator code
Darrick J. Wong
2016-09-19
1
-0
/
+24
*
xfs: remove xfs_btree_bigkey
Darrick J. Wong
2016-09-19
1
-6
/
+6
*
xfs: simple btree query range should look right if LE lookup fails
Darrick J. Wong
2016-08-26
1
-0
/
+7
[next]