index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trace.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...
Carlos Maiolino
2024-11-12
1
-35
/
+115
|
\
|
*
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
2024-11-05
1
-0
/
+75
|
*
xfs: port the perag discard code to handle generic groups
Darrick J. Wong
2024-11-05
1
-8
/
+11
|
*
xfs: support logging EFIs for realtime extents
Darrick J. Wong
2024-11-05
1
-4
/
+7
|
*
xfs: store rtgroup information with a bmap intent
Darrick J. Wong
2024-11-05
1
-19
/
+22
|
*
xfs: record rt group metadata errors in the health system
Darrick J. Wong
2024-11-05
1
-4
/
+0
*
|
Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...
Carlos Maiolino
2024-11-12
1
-19
/
+55
|
\
|
|
*
xfs: create incore realtime group structures
Darrick J. Wong
2024-11-05
1
-0
/
+1
|
*
xfs: clean up xfs_getfsmap_helper arguments
Christoph Hellwig
2024-11-05
1
-19
/
+54
*
|
Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...
Carlos Maiolino
2024-11-12
1
-0
/
+102
|
\
|
|
*
xfs: read and write metadata inode directory tree
Darrick J. Wong
2024-11-05
1
-0
/
+102
*
|
Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...
Carlos Maiolino
2024-11-12
1
-93
/
+145
|
\
|
|
*
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
2024-11-05
1
-14
/
+14
|
*
xfs: convert extent busy tracepoints to the generic group structure
Christoph Hellwig
2024-11-05
1
-13
/
+21
|
*
xfs: move draining of deferred operations to the generic group structure
Christoph Hellwig
2024-11-05
1
-16
/
+20
|
*
xfs: move metadata health tracking to the generic group structure
Christoph Hellwig
2024-11-05
1
-16
/
+19
|
*
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
1
-56
/
+93
*
|
Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...
Carlos Maiolino
2024-11-12
1
-109
/
+82
|
\
|
|
*
xfs: convert remaining trace points to pass pag structures
Christoph Hellwig
2024-11-05
1
-43
/
+41
|
*
xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point
Christoph Hellwig
2024-11-05
1
-7
/
+8
|
*
xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
Christoph Hellwig
2024-11-05
1
-16
/
+17
|
*
xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
Christoph Hellwig
2024-11-05
1
-13
/
+5
|
*
xfs: constify pag arguments to trace points
Christoph Hellwig
2024-11-05
1
-9
/
+10
|
*
xfs: remove the unused trace_xfs_iwalk_ag trace point
Christoph Hellwig
2024-11-05
1
-19
/
+0
|
*
xfs: remove the agno argument to xfs_free_ag_extent
Christoph Hellwig
2024-11-05
1
-6
/
+5
*
|
xfs: split the page fault trace event
Christoph Hellwig
2024-11-05
1
-8
/
+12
|
/
*
xfs: fix finding a last resort AG in xfs_filestream_pick_ag
Christoph Hellwig
2024-10-30
1
-10
/
+5
*
xfs: use xas_for_each_marked in xfs_reclaim_inodes_count
Christoph Hellwig
2024-09-03
1
-1
/
+1
*
xfs: simplify tagged perag iteration
Christoph Hellwig
2024-09-03
1
-2
/
+2
*
xfs: introduce new file range commit ioctls
Darrick J. Wong
2024-09-01
1
-1
/
+56
*
xfs: fix file_path handling in tracepoints
Darrick J. Wong
2024-07-29
1
-6
/
+4
*
xfs: grant heads track byte counts, not LSNs
Dave Chinner
2024-07-04
1
-17
/
+17
*
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
2024-07-04
1
-4
/
+4
*
xfs: clean up refcount log intent item tracepoint callsites
Darrick J. Wong
2024-07-02
1
-41
/
+18
*
xfs: pass btree cursors to refcount btree tracepoints
Darrick J. Wong
2024-07-02
1
-45
/
+38
*
xfs: create specialized classes for refcount tracepoints
Darrick J. Wong
2024-07-02
1
-22
/
+39
*
xfs: give refcount btree cursor error tracepoints their own class
Darrick J. Wong
2024-07-02
1
-13
/
+13
*
xfs: clean up rmap log intent item tracepoint callsites
Darrick J. Wong
2024-07-02
1
-31
/
+28
*
xfs: pass btree cursors to rmap btree tracepoints
Darrick J. Wong
2024-07-02
1
-12
/
+12
*
xfs: give rmap btree cursor error tracepoints their own class
Darrick J. Wong
2024-07-02
1
-18
/
+99
*
xfs: clean up extent free log intent item tracepoint callsites
Darrick J. Wong
2024-07-02
1
-18
/
+15
*
xfs: enable FITRIM on the realtime device
Darrick J. Wong
2024-07-01
1
-0
/
+29
*
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-23
1
-14
/
+14
*
xfs: add parent pointer ioctls
Darrick J. Wong
2024-04-23
1
-0
/
+92
*
xfs: add parent pointer support to attribute code
Allison Henderson
2024-04-23
1
-1
/
+2
*
xfs: remove xfs_da_args.attr_flags
Darrick J. Wong
2024-04-23
1
-6
/
+1
*
xfs: split xfs_mod_freecounter
Christoph Hellwig
2024-04-22
1
-1
/
+0
*
xfs: remove the unused xfs_extent_busy_enomem trace event
Christoph Hellwig
2024-04-22
1
-1
/
+0
*
xfs: repair extended attributes
Darrick J. Wong
2024-04-15
1
-0
/
+2
*
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
2024-04-15
1
-2
/
+5
[next]