summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-125-91/+49
|\
| * dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-182-10/+3
| * dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-6/+2
| * dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig2021-12-181-10/+2
| * uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig2021-12-181-19/+1
| * memremap: remove support for external pgmap refcountsChristoph Hellwig2021-12-041-15/+3
| * dax: fix up some of the block device related ifdefsChristoph Hellwig2021-12-041-17/+16
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-2/+4
| * iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-041-0/+5
| * fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-1/+6
| * fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-1/+0
| * dax: remove dax_capableChristoph Hellwig2021-12-041-14/+0
| * dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-4/+15
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1210-1549/+1290
|\ \
| * | fscache: Add a tracepoint for cookie use/unuseDavid Howells2022-01-111-0/+44
| * | nfs: Implement cache I/O by accessing the cache directlyDavid Howells2022-01-101-0/+28
| * | nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-102-8/+2
| * | fscache, cachefiles: Display stat of culling eventsDavid Howells2022-01-071-0/+3
| * | fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-0/+6
| * | fscache, cachefiles: Store the volume coherency dataDavid Howells2022-01-072-2/+42
| * | cachefiles: Implement the I/O routinesDavid Howells2022-01-071-0/+121
| * | cachefiles: Implement begin and end I/O operationDavid Howells2022-01-071-0/+2
| * | cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells2022-01-071-0/+56
| * | cachefiles: Implement object lifecycle funcsDavid Howells2022-01-072-0/+62
| * | cachefiles: Add tracepoints for calls to the VFSDavid Howells2022-01-071-0/+176
| * | vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-072-0/+43
| * | cachefiles: Add a couple of tracepoints for logging errorsDavid Howells2022-01-071-0/+94
| * | cachefiles: Introduce rewritten driverDavid Howells2022-01-071-0/+49
| * | fscache: Provide a function to resize a cookieDavid Howells2022-01-073-0/+47
| * | fscache: Provide a function to note the release of a pageDavid Howells2022-01-071-0/+16
| * | vfs, fscache: Implement pinning of cache usage for writebackDavid Howells2022-01-073-0/+45
| * | fscache: Implement higher-level write I/O interfaceDavid Howells2022-01-071-0/+63
| * | fscache: Implement raw I/O interfaceDavid Howells2022-01-072-0/+76
| * | netfs: Pass more information on how to deal with a hole in the cacheDavid Howells2022-01-071-1/+10
| * | fscache: Provide a function to let the netfs update its coherency dataDavid Howells2022-01-071-0/+22
| * | fscache: Provide read/write stat counters for the cacheDavid Howells2022-01-071-0/+10
| * | fscache: Count data storage objects in a cacheDavid Howells2022-01-071-0/+39
| * | fscache: Provide a means to begin an operationDavid Howells2022-01-073-0/+66
| * | fscache: Implement cookie invalidationDavid Howells2022-01-074-0/+61
| * | fscache: Implement cookie user counting and resource pinningDavid Howells2022-01-072-1/+93
| * | fscache: Implement simple cookie state machineDavid Howells2022-01-072-2/+29
| * | fscache: Add a function for a cache backend to note an I/O errorDavid Howells2022-01-071-0/+2
| * | fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells2022-01-072-1/+17
| * | fscache: Implement functions add/remove a cacheDavid Howells2022-01-071-0/+13
| * | fscache: Implement cookie-level access helpersDavid Howells2022-01-072-0/+31
| * | fscache: Implement volume-level access helpersDavid Howells2022-01-072-0/+38
| * | fscache: Implement cache-level access helpersDavid Howells2022-01-071-0/+41
| * | fscache: Implement cookie registrationDavid Howells2022-01-073-0/+267
| * | fscache: Implement volume registrationDavid Howells2022-01-072-1/+144
| * | fscache: Implement cache registrationDavid Howells2022-01-072-0/+77