1. ab5595b fuse: fix pipe buffer lifetime for direct_io by Miklos Szeredi · 2 years, 10 months ago
  2. 9668cf9 fuse: Pass correct lend value to filemap_write_and_wait_range() by Xie Yongji · 3 years, 2 months ago
  3. 5fd7d62 fuse: annotate lock in fuse_reverse_inval_entry() by Miklos Szeredi · 3 years, 3 months ago
  4. c31470a fuse: make sure reclaim doesn't write the inode by Miklos Szeredi · 3 years, 3 months ago
  5. 8f4d071 fuse: release pipe buf after last use by Miklos Szeredi · 3 years, 2 months ago
  6. b05eea1 fuse: fix page stealing by Miklos Szeredi · 3 years, 2 months ago
  7. b7d4f31 fuse: fix use after free in fuse_read_interrupt() by Miklos Szeredi · 3 years, 5 months ago
  8. 1319689 fuse: flush extending writes by Miklos Szeredi · 3 years, 5 months ago
  9. 8018100 fuse: truncate pagecache on atomic_o_trunc by Miklos Szeredi · 3 years, 5 months ago
  10. ad5e13f fuse: fix illegal access to inode with reused nodeid by Amir Goldstein · 3 years, 7 months ago
  11. 40ba433 new helper: inode_wrong_type() by Al Viro · 3 years, 11 months ago
  12. 4eab2e2 fuse: reject internal errno by Miklos Szeredi · 3 years, 7 months ago
  13. bb7ee90 fuse: check connected before queueing on fpq->io by Miklos Szeredi · 3 years, 7 months ago
  14. 912e985 fuse: ignore PG_workingset after stealing by Miklos Szeredi · 3 years, 7 months ago
  15. 576b44c fuse: Fix infinite loop in sget_fc() by Greg Kurz · 3 years, 8 months ago
  16. ae6ab39 fuse: Fix crash if superblock of submount gets killed early by Greg Kurz · 3 years, 8 months ago
  17. 91c2aa2 fuse: Fix crash in fuse_dentry_automount() error path by Greg Kurz · 3 years, 8 months ago
  18. 2bfc47d cuse: prevent clone by Miklos Szeredi · 3 years, 9 months ago
  19. 2c20c7d virtiofs: fix userns by Miklos Szeredi · 3 years, 9 months ago
  20. 87fe0ca fuse: invalidate attrs when page writeback completes by Vivek Goyal · 3 years, 9 months ago
  21. 1c525c2 fuse: fix write deadlock by Vivek Goyal · 4 years, 3 months ago
  22. d19555f virtiofs: fix memory leak in virtio_fs_probe() by Luis Henriques · 3 years, 10 months ago
  23. 1bfb046 virtiofs: Fail dax mount if device does not support it by Vivek Goyal · 4 years ago
  24. d955f13 fuse: fix live lock in fuse_iget() by Amir Goldstein · 3 years, 11 months ago
  25. 36cf9ae fuse: fix bad inode by Miklos Szeredi · 4 years, 1 month ago
  26. 941327d virtiofs fix leak in setup by Miklos Szeredi · 4 years, 2 months ago
  27. 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
  28. 42d3e2d virtiofs: calculate number of scatter-gather elements accurately by Vivek Goyal · 4 years, 3 months ago
  29. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  30. 413daa1 fuse: connection remove fix by Miklos Szeredi · 4 years, 3 months ago
  31. bf109c6 fuse: implement crossmounts by Max Reitz · 4 years, 9 months ago
  32. 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 4 months ago
  33. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
  34. 1866d77 fuse: Allow fuse_fill_super_common() for submounts by Max Reitz · 4 years, 4 months ago
  35. fcee216 fuse: split fuse_mount off of fuse_conn by Max Reitz · 4 years, 8 months ago
  36. 8f622e9 fuse: drop fuse_conn parameter where possible by Max Reitz · 4 years, 9 months ago
  37. 24754db fuse: store fuse_conn in fuse_req by Max Reitz · 4 years, 9 months ago
  38. d78092e fuse: fix page dereference after free by Miklos Szeredi · 4 years, 4 months ago
  39. 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 4 months ago
  40. 9a752d1 virtiofs: add logic to free up a memory range by Vivek Goyal · 4 years, 5 months ago
  41. d0cfb9d virtiofs: maintain a list of busy elements by Vivek Goyal · 4 years, 5 months ago
  42. 6ae330c virtiofs: serialize truncate/punch_hole and dax fault path by Vivek Goyal · 4 years, 5 months ago
  43. 9483e7d virtiofs: define dax address space operations by Vivek Goyal · 4 years, 5 months ago
  44. 2a9a609 virtiofs: add DAX mmap support by Stefan Hajnoczi · 4 years, 5 months ago
  45. c2d0ad0 virtiofs: implement dax read/write operations by Vivek Goyal · 4 years, 5 months ago
  46. fd1a1dc virtiofs: implement FUSE_INIT map_alignment field by Stefan Hajnoczi · 4 years, 5 months ago
  47. 45f2348 virtiofs: keep a list of free dax memory ranges by Vivek Goyal · 4 years, 5 months ago
  48. 1dd5395 virtiofs: add a mount option to enable dax by Vivek Goyal · 4 years, 5 months ago
  49. 22f3787 virtiofs: set up virtio_fs dax_device by Stefan Hajnoczi · 4 years, 5 months ago
  50. f4fd4ae virtiofs: get rid of no_mount_options by Vivek Goyal · 4 years, 5 months ago
  51. b43b7e8 virtiofs: provide a helper function for virtqueue initialization by Vivek Goyal · 4 years, 5 months ago
  52. c1b0c62 fuse: update project homepage by André Almeida · 4 years, 6 months ago
  53. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
  54. 2c0349e virtio_fs: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
  55. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  56. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  57. 31070f6 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS by Chirantan Ekbote · 4 years, 6 months ago
  58. 7779b04 fuse: don't ignore errors from fuse_writepages_fill() by Vasily Averin · 4 years, 7 months ago
  59. 6ddf3af fuse: clean up condition for writepage sending by Miklos Szeredi · 4 years, 6 months ago
  60. b330966 fuse: reject options on reconfigure via fsconfig(2) by Miklos Szeredi · 4 years, 6 months ago
  61. e8b20a4 fuse: ignore 'data' argument of mount(..., MS_REMOUNT) by Miklos Szeredi · 4 years, 6 months ago
  62. 0189a2d fuse: use ->reconfigure() instead of ->remount_fs() by Miklos Szeredi · 4 years, 6 months ago
  63. c146024 fuse: fix warning in tree_insert() and clean up writepage insertion by Miklos Szeredi · 4 years, 6 months ago
  64. 69a6487 fuse: move rb_erase() before tree_insert() by Miklos Szeredi · 4 years, 6 months ago
  65. 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
  66. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  67. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 8 months ago
  68. ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  69. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  70. 76a0294 fuse: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  71. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 8 months ago
  72. 9b46418 fuse: copy_file_range should truncate cache by Miklos Szeredi · 4 years, 8 months ago
  73. 2c4656d fuse: fix copy_file_range cache issues by Miklos Szeredi · 4 years, 8 months ago
  74. 6b2fb79 fuse: optimize writepages search by Maxim Patlasov · 5 years ago
  75. 5ddd9ce fuse: update attr_version counter on fuse_notify_inval_inode() by Miklos Szeredi · 4 years, 8 months ago
  76. 32f9887 fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 8 months ago
  77. a5005c3 fuse: fix weird page warning by Miklos Szeredi · 4 years, 8 months ago
  78. 0058938 fuse: use dump_page by Miklos Szeredi · 4 years, 8 months ago
  79. 7fd3abf virtiofs: do not use fuse_fill_super_common() for device installation by Vivek Goyal · 4 years, 9 months ago
  80. 5157da2 fuse: always allow query of st_dev by Miklos Szeredi · 4 years, 8 months ago
  81. 614c026 fuse: always flush dirty data on close(2) by Miklos Szeredi · 4 years, 8 months ago
  82. cf576c5 fuse: invalidate inode attr in writeback cache mode by Eryu Guan · 4 years, 8 months ago
  83. 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
  84. 75d8925 fuse: Update stale comment in queue_interrupt() by Kirill Tkhai · 4 years, 11 months ago
  85. 0e9fb6f fuse: BUG_ON correction in fuse_dev_splice_write() by Vasily Averin · 5 years ago
  86. bb737bb virtiofs: schedule blocking async replies in separate worker by Vivek Goyal · 4 years, 9 months ago
  87. 3e8cb8b fuse: fix stack use after return by Miklos Szeredi · 5 years ago
  88. 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
  89. 2e28c49 fuse: switch to use errorfc() et.al. by Al Viro · 5 years ago
  90. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  91. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  92. cabdb4f fuse: use true,false for bool variable by zhengbin · 5 years ago
  93. 519525f fuse: Support RENAME_WHITEOUT flag by Vivek Goyal · 5 years ago
  94. 2f13982 fuse: don't overflow LLONG_MAX with end offset by Miklos Szeredi · 5 years ago
  95. f658ade fix up iter on short count in fuse_direct_io() by Miklos Szeredi · 5 years ago
  96. 7df1e98 fuse: fix fuse_send_readpages() in the syncronous read case by Miklos Szeredi · 5 years ago
  97. 76f6777 pipe: Fix iteration end check in fuse_dev_splice_write() by David Howells · 5 years ago
  98. 7ce4fab Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  99. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  100. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago