summaryrefslogtreecommitdiff
path: root/include/trace
AgeCommit message (Expand)AuthorFilesLines
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells1-0/+2
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells1-0/+56
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells2-0/+62
2022-01-07cachefiles: Add tracepoints for calls to the VFSDavid Howells1-0/+176
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells1-0/+42
2022-01-07cachefiles: Add a couple of tracepoints for logging errorsDavid Howells1-0/+94
2022-01-07cachefiles: Introduce rewritten driverDavid Howells1-0/+49
2022-01-07fscache: Provide a function to resize a cookieDavid Howells1-0/+25
2022-01-07fscache: Implement raw I/O interfaceDavid Howells1-0/+2
2022-01-07fscache: Provide a means to begin an operationDavid Howells1-0/+6
2022-01-07fscache: Implement cookie invalidationDavid Howells1-0/+25
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells1-0/+12
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-0/+4
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-1/+10
2022-01-07fscache: Implement cookie-level access helpersDavid Howells1-0/+29
2022-01-07fscache: Implement volume-level access helpersDavid Howells1-0/+34
2022-01-07fscache: Implement cache-level access helpersDavid Howells1-0/+41
2022-01-07fscache: Implement cookie registrationDavid Howells1-0/+111
2022-01-07fscache: Implement volume registrationDavid Howells1-1/+60
2022-01-07fscache: Implement cache registrationDavid Howells1-0/+43
2022-01-07fscache: Introduce new driverDavid Howells1-0/+49
2022-01-07netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells1-1/+4
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-523/+0
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells1-321/+0
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-11-18sunrpc: fix header include guard in trace headerThiago Rafael Becker1-1/+1
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+22
2021-11-13Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+11
2021-11-11Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-10/+213
2021-11-11Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-68/+619
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells1-10/+11
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-41/+52
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman1-1/+3
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman1-1/+3
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2-7/+34
2021-11-06mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGang Li1-32/+12
2021-11-06mm: mmap_lock: remove redundant newline in TP_printkGang Li1-3/+3
2021-11-02NFS: Move NFS protocol display macros to global headerChuck Lever1-0/+375
2021-11-02NFS: Move generic FS show macros to global headerChuck Lever1-0/+122
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-40/+126
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+15
2021-11-01Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+61
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-38/+36
2021-10-27f2fs: multidevice: support direct IOChao Yu1-5/+16
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+9
2021-10-21SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-0/+1
2021-10-21SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever1-12/+12
2021-10-21SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever4-53/+99