index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: multithreaded iwalk implementation
Darrick J. Wong
2019-07-03
1
-0
/
+18
*
xfs: create simplified inode walk function
Darrick J. Wong
2019-07-02
1
-0
/
+40
*
xfs: split iop_unlock
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: don't use xfs_trans_free_items in the commit path
Christoph Hellwig
2019-06-28
1
-0
/
+1
*
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
2019-04-14
1
-0
/
+3
*
xfs: track metadata health status
Darrick J. Wong
2019-04-14
1
-0
/
+73
*
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
1
-3
/
+0
*
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
2019-02-17
1
-20
/
+14
*
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
2019-02-11
1
-0
/
+1
*
xfs: add tracepoints for high level iunlink operations
Darrick J. Wong
2019-02-11
1
-0
/
+25
*
xfs: refactor inode unlinked pointer update functions
Darrick J. Wong
2019-02-11
1
-0
/
+26
*
xfs: refactor AGI unlinked bucket updates
Darrick J. Wong
2019-02-11
1
-0
/
+26
*
xfs: stringify btree cursor types in ftrace output
Darrick J. Wong
2018-12-19
1
-2
/
+10
*
xfs: move XFS_INODE_FORMAT_STR mappings to libxfs
Darrick J. Wong
2018-12-19
1
-5
/
+5
*
xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs
Darrick J. Wong
2018-12-19
1
-4
/
+0
*
xfs: fix symbolic enum printing in ftrace output
Darrick J. Wong
2018-12-19
1
-0
/
+19
*
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
2018-12-12
1
-2
/
+2
*
xfs: streamline defer op type handling
Darrick J. Wong
2018-12-12
1
-1
/
+1
*
xfs: uncached buffer tracing needs to print bno
Dave Chinner
2018-11-20
1
-1
/
+4
*
xfs: don't unlock invalidated buf on aborted tx commit
Brian Foster
2018-09-29
1
-1
/
+0
*
xfs: fold dfops into the transaction
Brian Foster
2018-08-02
1
-22
/
+18
*
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
2018-08-02
1
-3
/
+2
*
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-02
1
-8
/
+2
*
xfs: remove unused deferred ops committed field
Brian Foster
2018-07-26
1
-6
/
+2
*
xfs: refactor buffer submission into a common helper
Brian Foster
2018-07-11
1
-1
/
+0
*
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
2018-07-11
1
-1
/
+1
*
xfs: add support for sub-pagesize writeback without buffer_heads
Christoph Hellwig
2018-07-11
1
-16
/
+2
*
xfs: remove xfs_reflink_find_cow_mapping
Christoph Hellwig
2018-07-11
1
-1
/
+0
*
xfs: remove xfs_reflink_trim_irec_to_next_cow
Christoph Hellwig
2018-07-11
1
-1
/
+0
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-4
/
+1
*
xfs: adder caller IP to xfs_defer* tracepoints
Dave Chinner
2018-05-10
1
-6
/
+11
*
xfs: add tracing to high level transaction operations
Dave Chinner
2018-05-10
1
-0
/
+37
*
xfs: log item flags are racy
Dave Chinner
2018-05-10
1
-3
/
+3
*
xfs: defer agfl block frees when dfops is available
Brian Foster
2018-05-09
1
-0
/
+2
*
xfs: trace ATTR flags in xattr tracepoints
Eric Sandeen
2018-05-09
1
-1
/
+4
*
xfs: remove filestream item xfs_inode reference
Christoph Hellwig
2018-04-09
1
-7
/
+7
*
xfs: detect agfl count corruption and reset agfl
Brian Foster
2018-03-23
1
-1
/
+8
*
xfs: use %pS printk format for direct instruction addresses
Darrick J. Wong
2018-01-12
1
-11
/
+11
*
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
2018-01-12
1
-7
/
+7
*
xfs: trace log reservations at mount time
Darrick J. Wong
2018-01-08
1
-0
/
+26
*
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
2018-01-08
1
-3
/
+3
*
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-17
1
-2
/
+0
|
\
|
*
xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
Jan Kara
2017-11-03
1
-2
/
+0
*
|
xfs: use a b+tree for the in-core extent list
Christoph Hellwig
2017-11-06
1
-43
/
+8
*
|
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
2017-11-06
1
-6
/
+6
*
|
xfs: remove XFS_BMAP_TRACE_EXLIST
Christoph Hellwig
2017-10-26
1
-1
/
+2
*
|
xfs: use xfs_iext_get_extent instead of open coding it
Christoph Hellwig
2017-10-26
1
-1
/
+1
|
/
*
xfs: consolidate the various page fault handlers
Christoph Hellwig
2017-09-01
1
-3
/
+26
*
xfs: ordered buffer log items are never formatted
Brian Foster
2017-09-01
1
-1
/
+0
[next]