summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)Author
2020-03-27xfs: Throttle commits on delayed background CIL pushDave Chinner
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig
2019-08-26xfs: add kmem_alloc_io()Dave Chinner
2019-08-26xfs: add kmem allocation trace pointsDave Chinner
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong
2019-02-11xfs: refactor inode unlinked pointer update functionsDarrick J. Wong
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong
2018-11-20xfs: uncached buffer tracing needs to print bnoDave Chinner
2018-09-29xfs: don't unlock invalidated buf on aborted tx commitBrian Foster
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig