index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
xfs: factor out a __xfs_btree_check_lblock_hdr helper
Christoph Hellwig
2024-02-22
1
-7
/
+23
|
*
xfs: rename btree helpers that depends on the block number representation
Christoph Hellwig
2024-02-22
7
-59
/
+61
|
*
xfs: consolidate btree block verification
Christoph Hellwig
2024-02-22
3
-58
/
+32
|
*
xfs: tighten up validation of root block in inode forks
Christoph Hellwig
2024-02-22
1
-3
/
+13
|
*
xfs: remove the crc variable in __xfs_btree_check_lblock
Christoph Hellwig
2024-02-22
1
-2
/
+1
|
*
xfs: misc cleanups for __xfs_btree_check_sblock
Christoph Hellwig
2024-02-22
1
-8
/
+4
|
*
xfs: consolidate btree ptr checking
Christoph Hellwig
2024-02-22
3
-57
/
+36
|
*
xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
Christoph Hellwig
2024-02-22
1
-1
/
+1
|
*
xfs: simplify xfs_btree_check_lblock_siblings
Christoph Hellwig
2024-02-22
1
-16
/
+6
|
*
xfs: simplify xfs_btree_check_sblock_siblings
Christoph Hellwig
2024-02-22
1
-13
/
+6
|
*
xfs: remove xfs_btnum_t
Christoph Hellwig
2024-02-22
16
-70
/
+65
|
*
xfs: pass a 'bool is_finobt' to xfs_inobt_insert
Christoph Hellwig
2024-02-22
1
-5
/
+4
|
*
xfs: split xfs_inobt_init_cursor
Christoph Hellwig
2024-02-22
10
-46
/
+72
|
*
xfs: split xfs_inobt_insert_sprec
Christoph Hellwig
2024-02-22
1
-52
/
+96
|
*
xfs: remove the which variable in xchk_iallocbt
Christoph Hellwig
2024-02-22
1
-10
/
+4
|
*
xfs: remove the btnum argument to xfs_inobt_count_blocks
Christoph Hellwig
2024-02-22
1
-5
/
+3
|
*
xfs: remove xfs_inobt_cur
Christoph Hellwig
2024-02-22
3
-33
/
+8
|
*
xfs: split xfs_allocbt_init_cursor
Christoph Hellwig
2024-02-22
10
-65
/
+88
|
*
xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_init
Christoph Hellwig
2024-02-22
3
-75
/
+45
|
*
xfs: add a sick_mask to struct xfs_btree_ops
Christoph Hellwig
2024-02-22
6
-25
/
+24
|
*
xfs: add a name field to struct xfs_btree_ops
Christoph Hellwig
2024-02-22
12
-76
/
+73
|
*
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
2024-02-22
10
-119
/
+111
|
*
xfs: remove xfs_bmbt_stage_cursor
Christoph Hellwig
2024-02-22
3
-22
/
+7
|
*
xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
Christoph Hellwig
2024-02-22
1
-29
/
+27
|
*
xfs: make staging file forks explicit
Darrick J. Wong
2024-02-22
2
-4
/
+6
|
*
xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
Christoph Hellwig
2024-02-22
2
-2
/
+1
|
*
xfs: remove xfs_rmapbt_stage_cursor
Christoph Hellwig
2024-02-22
2
-16
/
+0
|
*
xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
Christoph Hellwig
2024-02-22
1
-19
/
+14
|
*
xfs: remove xfs_refcountbt_stage_cursor
Christoph Hellwig
2024-02-22
3
-18
/
+2
|
*
xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
Christoph Hellwig
2024-02-22
1
-20
/
+12
|
*
xfs: remove xfs_inobt_stage_cursor
Christoph Hellwig
2024-02-22
3
-20
/
+5
|
*
xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
Christoph Hellwig
2024-02-22
1
-24
/
+15
|
*
xfs: remove xfs_allocbt_stage_cursor
Christoph Hellwig
2024-02-22
3
-22
/
+7
|
*
xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
Christoph Hellwig
2024-02-22
1
-27
/
+15
|
*
xfs: don't override bc_ops for staging btrees
Christoph Hellwig
2024-02-22
8
-139
/
+72
|
*
xfs: add a xfs_btree_init_ptr_from_cur
Christoph Hellwig
2024-02-22
5
-15
/
+26
|
*
xfs: move comment about two 2 keys per pointer in the rmap btree
Christoph Hellwig
2024-02-22
1
-1
/
+1
|
*
xfs: create predicate to determine if cursor is at inode root level
Darrick J. Wong
2024-02-22
3
-32
/
+33
|
*
xfs: split the per-btree union in struct xfs_btree_cur
Christoph Hellwig
2024-02-22
7
-63
/
+54
|
*
xfs: split out a btree type from the btree ops geometry flags
Christoph Hellwig
2024-02-22
12
-52
/
+74
|
*
xfs: store the btree pointer length in struct xfs_btree_ops
Darrick J. Wong
2024-02-22
10
-49
/
+53
|
*
xfs: factor out a btree block owner check
Darrick J. Wong
2024-02-22
1
-5
/
+28
|
*
xfs: factor out a xfs_btree_owner helper
Darrick J. Wong
2024-02-22
1
-14
/
+11
|
*
xfs: move the btree stats offset into struct btree_ops
Christoph Hellwig
2024-02-22
6
-29
/
+26
|
*
xfs: move lru refs to the btree ops structure
Darrick J. Wong
2024-02-22
7
-22
/
+19
|
*
xfs: set btree block buffer ops in _init_buf
Darrick J. Wong
2024-02-22
2
-1
/
+1
|
*
xfs: remove the unnecessary daddr paramter to _init_block
Darrick J. Wong
2024-02-22
4
-9
/
+21
|
*
xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
Darrick J. Wong
2024-02-22
1
-2
/
+1
|
*
xfs: rename btree block/buffer init functions
Darrick J. Wong
2024-02-22
5
-12
/
+12
|
*
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
2024-02-22
8
-87
/
+69
[prev]
[next]