summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: factor out tree fixup logic into helperBrian Foster2019-10-211-0/+1
* xfs: reuse best extent tracking logic for bnobt scanBrian Foster2019-10-211-2/+2
* xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster2019-10-211-0/+26
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-211-39/+0
* iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-211-26/+0
* xfs: add kmem_alloc_io()Dave Chinner2019-08-261-0/+1
* xfs: add kmem allocation trace pointsDave Chinner2019-08-261-0/+33
* xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-031-0/+18
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-021-0/+40
* xfs: split iop_unlockChristoph Hellwig2019-06-281-1/+1
* xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-281-0/+1
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-141-0/+3
* xfs: track metadata health statusDarrick J. Wong2019-04-141-0/+73
* xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-3/+0
* xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-171-20/+14
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-111-0/+1
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-111-0/+25
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-111-0/+26
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-111-0/+26
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-191-2/+10
* xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-5/+5
* xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-4/+0
* xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong2018-12-191-0/+19
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-2/+2
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-1/+1
* xfs: uncached buffer tracing needs to print bnoDave Chinner2018-11-201-1/+4
* xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2018-09-291-1/+0
* xfs: fold dfops into the transactionBrian Foster2018-08-021-22/+18
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-3/+2
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-8/+2
* xfs: remove unused deferred ops committed fieldBrian Foster2018-07-261-6/+2
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-111-1/+0
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-111-1/+1
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-111-16/+2
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-111-1/+0
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-111-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-4/+1
* xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2018-05-101-6/+11
* xfs: add tracing to high level transaction operationsDave Chinner2018-05-101-0/+37
* xfs: log item flags are racyDave Chinner2018-05-101-3/+3
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-0/+2
* xfs: trace ATTR flags in xattr tracepointsEric Sandeen2018-05-091-1/+4
* xfs: remove filestream item xfs_inode referenceChristoph Hellwig2018-04-091-7/+7
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-231-1/+8
* xfs: use %pS printk format for direct instruction addressesDarrick J. Wong2018-01-121-11/+11
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-7/+7
* xfs: trace log reservations at mount timeDarrick J. Wong2018-01-081-0/+26