index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_refcount.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Darrick J. Wong
1
-4
/
+2
2024-07-02
xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one
Darrick J. Wong
1
-4
/
+3
2024-07-02
xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...
Darrick J. Wong
1
-18
/
+1
2024-07-02
xfs: clean up refcount log intent item tracepoint callsites
Darrick J. Wong
1
-10
/
+4
2024-07-02
xfs: pass btree cursors to refcount btree tracepoints
Darrick J. Wong
1
-27
/
+15
2024-07-02
xfs: create specialized classes for refcount tracepoints
Darrick J. Wong
1
-15
/
+9
2024-07-02
xfs: give refcount btree cursor error tracepoints their own class
Darrick J. Wong
1
-28
/
+14
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
1
-3
/
+3
2024-02-22
xfs: split the per-btree union in struct xfs_btree_cur
Christoph Hellwig
1
-12
/
+12
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
1
-1
/
+36
2024-02-22
xfs: report btree block corruption errors to the health system
Darrick J. Wong
1
-1
/
+5
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-1
/
+1
2023-12-15
xfs: create a ranged query function for refcount btrees
Darrick J. Wong
1
-0
/
+41
2023-12-15
xfs: repair refcount btrees
Darrick J. Wong
1
-5
/
+3
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
1
-1
/
+1
2023-12-07
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-3
/
+3
2023-07-02
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
1
-6
/
+7
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-3
/
+6
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-3
/
+10
2023-04-12
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
1
-1
/
+1
2023-04-12
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-4
/
+7
2023-04-12
xfs: complain about bad records in query_range helpers
Darrick J. Wong
1
-13
/
+19
2023-04-12
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
1
-14
/
+31
2023-04-12
xfs: give xfs_refcount_intent its own perag reference
Darrick J. Wong
1
-19
/
+14
2023-02-05
xfs: pass refcount intent directly through the log intent code
Darrick J. Wong
1
-53
/
+43
2022-12-01
xfs: estimate post-merge refcounts correctly
Darrick J. Wong
1
-4
/
+21
2022-12-01
xfs: hoist refcount record merge predicates
Darrick J. Wong
1
-16
/
+113
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
1
-3
/
+3
2022-10-31
xfs: fix uninitialized list head in struct xfs_refcount_recovery
Darrick J. Wong
1
-4
/
+6
2022-10-31
xfs: fix agblocks check in the cow leftover recovery function
Darrick J. Wong
1
-1
/
+3
2022-10-31
xfs: check record domain when accessing refcount records
Darrick J. Wong
1
-12
/
+41
2022-10-31
xfs: remove XFS_FIND_RCEXT_SHARED and _COW
Darrick J. Wong
1
-31
/
+17
2022-10-31
xfs: refactor domain and refcount checking
Darrick J. Wong
1
-4
/
+1
2022-10-31
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
1
-47
/
+99
2022-10-31
xfs: check deferred refcount op continuation parameters
Darrick J. Wong
1
-2
/
+36
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
1
-5
/
+1
2022-10-31
xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
Darrick J. Wong
1
-3
/
+17
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-7
/
+6
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-3
/
+3
2022-04-28
xfs: rename xfs_*alloc*_log_count to _block_count
Darrick J. Wong
1
-1
/
+1
2022-04-28
xfs: reduce transaction reservations with reflink
Darrick J. Wong
1
-2
/
+7
2022-04-28
xfs: count EFIs when deciding to ask for a continuation of a refcount update
Darrick J. Wong
1
-3
/
+2
2021-10-23
xfs: remove unused parameter from refcount code
Darrick J. Wong
1
-11
/
+8
2021-10-23
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-3
/
+3
2021-10-23
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
1
-2
/
+21
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-4
/
+4
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-2
/
+2
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-41
/
+41
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
1
-18
/
+22
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-2
/
+2
[next]