aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2-0/+121
2022-01-07KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse1-6/+0
2022-01-07Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+1
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-2/+3
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells1-0/+3
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-0/+6
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells2-2/+42
2022-01-07cachefiles: Implement the I/O routinesDavid Howells1-0/+121
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 Howells2-0/+43
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-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-2/+2
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
2022-01-06clk: mediatek: add mt7986 clock IDsSam Shih1-0/+169
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-12/+27
2022-01-06ACPI: APD: Add a fmw property clk-nameAjit Kumar Pandey1-0/+1
2022-01-06drivers: acpi: acpi_apd: Remove unused device property "is-rv"Ajit Kumar Pandey1-1/+0
2022-01-06dt-bindings: clk/ingenic: Add MDMA and BDMA clocksPaul Cercueil2-0/+3
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+1
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-2/+2