1. 2c932d4 fuse: Fix return value from fuse_get_user_pages() by Ashish Samant · 8 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 742f992 fuse: return patrial success from fuse_direct_io() by Ashish Samant · 8 years ago
  4. 744742d fuse: Add reference counting for fuse_io_priv by Seth Forshee · 8 years ago
  5. 7cabc61 fuse: do not use iocb after it may have been freed by Robert Doebbelin · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  7. 5c89e9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  8. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  9. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  11. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  12. 732c4a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 9 years ago
  13. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  14. 0b5da8d fuse: add support for SEEK_HOLE and SEEK_DATA in lseek by Ravishankar N · 9 years ago
  15. 3ca8138 fuse: break infinite loop in fuse_fill_write_pages() by Roman Gushchin · 9 years ago
  16. 2c5816b cuse: fix memory leak by Miklos Szeredi · 9 years ago
  17. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  18. 8ed1f0e fs/fuse: fix ioctl type confusion by Jann Horn · 9 years ago
  19. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  20. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  21. a7ba4bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 9 years ago
  22. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  23. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 9 years ago
  24. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 9 years ago
  25. 00c570f fuse: device fd clone by Miklos Szeredi · 9 years ago
  26. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 9 years ago
  27. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 9 years ago
  28. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 9 years ago
  29. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 9 years ago
  30. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 9 years ago
  31. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 9 years ago
  32. 45a91cb fuse: pqueue locking by Miklos Szeredi · 9 years ago
  33. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 9 years ago
  34. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 9 years ago
  35. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 9 years ago
  36. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 9 years ago
  37. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 9 years ago
  38. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 9 years ago
  39. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 9 years ago
  40. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 9 years ago
  41. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 9 years ago
  42. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 9 years ago
  43. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 9 years ago
  44. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 9 years ago
  45. f88996a fuse: separate out input queue by Miklos Szeredi · 9 years ago
  46. 33e14b4 fuse: req state use flags by Miklos Szeredi · 9 years ago
  47. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 9 years ago
  48. c477526 fuse: don't hold lock over request_wait_answer() by Miklos Szeredi · 9 years ago
  49. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 9 years ago
  50. 41f9827 fuse: rework abort by Miklos Szeredi · 9 years ago
  51. b716d42 fuse: fold helpers into abort by Miklos Szeredi · 9 years ago
  52. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 9 years ago
  53. 825d6d3 fuse: req use bitops by Miklos Szeredi · 9 years ago
  54. 0d8e84b fuse: simplify request abort by Miklos Szeredi · 9 years ago
  55. ccd0a0b fuse: call fuse_abort_conn() in dev release by Miklos Szeredi · 9 years ago
  56. f0139aa fuse: fold fuse_request_send_nowait() into single caller by Miklos Szeredi · 9 years ago
  57. de15522 fuse: check conn_error earlier by Miklos Szeredi · 9 years ago
  58. 5437f24 fuse: account as waiting before queuing for background by Miklos Szeredi · 9 years ago
  59. 73e0e73 fuse: reset waiting by Miklos Szeredi · 9 years ago
  60. 42dc621 fuse: fix background request if not connected by Miklos Szeredi · 9 years ago
  61. 0ad0b32 fuse: initialize fc->release before calling it by Miklos Szeredi · 9 years ago
  62. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  63. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  64. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 9 years ago
  65. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  66. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  67. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  68. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  69. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  70. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  71. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  72. 6b775b1 fuse: ->direct_IO() doesn't need generic_write_checks() by Al Viro · 9 years ago
  73. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  74. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  75. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  76. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 9 years ago
  77. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  78. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  79. 812408f expand __fuse_direct_write() in both callers by Al Viro · 9 years ago
  80. 1531626 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 9 years ago
  81. cfa86a7 cuse: switch to iov_iter by Al Viro · 9 years ago
  82. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  83. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  84. 94e4fe2 fuse: explicitly set /dev/fuse file's private_data by Tom Van Braeckel · 9 years ago
  85. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 9 years ago
  86. 9d5722b fuse: handle synchronous iocbs internally by Christoph Hellwig · 9 years ago
  87. aa991b3 fuse: set stolen page uptodate by Miklos Szeredi · 9 years ago
  88. 0d27836 fuse: notify: don't move pages by Miklos Szeredi · 9 years ago
  89. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  90. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  91. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  92. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  93. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  94. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 9 years ago
  95. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 9 years ago
  96. c103b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  97. 1c68271 fuse: use file_inode() in fuse_file_fallocate() by Miklos Szeredi · 10 years ago
  98. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  99. f704dcb fuse: reduce max out args by Miklos Szeredi · 10 years ago
  100. baebccb fuse: hold inode instead of path after release by Miklos Szeredi · 10 years ago