1. 8f68eb5 fuse: limit nsec by Miklos Szeredi · 2 years, 4 months ago
  2. b79d4d0 fuse: fix pipe buffer lifetime for direct_io by Miklos Szeredi · 2 years, 8 months ago
  3. fde32bb fuse: fix live lock in fuse_iget() by Amir Goldstein · 3 years, 8 months ago
  4. 3a2f882 fuse: fix bad inode by Miklos Szeredi · 4 years ago
  5. 464b7cd fuse: annotate lock in fuse_reverse_inval_entry() by Miklos Szeredi · 3 years, 1 month ago
  6. b97f5af fuse: release pipe buf after last use by Miklos Szeredi · 3 years ago
  7. b4f9fe9 fuse: fix page stealing by Miklos Szeredi · 3 years ago
  8. cfb2abd fuse: reject internal errno by Miklos Szeredi · 3 years, 5 months ago
  9. 78f27cb fuse: check connected before queueing on fpq->io by Miklos Szeredi · 3 years, 5 months ago
  10. 82c4a2e cuse: prevent clone by Miklos Szeredi · 3 years, 7 months ago
  11. 1b47891 fuse: fix page dereference after free by Miklos Szeredi · 4 years, 2 months ago
  12. 3a9677b fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 6 months ago
  13. 612d1e5 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS by Chirantan Ekbote · 4 years, 4 months ago
  14. 5aae6c4 fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  15. c392b3a fuse: verify attributes by Miklos Szeredi · 5 years ago
  16. 38969fe fuse: verify nlink by Miklos Szeredi · 5 years ago
  17. c0c3f27 fuse: use READ_ONCE on congestion_threshold and max_background by Kirill Tkhai · 6 years ago
  18. 709c37e fuse: truncate pending writes on O_TRUNC by Miklos Szeredi · 5 years ago
  19. c829f32 fuse: flush dirty data/metadata before non-truncate setattr by Miklos Szeredi · 5 years ago
  20. 80a84d6 fuse: fix memleak in cuse_channel_open by zhengbin · 5 years ago
  21. a489154 fuse: fix missing unlock_page in fuse_writepage() by Vasily Averin · 5 years ago
  22. 4edf907 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  23. cfd8d2e fuse: Add FOPEN_STREAM to use stream_open() by Kirill Smelkov · 6 years ago
  24. 4fb410b fuse: fallocate: fix return with locked inode by Miklos Szeredi · 5 years ago
  25. 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  26. eb60796 fuse: honor RLIMIT_FSIZE in fuse_file_fallocate by Liu Bo · 6 years ago
  27. 3a78b1f fuse: fix writepages on 32bit by Miklos Szeredi · 6 years ago
  28. 64702de fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  29. 4f3d698 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 6 years ago
  30. 50449aa fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  31. d180fee fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  32. fdd9379 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  33. c31ccf1 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  34. 7238fcb fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  35. 0799a93 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  36. 7996b1c fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  37. 01f0772 fuse: Add missed unlock_page() to fuse_readpages_fill() by Kirill Tkhai · 6 years ago
  38. 263508c fuse: Fix oops at process_init_reply() by Miklos Szeredi · 6 years ago
  39. 6465d76 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  40. c66025c fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  41. 501c4ca fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  42. 68fbfcb fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  43. 67a9e48 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  44. 12715f3 fuse: fix control dir setup and teardown by Miklos Szeredi · 6 years ago
  45. a0fbcaf fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 7 years ago
  46. ebdc37f fuse: atomic_o_trunc should truncate pagecache by Miklos Szeredi · 7 years ago
  47. 8783885 fuse: fix READDIRPLUS skipping an entry by Miklos Szeredi · 7 years ago
  48. 227559e fuse: initialize the flock flag in fuse_file on allocation by Mateusz Jurczyk · 7 years ago
  49. 1e6be9c fuse: add missing FR_FORCE by Miklos Szeredi · 8 years ago
  50. 80a0477 fuse: fix uninitialized flags in pipe_buffer by Miklos Szeredi · 8 years ago
  51. 7283448 fuse: fix use after free issue in fuse_dev_do_read() by Sahitya Tummala · 8 years ago
  52. 07f0267 fuse: fix time_to_jiffies nsec sanity check by David Sheets · 8 years ago
  53. 0181b36 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 8 years ago
  54. c01638f fuse: fix clearing suid, sgid for chown() by Miklos Szeredi · 8 years ago
  55. 59c3b76 fuse: fix fuse_write_end() if zero bytes were copied by Miklos Szeredi · 8 years ago
  56. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  57. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  59. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  62. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  63. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  65. fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
  66. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  67. 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
  68. d82718e fuse_dev_splice_read(): switch to add_to_pipe() by Al Viro · 8 years ago
  69. 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
  70. 63401cc fuse: limit xattr returned size by Miklos Szeredi · 8 years ago
  71. 4680a7e fuse: remove duplicate cs->offset assignment by Miklos Szeredi · 8 years ago
  72. acbe5fd fuse: don't use fuse_ioctl_copy_user() helper by Miklos Szeredi · 8 years ago
  73. 3daa9c5 fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter() by Al Viro · 8 years ago
  74. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago
  75. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  76. cb3ae6d fuse: listxattr: verify xattr list by Miklos Szeredi · 8 years ago
  77. bcb6f6d fuse: use timespec64 by Miklos Szeredi · 8 years ago
  78. f75fdf2 fuse: don't use ->d_time by Miklos Szeredi · 8 years ago
  79. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  80. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  81. a09f99e fuse: fix killing s[ug]id in setattr by Miklos Szeredi · 8 years ago
  82. 5e2b882 fuse: invalidate dir dentry after chmod by Miklos Szeredi · 8 years ago
  83. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  84. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  85. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  86. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  87. 6249033 fuse: Propagate dentry down to inode_change_ok() by Jan Kara · 8 years ago
  88. 8fba54a fuse: direct-io: don't dirty ITER_BVEC pages by Miklos Szeredi · 8 years ago
  89. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  90. 13983d0 qstr: constify instances in fuse by Al Viro · 8 years ago
  91. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  92. 4a7f4e8 fuse: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  93. 9446385 fuse: fix wrong assignment of ->flags in fuse_send_init() by Wei Fang · 8 years ago
  94. 9ebce59 fuse: fuse_flush must check mapping->flags for errors by Maxim Patlasov · 8 years ago
  95. ac7f052 fuse: fsync() did not return IO errors by Alexey Kuznetsov · 8 years ago
  96. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  97. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  98. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  99. 0f7d934 Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-next by Miklos Szeredi · 8 years ago
  100. 7d3a07f fuse: don't mess with blocking signals by Al Viro · 8 years ago