summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong2021-06-211-2/+2
* xfs: refactor the inode recycling codeDarrick J. Wong2021-06-211-2/+2
* xfs: add iclog state trace eventsDave Chinner2021-06-211-0/+60
* Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong2021-06-181-2/+0
|\
| * xfs: Add delay ready attr set routinesAllison Henderson2021-06-011-1/+0
| * xfs: Hoist xfs_attr_leaf_addnameAllison Henderson2021-06-011-1/+0
* | xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong2021-06-081-18/+18
* | Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-081-5/+6
|\ \
| * | xfs: refactor per-AG inode tagging functionsDarrick J. Wong2021-06-041-4/+2
| * | xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong2021-06-041-1/+4
| |/
* / xfs: remove agno from btree cursorDave Chinner2021-06-021-2/+2
|/
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-8/+8
* Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-5/+45
|\
| * xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong2021-02-031-4/+2
| * xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong2021-02-031-0/+1
| * xfs: add a tracepoint for blockgc scansDarrick J. Wong2021-02-031-0/+41
| * xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster2021-01-231-1/+1
* | xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig2021-02-011-2/+2
* | xfs: simplify the read/write tracepointsChristoph Hellwig2021-02-011-9/+9
|/
* xfs: trace log intent item recovery failuresDarrick J. Wong2020-12-091-0/+18
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+1
* xfs: trace timestamp limitsDarrick J. Wong2020-09-161-0/+26
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-161-1/+1
* xfs: remove kmem_realloc()Carlos Maiolino2020-09-071-1/+0
* xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino2020-07-291-1/+0
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-291-6/+15
* xfs: add more dquot tracepointsDarrick J. Wong2020-07-291-2/+138
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-291-2/+2
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-291-8/+4
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-291-1/+1
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-291-1/+1
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-291-2/+2
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-061-49/+3
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-271-0/+1
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-8/+6
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-181-0/+85
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-181-0/+33
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-181-0/+28
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-031-6/+6
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-031-1/+2
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-031-14/+24
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-031-8/+8
* Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-2/+2
|\
| * Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-68/+32
| |\
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-2/+2
* | | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-191-0/+21
| |/ |/|
* | xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-1/+1
* | xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster2019-10-211-0/+2