aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trace.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-12xfs: use %pS printk format for direct instruction addressesGravatar Darrick J. Wong 1-11/+11
2018-01-12xfs: change 0x%p -> %p in print messagesGravatar Darrick J. Wong 1-7/+7
2018-01-08xfs: trace log reservations at mount timeGravatar Darrick J. Wong 1-0/+26
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorGravatar Darrick J. Wong 1-3/+3
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2017-11-06xfs: use a b+tree for the in-core extent listGravatar Christoph Hellwig 1-43/+8
2017-11-06xfs: introduce the xfs_iext_cursor abstractionGravatar Christoph Hellwig 1-6/+6
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Gravatar Jan Kara 1-2/+0
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTGravatar Christoph Hellwig 1-1/+2
2017-10-26xfs: use xfs_iext_get_extent instead of open coding itGravatar Christoph Hellwig 1-1/+1
2017-09-01xfs: consolidate the various page fault handlersGravatar Christoph Hellwig 1-3/+26
2017-09-01xfs: ordered buffer log items are never formattedGravatar Brian Foster 1-1/+0
2017-08-22xfs: add log recovery tracepoint for head/tailGravatar Brian Foster 1-0/+18
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-10/+10
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersGravatar Shan Hai 1-19/+0
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockGravatar Brian Foster 1-0/+1
2017-04-25xfs: don't use bool values in trace buffersGravatar Christoph Hellwig 1-5/+5
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkGravatar Hou Tao 1-14/+15
2017-04-25xfs: remove xfs_bmap_remap_allocGravatar Christoph Hellwig 1-25/+0
2017-04-03xfs: implement the GETFSMAP ioctlGravatar Darrick J. Wong 1-0/+84
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultGravatar Dave Jiang 1-1/+1
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginGravatar Christoph Hellwig 1-2/+0
2017-02-06xfs: reject all unaligned direct writes to reflinked filesGravatar Christoph Hellwig 1-1/+1
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenGravatar Darrick J. Wong 1-2/+6
2017-01-30xfs: remove unused struct declarationsGravatar Eric Sandeen 1-1/+0
2016-12-09xfs: nuke unused tracepoint definitionsGravatar Eric Sandeen 1-109/+0
2016-10-20xfs: optimize xfs_reflink_end_cowGravatar Christoph Hellwig 1-1/+0
2016-10-20xfs: optimize writes to reflink filesGravatar Christoph Hellwig 1-2/+1
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+740
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2016-10-05xfs: implement swapext for rmap filesystemsGravatar Darrick J. Wong 1-0/+5
2016-10-05xfs: use interval query for rmap alloc operations on shared filesGravatar Darrick J. Wong 1-0/+5
2016-10-05xfs: garbage collect old cowextsz reservationsGravatar Darrick J. Wong 1-0/+5
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeGravatar Darrick J. Wong 1-0/+4
2016-10-05xfs: implement CoW for directio writesGravatar Darrick J. Wong 1-1/+0
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 1-1/+0
2016-10-04xfs: support bmapping delalloc extents in the CoW forkGravatar Darrick J. Wong 1-3/+3
2016-10-04xfs: introduce the CoW forkGravatar Darrick J. Wong 1-2/+2
2016-10-04xfs: define tracepoints for reflink activitiesGravatar Darrick J. Wong 1-0/+333
2016-10-04xfs: implement deferred bmbt map/unmap operationsGravatar Darrick J. Wong 1-0/+5
2016-10-04xfs: map an inode's offset to an exact physical blockGravatar Darrick J. Wong 1-0/+54
2016-10-03xfs: connect refcount adjust functions to upper layersGravatar Darrick J. Wong 1-0/+3
2016-10-03xfs: log refcount intent itemsGravatar Darrick J. Wong 1-0/+33
2016-10-03xfs: define the on-disk refcount btree formatGravatar Darrick J. Wong 1-10/+1
2016-10-03xfs: define tracepoints for refcount btree activitiesGravatar Darrick J. Wong 1-0/+301
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextGravatar Dave Chinner 1-6/+33
2016-09-26xfs: log recovery tracepoints to track current lsn and buffer submissionGravatar Brian Foster 1-2/+29
2016-09-26xfs: remote attribute blocks aren't really userdataGravatar Dave Chinner 1-4/+4
2016-09-19xfs: set up per-AG free space reservationsGravatar Darrick J. Wong 1-10/+65
2016-08-30xfs: track log done items directly in the deferred pending work itemGravatar Darrick J. Wong 1-1/+1