index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_btree_staging.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
xfs: online repair of the realtime rmap btree
Darrick J. Wong
1
-0
/
+1
2024-12-23
xfs: support storing records in the inode core root
Darrick J. Wong
1
-3
/
+6
2024-02-28
xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
Dave Chinner
1
-1
/
+1
2024-02-22
xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
Christoph Hellwig
1
-0
/
+1
2024-02-22
xfs: don't override bc_ops for staging btrees
Christoph Hellwig
1
-106
/
+3
2024-02-22
xfs: add a xfs_btree_init_ptr_from_cur
Christoph Hellwig
1
-1
/
+0
2024-02-22
xfs: create predicate to determine if cursor is at inode root level
Darrick J. Wong
1
-2
/
+1
2024-02-22
xfs: split the per-btree union in struct xfs_btree_cur
Christoph Hellwig
1
-0
/
+1
2024-02-22
xfs: split out a btree type from the btree ops geometry flags
Christoph Hellwig
1
-6
/
+6
2024-02-22
xfs: remove the unnecessary daddr paramter to _init_block
Darrick J. Wong
1
-3
/
+2
2024-02-22
xfs: rename btree block/buffer init functions
Darrick J. Wong
1
-1
/
+1
2024-02-22
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
1
-3
/
+2
2024-02-22
xfs: encode the btree geometry flags in the btree ops structure
Darrick J. Wong
1
-7
/
+7
2024-02-13
xfs: clean up remaining GFP_NOFS users
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-2
/
+2
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-1
/
+1
2023-12-15
xfs: repair inode fork block mapping data structures
Darrick J. Wong
1
-2
/
+9
2023-12-15
xfs: constrain dirty buffers while formatting a staged btree
Darrick J. Wong
1
-11
/
+39
2023-12-15
xfs: move btree bulkload record initialization to ->get_record implementations
Darrick J. Wong
1
-10
/
+7
2023-12-15
xfs: read leaf blocks when computing keys for bulkloading into node blocks
Darrick J. Wong
1
-1
/
+6
2023-12-15
xfs: set XBF_DONE on newly formatted btree block that are ready for writing
Darrick J. Wong
1
-0
/
+6
2023-12-15
xfs: force all buffers to be written during btree bulk load
Darrick J. Wong
1
-3
/
+1
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
1
-5
/
+5
2021-10-14
xfs: check that bc_nlevels never overflows
Darrick J. Wong
1
-0
/
+2
2021-10-14
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
1
-2
/
+2
2021-08-18
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
1
-4
/
+4
2021-08-18
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
1
-3
/
+3
2021-04-15
xfs: remove XFS_IFBROOT
Christoph Hellwig
1
-1
/
+0
2020-03-18
xfs: support bulk loading of staged btrees
Darrick J. Wong
1
-0
/
+616
2020-03-18
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
1
-0
/
+84
2020-03-18
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
1
-0
/
+179