index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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: support bmapping delalloc extents in the CoW fork
Darrick J. Wong
2016-10-04
1
-3
/
+3
*
xfs: introduce the CoW fork
Darrick J. Wong
2016-10-04
1
-2
/
+2
*
xfs: define tracepoints for reflink activities
Darrick J. Wong
2016-10-04
1
-0
/
+333
*
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
1
-0
/
+5
*
xfs: map an inode's offset to an exact physical block
Darrick J. Wong
2016-10-04
1
-0
/
+54
*
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
2016-10-03
1
-0
/
+3
*
xfs: log refcount intent items
Darrick J. Wong
2016-10-03
1
-0
/
+33
*
xfs: define the on-disk refcount btree format
Darrick J. Wong
2016-10-03
1
-10
/
+1
*
xfs: define tracepoints for refcount btree activities
Darrick J. Wong
2016-10-03
1
-0
/
+301
*
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Dave Chinner
2016-10-03
1
-6
/
+33
|
\
|
*
xfs: log recovery tracepoints to track current lsn and buffer submission
Brian Foster
2016-09-26
1
-2
/
+29
|
*
xfs: remote attribute blocks aren't really userdata
Dave Chinner
2016-09-26
1
-4
/
+4
*
|
xfs: set up per-AG free space reservations
Darrick J. Wong
2016-09-19
1
-10
/
+65
|
/
*
xfs: track log done items directly in the deferred pending work item
Darrick J. Wong
2016-08-30
1
-1
/
+1
*
xfs: simplify xfs_file_iomap_begin
Christoph Hellwig
2016-08-17
1
-1
/
+0
*
xfs: convert unwritten status of reverse mappings
Darrick J. Wong
2016-08-03
1
-0
/
+5
*
xfs: add an extent to the rmap btree
Darrick J. Wong
2016-08-03
1
-0
/
+2
*
xfs: add tracepoints for the rmap functions
Darrick J. Wong
2016-08-03
1
-2
/
+49
*
xfs: add rmap btree operations
Darrick J. Wong
2016-08-03
1
-0
/
+3
*
xfs: define the on-disk rmap btree format
Darrick J. Wong
2016-08-03
1
-0
/
+2
*
xfs: introduce rmap extent operation stubs
Darrick J. Wong
2016-08-03
1
-0
/
+77
*
xfs: add tracepoints and error injection for deferred extent freeing
Darrick J. Wong
2016-08-03
1
-1
/
+4
*
xfs: add tracepoints for the deferred ops mechanism
Darrick J. Wong
2016-08-03
1
-0
/
+198
*
xfs: introduce interval queries on btrees
Darrick J. Wong
2016-08-03
1
-0
/
+1
*
xfs: support btrees with overlapping intervals for keys
Darrick J. Wong
2016-08-03
1
-0
/
+36
*
Merge branch 'xfs-4.8-split-dax-dio' into for-next
Dave Chinner
2016-07-20
1
-11
/
+10
|
\
|
*
xfs: split direct I/O and DAX path
Christoph Hellwig
2016-07-20
1
-0
/
+2
|
*
xfs: kill ioflags
Christoph Hellwig
2016-07-20
1
-11
/
+8
*
|
Merge branch 'xfs-4.8-misc-fixes-2' into for-next
Dave Chinner
2016-06-21
1
-0
/
+1
|
\
\
|
*
|
xfs: enable buffer deadlock postmortem diagnosis via ftrace
Darrick J. Wong
2016-06-21
1
-0
/
+1
|
|
/
*
|
xfs: implement iomap based buffered write path
Christoph Hellwig
2016-06-21
1
-0
/
+3
|
/
*
Merge branch 'xfs-4.7-error-cfg' into for-next
Dave Chinner
2016-05-20
1
-1
/
+0
|
\
|
*
xfs: add configurable error support to metadata buffers
Carlos Maiolino
2016-05-18
1
-1
/
+0
*
|
Merge branch 'xfs-4.7-misc-fixes' into for-next
Dave Chinner
2016-05-20
1
-4
/
+6
|
\
\
|
*
|
xfs: Add caller function output to xfs_log_force tracepoint
Carlos Maiolino
2016-04-06
1
-4
/
+6
|
|
/
*
|
xfs: remove transaction types
Christoph Hellwig
2016-04-06
1
-4
/
+1
|
/
*
xfs: don't use ioends for direct write completions
Christoph Hellwig
2016-02-08
1
-5
/
+4
*
xfs: add tracepoints to readpage calls
Dave Chinner
2016-01-08
1
-0
/
+26
*
Merge branch 'xfs-dax-updates' into for-next
Dave Chinner
2015-11-03
1
-0
/
+1
|
\
|
*
xfs: add ->pfn_mkwrite support for DAX
Dave Chinner
2015-11-03
1
-0
/
+1
*
|
xfs: add an xfs_zero_eof() tracepoint
Brian Foster
2015-10-12
1
-0
/
+1
|
/
*
xfs: huge page fault support
Matthew Wilcox
2015-09-08
1
-0
/
+1
*
xfs: icreate log item recovery and cancellation tracepoints
Brian Foster
2015-08-19
1
-0
/
+34
*
xfs: allocate sparse inode chunks on full chunk allocation failure
Brian Foster
2015-05-29
1
-0
/
+47
*
Merge branch 'xfs-dio-extend-fix' into for-next
Dave Chinner
2015-04-16
1
-0
/
+5
|
\
|
*
xfs: DIO writes within EOF don't need an ioend
Dave Chinner
2015-04-16
1
-0
/
+1
|
*
xfs: handle DIO overwrite EOF update completion correctly
Dave Chinner
2015-04-16
1
-0
/
+1
|
*
xfs: DIO needs an ioend for writes
Dave Chinner
2015-04-16
1
-0
/
+3
*
|
Merge branch 'fallocate-insert-range' into for-next
Dave Chinner
2015-03-25
1
-0
/
+1
|
\
\
|
*
|
xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2015-03-25
1
-0
/
+1
|
|
/
[next]