index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
Darrick J. Wong
2024-02-22
1
-2
/
+2
*
xfs: add a xattr_entry helper
Darrick J. Wong
2024-02-22
1
-4
/
+7
*
xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
Darrick J. Wong
2024-02-22
4
-8
/
+20
*
xfs: reuse xfs_bmap_update_cancel_item
Darrick J. Wong
2024-02-22
1
-13
/
+12
*
xfs: add a bi_entry helper
Darrick J. Wong
2024-02-22
1
-10
/
+9
*
xfs: remove xfs_trans_set_bmap_flags
Darrick J. Wong
2024-02-22
1
-25
/
+13
*
xfs: clean up bmap log intent item tracepoint callsites
Darrick J. Wong
2024-02-22
4
-47
/
+33
*
xfs: split tracepoint classes for deferred items
Darrick J. Wong
2024-02-22
1
-85
/
+166
*
xfs: port refcount repair to the new refcount bag structure
Darrick J. Wong
2024-02-22
4
-107
/
+81
*
xfs: create refcount bag structure for btree repairs
Darrick J. Wong
2024-02-22
5
-0
/
+401
*
xfs: define an in-memory btree for storing refcount bag info during repairs
Darrick J. Wong
2024-02-22
5
-1
/
+390
*
xfs: hook live rmap operations during a repair operation
Darrick J. Wong
2024-02-22
12
-39
/
+392
*
xfs: create a shadow rmap btree during rmap repair
Darrick J. Wong
2024-02-22
9
-84
/
+377
*
xfs: repair the rmapbt
Darrick J. Wong
2024-02-22
18
-19
/
+1608
*
xfs: create agblock bitmap helper to count the number of set regions
Darrick J. Wong
2024-02-22
3
-0
/
+21
*
xfs: create a helper to decide if a file mapping targets the rt volume
Darrick J. Wong
2024-02-22
4
-4
/
+14
*
xfs: launder in-memory btree buffers before transaction commit
Darrick J. Wong
2024-02-22
7
-0
/
+236
*
xfs: support in-memory btrees
Darrick J. Wong
2024-02-22
13
-39
/
+673
*
xfs: add a xfs_btree_ptrs_equal helper
Christoph Hellwig
2024-02-22
1
-13
/
+17
*
xfs: support in-memory buffer cache targets
Darrick J. Wong
2024-02-22
8
-46
/
+369
*
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
2024-02-22
5
-38
/
+67
*
xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg
Christoph Hellwig
2024-02-22
1
-4
/
+4
*
xfs: remove xfs_setsize_buftarg_early
Christoph Hellwig
2024-02-22
1
-15
/
+7
*
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
2024-02-22
4
-16
/
+16
*
xfs: split xfs_buf_rele for cached vs uncached buffers
Christoph Hellwig
2024-02-22
1
-15
/
+31
*
xfs: move and rename xfs_btree_read_bufl
Christoph Hellwig
2024-02-22
3
-51
/
+25
*
xfs: remove xfs_btree_reada_bufs
Christoph Hellwig
2024-02-22
3
-42
/
+14
*
xfs: remove xfs_btree_reada_bufl
Christoph Hellwig
2024-02-22
2
-35
/
+6
*
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
[next]