summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)Author
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
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster
2018-05-09xfs: trace ATTR flags in xattr tracepointsEric Sandeen
2018-04-09xfs: remove filestream item xfs_inode referenceChristoph Hellwig
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig
2017-10-26xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig
2017-09-01xfs: consolidate the various page fault handlersChristoph Hellwig
2017-09-01xfs: ordered buffer log items are never formattedBrian Foster
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster
2017-04-25xfs: don't use bool values in trace buffersChristoph Hellwig
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkHou Tao
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2017-01-30xfs: remove unused struct declarationsEric Sandeen
2016-12-09xfs: nuke unused tracepoint definitionsEric Sandeen
2016-10-20xfs: optimize xfs_reflink_end_cowChristoph Hellwig
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong