aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig1-25/+0
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+84
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-1/+1
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig1-2/+0
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig1-1/+1
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-2/+6
2017-01-30xfs: remove unused struct declarationsEric Sandeen1-1/+0
2016-12-09xfs: nuke unused tracepoint definitionsEric Sandeen1-109/+0
2016-10-20xfs: optimize xfs_reflink_end_cowChristoph Hellwig1-1/+0
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig1-2/+1
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+740
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong1-0/+5
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong1-0/+5
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+5
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-0/+4
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong1-1/+0
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-1/+0
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong1-3/+3
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-2/+2
2016-10-04xfs: define tracepoints for reflink activitiesDarrick J. Wong1-0/+333
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong1-0/+5
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong1-0/+54
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong1-0/+3