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