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