1. 5d069db fuse: fix bad inode by Miklos Szeredi · 4 years, 1 month ago
  2. 9d769e6 fuse: support SB_NOSEC flag to improve write performance by Vivek Goyal · 4 years, 3 months ago
  3. 63f9909 fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2 by Vivek Goyal · 4 years, 3 months ago
  4. 6a68d1e fuse: add fuse_sb_destroy() helper by Miklos Szeredi · 4 years, 2 months ago
  5. 514b5e3 fuse: get rid of fuse_mount refcount by Miklos Szeredi · 4 years, 2 months ago
  6. b19d3d0 virtiofs: simplify sb setup by Miklos Szeredi · 4 years, 2 months ago
  7. 6945653 Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 3 months ago
  8. 413daa1 fuse: connection remove fix by Miklos Szeredi · 4 years, 3 months ago
  9. bf109c6 fuse: implement crossmounts by Max Reitz · 4 years, 9 months ago
  10. 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 3 months ago
  11. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 3 months ago
  12. 1866d77 fuse: Allow fuse_fill_super_common() for submounts by Max Reitz · 4 years, 4 months ago
  13. fcee216 fuse: split fuse_mount off of fuse_conn by Max Reitz · 4 years, 8 months ago
  14. 6ae330c virtiofs: serialize truncate/punch_hole and dax fault path by Vivek Goyal · 4 years, 5 months ago
  15. c2d0ad0 virtiofs: implement dax read/write operations by Vivek Goyal · 4 years, 5 months ago
  16. fd1a1dc virtiofs: implement FUSE_INIT map_alignment field by Stefan Hajnoczi · 4 years, 5 months ago
  17. 1dd5395 virtiofs: add a mount option to enable dax by Vivek Goyal · 4 years, 5 months ago
  18. f4fd4ae virtiofs: get rid of no_mount_options by Vivek Goyal · 4 years, 5 months ago
  19. b330966 fuse: reject options on reconfigure via fsconfig(2) by Miklos Szeredi · 4 years, 6 months ago
  20. e8b20a4 fuse: ignore 'data' argument of mount(..., MS_REMOUNT) by Miklos Szeredi · 4 years, 6 months ago
  21. 0189a2d fuse: use ->reconfigure() instead of ->remount_fs() by Miklos Szeredi · 4 years, 6 months ago
  22. 5ddd9ce fuse: update attr_version counter on fuse_notify_inval_inode() by Miklos Szeredi · 4 years, 8 months ago
  23. 7fd3abf virtiofs: do not use fuse_fill_super_common() for device installation by Vivek Goyal · 4 years, 8 months ago
  24. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  25. 2e28c49 fuse: switch to use errorfc() et.al. by Al Viro · 5 years ago
  26. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  27. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  28. cabdb4f fuse: use true,false for bool variable by zhengbin · 5 years ago
  29. 3f22c74 virtio-fs: don't show mount options by Miklos Szeredi · 5 years ago
  30. 8f744bd Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  31. dc69e98 fuse: kmemcg account fs data by Khazhismel Kumykov · 5 years ago
  32. a62a8ef virtio-fs: add virtiofs filesystem by Stefan Hajnoczi · 7 years ago
  33. 15c8e72 fuse: allow skipping control interface and forced unmount by Vivek Goyal · 6 years ago
  34. 783863d fuse: dissociate DESTROY from fuseblk by Miklos Szeredi · 5 years ago
  35. 0cd1eb9a fuse: separate fuse device allocation and installation in fuse_conn by Vivek Goyal · 6 years ago
  36. ae3aad7 fuse: add fuse_iqueue_ops callbacks by Stefan Hajnoczi · 7 years ago
  37. 0cc2656 fuse: extract fuse_fill_super_common() by Stefan Hajnoczi · 7 years ago
  38. 95a84cdb fuse: export fuse_send_init_request() by Vivek Goyal · 6 years ago
  39. f22f812 fuse: fix request limit by Miklos Szeredi · 5 years ago
  40. 615047e fuse: convert init to simple api by Miklos Szeredi · 5 years ago
  41. 1ccd1ea fuse: convert destroy to simple api by Miklos Szeredi · 5 years ago
  42. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  43. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  44. 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  45. c7eb686 vfs: subtype handling moved to fuse by David Howells · 6 years ago
  46. c30da2e fuse: convert to use the new mount API by David Howells · 6 years ago
  47. 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
  48. 9031a69 fuse: clean up fuse_alloc_inode by zhangliguang · 6 years ago
  49. 9baf28b fuse: switch to ->free_inode() by Al Viro · 6 years ago
  50. ad2ba64 fuse: allow filesystems to have precise control over data cache by Kirill Smelkov · 6 years ago
  51. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  52. 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
  53. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  54. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  55. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  56. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  57. c9d8f5f fuse: Protect fi->nlookup with fi->lock by Kirill Tkhai · 6 years ago
  58. f15ecfe fuse: Introduce fi->lock to protect write related fields by Kirill Tkhai · 6 years ago
  59. 4510d86 fuse: Convert fc->attr_version into atomic64_t by Kirill Tkhai · 6 years ago
  60. 8a3177d cuse: fix ioctl by Miklos Szeredi · 6 years ago
  61. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  62. d72f70d fuse: Fix memory leak in fuse_dev_free() by Takeshi Misawa · 6 years ago
  63. 4fc4bb7 fuse: Add bad inode check in fuse_destroy_inode() by Myungho Jung · 6 years ago
  64. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  65. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  66. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  67. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  68. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  69. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  70. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  71. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  72. a64ba10 fuse: convert last timespec use to timespec64 by Arnd Bergmann · 6 years ago
  73. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  74. e8f3bd7 fuse: Fix oops at process_init_reply() by Miklos Szeredi · 6 years ago
  75. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  76. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  77. 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
  78. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  79. 543b8f8 fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 7 years ago
  80. 4ad769f fuse: Allow fully unprivileged mounts by Eric W. Biederman · 7 years ago
  81. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 7 years ago
  82. 0834136 fuse: define the filesystem as untrusted by Mimi Zohar · 7 years ago
  83. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  84. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  85. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  86. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  87. df20698 fs: fuse: account fuse_inode slab memory as reclaimable by Johannes Weiner · 7 years ago
  88. 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
  89. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  90. 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
  91. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  92. 69c8ebf fuseblk: Fix warning in super_setup_bdi_name() by Jan Kara · 8 years ago
  93. a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  94. 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 8 years ago
  95. 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 8 years ago
  96. 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 11 years ago
  97. 095fc40a fuse: convert fuse_conn.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  98. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  99. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  100. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago