1. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  2. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 9 years ago
  3. 9d5722b fuse: handle synchronous iocbs internally by Christoph Hellwig · 9 years ago
  4. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  5. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  6. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  7. c103b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  8. 1c68271 fuse: use file_inode() in fuse_file_fallocate() by Miklos Szeredi · 10 years ago
  9. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  10. baebccb fuse: hold inode instead of path after release by Miklos Szeredi · 10 years ago
  11. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  12. 2c80929 fuse: honour max_read and max_write in direct_io mode by Miklos Szeredi · 10 years ago
  13. c7f3888 switch iov_iter_get_pages() to passing maximal number of pages by Al Viro · 10 years ago
  14. 0b632204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  15. f2b3455 fuse: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  16. 27f1b36 fuse: release temporary page if fuse_writepage_locked() failed by Maxim Patlasov · 10 years ago
  17. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  19. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  20. 62a8067 bio_vec-backed iov_iter by Al Viro · 10 years ago
  21. 84c3d55 fuse: switch to ->write_iter() by Al Viro · 10 years ago
  22. 37c20f1 fuse_file_aio_read(): convert to ->read_iter() by Al Viro · 10 years ago
  23. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  24. f67da30 new helper: iov_iter_npages() by Al Viro · 10 years ago
  25. c9c37e2 fuse: switch to iov_iter_get_pages() by Al Viro · 10 years ago
  26. d22a943 fuse: pull iov_iter initializations up by Al Viro · 10 years ago
  27. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  28. 23faa7b fuse_file_aio_write(): merge initializations of iov_iter by Al Viro · 10 years ago
  29. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  30. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  31. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  32. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  33. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 10 years ago
  34. 1e18bda fuse: add .write_inode by Miklos Szeredi · 10 years ago
  35. 22401e7 fuse: clean up fsync by Miklos Szeredi · 10 years ago
  36. 93d2269 fuse: fuse: fallocate: use file_update_time() by Miklos Szeredi · 10 years ago
  37. 75caeec fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode by Maxim Patlasov · 10 years ago
  38. aeb4eb6 fuse: fix mtime update error in fsync by Miklos Szeredi · 10 years ago
  39. 4adb830 fuse: check fallocate mode by Miklos Szeredi · 10 years ago
  40. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  41. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  42. f384626 fuse: fix "uninitialized variable" warning by Rajat Jain · 10 years ago
  43. 4d99ff8 fuse: Turn writeback cache on by Pavel Emelyanov · 11 years ago
  44. ea8cd33 fuse: Fix O_DIRECT operations vs cached writeback misorder by Pavel Emelyanov · 11 years ago
  45. fe38d7d fuse: fuse_flush() should wait on writeback by Maxim Patlasov · 11 years ago
  46. 6b12c1b fuse: Implement write_begin/write_end callbacks by Pavel Emelyanov · 11 years ago
  47. 482fce5 fuse: restructure fuse_readpage() by Maxim Patlasov · 11 years ago
  48. e7cc133c fuse: Flush files on wb close by Pavel Emelyanov · 11 years ago
  49. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  50. 8373200 fuse: Trust kernel i_size only by Pavel Emelyanov · 11 years ago
  51. a92adc8 fuse: Prepare to handle short reads by Pavel Emelyanov · 11 years ago
  52. 650b22b fuse: Linking file to inode helper by Pavel Emelyanov · 11 years ago
  53. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 10 years ago
  54. 9e8c2af callers of iov_copy_from_user_atomic() don't need pagecache_disable() by Al Viro · 10 years ago
  55. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  56. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 11 years ago
  57. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  58. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  59. ce128de fuse: writepages: protect secondary requests from fuse file release by Maxim Patlasov · 11 years ago
  60. 41b6e41 fuse: writepages: update bdi writeout when deleting secondary request by Maxim Patlasov · 11 years ago
  61. 6eaf478 fuse: writepages: crop secondary requests by Maxim Patlasov · 11 years ago
  62. f601108 fuse: writepages: roll back changes if request not found by Maxim Patlasov · 11 years ago
  63. ff17be0 fuse: writepage: skip already in flight by Miklos Szeredi · 11 years ago
  64. 8b284dc fuse: writepages: handle same page rewrites by Miklos Szeredi · 11 years ago
  65. 1e112a4 fuse: writepages: fix aggregation by Miklos Szeredi · 11 years ago
  66. 2d033ea fuse: fix race in fuse_writepages() by Maxim Patlasov · 11 years ago
  67. 26d614d fuse: Implement writepages callback by Pavel Emelyanov · 11 years ago
  68. 7252342 fuse: don't BUG on no write file by Miklos Szeredi · 11 years ago
  69. cca2437 fuse: lock page in mkwrite by Miklos Szeredi · 11 years ago
  70. 385b126 fuse: Prepare to handle multiple pages in writeback by Pavel Emelyanov · 11 years ago
  71. adcadfa fuse: Getting file for writeback helper by Pavel Emelyanov · 11 years ago
  72. 0ab08f5 fuse: fix fallocate vs. ftruncate race by Maxim Patlasov · 11 years ago
  73. bde5278 fuse: wait for writeback in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  74. 06a7c3c fuse: hotfix truncate_pagecache() issue by Maxim Patlasov · 11 years ago
  75. 4a4ac4e fuse: postpone end_page_writeback() in fuse_writepage_locked() by Maxim Patlasov · 11 years ago
  76. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  77. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  78. 14c1441 fuse: hold i_mutex in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  79. e5c5f05 fuse: fix alignment in short read optimization for async_dio by Maxim Patlasov · 11 years ago
  80. c9ecf98 fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests by Brian Foster · 11 years ago
  81. bee6c30 fuse: update inode size and invalidate attributes on fallocate by Brian Foster · 11 years ago
  82. 3634a63 fuse: truncate pagecache range on hole punch by Brian Foster · 11 years ago
  83. de82b92 fuse: allocate for_background dio requests based on io->async state by Brian Foster · 11 years ago
  84. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  85. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  86. a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  87. 60b9df7 fuse: add flag to turn on async direct IO by Miklos Szeredi · 11 years ago
  88. efb9fa9 fuse: truncate file if async dio failed by Maxim Patlasov · 12 years ago
  89. 439ee5f fuse: optimize short direct reads by Maxim Patlasov · 12 years ago
  90. bcba24c fuse: enable asynchronous processing direct IO by Maxim Patlasov · 12 years ago
  91. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  92. 01e9d11 fuse: add support of async IO by Maxim Patlasov · 12 years ago
  93. 187c5c3 fuse: move fuse_release_user_pages() up by Maxim Patlasov · 12 years ago
  94. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 11 years ago
  95. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  96. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  97. 0415d29 fuse: send poll events by Enke Chen · 11 years ago
  98. c2132c1 Do not use RCU for current process credentials by Anatol Pomozov · 12 years ago
  99. fb05f41 fuse: cleanup fuse_direct_io() by Miklos Szeredi · 12 years ago
  100. 5565a9d fuse: optimize __fuse_direct_io() by Maxim Patlasov · 12 years ago