aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+1
2020-09-15xfs: trace timestamp limitsDarrick J. Wong1-0/+26
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-1/+1
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino1-1/+0
2020-07-28xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino1-1/+0
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-6/+15
2020-07-28xfs: add more dquot tracepointsDarrick J. Wong1-2/+138
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong1-2/+2
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-8/+4
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-1/+1
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-1/+1
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-2/+2
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong1-49/+3
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-03-27xfs: Throttle commits on delayed background CIL pushDave Chinner1-0/+1
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig1-8/+6
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-0/+85
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-0/+33
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+28
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-6/+6
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig1-1/+2
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-14/+24
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-8/+8
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-2/+2
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair failuresDarrick J. Wong1-0/+21
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-68/+32
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-2/+2
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-1/+1
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster1-0/+2
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster1-0/+1
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster1-2/+2
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster1-0/+26
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig1-39/+0
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig1-26/+0
2019-08-26xfs: add kmem_alloc_io()Dave Chinner1-0/+1
2019-08-26xfs: add kmem allocation trace pointsDave Chinner1-0/+33
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong1-0/+18
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong1-0/+40
2019-06-28xfs: split iop_unlockChristoph Hellwig1-1/+1
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig1-0/+1
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong1-0/+3
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+73
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig1-3/+0
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig1-20/+14
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-0/+1
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong1-0/+25
2019-02-11xfs: refactor inode unlinked pointer update functionsDarrick J. Wong1-0/+26
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong1-0/+26
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong1-2/+10