1. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  2. 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 3 months ago
  3. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 3 months ago
  4. 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 4 months ago
  5. 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
  6. 2c0349e virtio_fs: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
  7. 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
  8. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  9. 31070f6 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS by Chirantan Ekbote · 4 years, 6 months ago
  10. 7779b04 fuse: don't ignore errors from fuse_writepages_fill() by Vasily Averin · 4 years, 6 months ago
  11. 6ddf3af fuse: clean up condition for writepage sending by Miklos Szeredi · 4 years, 6 months ago
  12. b330966 fuse: reject options on reconfigure via fsconfig(2) by Miklos Szeredi · 4 years, 6 months ago
  13. e8b20a4 fuse: ignore 'data' argument of mount(..., MS_REMOUNT) by Miklos Szeredi · 4 years, 6 months ago
  14. 0189a2d fuse: use ->reconfigure() instead of ->remount_fs() by Miklos Szeredi · 4 years, 6 months ago
  15. c146024 fuse: fix warning in tree_insert() and clean up writepage insertion by Miklos Szeredi · 4 years, 6 months ago
  16. 69a6487 fuse: move rb_erase() before tree_insert() by Miklos Szeredi · 4 years, 6 months ago
  17. 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
  18. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  19. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  20. ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  21. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  22. 76a0294 fuse: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  23. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 8 months ago
  24. 9b46418 fuse: copy_file_range should truncate cache by Miklos Szeredi · 4 years, 8 months ago
  25. 2c4656d fuse: fix copy_file_range cache issues by Miklos Szeredi · 4 years, 8 months ago
  26. 6b2fb79 fuse: optimize writepages search by Maxim Patlasov · 5 years ago
  27. 5ddd9ce fuse: update attr_version counter on fuse_notify_inval_inode() by Miklos Szeredi · 4 years, 8 months ago
  28. 32f9887 fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 8 months ago
  29. a5005c3 fuse: fix weird page warning by Miklos Szeredi · 4 years, 8 months ago
  30. 0058938 fuse: use dump_page by Miklos Szeredi · 4 years, 8 months ago
  31. 7fd3abf virtiofs: do not use fuse_fill_super_common() for device installation by Vivek Goyal · 4 years, 8 months ago
  32. 5157da2 fuse: always allow query of st_dev by Miklos Szeredi · 4 years, 8 months ago
  33. 614c026 fuse: always flush dirty data on close(2) by Miklos Szeredi · 4 years, 8 months ago
  34. cf576c5 fuse: invalidate inode attr in writeback cache mode by Eryu Guan · 4 years, 8 months ago
  35. 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
  36. 75d8925 fuse: Update stale comment in queue_interrupt() by Kirill Tkhai · 4 years, 10 months ago
  37. 0e9fb6f fuse: BUG_ON correction in fuse_dev_splice_write() by Vasily Averin · 5 years ago
  38. bb737bb virtiofs: schedule blocking async replies in separate worker by Vivek Goyal · 4 years, 9 months ago
  39. 3e8cb8b fuse: fix stack use after return by Miklos Szeredi · 5 years ago
  40. 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
  41. 2e28c49 fuse: switch to use errorfc() et.al. by Al Viro · 5 years ago
  42. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  43. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  44. cabdb4f fuse: use true,false for bool variable by zhengbin · 5 years ago
  45. 519525f fuse: Support RENAME_WHITEOUT flag by Vivek Goyal · 5 years ago
  46. 2f13982 fuse: don't overflow LLONG_MAX with end offset by Miklos Szeredi · 5 years ago
  47. f658ade fix up iter on short count in fuse_direct_io() by Miklos Szeredi · 5 years ago
  48. 7df1e98 fuse: fix fuse_send_readpages() in the syncronous read case by Miklos Szeredi · 5 years ago
  49. 76f6777 pipe: Fix iteration end check in fuse_dev_splice_write() by David Howells · 5 years ago
  50. 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
  51. 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
  52. 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
  53. 8d66fcb fuse: fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  54. f1ebdef fuse: fix leak of fuse_io_priv by Miklos Szeredi · 5 years ago
  55. 724c15a43 virtiofs: Use completions while waiting for queue to be drained by Vivek Goyal · 5 years ago
  56. 1efcf39 virtiofs: Do not send forget request "struct list_head" element by Vivek Goyal · 5 years ago
  57. 58ada94 virtiofs: Use a common function to send forget by Vivek Goyal · 5 years ago
  58. 6718b6f pipe: Allow pipes to have kernel-reserved slots by David Howells · 5 years ago
  59. 0092944 virtiofs: Fix old-style declaration by YueHaibing · 5 years ago
  60. c634da7 fuse: verify nlink by Miklos Szeredi · 5 years ago
  61. 8aab336 fuse: verify write return by Miklos Szeredi · 5 years ago
  62. eb59bd1 fuse: verify attributes by Miklos Szeredi · 5 years ago
  63. 8cefc10 pipe: Use head and tail pointers for the ring, not cursor and length by David Howells · 5 years ago
  64. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  65. 091d1a7 fuse: redundant get_fuse_inode() calls in fuse_writepages_fill() by Vasily Averin · 5 years ago
  66. e464830 fuse: truncate pending writes on O_TRUNC by Miklos Szeredi · 5 years ago
  67. b24e759 fuse: flush dirty data/metadata before non-truncate setattr by Miklos Szeredi · 5 years ago
  68. 80da5a8 virtiofs: Remove set but not used variable 'fc' by zhengbin · 5 years ago
  69. a9bfd9d virtiofs: Retry request submission from worker context by Vivek Goyal · 5 years ago
  70. c17ea00 virtiofs: Count pending forgets as in_flight forgets by Vivek Goyal · 5 years ago
  71. 5dbe190 virtiofs: Set FR_SENT flag only after request has been sent by Vivek Goyal · 5 years ago
  72. 7ee1e2e virtiofs: No need to check fpq->connected state by Vivek Goyal · 5 years ago
  73. 51fecdd virtiofs: Do not end request in submission context by Vivek Goyal · 5 years ago
  74. 6c26f71 fuse: don't advise readdirplus for negative lookup by Miklos Szeredi · 5 years ago
  75. 2b319d1 fuse: don't dereference req->args on finished request by Miklos Szeredi · 5 years ago
  76. 3f22c74 virtio-fs: don't show mount options by Miklos Szeredi · 5 years ago
  77. 112e723 virtio-fs: Change module name to virtiofs.ko by Vivek Goyal · 5 years ago
  78. 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
  79. 5addcd5 fuse: Make fuse_args_to_req static by YueHaibing · 5 years ago
  80. 9ad09b1 fuse: fix memleak in cuse_channel_open by zhengbin · 5 years ago
  81. e5854b1 fuse: fix beyond-end-of-page access in fuse_parse_cache() by Tejun Heo · 5 years ago
  82. 0ed4059 fuse: unexport fuse_put_request by Arnd Bergmann · 5 years ago
  83. dc69e98 fuse: kmemcg account fs data by Khazhismel Kumykov · 5 years ago
  84. 30c6a23 fuse: on 64-bit store time in d_fsdata directly by Khazhismel Kumykov · 5 years ago
  85. d5880c7 fuse: fix missing unlock_page in fuse_writepage() by Vasily Averin · 5 years ago
  86. a62a8ef virtio-fs: add virtiofs filesystem by Stefan Hajnoczi · 7 years ago
  87. 15c8e72 fuse: allow skipping control interface and forced unmount by Vivek Goyal · 6 years ago
  88. 783863d fuse: dissociate DESTROY from fuseblk by Miklos Szeredi · 5 years ago
  89. 8fab010 fuse: delete dentry if timeout is zero by Miklos Szeredi · 6 years ago
  90. 0cd1eb9a fuse: separate fuse device allocation and installation in fuse_conn by Vivek Goyal · 6 years ago
  91. ae3aad7 fuse: add fuse_iqueue_ops callbacks by Stefan Hajnoczi · 7 years ago
  92. 0cc2656 fuse: extract fuse_fill_super_common() by Stefan Hajnoczi · 7 years ago
  93. 4388c5a fuse: export fuse_dequeue_forget() function by Vivek Goyal · 6 years ago
  94. 79d96ef fuse: export fuse_get_unique() by Stefan Hajnoczi · 7 years ago
  95. 95a84cdb fuse: export fuse_send_init_request() by Vivek Goyal · 6 years ago
  96. 14d46d7 fuse: export fuse_len_args() by Stefan Hajnoczi · 7 years ago
  97. 04ec5af fuse: export fuse_end_request() by Stefan Hajnoczi · 7 years ago
  98. f22f812 fuse: fix request limit by Miklos Szeredi · 5 years ago
  99. 05ea48c fuse: stop copying pages to fuse_req by Miklos Szeredi · 5 years ago
  100. d499377 fuse: stop copying args to fuse_req by Miklos Szeredi · 5 years ago