1. 1f92564 fscache, cachefiles: remove redundant variable 'cache' by Colin Ian King · 6 years ago
  2. d8bf97a cachefiles: Explicitly cast enumerated type in put_object by Nathan Chancellor · 6 years ago
  3. eee2269 cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active by Kiran Kumar Modukuri · 6 years ago
  4. 5132f91 cachefiles: Fix an assertion failure when trying to update a failed object by David Howells · 6 years ago
  5. 169b803 cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) by Al Viro · 6 years ago
  6. c2412ac cachefiles: Wait rather than BUG'ing on "Unexpected object collision" by Kiran Kumar Modukuri · 6 years ago
  7. 5ce83d4 cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag by Kiran Kumar Modukuri · 6 years ago
  8. f29507c fscache: Fix reference overput in fscache_attach_object() error handling by Kiran Kumar Modukuri · 6 years ago
  9. 934140a cachefiles: Fix refcounting bug in backing-file read monitoring by Kiran Kumar Modukuri · 7 years ago
  10. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. 9c3e902 cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 6 years ago
  12. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  13. ee1235a fscache: Pass object size in rather than calling back for it by David Howells · 6 years ago
  14. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 6 years ago
  15. a18feb5 fscache: Add tracepoints by David Howells · 6 years ago
  16. bfa3837 fscache, cachefiles: Fix checker warnings by David Howells · 6 years ago
  17. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  18. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  19. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  20. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  23. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 7 years ago
  24. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 7 years ago
  25. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  26. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 7 years ago
  27. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  30. a818101 cachefiles: Fix attempt to read i_blocks after deleting file [ver #2] by David Howells · 8 years ago
  31. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  32. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  33. db20a89 cachefiles: Fix race between inactivating and culling a cache object by David Howells · 8 years ago
  34. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 8 years ago
  35. 480ce08 FS-Cache: make check_consistency callback return int by Yan, Zheng · 8 years ago
  36. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  38. a5b3a80 CacheFiles: Provide read-and-reset release counters for cachefilesd by David Howells · 8 years ago
  39. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  40. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  41. cf89752 FS-Cache: Add missing initialization of ret in cachefiles_write_page() by Geert Uytterhoeven · 9 years ago
  42. 102f4d9 FS-Cache: Handle a write to the page immediately beyond the EOF marker by David Howells · 9 years ago
  43. 95201a4 cachefiles: perform test on s_blocksize when opening cache file. by NeilBrown · 9 years ago
  44. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  45. 8ea3a7c Merge branch 'fscache-fixes' into for-next by Al Viro · 9 years ago
  46. 466b77b VFS: fs/cachefiles: d_backing_inode() annotations by David Howells · 9 years ago
  47. 5153bc8 VFS: Cachefiles should perform fs modifications on the top layer only by David Howells · 9 years ago
  48. 182d919 FS-Cache: Count culled objects and objects rejected due to lack of space by David Howells · 9 years ago
  49. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  50. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  51. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  52. 1b5a5f5 Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
  53. a30efe2 CacheFiles: Fix incorrect test for in-memory object collision by David Howells · 10 years ago
  54. 2ec3a12 cachefiles_write_page(): switch to __kernel_write() by Al Viro · 10 years ago
  55. a3b7c00 CacheFiles: Handle object being killed before being set up by David Howells · 10 years ago
  56. 6ff66ac fs/cachefiles: add missing \n to kerror conversions by Fabian Frederick · 10 years ago
  57. e2cf1f1 CacheFiles: Handle rename2 by David Howells · 10 years ago
  58. 696382f cachefiles: remove two unused pagevecs. by NeilBrown · 10 years ago
  59. 0227d6ab fs/cachefiles: replace kerror by pr_err by Fabian Frederick · 10 years ago
  60. 4e1eb88 FS/CACHEFILES: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  61. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  62. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  63. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 10 years ago
  64. 627bf81 get rid of pointless checks for NULL ->i_op by Al Viro · 10 years ago
  65. 0b3974e security: add flags to rename hooks by Miklos Szeredi · 10 years ago
  66. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  67. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  68. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  69. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  70. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  71. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  72. 509bf24 CacheFiles: Don't try to dump the index key if the cookie has been cleared by David Howells · 11 years ago
  73. 607566a CacheFiles: Fix memory leak in cachefiles_check_auxdata error paths by Josh Boyer · 11 years ago
  74. 5002d7b CacheFiles: Implement interface to check cache consistency by David Howells · 11 years ago
  75. a0b8cab3 mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API by Mel Gorman · 11 years ago
  76. 2144bc7 cachefiles: remove unused macro list_to_page() by Haicheng Li · 11 years ago
  77. 1362729 FS-Cache: Simplify cookie retention for fscache_objects, fixing oops by David Howells · 11 years ago
  78. caaef69 FS-Cache: Fix object state machine to have separate work and wait states by David Howells · 11 years ago
  79. 493f7bc FS-Cache: Wrap checks on object state by David Howells · 11 years ago
  80. 6bd5e82 CacheFiles: name i_mutex lock class explicitly by J. Bruce Fields · 11 years ago
  81. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  82. 1f372df FS-Cache: Mark cancellation of in-progress operation by David Howells · 12 years ago
  83. c2d35bf FS-Cache: Don't mask off the object event mask when printing it by David Howells · 12 years ago
  84. b4cf1e0 CacheFiles: Add missing retrieval completions by David Howells · 12 years ago
  85. 9dc8d9b CacheFiles: Implement invalidation by David Howells · 12 years ago
  86. 9f10523 FS-Cache: Fix operation state management and accounting by David Howells · 12 years ago
  87. 37491a1 CacheFiles: Make some debugging statements conditional by David Howells · 12 years ago
  88. 5f4f9f4 CacheFiles: Downgrade the requirements passed to the allocator by David Howells · 12 years ago
  89. c4d6d8d CacheFiles: Fix the marking of cached pages by David Howells · 12 years ago
  90. 98c350c fs: cachefiles: add support for large files in filesystem caching by Justin Lecher · 12 years ago
  91. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  92. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  93. 68ac123 switch touch_atime to struct path by Al Viro · 12 years ago
  94. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  95. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  96. fb408e6 get rid of pointless checks for dentry->sb == NULL by Al Viro · 13 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  98. 8214044 CacheFiles: Add calls to path-based security hooks by David Howells · 14 years ago
  99. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  100. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago