1. 766741f Revert "fuse: require /dev/fuse reads to have enough buffer capacity" by Miklos Szeredi · 6 years ago
  2. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  3. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  4. 26eb3ba fuse: extract helper for range writeback by Miklos Szeredi · 6 years ago
  5. a2bc923 fuse: fix copy_file_range() in the writeback case by Miklos Szeredi · 6 years ago
  6. 4a2abf9 fuse: add FUSE_WRITE_KILL_PRIV by Miklos Szeredi · 6 years ago
  7. 35d6fcb fuse: fallocate: fix return with locked inode by Miklos Szeredi · 6 years ago
  8. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  9. 4856118 Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  10. 9031a69 fuse: clean up fuse_alloc_inode by zhangliguang · 6 years ago
  11. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  12. 9baf28b fuse: switch to ->free_inode() by Al Viro · 6 years ago
  13. 6407f44 fuse: Add ioctl flag for x32 compat ioctl by Ian Abbott · 6 years ago
  14. 29cc02d fuse: Convert fusectl to use the new mount API by David Howells · 6 years ago
  15. 154603f fuse: document fuse_fsync_in.fsync_flags by Alan Somers · 6 years ago
  16. bbd84f3 fuse: Add FOPEN_STREAM to use stream_open() by Kirill Smelkov · 6 years ago
  17. d4b1396 fuse: require /dev/fuse reads to have enough buffer capacity by Kirill Smelkov · 6 years ago
  18. 7640682 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  19. ad2ba64 fuse: allow filesystems to have precise control over data cache by Kirill Smelkov · 6 years ago
  20. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  21. 0cbade0 fuse: honor RLIMIT_FSIZE in fuse_file_fallocate by Liu Bo · 6 years ago
  22. 9de5be0 fuse: fix writepages on 32bit by Miklos Szeredi · 6 years ago
  23. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  24. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  25. dfee9c2 Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  26. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  27. fabf7e0 fuse: cache readdir calls if filesystem opts out of opendir by Chad Austin · 6 years ago
  28. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  29. 2f7b6f5 fuse: lift bad inode checks into callers by Miklos Szeredi · 6 years ago
  30. 55752a3a fuse: multiplex cached/direct_io file operations by Miklos Szeredi · 6 years ago
  31. d4136d6 fuse add copy_file_range to direct io fops by Miklos Szeredi · 6 years ago
  32. 3c3db09 fuse: use iov_iter based generic splice helpers by Miklos Szeredi · 6 years ago
  33. 23c94e1 fuse: Switch to using async direct IO for FOPEN_DIRECT_IO by Martin Raiber · 6 years ago
  34. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  35. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  36. 6b67573 fuse: Protect ff->reserved_req via corresponding fi->lock by Kirill Tkhai · 6 years ago
  37. c9d8f5f fuse: Protect fi->nlookup with fi->lock by Kirill Tkhai · 6 years ago
  38. f15ecfe fuse: Introduce fi->lock to protect write related fields by Kirill Tkhai · 6 years ago
  39. 4510d86 fuse: Convert fc->attr_version into atomic64_t by Kirill Tkhai · 6 years ago
  40. ebf84d0 fuse: Add fuse_inode argument to fuse_prepare_release() by Kirill Tkhai · 6 years ago
  41. b782911 fuse: Verify userspace asks to requeue interrupt that we really sent by Kirill Tkhai · 6 years ago
  42. 7407a10 fuse: Do some refactoring in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  43. 5e0fed7 fuse: Wake up req->waitq of only if not background by Kirill Tkhai · 6 years ago
  44. 217316a fuse: Optimize request_end() by not taking fiq->waitq.lock by Kirill Tkhai · 6 years ago
  45. 8da6e91 fuse: Kill fasync only if interrupt is queued in queue_interrupt() by Kirill Tkhai · 6 years ago
  46. 3406175 fuse: Remove stale comment in end_requests() by Kirill Tkhai · 6 years ago
  47. c5de16cc fuse: Replace page without copying in fuse_writepage_in_flight() by Kirill Tkhai · 6 years ago
  48. e2653bd fuse: fix leaked aux requests by Miklos Szeredi · 6 years ago
  49. 419234d fuse: only reuse auxiliary request in fuse_writepage_in_flight() by Miklos Szeredi · 6 years ago
  50. 7f305ca fuse: clean up fuse_writepage_in_flight() by Miklos Szeredi · 6 years ago
  51. 2fe93bd fuse: extract fuse_find_writeback() helper by Miklos Szeredi · 6 years ago
  52. a2ebba8 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 6 years ago
  53. 9509941 fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  54. 8a3177d cuse: fix ioctl by Miklos Szeredi · 6 years ago
  55. 97e1532e fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  56. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  57. 2e64ff1 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
  58. d72f70d fuse: Fix memory leak in fuse_dev_free() by Takeshi Misawa · 6 years ago
  59. d233c7d fuse: fix revalidation of attributes for permission check by Miklos Szeredi · 6 years ago
  60. a9c2d1e fuse: fix fsync on directory by Miklos Szeredi · 6 years ago
  61. 4fc4bb7 fuse: Add bad inode check in fuse_destroy_inode() by Myungho Jung · 6 years ago
  62. ebacb81 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  63. 2d84a2d fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  64. 7fabaf3 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  65. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  66. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  67. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  68. 9a2eb24 fuse: only invalidate atime in direct read by Miklos Szeredi · 6 years ago
  69. 802dc04 fuse: don't need GETATTR after every READ by Miklos Szeredi · 6 years ago
  70. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  71. e52a8250 fuse: realloc page array by Miklos Szeredi · 6 years ago
  72. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  73. 8a7aa28 fuse: allocate page array more efficiently by Miklos Szeredi · 6 years ago
  74. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  75. 261aaba7 fuse: use iversion for readdir cache verification by Miklos Szeredi · 6 years ago
  76. 7118883 fuse: use mtime for readdir cache verification by Miklos Szeredi · 6 years ago
  77. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  78. 5d7bc7e fuse: allow using readdir cache by Miklos Szeredi · 6 years ago
  79. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  80. 18172b1 fuse: extract fuse_emit() helper by Miklos Szeredi · 6 years ago
  81. d123d8e fuse: split out readdir.c by Miklos Szeredi · 6 years ago
  82. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  83. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  84. c59fd85 fuse: change interrupt requests allocation algorithm by Kirill Tkhai · 6 years ago
  85. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  86. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  87. 2b30a53 fuse: add locking to max_background and congestion_threshold changes by Kirill Tkhai · 6 years ago
  88. 2a23f2b fuse: use READ_ONCE on congestion_threshold and max_background by Kirill Tkhai · 6 years ago
  89. e287179 fuse: use list_first_entry() in flush_bg_queue() by Kirill Tkhai · 6 years ago
  90. 88bc7d5 fuse: add support for copy_file_range() by Niels de Vos · 6 years ago
  91. 908a572 fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  92. 4c316f2 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  93. d2d2d4f fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  94. bc78abb fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  95. ad1d697 Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  96. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  97. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  98. c971e6a kill d_instantiate_no_diralias() by Al Viro · 7 years ago
  99. 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 7 years ago
  100. d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 7 years ago