1. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
  2. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
  3. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  4. 7ac5360 dax: remove the copy_from_iter and copy_to_iter methods by Christoph Hellwig · 3 years ago
  5. 30c6828 dax: remove the DAXDEV_F_SYNC flag by Christoph Hellwig · 3 years ago
  6. c3cb6f9 fuse: mark inode DONT_CACHE when per inode DAX hint changes by Jeffle Xu · 3 years, 1 month ago
  7. 2ee019f fuse: negotiate per inode DAX in FUSE_INIT by Jeffle Xu · 3 years, 1 month ago
  8. 93a497b fuse: enable per inode DAX by Jeffle Xu · 3 years, 1 month ago
  9. 780b1b9 fuse: make DAX mount option a tri-state by Jeffle Xu · 3 years, 1 month ago
  10. cecd491 fuse: add fuse_should_enable_dax() helper by Jeffle Xu · 3 years, 1 month ago
  11. e388164 fuse: Pass correct lend value to filemap_write_and_wait_range() by Xie Yongji · 3 years, 1 month ago
  12. fb08a19 dax: simplify the dax_device <-> gendisk association by Christoph Hellwig · 3 years, 1 month ago
  13. afd586f dax: remove CONFIG_DAX_DRIVER by Christoph Hellwig · 3 years, 1 month ago
  14. 3e2b6fd fuse: send security context of inode on file by Vivek Goyal · 3 years, 2 months ago
  15. 4734417 fuse: release pipe buf after last use by Miklos Szeredi · 3 years, 1 month ago
  16. 53db289 fuse: extend init flags by Miklos Szeredi · 3 years, 1 month ago
  17. cdd39b0 Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 2 months ago
  18. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  19. 712a951 fuse: fix page stealing by Miklos Szeredi · 3 years, 2 months ago
  20. 7c594bb virtiofs: use strscpy for copying the queue name by Miklos Szeredi · 3 years, 2 months ago
  21. b6773cd Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  22. a390ccb fuse: add FOPEN_NOFLUSH by Amir Goldstein · 3 years, 2 months ago
  23. c6c745b fuse: only update necessary attributes by Miklos Szeredi · 3 years, 2 months ago
  24. ec85537 fuse: take cache_mask into account in getattr by Miklos Szeredi · 3 years, 2 months ago
  25. 4b52f05 fuse: add cache_mask by Miklos Szeredi · 3 years, 2 months ago
  26. 04d82db fuse: move reverting attributes to fuse_change_attributes() by Miklos Szeredi · 3 years, 2 months ago
  27. c15016b fuse: simplify local variables holding writeback cache state by Miklos Szeredi · 3 years, 2 months ago
  28. 20235b4 fuse: cleanup code conditional on fc->writeback_cache by Miklos Szeredi · 3 years, 2 months ago
  29. 484ce65 fuse: fix attr version comparison in fuse_read_update_size() by Miklos Szeredi · 3 years, 2 months ago
  30. d347739 fuse: always invalidate attributes after writes by Miklos Szeredi · 3 years, 2 months ago
  31. 27ae449 fuse: rename fuse_write_update_size() by Miklos Szeredi · 3 years, 2 months ago
  32. 8c56e03 fuse: don't bump attr_version in cached write by Miklos Szeredi · 3 years, 2 months ago
  33. fa5eee5 fuse: selective attribute invalidation by Miklos Szeredi · 3 years, 2 months ago
  34. 97f044f fuse: don't increment nlink in link() by Miklos Szeredi · 3 years, 2 months ago
  35. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 2 months ago
  36. cefd1b8 fuse: decrement nlink on overwriting rename by Miklos Szeredi · 3 years, 2 months ago
  37. 84840ef fuse: simplify __fuse_write_file_get() by Miklos Szeredi · 3 years, 2 months ago
  38. 371e8fd fuse: move fuse_invalidate_attr() into fuse_update_ctime() by Miklos Szeredi · 3 years, 2 months ago
  39. b5d9758 fuse: delete redundant code by Peng Hao · 3 years, 4 months ago
  40. 5fe0fc9 fuse: use kmap_local_page() by Peng Hao · 3 years, 4 months ago
  41. bda9a71 fuse: annotate lock in fuse_reverse_inval_entry() by Miklos Szeredi · 3 years, 2 months ago
  42. 36ea233 fuse: write inode in fuse_vma_close() instead of fuse_release() by Miklos Szeredi · 3 years, 2 months ago
  43. 5c791fe fuse: make sure reclaim doesn't write the inode by Miklos Szeredi · 3 years, 2 months ago
  44. 964d32e fuse: clean up error exits in fuse_fill_super() by Miklos Szeredi · 3 years, 2 months ago
  45. 80019f1 fuse: always initialize sb->s_fs_info by Miklos Szeredi · 3 years, 2 months ago
  46. c191cd0 fuse: clean up fuse_mount destruction by Miklos Szeredi · 3 years, 2 months ago
  47. a27c061 fuse: get rid of fuse_put_super() by Miklos Szeredi · 3 years, 2 months ago
  48. d534d31 fuse: check s_root when destroying sb by Miklos Szeredi · 3 years, 2 months ago
  49. a629459 iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable by Andreas Gruenbacher · 3 years, 5 months ago
  50. 75b96f0 Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 4 months ago
  51. a9667ac fuse: remove unused arg in fuse_write_file_get() by Miklos Szeredi · 3 years, 4 months ago
  52. 660585b fuse: wait for writepages in syncfs by Miklos Szeredi · 3 years, 4 months ago
  53. 815409a Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
  54. 59bda8e fuse: flush extending writes by Miklos Szeredi · 3 years, 4 months ago
  55. aa99f3c Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 4 months ago
  56. 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
  57. 7622435 fuse: truncate pagecache on atomic_o_trunc by Miklos Szeredi · 3 years, 4 months ago
  58. 96dcb97 Merge branch 'for-5.14/dax' into libnvdimm-fixes by Dan Williams · 3 years, 5 months ago
  59. 5d5b74a fuse: allow sharing existing sb by Miklos Szeredi · 3 years, 5 months ago
  60. 62dd1fc fuse: move fget() to fuse_get_tree() by Miklos Szeredi · 3 years, 5 months ago
  61. badc741 fuse: move option checking into fuse_fill_super() by Miklos Szeredi · 3 years, 5 months ago
  62. 84c2150 fuse: name fs_context consistently by Miklos Szeredi · 3 years, 5 months ago
  63. e1e71c1 fuse: fix use after free in fuse_read_interrupt() by Miklos Szeredi · 3 years, 5 months ago
  64. 8bcbbe9 fuse: Convert to using invalidate_lock by Jan Kara · 3 years, 8 months ago
  65. 2e29be2 fs/fuse: Remove unneeded kaddr parameter by Ira Weiny · 3 years, 7 months ago
  66. 8e4f3e1 Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 6 months ago
  67. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  68. 3a6b216 mm: move page dirtying prototypes from mm.h by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  69. b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  70. c4e0cd4 virtiofs: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  71. 6c88632 fuse: use DIV_ROUND_UP helper macro for calculations by Wu Bo · 3 years, 7 months ago
  72. 15db168 fuse: fix illegal access to inode with reused nodeid by Amir Goldstein · 3 years, 6 months ago
  73. 6b1bdb5 fuse: allow fallocate(FALLOC_FL_ZERO_RANGE) by Richard W.M. Jones · 3 years, 8 months ago
  74. 1b53991 fuse: Make fuse_fill_super_submount() static by Greg Kurz · 3 years, 7 months ago
  75. 29e0e4d fuse: Switch to fc_mount() for submounts by Greg Kurz · 3 years, 7 months ago
  76. 266eb3f2 fuse: Call vfs_get_tree() for submounts by Greg Kurz · 3 years, 7 months ago
  77. fe0a7bd fuse: add dedicated filesystem context ops for submounts by Greg Kurz · 3 years, 7 months ago
  78. 2d82ab2 virtiofs: propagate sync() to file server by Greg Kurz · 3 years, 7 months ago
  79. 49221cf fuse: reject internal errno by Miklos Szeredi · 3 years, 6 months ago
  80. 80ef086 fuse: check connected before queueing on fpq->io by Miklos Szeredi · 3 years, 6 months ago
  81. b89ecd60 fuse: ignore PG_workingset after stealing by Miklos Szeredi · 3 years, 6 months ago
  82. f0b65f3 iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant by Al Viro · 3 years, 8 months ago
  83. e4a9ccd fuse: Fix infinite loop in sget_fc() by Greg Kurz · 3 years, 7 months ago
  84. e3a43f2 fuse: Fix crash if superblock of submount gets killed early by Greg Kurz · 3 years, 7 months ago
  85. d92d88f fuse: Fix crash in fuse_dentry_automount() error path by Greg Kurz · 3 years, 7 months ago
  86. 8959a23 fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count() by Al Viro · 3 years, 7 months ago
  87. 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  88. 9ec1efb Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 8 months ago
  89. a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  90. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  91. 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 3 years, 9 months ago
  92. 3c9c143 cuse: simplify refcount by Miklos Szeredi · 3 years, 9 months ago
  93. 8217673 cuse: prevent clone by Miklos Szeredi · 3 years, 9 months ago
  94. 0a7419c virtiofs: fix userns by Miklos Szeredi · 3 years, 9 months ago
  95. 07595bf virtiofs: remove useless function by Jiapeng Chong · 3 years, 9 months ago
  96. a7f0d7a virtiofs: split requests that exceed virtqueue size by Connor Kuehl · 3 years, 9 months ago
  97. c79c5e0 virtiofs: fix memory leak in virtio_fs_probe() by Luis Henriques · 3 years, 10 months ago
  98. 3466958 fuse: invalidate attrs when page writeback completes by Vivek Goyal · 3 years, 9 months ago
  99. 550a7d3 fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID by Vivek Goyal · 3 years, 9 months ago
  100. 52a4c95 fuse: extend FUSE_SETXATTR request by Vivek Goyal · 3 years, 9 months ago