1. a2ebba8 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 6 years ago
  2. 9509941 fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  3. 8a3177d cuse: fix ioctl by Miklos Szeredi · 6 years ago
  4. 97e1532e fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  5. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  6. 2e64ff1 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
  7. d72f70d fuse: Fix memory leak in fuse_dev_free() by Takeshi Misawa · 6 years ago
  8. d233c7d fuse: fix revalidation of attributes for permission check by Miklos Szeredi · 6 years ago
  9. a9c2d1e fuse: fix fsync on directory by Miklos Szeredi · 6 years ago
  10. 4fc4bb7 fuse: Add bad inode check in fuse_destroy_inode() by Myungho Jung · 6 years ago
  11. ebacb81 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  12. 2d84a2d fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  13. 7fabaf3 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  14. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  15. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  16. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  17. 9a2eb24 fuse: only invalidate atime in direct read by Miklos Szeredi · 6 years ago
  18. 802dc04 fuse: don't need GETATTR after every READ by Miklos Szeredi · 6 years ago
  19. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  20. e52a825 fuse: realloc page array by Miklos Szeredi · 6 years ago
  21. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  22. 8a7aa28 fuse: allocate page array more efficiently by Miklos Szeredi · 6 years ago
  23. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  24. 261aaba7 fuse: use iversion for readdir cache verification by Miklos Szeredi · 6 years ago
  25. 7118883 fuse: use mtime for readdir cache verification by Miklos Szeredi · 6 years ago
  26. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  27. 5d7bc7e fuse: allow using readdir cache by Miklos Szeredi · 6 years ago
  28. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  29. 18172b1 fuse: extract fuse_emit() helper by Miklos Szeredi · 6 years ago
  30. d123d8e fuse: split out readdir.c by Miklos Szeredi · 6 years ago
  31. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  32. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  33. c59fd85 fuse: change interrupt requests allocation algorithm by Kirill Tkhai · 6 years ago
  34. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  35. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  36. 2b30a53 fuse: add locking to max_background and congestion_threshold changes by Kirill Tkhai · 6 years ago
  37. 2a23f2b fuse: use READ_ONCE on congestion_threshold and max_background by Kirill Tkhai · 6 years ago
  38. e287179 fuse: use list_first_entry() in flush_bg_queue() by Kirill Tkhai · 6 years ago
  39. 88bc7d5 fuse: add support for copy_file_range() by Niels de Vos · 6 years ago
  40. 908a572 fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  41. 4c316f2 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  42. d2d2d4f fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  43. bc78abb fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  44. 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
  45. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  46. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  47. c971e6a kill d_instantiate_no_diralias() by Al Viro · 7 years ago
  48. 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 6 years ago
  49. d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 6 years ago
  50. a64ba10 fuse: convert last timespec use to timespec64 by Arnd Bergmann · 6 years ago
  51. 46fb504 fs: fuse: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  52. 75f3ee4 fuse: simplify fuse_abort_conn() by Miklos Szeredi · 6 years ago
  53. 109728c fuse: Add missed unlock_page() to fuse_readpages_fill() by Kirill Tkhai · 6 years ago
  54. a2477b0 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  55. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  56. e8f3bd7 fuse: Fix oops at process_init_reply() by Miklos Szeredi · 6 years ago
  57. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  58. 45ff350 fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  59. 8711437 fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  60. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago
  61. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
  62. b452a45 getting rid of 'opened' argument of ->atomic_open() - part 2 by Al Viro · 7 years ago
  63. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 7 years ago
  64. 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 7 years ago
  65. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  66. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  67. da315f6 Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  68. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  69. 543b8f8 fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 7 years ago
  70. 6becdb6 fuse: fix control dir setup and teardown by Miklos Szeredi · 7 years ago
  71. 8a301eb fuse: fix congested state leak on aborted connections by Tejun Heo · 7 years ago
  72. 4ad769f fuse: Allow fully unprivileged mounts by Eric W. Biederman · 7 years ago
  73. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 7 years ago
  74. 0834136 fuse: define the filesystem as untrusted by Mimi Zohar · 7 years ago
  75. bf5c189 fuse: honor AT_STATX_FORCE_SYNC by Miklos Szeredi · 7 years ago
  76. ff1b89f fuse: honor AT_STATX_DONT_SYNC by Miklos Szeredi · 7 years ago
  77. 73f03c2 fuse: Restrict allow_other to the superblock's namespace or a descendant by Seth Forshee · 7 years ago
  78. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  79. c9582eb fuse: Fail all requests with invalid uids or gids by Eric W. Biederman · 7 years ago
  80. dbf107b fuse: Remove the buggy retranslation of pids in fuse_dev_do_read by Eric W. Biederman · 7 years ago
  81. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  82. df0e91d fuse: atomic_o_trunc should truncate pagecache by Miklos Szeredi · 7 years ago
  83. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  84. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  85. c71d227 make kernel-side POLL... arch-independent by Al Viro · 7 years ago
  86. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  87. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  88. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  89. df20698 fs: fuse: account fuse_inode slab memory as reclaimable by Johannes Weiner · 7 years ago
  90. c6f92f9 mm: remove cold parameter for release_pages by Mel Gorman · 7 years ago
  91. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  92. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  93. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  94. c6cdd51 fuse: fix READDIRPLUS skipping an entry by Miklos Szeredi · 7 years ago
  95. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  96. 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
  97. e7989f9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  98. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  99. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  100. 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago