index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: remove xfs_zone_{alloc,zalloc} helpers
Carlos Maiolino
2020-07-28
1
-1
/
+0
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-6
/
+15
*
xfs: add more dquot tracepoints
Darrick J. Wong
2020-07-28
1
-2
/
+138
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-28
1
-8
/
+4
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: rename dquot incore state flags
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
2020-07-06
1
-49
/
+3
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: Throttle commits on delayed background CIL push
Dave Chinner
2020-03-27
1
-0
/
+1
*
xfs: split xlog_ticket_done
Christoph Hellwig
2020-03-27
1
-8
/
+6
*
xfs: support bulk loading of staged btrees
Darrick J. Wong
2020-03-18
1
-0
/
+85
*
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
2020-03-18
1
-0
/
+33
*
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
2020-03-18
1
-0
/
+28
*
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
1
-6
/
+6
*
xfs: remove XFS_DA_OP_INCOMPLETE
Christoph Hellwig
2020-03-02
1
-1
/
+2
*
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-02
1
-14
/
+24
*
xfs: cleanup struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
1
-8
/
+8
*
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
2019-12-25
1
-2
/
+2
|
\
|
*
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
2019-12-10
1
-68
/
+32
|
|
\
|
*
|
ftrace: Rework event_create_dir()
Peter Zijlstra
2019-11-27
1
-2
/
+2
*
|
|
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
2019-12-19
1
-0
/
+21
|
|
/
|
/
|
*
|
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-29
1
-1
/
+1
*
|
xfs: optimize near mode bnobt scans with concurrent cntbt lookups
Brian Foster
2019-10-21
1
-0
/
+2
*
|
xfs: factor out tree fixup logic into helper
Brian Foster
2019-10-21
1
-0
/
+1
*
|
xfs: reuse best extent tracking logic for bnobt scan
Brian Foster
2019-10-21
1
-2
/
+2
*
|
xfs: refactor cntbt lastblock scan best extent logic into helper
Brian Foster
2019-10-21
1
-0
/
+26
*
|
iomap: lift the xfs writeback code to iomap
Christoph Hellwig
2019-10-21
1
-39
/
+0
*
|
iomap: lift common tracing code from xfs to iomap
Christoph Hellwig
2019-10-21
1
-26
/
+0
|
/
*
xfs: add kmem_alloc_io()
Dave Chinner
2019-08-26
1
-0
/
+1
*
xfs: add kmem allocation trace points
Dave Chinner
2019-08-26
1
-0
/
+33
*
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
[next]