index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xfs: remove xfs_inobt_stage_cursor
Christoph Hellwig
2024-02-22
2
-16
/
+0
*
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
2
-18
/
+0
*
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
4
-14
/
+25
*
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
9
-43
/
+65
*
xfs: store the btree pointer length in struct xfs_btree_ops
Darrick J. Wong
2024-02-22
7
-44
/
+48
*
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
*
xfs: extern some btree ops structures
Darrick J. Wong
2024-02-22
6
-7
/
+16
*
xfs: turn the allocbt cursor active field into a btree flag
Christoph Hellwig
2024-02-22
3
-9
/
+11
*
xfs: consolidate the xfs_alloc_lookup_* helpers
Christoph Hellwig
2024-02-22
1
-21
/
+22
*
xfs: remove bc_ino.flags
Christoph Hellwig
2024-02-22
4
-35
/
+20
*
xfs: encode the btree geometry flags in the btree ops structure
Darrick J. Wong
2024-02-22
8
-80
/
+86
*
xfs: drop XFS_BTREE_CRC_BLOCKS
Darrick J. Wong
2024-02-22
7
-16
/
+5
*
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
Darrick J. Wong
2024-02-22
6
-16
/
+17
*
xfs: consolidate btree block allocation tracepoints
Darrick J. Wong
2024-02-22
3
-7
/
+17
*
xfs: consolidate btree block freeing tracepoints
Darrick J. Wong
2024-02-22
3
-4
/
+2
*
xfs: update health status if we get a clean bill of health
Darrick J. Wong
2024-02-22
1
-1
/
+2
*
xfs: remember sick inodes that get inactivated
Darrick J. Wong
2024-02-22
3
-3
/
+8
*
xfs: add secondary and indirect classes to the health tracking system
Darrick J. Wong
2024-02-22
1
-0
/
+43
*
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
2024-02-22
8
-44
/
+339
*
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
2024-02-22
1
-1
/
+8
*
xfs: report inode corruption errors to the health system
Darrick J. Wong
2024-02-22
3
-3
/
+18
*
xfs: report dir/attr block corruption errors to the health system
Darrick J. Wong
2024-02-22
9
-17
/
+74
*
xfs: report btree block corruption errors to the health system
Darrick J. Wong
2024-02-22
7
-5
/
+43
*
xfs: report block map corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
2
-6
/
+30
*
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
4
-3
/
+21
*
xfs: report fs corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
1
-0
/
+1
*
xfs: separate the marking of sick and checked metadata
Darrick J. Wong
2024-02-22
1
-1
/
+22
*
xfs: teach scrub to check file nlinks
Darrick J. Wong
2024-02-22
1
-1
/
+2
*
xfs: report health of inode link counts
Darrick J. Wong
2024-02-22
2
-1
/
+4
*
xfs: implement live quotacheck inode scan
Darrick J. Wong
2024-02-22
1
-1
/
+2
*
xfs: report the health of quota counts
Darrick J. Wong
2024-02-22
2
-1
/
+4
*
xfs: create a macro for decoding ftypes in tracepoints
Darrick J. Wong
2024-02-22
1
-0
/
+11
*
xfs: create a predicate to determine if two xfs_names are the same
Darrick J. Wong
2024-02-22
1
-0
/
+12
*
xfs: create a static name for the dot entry too
Darrick J. Wong
2024-02-22
2
-0
/
+7
*
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-19
7
-19
/
+18
*
xfs: use xfs_defer_alloc a bit more
Dave Chinner
2024-02-13
1
-10
/
+5
[prev]
[next]