index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-02-22
xfs: add a xfs_btree_init_ptr_from_cur
Christoph Hellwig
5
-15
/
+26
2024-02-22
xfs: move comment about two 2 keys per pointer in the rmap btree
Christoph Hellwig
1
-1
/
+1
2024-02-22
xfs: create predicate to determine if cursor is at inode root level
Darrick J. Wong
3
-32
/
+33
2024-02-22
xfs: split the per-btree union in struct xfs_btree_cur
Christoph Hellwig
7
-63
/
+54
2024-02-22
xfs: split out a btree type from the btree ops geometry flags
Christoph Hellwig
12
-52
/
+74
2024-02-22
xfs: store the btree pointer length in struct xfs_btree_ops
Darrick J. Wong
10
-49
/
+53
2024-02-22
xfs: factor out a btree block owner check
Darrick J. Wong
1
-5
/
+28
2024-02-22
xfs: factor out a xfs_btree_owner helper
Darrick J. Wong
1
-14
/
+11
2024-02-22
xfs: move the btree stats offset into struct btree_ops
Christoph Hellwig
6
-29
/
+26
2024-02-22
xfs: move lru refs to the btree ops structure
Darrick J. Wong
7
-22
/
+19
2024-02-22
xfs: set btree block buffer ops in _init_buf
Darrick J. Wong
2
-1
/
+1
2024-02-22
xfs: remove the unnecessary daddr paramter to _init_block
Darrick J. Wong
4
-9
/
+21
2024-02-22
xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
Darrick J. Wong
1
-2
/
+1
2024-02-22
xfs: rename btree block/buffer init functions
Darrick J. Wong
5
-12
/
+12
2024-02-22
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
8
-87
/
+69
2024-02-22
xfs: extern some btree ops structures
Darrick J. Wong
6
-7
/
+16
2024-02-22
xfs: turn the allocbt cursor active field into a btree flag
Christoph Hellwig
3
-9
/
+11
2024-02-22
xfs: consolidate the xfs_alloc_lookup_* helpers
Christoph Hellwig
1
-21
/
+22
2024-02-22
xfs: remove bc_ino.flags
Christoph Hellwig
4
-35
/
+20
2024-02-22
xfs: encode the btree geometry flags in the btree ops structure
Darrick J. Wong
12
-98
/
+104
2024-02-22
xfs: fix imprecise logic in xchk_btree_check_block_owner
Darrick J. Wong
1
-1
/
+6
2024-02-22
xfs: drop XFS_BTREE_CRC_BLOCKS
Darrick J. Wong
7
-16
/
+5
2024-02-22
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
Darrick J. Wong
6
-16
/
+17
2024-02-22
xfs: consolidate btree block allocation tracepoints
Darrick J. Wong
4
-9
/
+64
2024-02-22
xfs: consolidate btree block freeing tracepoints
Darrick J. Wong
4
-6
/
+32
2024-02-22
xfs: repair summary counters
Darrick J. Wong
8
-18
/
+128
2024-02-22
xfs: update health status if we get a clean bill of health
Darrick J. Wong
6
-2
/
+77
2024-02-22
xfs: remember sick inodes that get inactivated
Darrick J. Wong
7
-6
/
+58
2024-02-22
xfs: add secondary and indirect classes to the health tracking system
Darrick J. Wong
2
-12
/
+63
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
13
-50
/
+364
2024-02-22
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
2
-1
/
+14
2024-02-22
xfs: report quota block corruption errors to the health system
Darrick J. Wong
3
-2
/
+37
[next]