1. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. ce128de fuse: writepages: protect secondary requests from fuse file release by Maxim Patlasov · 11 years ago
  3. 41b6e41 fuse: writepages: update bdi writeout when deleting secondary request by Maxim Patlasov · 11 years ago
  4. 6eaf478 fuse: writepages: crop secondary requests by Maxim Patlasov · 11 years ago
  5. f601108 fuse: writepages: roll back changes if request not found by Maxim Patlasov · 11 years ago
  6. dd3e2c5 fuse: rcu-delay freeing fuse_conn by Al Viro · 11 years ago
  7. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  8. cb2ffb2 cuse: add fix minor number to /dev/cuse by Tom Gundersen · 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. 698fa1d fuse: no RCU mode in fuse_access() by Miklos Szeredi · 11 years ago
  19. 6314efe fuse: readdirplus: fix RCU walk by Miklos Szeredi · 11 years ago
  20. 3c70b8e fuse: don't check_submounts_and_drop() in RCU walk by Miklos Szeredi · 11 years ago
  21. 0ab08f5 fuse: fix fallocate vs. ftruncate race by Maxim Patlasov · 11 years ago
  22. bde5278 fuse: wait for writeback in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  23. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  24. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 11 years ago
  25. 16d70e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  26. 46ea156 fuse: drop dentry on failed revalidate by Anand Avati · 11 years ago
  27. e2a6b95 fuse: clean up return in fuse_dentry_revalidate() by Miklos Szeredi · 11 years ago
  28. 5835f33 fuse: use d_materialise_unique() by Miklos Szeredi · 11 years ago
  29. 05726ac fuse: use list_for_each_entry() for list traversing by Dong Fang · 11 years ago
  30. efeb9e6 fuse: readdir: check for slash in names by Miklos Szeredi · 11 years ago
  31. 06a7c3c fuse: hotfix truncate_pagecache() issue by Maxim Patlasov · 11 years ago
  32. d331a41 fuse: invalidate inode attributes on xattr modification by Anand Avati · 11 years ago
  33. 4a4ac4e fuse: postpone end_page_writeback() in fuse_writepage_locked() by Maxim Patlasov · 11 years ago
  34. b78b6b3 Merge 3.11-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  35. 4183fb9 cuse: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  36. c7263bc fuse: readdirplus: cleanup by Miklos Szeredi · 11 years ago
  37. fa2b721 fuse: readdirplus: change attributes once by Miklos Szeredi · 11 years ago
  38. 2914941 fuse: readdirplus: fix instantiate by Miklos Szeredi · 11 years ago
  39. a28ef45 fuse: readdirplus: sanity checks by Miklos Szeredi · 11 years ago
  40. 53ce9a3 fuse: readdirplus: fix dentry leak by Niels de Vos · 11 years ago
  41. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  42. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  43. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  45. 8d3af7f [readdir] convert fuse by Al Viro · 11 years ago
  46. 14c1441 fuse: hold i_mutex in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  47. e5c5f05 fuse: fix alignment in short read optimization for async_dio by Maxim Patlasov · 11 years ago
  48. c9ecf98 fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests by Brian Foster · 11 years ago
  49. 28420da fuse: fix readdirplus Oops in fuse_dentry_revalidate by Miklos Szeredi · 11 years ago
  50. bee6c30 fuse: update inode size and invalidate attributes on fallocate by Brian Foster · 11 years ago
  51. 3634a63 fuse: truncate pagecache range on hole punch by Brian Foster · 11 years ago
  52. de82b92 fuse: allocate for_background dio requests based on io->async state by Brian Foster · 11 years ago
  53. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  54. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  55. a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  56. 60b9df7 fuse: add flag to turn on async direct IO by Miklos Szeredi · 11 years ago
  57. efb9fa9 fuse: truncate file if async dio failed by Maxim Patlasov · 12 years ago
  58. 439ee5f fuse: optimize short direct reads by Maxim Patlasov · 12 years ago
  59. bcba24c fuse: enable asynchronous processing direct IO by Maxim Patlasov · 12 years ago
  60. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  61. 01e9d11 fuse: add support of async IO by Maxim Patlasov · 12 years ago
  62. 187c5c3 fuse: move fuse_release_user_pages() up by Maxim Patlasov · 12 years ago
  63. 3c18ef8 fuse: optimize wake_up by Miklos Szeredi · 11 years ago
  64. 722d2be fuse: implement exclusive wakeup for blocked_waitq by Maxim Patlasov · 11 years ago
  65. 0aada88 fuse: skip blocking on allocations of synchronous requests by Maxim Patlasov · 11 years ago
  66. 796523fb fuse: add flag fc->initialized by Maxim Patlasov · 11 years ago
  67. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 11 years ago
  68. 6447a3c get rid of pipe->inode by Al Viro · 11 years ago
  69. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  70. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  71. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  72. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  74. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  75. 634734b fuse: allow control of adaptive readdirplus use by Eric Wong · 11 years ago
  76. 0415d29 fuse: send poll events by Enke Chen · 11 years ago
  77. dfca7ce fuse: don't WARN when nlink is zero by Miklos Szeredi · 11 years ago
  78. 6a4e922 fuse: avoid out-of-scope stack access by Eric Wong · 11 years ago
  79. 4582a4a FUSE: Adapt readdirplus to application usage patterns by Feng Shuo · 12 years ago
  80. c2132c1 Do not use RCU for current process credentials by Anatol Pomozov · 12 years ago
  81. fb05f41 fuse: cleanup fuse_direct_io() by Miklos Szeredi · 12 years ago
  82. 5565a9d fuse: optimize __fuse_direct_io() by Maxim Patlasov · 12 years ago
  83. 7c190c8 fuse: optimize fuse_get_user_pages() by Maxim Patlasov · 12 years ago
  84. b98d023 fuse: pass iov[] to fuse_get_user_pages() by Maxim Patlasov · 12 years ago
  85. 85f40ae fuse: use req->page_descs[] for argpages cases by Maxim Patlasov · 12 years ago
  86. b2430d7 fuse: add per-page descriptor <offset, length> to fuse_req by Maxim Patlasov · 12 years ago
  87. 54b9667 fuse: rework fuse_do_ioctl() by Maxim Patlasov · 12 years ago
  88. d07f09f fuse: rework fuse_perform_write() by Maxim Patlasov · 12 years ago
  89. f8dbdf8 fuse: rework fuse_readpages() by Maxim Patlasov · 12 years ago
  90. 4d53dc9 fuse: rework fuse_retrieve() by Maxim Patlasov · 12 years ago
  91. b111c8c fuse: categorize fuse_get_req() by Maxim Patlasov · 12 years ago
  92. 4250c06 fuse: general infrastructure for pages[] of variable size by Maxim Patlasov · 12 years ago
  93. 0b05b18 fuse: implement NFS-like readdirplus support by Anand V. Avati · 12 years ago
  94. 8f70611 fuse: remove unused variable in fuse_try_move_page() by Wei Yongjun · 12 years ago
  95. cdadb11 fuse: make fuse_file_fallocate() static by Miklos Szeredi · 12 years ago
  96. 807185e fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig by Robert P. J. Day · 12 years ago
  97. e256036 cuse: fix uninitialized variable warnings by Miklos Szeredi · 12 years ago
  98. 3078358 cuse: do not register multiple devices with identical names by David Herrmann · 12 years ago
  99. 8ce03fd cuse: use mutex as registration lock instead of spinlocks by David Herrmann · 12 years ago
  100. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago