index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2023-04-11
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
1
-1
/
+1
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-4
/
+7
2023-04-11
xfs: complain about bad records in query_range helpers
Darrick J. Wong
1
-13
/
+19
2023-04-11
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
1
-14
/
+31
2023-04-11
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-22
xfs: remove unused parameter from refcount code
Darrick J. Wong
1
-11
/
+8
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-3
/
+3
2021-10-22
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-18
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
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
1
-9
/
+0
2020-03-13
xfs: make the btree ag cursor private union anonymous
Dave Chinner
1
-12
/
+12
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
1
-55
/
+55
2020-01-26
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
1
-6
/
+0
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-5
/
+4
2019-11-12
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
1
-45
/
+122
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
1
-1
/
+3
2019-08-28
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
1
-23
/
+16
2019-08-28
xfs: remove unnecessary int returns from deferred rmap functions
Darrick J. Wong
1
-6
/
+3
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-2
/
+2
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-2
/
+0
2018-08-02
xfs: pass transaction to xfs_defer_add()
Brian Foster
1
-46
/
+34
2018-08-02
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
1
-1
/
+1
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
1
-9
/
+1
2018-07-23
xfs: clean up xfs_btree_del_cursor callers
Darrick J. Wong
1
-8
/
+3
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
1
-1
/
+1
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
1
-1
/
+1
2018-07-11
xfs: replace no-op firstblock init with ->t_firstblock
Brian Foster
1
-1
/
+1
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
1
-2
/
+1
[next]