aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong1-5/+5
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong1-4/+0
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong1-0/+19
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-2/+2
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong1-1/+1
2018-11-20xfs: uncached buffer tracing needs to print bnoDave Chinner1-1/+4
2018-09-29xfs: don't unlock invalidated buf on aborted tx commitBrian Foster1-1/+0
2018-08-02xfs: fold dfops into the transactionBrian Foster1-22/+18
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster1-3/+2
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-8/+2
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster1-6/+2
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster1-1/+0
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-1/+1
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig1-16/+2
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig1-1/+0
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-4/+1
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner1-6/+11
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner1-0/+37
2018-05-10xfs: log item flags are racyDave Chinner1-3/+3
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster1-0/+2
2018-05-09xfs: trace ATTR flags in xattr tracepointsEric Sandeen1-1/+4
2018-04-09xfs: remove filestream item xfs_inode referenceChristoph Hellwig1-7/+7