1. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 11 years ago
  3. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  4. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  5. ce128de fuse: writepages: protect secondary requests from fuse file release by Maxim Patlasov · 11 years ago
  6. 41b6e41 fuse: writepages: update bdi writeout when deleting secondary request by Maxim Patlasov · 11 years ago
  7. 6eaf478 fuse: writepages: crop secondary requests by Maxim Patlasov · 11 years ago
  8. f601108 fuse: writepages: roll back changes if request not found by Maxim Patlasov · 11 years ago
  9. ff17be0 fuse: writepage: skip already in flight by Miklos Szeredi · 11 years ago
  10. 8b284dc fuse: writepages: handle same page rewrites by Miklos Szeredi · 11 years ago
  11. 1e112a4 fuse: writepages: fix aggregation by Miklos Szeredi · 11 years ago
  12. 2d033ea fuse: fix race in fuse_writepages() by Maxim Patlasov · 11 years ago
  13. 26d614d fuse: Implement writepages callback by Pavel Emelyanov · 11 years ago
  14. 7252342 fuse: don't BUG on no write file by Miklos Szeredi · 11 years ago
  15. cca2437 fuse: lock page in mkwrite by Miklos Szeredi · 11 years ago
  16. 385b126 fuse: Prepare to handle multiple pages in writeback by Pavel Emelyanov · 11 years ago
  17. adcadfa fuse: Getting file for writeback helper by Pavel Emelyanov · 11 years ago
  18. 0ab08f5 fuse: fix fallocate vs. ftruncate race by Maxim Patlasov · 11 years ago
  19. bde5278 fuse: wait for writeback in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  20. 06a7c3c fuse: hotfix truncate_pagecache() issue by Maxim Patlasov · 11 years ago
  21. 4a4ac4e fuse: postpone end_page_writeback() in fuse_writepage_locked() by Maxim Patlasov · 11 years ago
  22. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  23. cb5e05d fuse: another open-coded file_inode() by Al Viro · 12 years ago
  24. 14c1441 fuse: hold i_mutex in fuse_file_fallocate() by Maxim Patlasov · 12 years ago
  25. e5c5f05 fuse: fix alignment in short read optimization for async_dio by Maxim Patlasov · 12 years ago
  26. c9ecf98 fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests by Brian Foster · 12 years ago
  27. bee6c30 fuse: update inode size and invalidate attributes on fallocate by Brian Foster · 12 years ago
  28. 3634a63 fuse: truncate pagecache range on hole punch by Brian Foster · 12 years ago
  29. de82b92 fuse: allocate for_background dio requests based on io->async state by Brian Foster · 12 years ago
  30. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  31. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  32. a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  33. 60b9df7 fuse: add flag to turn on async direct IO by Miklos Szeredi · 12 years ago
  34. efb9fa9 fuse: truncate file if async dio failed by Maxim Patlasov · 12 years ago
  35. 439ee5f fuse: optimize short direct reads by Maxim Patlasov · 12 years ago
  36. bcba24c fuse: enable asynchronous processing direct IO by Maxim Patlasov · 12 years ago
  37. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  38. 01e9d11 fuse: add support of async IO by Maxim Patlasov · 12 years ago
  39. 187c5c3 fuse: move fuse_release_user_pages() up by Maxim Patlasov · 12 years ago
  40. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 12 years ago
  41. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 12 years ago
  42. 6131ffa more file_inode() open-coded instances by Al Viro · 12 years ago
  43. 0415d29 fuse: send poll events by Enke Chen · 12 years ago
  44. c2132c1 Do not use RCU for current process credentials by Anatol Pomozov · 12 years ago
  45. fb05f41 fuse: cleanup fuse_direct_io() by Miklos Szeredi · 12 years ago
  46. 5565a9d fuse: optimize __fuse_direct_io() by Maxim Patlasov · 12 years ago
  47. 7c190c8 fuse: optimize fuse_get_user_pages() by Maxim Patlasov · 12 years ago
  48. b98d023 fuse: pass iov[] to fuse_get_user_pages() by Maxim Patlasov · 12 years ago
  49. 85f40ae fuse: use req->page_descs[] for argpages cases by Maxim Patlasov · 12 years ago
  50. b2430d7 fuse: add per-page descriptor <offset, length> to fuse_req by Maxim Patlasov · 12 years ago
  51. 54b9667 fuse: rework fuse_do_ioctl() by Maxim Patlasov · 12 years ago
  52. d07f09f fuse: rework fuse_perform_write() by Maxim Patlasov · 12 years ago
  53. f8dbdf8 fuse: rework fuse_readpages() by Maxim Patlasov · 12 years ago
  54. b111c8c fuse: categorize fuse_get_req() by Maxim Patlasov · 12 years ago
  55. 4250c06 fuse: general infrastructure for pages[] of variable size by Maxim Patlasov · 12 years ago
  56. cdadb11 fuse: make fuse_file_fallocate() static by Miklos Szeredi · 12 years ago
  57. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  58. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  59. 2eac9eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  60. fb6ccff fuse: verify all ioctl retry iov elements by Zach Brown · 12 years ago
  61. 58ef6a7 fuse: Convert to new freezing mechanism by Jan Kara · 13 years ago
  62. a889427 fuse: update attributes on aio_read by Brian Foster · 12 years ago
  63. f9ba717 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  64. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 13 years ago
  65. 519c604 fuse: optimize fallocate on permanent failure by Miklos Szeredi · 13 years ago
  66. 05ba1f0 fuse: add FALLOCATE operation by Anatol Pomozov · 13 years ago
  67. dbfad21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  68. 2408f6e fuse: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  69. 4273b79 fuse: O_DIRECT support for files by Anand Avati · 13 years ago
  70. b18da0c fuse: support ioctl on directories by Miklos Szeredi · 13 years ago
  71. c411cc8 fuse: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  72. c07c3d1 fuse: llseek optimize SEEK_CUR and SEEK_SET by Miklos Szeredi · 13 years ago
  73. 73104b6 fuse: llseek fix race by Miklos Szeredi · 13 years ago
  74. b48c6af fuse: fix llseek bug by Roel Kluin · 13 years ago
  75. 051732b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  76. 478e084 fuse: mark pages accessed when written to by Johannes Weiner · 13 years ago
  77. b40cdd5 fuse: delete dead .write_begin and .write_end aops by Johannes Weiner · 13 years ago
  78. 37fb3a3 fuse: fix flock by Miklos Szeredi · 13 years ago
  79. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  80. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  81. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  82. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  83. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  84. 357ccf2 fuse: wakeup pollers on connection release/abort by Bryan Green · 14 years ago
  85. 5a18ec1 fuse: fix hang of single threaded fuseblk filesystem by Miklos Szeredi · 14 years ago
  86. 1baa26b fuse: fix ioctl ABI by Miklos Szeredi · 14 years ago
  87. 8ac8350 fuse: ioctl cleanup by Miklos Szeredi · 14 years ago
  88. 7572777 fuse: verify ioctl retries by Miklos Szeredi · 14 years ago
  89. d9d318d fuse: fix ioctl when server is 32bit by Miklos Szeredi · 14 years ago
  90. a0822c5 fuse: fix attributes after open(O_TRUNC) by Ken Sumrall · 14 years ago
  91. b9ca67b fuse: fix lock annotations by Miklos Szeredi · 14 years ago
  92. a1d75f2 fuse: add store request by Miklos Szeredi · 14 years ago
  93. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  94. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago
  95. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 15 years ago
  96. b5dd328 fuse: get page reference for readpages by Miklos Szeredi · 15 years ago
  97. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 15 years ago
  98. 4aa0edd fuse: remove unneeded variable by Dan Carpenter · 15 years ago
  99. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 15 years ago
  100. 0bd8718 fuse: fix kunmap in fuse_ioctl_copy_user by Jens Axboe · 15 years ago