index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
xfs: grant heads track byte counts, not LSNs
Dave Chinner
1
-17
/
+17
2024-07-04
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
1
-4
/
+4
2024-07-02
xfs: clean up refcount log intent item tracepoint callsites
Darrick J. Wong
1
-41
/
+18
2024-07-02
xfs: pass btree cursors to refcount btree tracepoints
Darrick J. Wong
1
-45
/
+38
2024-07-02
xfs: create specialized classes for refcount tracepoints
Darrick J. Wong
1
-22
/
+39
2024-07-02
xfs: give refcount btree cursor error tracepoints their own class
Darrick J. Wong
1
-13
/
+13
2024-07-02
xfs: clean up rmap log intent item tracepoint callsites
Darrick J. Wong
1
-31
/
+28
2024-07-02
xfs: pass btree cursors to rmap btree tracepoints
Darrick J. Wong
1
-12
/
+12
2024-07-02
xfs: give rmap btree cursor error tracepoints their own class
Darrick J. Wong
1
-18
/
+99
2024-07-02
xfs: clean up extent free log intent item tracepoint callsites
Darrick J. Wong
1
-18
/
+15
2024-07-01
xfs: enable FITRIM on the realtime device
Darrick J. Wong
1
-0
/
+29
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-14
/
+14
2024-04-23
xfs: add parent pointer ioctls
Darrick J. Wong
1
-0
/
+92
2024-04-23
xfs: add parent pointer support to attribute code
Allison Henderson
1
-1
/
+2
2024-04-23
xfs: remove xfs_da_args.attr_flags
Darrick J. Wong
1
-6
/
+1
2024-04-22
xfs: split xfs_mod_freecounter
Christoph Hellwig
1
-1
/
+0
2024-04-22
xfs: remove the unused xfs_extent_busy_enomem trace event
Christoph Hellwig
1
-1
/
+0
2024-04-15
xfs: repair extended attributes
Darrick J. Wong
1
-0
/
+2
2024-04-15
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
1
-2
/
+5
2024-04-15
xfs: condense extended attributes after a mapping exchange operation
Darrick J. Wong
1
-1
/
+2
2024-04-15
xfs: bind together the front and back ends of the file range exchange code
Darrick J. Wong
1
-0
/
+109
2024-04-15
xfs: create deferred log items for file mapping exchanges
Darrick J. Wong
1
-0
/
+217
2024-03-15
xfs: fix dev_t usage in xmbuf tracepoints
Darrick J. Wong
1
-2
/
+7
2024-02-22
xfs: add a realtime flag to the bmap update log redo items
Darrick J. Wong
1
-5
/
+18
2024-02-22
xfs: clean up bmap log intent item tracepoint callsites
Darrick J. Wong
1
-31
/
+25
2024-02-22
xfs: split tracepoint classes for deferred items
Darrick J. Wong
1
-85
/
+166
2024-02-22
xfs: launder in-memory btree buffers before transaction commit
Darrick J. Wong
1
-0
/
+1
2024-02-22
xfs: support in-memory btrees
Darrick J. Wong
1
-2
/
+115
2024-02-22
xfs: support in-memory buffer cache targets
Darrick J. Wong
1
-0
/
+49
2024-02-22
xfs: remove xfs_btnum_t
Christoph Hellwig
1
-9
/
+0
2024-02-22
xfs: add a name field to struct xfs_btree_ops
Christoph Hellwig
1
-35
/
+35
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
1
-6
/
+4
2024-02-22
xfs: split out a btree type from the btree ops geometry flags
Christoph Hellwig
1
-2
/
+2
2024-02-22
xfs: store the btree pointer length in struct xfs_btree_ops
Darrick J. Wong
1
-2
/
+2
2024-02-22
xfs: encode the btree geometry flags in the btree ops structure
Darrick J. Wong
1
-4
/
+4
2024-02-22
xfs: consolidate btree block allocation tracepoints
Darrick J. Wong
1
-2
/
+47
2024-02-22
xfs: consolidate btree block freeing tracepoints
Darrick J. Wong
1
-2
/
+30
2024-02-22
xfs: remember sick inodes that get inactivated
Darrick J. Wong
1
-0
/
+1
2024-02-22
xfs: separate the marking of sick and checked metadata
Darrick J. Wong
1
-0
/
+4
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-25
/
+0
2023-12-29
xfs: use the op name in trace_xlog_intent_recovery_failed
Christoph Hellwig
1
-6
/
+9
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
1
-8
/
+8
2023-12-14
xfs: consolidate the xfs_attr_defer_* helpers
Christoph Hellwig
1
-2
/
+0
2023-12-06
xfs: allow pausing of pending deferred work items
Darrick J. Wong
1
-2
/
+11
2023-09-12
xfs: reload entire unlinked bucket lists
Darrick J. Wong
1
-0
/
+20
2023-09-12
xfs: load uncached unlinked inodes into memory on demand
Darrick J. Wong
1
-0
/
+25
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+3
2023-08-24
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
1
-14
/
+6
2023-08-10
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
1
-0
/
+3
2023-07-05
Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+25
[next]