summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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 Howells1-0/+2
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells1-0/+1
2022-01-07fscache: Provide a function to resize a cookieDavid Howells2-0/+22
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 Howells1-0/+74
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 Howells2-0/+60
2022-01-07fscache: Implement cookie invalidationDavid Howells3-0/+36
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells1-1/+81
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-2/+25
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 Howells1-0/+7
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+13
2022-01-07fscache: Implement cookie-level access helpersDavid Howells1-0/+2
2022-01-07fscache: Implement volume-level access helpersDavid Howells1-0/+4
2022-01-07fscache: Implement cookie registrationDavid Howells2-0/+156
2022-01-07fscache: Implement volume registrationDavid Howells1-0/+84
2022-01-07fscache: Implement cache registrationDavid Howells1-0/+34
2022-01-07fscache: Introduce new driverDavid Howells2-1/+7
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells1-1/+2
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2-1396/+3
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-10/+14
2022-01-07ACPI: APD: Add a fmw property clk-nameAjit Kumar Pandey1-0/+1
2022-01-07drivers: acpi: acpi_apd: Remove unused device property "is-rv"Ajit Kumar Pandey1-1/+0
2022-01-07net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-2/+2
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-01-06Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd...Dave Airlie1-0/+1
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2-0/+4
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown1-1/+3
2022-01-06NFS: pass cred explicitly for access testsNeilBrown2-2/+2
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown1-2/+2
2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle)2-65/+0
2022-01-06Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iom...Vlastimil Babka2-68/+3
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller1-1/+1
2022-01-06HID: address kernel-doc warningsLukas Bulwahn1-2/+2
2022-01-06gro: add ability to control gro max packet sizeCoco Li1-0/+11
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+7
2022-01-06bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)1-1/+1
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)1-4/+5
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka1-48/+0
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2-17/+17
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka1-1/+1