1. b6394d6 Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 months ago
  2. 64e64e6 netfs, cachefiles: Implement helpers for new write code by David Howells · 11 months ago
  3. 7ba167c netfs: Switch to using unsigned long long rather than loff_t by David Howells · 11 months ago
  4. af58dc1 kernel_file_open(): get rid of inode argument by Al Viro · 1 year, 1 month ago
  5. e21a2f1 cachefiles: fix memory leak in cachefiles_add_cache() by Baokun Li · 1 year ago
  6. c3d6569 cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode by David Howells · 1 year, 1 month ago
  7. 16df6e0 Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 1 month ago
  8. bf4e708 Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 1 year, 1 month ago
  9. a05aea9 Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 1 month ago
  10. 3d1d4aa cachefiles: Fix signed/unsigned mixup by David Howells · 1 year, 1 month ago
  11. 2645840 Merge tag 'vfs-6.8.cachefiles' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 1 month ago
  12. 92a714d netfs: Fix interaction between write-streaming and cachefiles culling by David Howells · 1 year, 2 months ago
  13. 7097c964 cachefiles: Fix __cachefiles_prepare_write() by David Howells · 1 year, 2 months ago
  14. e640fc5b cachefiles: Remove the now superfluous sentinel element from ctl_table array by Joel Granados · 1 year, 3 months ago
  15. e0ace6c netfs, cachefiles: Pass upper bound length to allow expansion by David Howells · 1 year, 3 months ago
  16. 915cd30 netfs, fscache: Combine fscache with netfs by David Howells · 1 year, 3 months ago
  17. e73fa11a cachefiles: add restore command to recover inflight ondemand read requests by Jia Zhu · 1 year, 3 months ago
  18. b817e22 cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode by Jia Zhu · 1 year, 3 months ago
  19. 0a7e54c cachefiles: resend an open request if the read request's object is closed by Jia Zhu · 1 year, 3 months ago
  20. 3c5ecfe cachefiles: extract ondemand info field from cachefiles_object by Jia Zhu · 1 year, 3 months ago
  21. 357a18d cachefiles: introduce object ondemand state by Jia Zhu · 1 year, 3 months ago
  22. a8b0026 rename(): avoid a deadlock in the case of parents having no common ancestor by Al Viro · 1 year, 3 months ago
  23. 6ae6543 fs: move kiocb_start_write() into vfs_iocb_iter_write() by Amir Goldstein · 1 year, 3 months ago
  24. b96a3e9 Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 6 months ago
  25. e6fa4c7 cachefiles: use kiocb_{start,end}_write() helpers by Amir Goldstein · 1 year, 6 months ago
  26. b4fa966 mm, netfs, fscache: stop read optimisation when folio removed from pagecache by David Howells · 1 year, 8 months ago
  27. 1f2300a7 Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 8 months ago
  28. cbb0b9d fs: use a helper for opening kernel internal files by Amir Goldstein · 1 year, 8 months ago
  29. d56e0dd fs: rename {vfs,kernel}_tmpfile_open() by Amir Goldstein · 1 year, 8 months ago
  30. 79aa284 cachefiles: Allow the cache to be non-root by David Howells · 1 year, 9 months ago
  31. 3d379b8 fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctls by Luis Chamberlain · 2 years ago
  32. 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
  33. abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 1 month ago
  34. 8669247 fscache,cachefiles: add prepare_ondemand_read() callback by Jingbo Xu · 2 years, 3 months ago
  35. 24a8175 cachefiles: use vfs_tmpfile_open() helper by Miklos Szeredi · 2 years, 5 months ago
  36. 08d7a6f cachefiles: only pass inode to *mark_inode_inuse() helpers by Miklos Szeredi · 2 years, 5 months ago
  37. 38017d4 cachefiles: tmpfile error handling cleanup by Miklos Szeredi · 2 years, 5 months ago
  38. 1122f40 cachefiles: make on-demand request distribution fairer by Xin Yin · 2 years, 6 months ago
  39. c93ccd6 cachefiles: fix error return code in cachefiles_ondemand_copen() by Sun Ke · 2 years, 6 months ago
  40. 65aa5f6 cachefiles: narrow the scope of flushed requests when releasing fd by Jia Zhu · 2 years, 9 months ago
  41. 1519670 cachefiles: add tracepoints for on-demand read mode by Jeffle Xu · 2 years, 10 months ago
  42. 4e4f178 cachefiles: enable on-demand read mode by Jeffle Xu · 2 years, 10 months ago
  43. 9032b6e cachefiles: implement on-demand read by Jeffle Xu · 2 years, 10 months ago
  44. 324b954 cachefiles: notify the user daemon when withdrawing cookie by Jeffle Xu · 2 years, 10 months ago
  45. d11b0b0 cachefiles: unbind cachefiles gracefully in on-demand mode by Jeffle Xu · 2 years, 10 months ago
  46. c838305 cachefiles: notify the user daemon when looking up cookie by Jeffle Xu · 2 years, 10 months ago
  47. a06fac15 cachefiles: extract write routine by Jeffle Xu · 2 years, 10 months ago
  48. 7b2f6c30 cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr by Dave Wysochanski · 2 years, 11 months ago
  49. ea5dc04 cachefiles: unmark inode in use in error path by Jeffle Xu · 2 years, 11 months ago
  50. f008b1d Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 2 years, 11 months ago
  51. 561593a Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 11 months ago
  52. f18a378 netfs: Finish off rename of netfs_read_request to netfs_io_request by David Howells · 3 years ago
  53. 6a19114 netfs: Rename netfs_read_*request to netfs_io_*request by David Howells · 3 years ago
  54. 413a4a6 cachefiles: Fix volume coherency attribute by David Howells · 3 years ago
  55. 41d36a9 fs: remove kiocb.ki_hint by Christoph Hellwig · 3 years ago
  56. b08968f cachefiles: Fix incorrect length to fallocate() by David Howells · 3 years ago
  57. bee9f65 netfs, cachefiles: Add a method to query presence of data in the cache by David Howells · 3 years, 1 month ago
  58. 6633213 cachefiles: Check that the backing filesystem supports tmpfiles by David Howells · 3 years, 1 month ago
  59. 14b9d09 cachefiles: Explain checks in a comment by David Howells · 3 years, 1 month ago
  60. b64a331 cachefiles: Trace active-mark failure by David Howells · 3 years, 1 month ago
  61. 8c39b8b cachefiles: Make some tracepoint adjustments by David Howells · 3 years, 1 month ago
  62. c7ca731 cachefiles: set default tag name if it's unspecified by Jeffle Xu · 3 years, 1 month ago
  63. 5638b06 cachefiles: Calculate the blockshift in terms of bytes, not pages by David Howells · 3 years, 1 month ago
  64. 8834147 Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 1 month ago
  65. 9f08ebc fscache, cachefiles: Display stat of culling events by David Howells · 3 years, 4 months ago
  66. 3929eca fscache, cachefiles: Display stats of no-space events by David Howells · 3 years, 4 months ago
  67. ecd1a5f cachefiles: Allow cachefiles to actually function by David Howells · 3 years, 3 months ago
  68. 32e1500 fscache, cachefiles: Store the volume coherency data by David Howells · 3 years, 2 months ago
  69. 047487c cachefiles: Implement the I/O routines by David Howells · 3 years, 4 months ago
  70. 7623ed6 cachefiles: Implement cookie resize for truncate by David Howells · 3 years, 4 months ago
  71. 287fd61 cachefiles: Implement begin and end I/O operation by David Howells · 3 years, 4 months ago
  72. 1f08c92 cachefiles: Implement backing file wrangling by David Howells · 3 years, 4 months ago
  73. 07a90e9 cachefiles: Implement culling daemon commands by David Howells · 3 years, 4 months ago
  74. 169379e cachefiles: Mark a backing file in use with an inode flag by David Howells · 3 years, 3 months ago
  75. 72b9578 cachefiles: Implement metadata/coherency data storage in xattrs by David Howells · 3 years, 3 months ago
  76. 5d43946 cachefiles: Implement key to filename encoding by David Howells · 3 years, 3 months ago
  77. df98e87 cachefiles: Implement object lifecycle funcs by David Howells · 3 years, 3 months ago
  78. fe2140e cachefiles: Implement volume support by David Howells · 3 years, 4 months ago
  79. d1065b0 cachefiles: Implement cache registration and withdrawal by David Howells · 3 years, 3 months ago
  80. 32759f7 cachefiles: Implement a function to get/create a directory in the cache by David Howells · 3 years, 4 months ago
  81. 1bd9c4e vfs, cachefiles: Mark a backing file in use with an inode flag by David Howells · 3 years, 3 months ago
  82. 80f94f2 cachefiles: Provide a function to check how much space there is by David Howells · 3 years, 4 months ago
  83. 8667d43 cachefiles: Register a miscdev and parse commands over it by David Howells · 3 years, 3 months ago
  84. 254947d cachefiles: Add security derivation by David Howells · 3 years, 3 months ago
  85. 1493bf7 cachefiles: Add cache error reporting macro by David Howells · 3 years, 4 months ago
  86. ecf5a6c cachefiles: Add a couple of tracepoints for logging errors by David Howells · 3 years, 4 months ago
  87. a70f652 cachefiles: Add some error injection support by David Howells · 3 years, 4 months ago
  88. 8390fbc cachefiles: Define structs by David Howells · 3 years, 3 months ago
  89. 77443f6 cachefiles: Introduce rewritten driver by David Howells · 3 years, 3 months ago
  90. 850cba0 cachefiles: Delete the cachefiles driver pending rewrite by David Howells · 3 years, 4 months ago
  91. bb49e9e fs: add is_idmapped_mnt() helper by Christian Brauner · 3 years, 3 months ago
  92. b6773cd Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  93. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 4 months ago
  94. df4d4f12 mm/filemap: Convert page wait queues to be folios by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  95. 8beabdd cachefiles: Change %p in format strings to something else by David Howells · 4 years, 4 months ago
  96. 6ae9bd8 fscache, cachefiles: Remove the histogram stuff by David Howells · 3 years, 9 months ago
  97. 1859819 cachefiles: Use file_inode() rather than accessing ->f_inode by David Howells · 3 years, 9 months ago
  98. a7e20e3 netfs: Move cookie debug ID to struct netfs_cache_resources by David Howells · 3 years, 9 months ago
  99. 26aaeff fscache, cachefiles: Add alternate API to use kiocb for read/write to cache by David Howells · 4 years ago
  100. 8a9d2e1 Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years ago