summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-11fscache: Add a tracepoint for cookie use/unuseDavid Howells
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells
2022-01-07cachefiles: Implement the I/O routinesDavid Howells
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells
2022-01-07cachefiles: Add tracepoints for calls to the VFSDavid Howells
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells
2022-01-07cachefiles: Add a couple of tracepoints for logging errorsDavid Howells
2022-01-07cachefiles: Introduce rewritten driverDavid Howells
2022-01-07fscache: Provide a function to resize a cookieDavid Howells
2022-01-07fscache: Provide a function to note the release of a pageDavid Howells
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells
2022-01-07fscache: Implement raw I/O interfaceDavid Howells
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells
2022-01-07fscache: Provide a function to let the netfs update its coherency dataDavid Howells
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells
2022-01-07fscache: Count data storage objects in a cacheDavid Howells
2022-01-07fscache: Provide a means to begin an operationDavid Howells
2022-01-07fscache: Implement cookie invalidationDavid Howells
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells
2022-01-07fscache: Implement simple cookie state machineDavid Howells
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells
2022-01-07fscache: Implement cookie-level access helpersDavid Howells
2022-01-07fscache: Implement volume-level access helpersDavid Howells
2022-01-07fscache: Implement cache-level access helpersDavid Howells
2022-01-07fscache: Implement cookie registrationDavid Howells
2022-01-07fscache: Implement volume registrationDavid Howells
2022-01-07fscache: Implement cache registrationDavid Howells
2022-01-07fscache: Introduce new driverDavid Howells
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells
2022-01-07netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-02Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-12-03Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-02Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker
2021-12-02Fix Comment of ETH_P_802_3_MINXiayu Zhang
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet