1. acbe5fd fuse: don't use fuse_ioctl_copy_user() helper by Miklos Szeredi · 8 years ago
  2. 3daa9c5 fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter() by Al Viro · 8 years ago
  3. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago
  4. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  5. cb3ae6d fuse: listxattr: verify xattr list by Miklos Szeredi · 8 years ago
  6. bcb6f6d fuse: use timespec64 by Miklos Szeredi · 8 years ago
  7. f75fdf2 fuse: don't use ->d_time by Miklos Szeredi · 8 years ago
  8. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  9. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  10. a09f99e fuse: fix killing s[ug]id in setattr by Miklos Szeredi · 8 years ago
  11. 5e2b882 fuse: invalidate dir dentry after chmod by Miklos Szeredi · 8 years ago
  12. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  13. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  14. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  15. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  16. 6249033 fuse: Propagate dentry down to inode_change_ok() by Jan Kara · 8 years ago
  17. 8fba54a fuse: direct-io: don't dirty ITER_BVEC pages by Miklos Szeredi · 8 years ago
  18. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 13983d0 qstr: constify instances in fuse by Al Viro · 8 years ago
  20. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  21. 4a7f4e8 fuse: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  22. 9446385 fuse: fix wrong assignment of ->flags in fuse_send_init() by Wei Fang · 8 years ago
  23. 9ebce59 fuse: fuse_flush must check mapping->flags for errors by Maxim Patlasov · 8 years ago
  24. ac7f052 fuse: fsync() did not return IO errors by Alexey Kuznetsov · 8 years ago
  25. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  26. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  27. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  28. 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
  29. 7d3a07f fuse: don't mess with blocking signals by Al Viro · 8 years ago
  30. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  31. 7879c4e fuse: improve aio directIO write performance for size extending writes by Ashish Sangwan · 8 years ago
  32. 5c672ab fuse: serialize dirops by default by Miklos Szeredi · 8 years ago
  33. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  34. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  35. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  37. d9b3dbd fuse: switch to ->iterate_shared() by Al Viro · 8 years ago
  38. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  39. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  40. 1af5bb4 filemap: remove the pos argument to generic_file_direct_write by Christoph Hellwig · 8 years ago
  41. 2c932d4 fuse: Fix return value from fuse_get_user_pages() by Ashish Samant · 8 years ago
  42. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  43. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  44. 742f992 fuse: return patrial success from fuse_direct_io() by Ashish Samant · 8 years ago
  45. 744742d fuse: Add reference counting for fuse_io_priv by Seth Forshee · 8 years ago
  46. 7cabc61 fuse: do not use iocb after it may have been freed by Robert Doebbelin · 8 years ago
  47. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  48. 5c89e9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  49. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  50. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  52. cd3417c kill free_page_put_link() by Al Viro · 8 years ago
  53. 732c4a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 9 years ago
  54. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  55. 0b5da8d fuse: add support for SEEK_HOLE and SEEK_DATA in lseek by Ravishankar N · 9 years ago
  56. 3ca8138 fuse: break infinite loop in fuse_fill_write_pages() by Roman Gushchin · 9 years ago
  57. 2c5816b cuse: fix memory leak by Miklos Szeredi · 9 years ago
  58. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  59. 8ed1f0e fs/fuse: fix ioctl type confusion by Jann Horn · 9 years ago
  60. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  61. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  62. a7ba4bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 9 years ago
  63. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  64. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 9 years ago
  65. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 9 years ago
  66. 00c570f fuse: device fd clone by Miklos Szeredi · 9 years ago
  67. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 9 years ago
  68. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 9 years ago
  69. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 9 years ago
  70. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 9 years ago
  71. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 9 years ago
  72. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 9 years ago
  73. 45a91cb fuse: pqueue locking by Miklos Szeredi · 9 years ago
  74. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 9 years ago
  75. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 9 years ago
  76. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 9 years ago
  77. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 9 years ago
  78. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 9 years ago
  79. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 9 years ago
  80. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 9 years ago
  81. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 9 years ago
  82. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 9 years ago
  83. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 9 years ago
  84. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 9 years ago
  85. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 9 years ago
  86. f88996a fuse: separate out input queue by Miklos Szeredi · 9 years ago
  87. 33e14b4 fuse: req state use flags by Miklos Szeredi · 9 years ago
  88. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 9 years ago
  89. c477526 fuse: don't hold lock over request_wait_answer() by Miklos Szeredi · 9 years ago
  90. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 9 years ago
  91. 41f9827 fuse: rework abort by Miklos Szeredi · 9 years ago
  92. b716d42 fuse: fold helpers into abort by Miklos Szeredi · 9 years ago
  93. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 9 years ago
  94. 825d6d3 fuse: req use bitops by Miklos Szeredi · 9 years ago
  95. 0d8e84b fuse: simplify request abort by Miklos Szeredi · 9 years ago
  96. ccd0a0b fuse: call fuse_abort_conn() in dev release by Miklos Szeredi · 9 years ago
  97. f0139aa fuse: fold fuse_request_send_nowait() into single caller by Miklos Szeredi · 9 years ago
  98. de15522 fuse: check conn_error earlier by Miklos Szeredi · 9 years ago
  99. 5437f24 fuse: account as waiting before queuing for background by Miklos Szeredi · 9 years ago
  100. 73e0e73 fuse: reset waiting by Miklos Szeredi · 9 years ago