index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
const_structs.checkpatch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
xfs: repair the rmapbt
Darrick J. Wong
18
-19
/
+1608
2024-02-22
xfs: create agblock bitmap helper to count the number of set regions
Darrick J. Wong
3
-0
/
+21
2024-02-22
xfs: create a helper to decide if a file mapping targets the rt volume
Darrick J. Wong
4
-4
/
+14
2024-02-22
xfs: launder in-memory btree buffers before transaction commit
Darrick J. Wong
7
-0
/
+236
2024-02-22
xfs: support in-memory btrees
Darrick J. Wong
14
-42
/
+675
2024-02-22
xfs: add a xfs_btree_ptrs_equal helper
Christoph Hellwig
1
-13
/
+17
2024-02-22
xfs: support in-memory buffer cache targets
Darrick J. Wong
8
-46
/
+369
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
5
-38
/
+67
2024-02-22
xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg
Christoph Hellwig
1
-4
/
+4
2024-02-22
xfs: remove xfs_setsize_buftarg_early
Christoph Hellwig
1
-15
/
+7
2024-02-22
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
4
-16
/
+16
2024-02-22
xfs: split xfs_buf_rele for cached vs uncached buffers
Christoph Hellwig
1
-15
/
+31
2024-02-22
xfs: move and rename xfs_btree_read_bufl
Christoph Hellwig
3
-51
/
+25
2024-02-22
xfs: remove xfs_btree_reada_bufs
Christoph Hellwig
3
-42
/
+14
2024-02-22
xfs: remove xfs_btree_reada_bufl
Christoph Hellwig
2
-35
/
+6
2024-02-22
xfs: factor out a __xfs_btree_check_lblock_hdr helper
Christoph Hellwig
1
-7
/
+23
2024-02-22
xfs: rename btree helpers that depends on the block number representation
Christoph Hellwig
7
-59
/
+61
2024-02-22
xfs: consolidate btree block verification
Christoph Hellwig
3
-58
/
+32
2024-02-22
xfs: tighten up validation of root block in inode forks
Christoph Hellwig
1
-3
/
+13
2024-02-22
xfs: remove the crc variable in __xfs_btree_check_lblock
Christoph Hellwig
1
-2
/
+1
2024-02-22
xfs: misc cleanups for __xfs_btree_check_sblock
Christoph Hellwig
1
-8
/
+4
2024-02-22
xfs: consolidate btree ptr checking
Christoph Hellwig
3
-57
/
+36
2024-02-22
xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
Christoph Hellwig
1
-1
/
+1
2024-02-22
xfs: simplify xfs_btree_check_lblock_siblings
Christoph Hellwig
1
-16
/
+6
2024-02-22
xfs: simplify xfs_btree_check_sblock_siblings
Christoph Hellwig
1
-13
/
+6
2024-02-22
xfs: remove xfs_btnum_t
Christoph Hellwig
16
-70
/
+65
2024-02-22
xfs: pass a 'bool is_finobt' to xfs_inobt_insert
Christoph Hellwig
1
-5
/
+4
2024-02-22
xfs: split xfs_inobt_init_cursor
Christoph Hellwig
10
-46
/
+72
2024-02-22
xfs: split xfs_inobt_insert_sprec
Christoph Hellwig
1
-52
/
+96
2024-02-22
xfs: remove the which variable in xchk_iallocbt
Christoph Hellwig
1
-10
/
+4
2024-02-22
xfs: remove the btnum argument to xfs_inobt_count_blocks
Christoph Hellwig
1
-5
/
+3
2024-02-22
xfs: remove xfs_inobt_cur
Christoph Hellwig
3
-33
/
+8
2024-02-22
xfs: split xfs_allocbt_init_cursor
Christoph Hellwig
10
-65
/
+88
2024-02-22
xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_init
Christoph Hellwig
3
-75
/
+45
2024-02-22
xfs: add a sick_mask to struct xfs_btree_ops
Christoph Hellwig
6
-25
/
+24
2024-02-22
xfs: add a name field to struct xfs_btree_ops
Christoph Hellwig
12
-76
/
+73
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
10
-119
/
+111
2024-02-22
xfs: remove xfs_bmbt_stage_cursor
Christoph Hellwig
3
-22
/
+7
2024-02-22
xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
Christoph Hellwig
1
-29
/
+27
2024-02-22
xfs: make staging file forks explicit
Darrick J. Wong
2
-4
/
+6
2024-02-22
xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
Christoph Hellwig
2
-2
/
+1
2024-02-22
xfs: remove xfs_rmapbt_stage_cursor
Christoph Hellwig
2
-16
/
+0
2024-02-22
xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
Christoph Hellwig
1
-19
/
+14
2024-02-22
xfs: remove xfs_refcountbt_stage_cursor
Christoph Hellwig
3
-18
/
+2
2024-02-22
xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
Christoph Hellwig
1
-20
/
+12
2024-02-22
xfs: remove xfs_inobt_stage_cursor
Christoph Hellwig
3
-20
/
+5
2024-02-22
xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
Christoph Hellwig
1
-24
/
+15
2024-02-22
xfs: remove xfs_allocbt_stage_cursor
Christoph Hellwig
3
-22
/
+7
2024-02-22
xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
Christoph Hellwig
1
-27
/
+15
2024-02-22
xfs: don't override bc_ops for staging btrees
Christoph Hellwig
8
-139
/
+72
[next]