1. 2b319d1 fuse: don't dereference req->args on finished request by Miklos Szeredi · 5 years ago
  2. 3f22c74 virtio-fs: don't show mount options by Miklos Szeredi · 5 years ago
  3. 112e723 virtio-fs: Change module name to virtiofs.ko by Vivek Goyal · 5 years ago
  4. 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
  5. 5addcd5 fuse: Make fuse_args_to_req static by YueHaibing · 5 years ago
  6. 9ad09b1 fuse: fix memleak in cuse_channel_open by zhengbin · 5 years ago
  7. e5854b1 fuse: fix beyond-end-of-page access in fuse_parse_cache() by Tejun Heo · 5 years ago
  8. 0ed4059 fuse: unexport fuse_put_request by Arnd Bergmann · 5 years ago
  9. dc69e98 fuse: kmemcg account fs data by Khazhismel Kumykov · 5 years ago
  10. 30c6a23 fuse: on 64-bit store time in d_fsdata directly by Khazhismel Kumykov · 5 years ago
  11. d5880c7 fuse: fix missing unlock_page in fuse_writepage() by Vasily Averin · 5 years ago
  12. a62a8ef virtio-fs: add virtiofs filesystem by Stefan Hajnoczi · 7 years ago
  13. 15c8e72 fuse: allow skipping control interface and forced unmount by Vivek Goyal · 6 years ago
  14. 783863d fuse: dissociate DESTROY from fuseblk by Miklos Szeredi · 5 years ago
  15. 8fab010 fuse: delete dentry if timeout is zero by Miklos Szeredi · 6 years ago
  16. 0cd1eb9a fuse: separate fuse device allocation and installation in fuse_conn by Vivek Goyal · 6 years ago
  17. ae3aad7 fuse: add fuse_iqueue_ops callbacks by Stefan Hajnoczi · 7 years ago
  18. 0cc2656 fuse: extract fuse_fill_super_common() by Stefan Hajnoczi · 7 years ago
  19. 4388c5a fuse: export fuse_dequeue_forget() function by Vivek Goyal · 6 years ago
  20. 79d96ef fuse: export fuse_get_unique() by Stefan Hajnoczi · 7 years ago
  21. 95a84cdb fuse: export fuse_send_init_request() by Vivek Goyal · 6 years ago
  22. 14d46d7 fuse: export fuse_len_args() by Stefan Hajnoczi · 7 years ago
  23. 04ec5af fuse: export fuse_end_request() by Stefan Hajnoczi · 7 years ago
  24. f22f812 fuse: fix request limit by Miklos Szeredi · 5 years ago
  25. 05ea48c fuse: stop copying pages to fuse_req by Miklos Szeredi · 5 years ago
  26. d499377 fuse: stop copying args to fuse_req by Miklos Szeredi · 5 years ago
  27. 145b673 fuse: clean up fuse_req by Miklos Szeredi · 5 years ago
  28. 7213394 fuse: simplify request allocation by Miklos Szeredi · 5 years ago
  29. 66abc35 fuse: unexport request ops by Miklos Szeredi · 5 years ago
  30. 75b399d fuse: convert retrieve to simple api by Miklos Szeredi · 5 years ago
  31. 4cb5486 fuse: convert release to simple api by Miklos Szeredi · 5 years ago
  32. b50ef7c cuse: convert init to simple api by Miklos Szeredi · 5 years ago
  33. 615047e fuse: convert init to simple api by Miklos Szeredi · 5 years ago
  34. 33826eb fuse: convert writepages to simple api by Miklos Szeredi · 5 years ago
  35. 43f5098 fuse: convert readdir to simple api by Miklos Szeredi · 5 years ago
  36. 134831e fuse: convert readpages to simple api by Miklos Szeredi · 5 years ago
  37. 45ac96e fuse: convert direct_io to simple api by Miklos Szeredi · 5 years ago
  38. 1259728 fuse: add simple background helper by Miklos Szeredi · 5 years ago
  39. 338f2e3 fuse: convert sync write to simple api by Miklos Szeredi · 5 years ago
  40. 00793ca fuse: covert readpage to simple api by Miklos Szeredi · 5 years ago
  41. a0d45d8 fuse: fuse_short_read(): don't take fuse_req as argument by Miklos Szeredi · 5 years ago
  42. 093f38a fuse: convert ioctl to simple api by Miklos Szeredi · 5 years ago
  43. 4c4f03f fuse: move page alloc by Miklos Szeredi · 5 years ago
  44. 4c29afe fuse: convert readlink to simple api by Miklos Szeredi · 5 years ago
  45. 6858316 fuse: add pages to fuse_args by Miklos Szeredi · 5 years ago
  46. 1ccd1ea fuse: convert destroy to simple api by Miklos Szeredi · 5 years ago
  47. e413754 fuse: add nocreds to fuse_args by Miklos Szeredi · 5 years ago
  48. 3545fe2 fuse: convert fuse_force_forget() to simple api by Miklos Szeredi · 5 years ago
  49. 454a761 fuse: add noreply to fuse_args by Miklos Szeredi · 5 years ago
  50. c500eba fuse: convert flush to simple api by Miklos Szeredi · 5 years ago
  51. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  52. 1f4e9d0 fuse: rearrange and resize fuse_args fields by Miklos Szeredi · 5 years ago
  53. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  54. 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  55. c7eb686 vfs: subtype handling moved to fuse by David Howells · 6 years ago
  56. c30da2e fuse: convert to use the new mount API by David Howells · 6 years ago
  57. 56d250e cuse: fix broken release by Miklos Szeredi · 5 years ago
  58. 17b2cbe fuse: cleanup fuse_wait_on_page_writeback by Maxim Patlasov · 5 years ago
  59. 1fb027d fuse: require /dev/fuse reads to have enough buffer capacity (take 2) by Kirill Smelkov · 5 years ago
  60. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  61. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  62. c23a0bb convenience helper: get_tree_single() by Al Viro · 6 years ago
  63. 766741f Revert "fuse: require /dev/fuse reads to have enough buffer capacity" by Miklos Szeredi · 6 years ago
  64. fe0da9c fuse: copy_file_range needs to strip setuid bits and update timestamps by Amir Goldstein · 6 years ago
  65. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  66. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  67. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  68. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  69. 26eb3ba fuse: extract helper for range writeback by Miklos Szeredi · 6 years ago
  70. a2bc923 fuse: fix copy_file_range() in the writeback case by Miklos Szeredi · 6 years ago
  71. 4a2abf9 fuse: add FUSE_WRITE_KILL_PRIV by Miklos Szeredi · 6 years ago
  72. 35d6fcb fuse: fallocate: fix return with locked inode by Miklos Szeredi · 6 years ago
  73. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  74. 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
  75. 9031a69 fuse: clean up fuse_alloc_inode by zhangliguang · 6 years ago
  76. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  77. 9baf28b fuse: switch to ->free_inode() by Al Viro · 6 years ago
  78. 6407f44 fuse: Add ioctl flag for x32 compat ioctl by Ian Abbott · 6 years ago
  79. 29cc02d fuse: Convert fusectl to use the new mount API by David Howells · 6 years ago
  80. 154603f fuse: document fuse_fsync_in.fsync_flags by Alan Somers · 6 years ago
  81. bbd84f3 fuse: Add FOPEN_STREAM to use stream_open() by Kirill Smelkov · 6 years ago
  82. d4b1396 fuse: require /dev/fuse reads to have enough buffer capacity by Kirill Smelkov · 6 years ago
  83. 7640682 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  84. ad2ba64 fuse: allow filesystems to have precise control over data cache by Kirill Smelkov · 6 years ago
  85. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  86. 0cbade0 fuse: honor RLIMIT_FSIZE in fuse_file_fallocate by Liu Bo · 6 years ago
  87. 9de5be0 fuse: fix writepages on 32bit by Miklos Szeredi · 6 years ago
  88. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  89. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  90. 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
  91. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  92. fabf7e0 fuse: cache readdir calls if filesystem opts out of opendir by Chad Austin · 6 years ago
  93. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  94. 2f7b6f5 fuse: lift bad inode checks into callers by Miklos Szeredi · 6 years ago
  95. 55752a3a fuse: multiplex cached/direct_io file operations by Miklos Szeredi · 6 years ago
  96. d4136d6 fuse add copy_file_range to direct io fops by Miklos Szeredi · 6 years ago
  97. 3c3db09 fuse: use iov_iter based generic splice helpers by Miklos Szeredi · 6 years ago
  98. 23c94e1 fuse: Switch to using async direct IO for FOPEN_DIRECT_IO by Martin Raiber · 6 years ago
  99. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  100. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago