aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster1-1/+8
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong1-11/+11
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-7/+7
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong1-0/+26
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-3/+3
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+0
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-43/+8
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-6/+6
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara1-2/+0
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig1-1/+2
2017-10-26xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig1-1/+1
2017-09-01xfs: consolidate the various page fault handlersChristoph Hellwig1-3/+26
2017-09-01xfs: ordered buffer log items are never formattedBrian Foster1-1/+0
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster1-0/+18
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-10/+10
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai1-19/+0
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster1-0/+1
2017-04-25xfs: don't use bool values in trace buffersChristoph Hellwig1-5/+5
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkHou Tao1-14/+15