summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Howells3-0/+47
2022-01-07fscache: Provide a function to note the release of a pageDavid Howells1-0/+16
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells3-0/+45
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells1-0/+63
2022-01-07fscache: Implement raw I/O interfaceDavid Howells2-0/+76
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells1-1/+10
2022-01-07fscache: Provide a function to let the netfs update its coherency dataDavid Howells1-0/+22
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells1-0/+10
2022-01-07fscache: Count data storage objects in a cacheDavid Howells1-0/+39
2022-01-07fscache: Provide a means to begin an operationDavid Howells3-0/+66
2022-01-07fscache: Implement cookie invalidationDavid Howells4-0/+61
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells2-1/+93
2022-01-07fscache: Implement simple cookie state machineDavid Howells2-2/+29
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+2
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells2-1/+17
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+13
2022-01-07fscache: Implement cookie-level access helpersDavid Howells2-0/+31
2022-01-07fscache: Implement volume-level access helpersDavid Howells2-0/+38
2022-01-07fscache: Implement cache-level access helpersDavid Howells1-0/+41
2022-01-07fscache: Implement cookie registrationDavid Howells3-0/+267
2022-01-07fscache: Implement volume registrationDavid Howells2-1/+144
2022-01-07fscache: Implement cache registrationDavid Howells2-0/+77
2022-01-07fscache: Introduce new driverDavid Howells3-1/+56
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells1-1/+2
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 Howells3-1919/+3
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells1-321/+0
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2021-12-03Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+7
2021-12-02Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+7
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-29/+62
2021-12-02Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker1-2/+3
2021-12-02Fix Comment of ETH_P_802_3_MINXiayu Zhang1-1/+1
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2-2/+2
2021-12-02net: avoid uninit-value from tcp_conn_requestEric Dumazet2-3/+16
2021-12-02net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-6/+13
2021-12-02kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+2
2021-12-01Merge tag 'sound-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2021-12-01net/mlx5: Fix access to a non-supported registerAya Levin1-1/+4
2021-11-30siphash: use _unaligned version by defaultArnd Bergmann1-10/+4
2021-11-30wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+11
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-1/+3
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni1-5/+8
2021-11-29drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh1-0/+7
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+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-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-3/+9