1. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  3. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  4. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  5. d15fee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  6. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  7. f384626 fuse: fix "uninitialized variable" warning by Rajat Jain · 10 years ago
  8. 4d99ff8 fuse: Turn writeback cache on by Pavel Emelyanov · 11 years ago
  9. ea8cd33 fuse: Fix O_DIRECT operations vs cached writeback misorder by Pavel Emelyanov · 11 years ago
  10. fe38d7d fuse: fuse_flush() should wait on writeback by Maxim Patlasov · 11 years ago
  11. 6b12c1b fuse: Implement write_begin/write_end callbacks by Pavel Emelyanov · 11 years ago
  12. 482fce5 fuse: restructure fuse_readpage() by Maxim Patlasov · 11 years ago
  13. e7cc133c fuse: Flush files on wb close by Pavel Emelyanov · 11 years ago
  14. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  15. 8373200 fuse: Trust kernel i_size only by Pavel Emelyanov · 11 years ago
  16. d5cd66c fuse: Connection bit for enabling writeback by Pavel Emelyanov · 11 years ago
  17. a92adc8 fuse: Prepare to handle short reads by Pavel Emelyanov · 11 years ago
  18. 650b22b fuse: Linking file to inode helper by Pavel Emelyanov · 11 years ago
  19. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 10 years ago
  20. 9e8c2af callers of iov_copy_from_user_atomic() don't need pagecache_disable() by Al Viro · 10 years ago
  21. fbb3275 pipe: kill ->map() and ->unmap() by Al Viro · 10 years ago
  22. 58bda1d fuse/dev: use atomic maps by Al Viro · 10 years ago
  23. 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 10 years ago
  24. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  25. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  26. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 10 years ago
  27. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  28. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  29. 063ec1e fuse: fix SetPageUptodate() condition in STORE by Miklos Szeredi · 11 years ago
  30. 28a625c fuse: fix pipe_buf_operations by Miklos Szeredi · 11 years ago
  31. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  32. ce128de fuse: writepages: protect secondary requests from fuse file release by Maxim Patlasov · 11 years ago
  33. 41b6e41 fuse: writepages: update bdi writeout when deleting secondary request by Maxim Patlasov · 11 years ago
  34. 6eaf478 fuse: writepages: crop secondary requests by Maxim Patlasov · 11 years ago
  35. f601108 fuse: writepages: roll back changes if request not found by Maxim Patlasov · 11 years ago
  36. dd3e2c5 fuse: rcu-delay freeing fuse_conn by Al Viro · 11 years ago
  37. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  38. cb2ffb2 cuse: add fix minor number to /dev/cuse by Tom Gundersen · 11 years ago
  39. ff17be0 fuse: writepage: skip already in flight by Miklos Szeredi · 11 years ago
  40. 8b284dc fuse: writepages: handle same page rewrites by Miklos Szeredi · 11 years ago
  41. 1e112a4 fuse: writepages: fix aggregation by Miklos Szeredi · 11 years ago
  42. 2d033ea fuse: fix race in fuse_writepages() by Maxim Patlasov · 11 years ago
  43. 26d614d fuse: Implement writepages callback by Pavel Emelyanov · 11 years ago
  44. 7252342 fuse: don't BUG on no write file by Miklos Szeredi · 11 years ago
  45. cca2437 fuse: lock page in mkwrite by Miklos Szeredi · 11 years ago
  46. 385b126 fuse: Prepare to handle multiple pages in writeback by Pavel Emelyanov · 11 years ago
  47. adcadfa fuse: Getting file for writeback helper by Pavel Emelyanov · 11 years ago
  48. 698fa1d fuse: no RCU mode in fuse_access() by Miklos Szeredi · 11 years ago
  49. 6314efe fuse: readdirplus: fix RCU walk by Miklos Szeredi · 11 years ago
  50. 3c70b8e fuse: don't check_submounts_and_drop() in RCU walk by Miklos Szeredi · 11 years ago
  51. 0ab08f5 fuse: fix fallocate vs. ftruncate race by Maxim Patlasov · 11 years ago
  52. bde5278 fuse: wait for writeback in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  53. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  54. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 11 years ago
  55. 16d70e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  56. 46ea156 fuse: drop dentry on failed revalidate by Anand Avati · 11 years ago
  57. e2a6b95 fuse: clean up return in fuse_dentry_revalidate() by Miklos Szeredi · 11 years ago
  58. 5835f33 fuse: use d_materialise_unique() by Miklos Szeredi · 11 years ago
  59. 05726ac fuse: use list_for_each_entry() for list traversing by Dong Fang · 11 years ago
  60. efeb9e6 fuse: readdir: check for slash in names by Miklos Szeredi · 11 years ago
  61. 06a7c3c fuse: hotfix truncate_pagecache() issue by Maxim Patlasov · 11 years ago
  62. d331a41 fuse: invalidate inode attributes on xattr modification by Anand Avati · 11 years ago
  63. 4a4ac4e fuse: postpone end_page_writeback() in fuse_writepage_locked() by Maxim Patlasov · 11 years ago
  64. b78b6b3 Merge 3.11-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  65. 4183fb9 cuse: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  66. c7263bc fuse: readdirplus: cleanup by Miklos Szeredi · 11 years ago
  67. fa2b721 fuse: readdirplus: change attributes once by Miklos Szeredi · 11 years ago
  68. 2914941 fuse: readdirplus: fix instantiate by Miklos Szeredi · 11 years ago
  69. a28ef45 fuse: readdirplus: sanity checks by Miklos Szeredi · 11 years ago
  70. 53ce9a3 fuse: readdirplus: fix dentry leak by Niels de Vos · 11 years ago
  71. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  72. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  75. 8d3af7f [readdir] convert fuse by Al Viro · 11 years ago
  76. 14c1441 fuse: hold i_mutex in fuse_file_fallocate() by Maxim Patlasov · 11 years ago
  77. e5c5f05 fuse: fix alignment in short read optimization for async_dio by Maxim Patlasov · 11 years ago
  78. c9ecf98 fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests by Brian Foster · 11 years ago
  79. 28420da fuse: fix readdirplus Oops in fuse_dentry_revalidate by Miklos Szeredi · 11 years ago
  80. bee6c30 fuse: update inode size and invalidate attributes on fallocate by Brian Foster · 11 years ago
  81. 3634a63 fuse: truncate pagecache range on hole punch by Brian Foster · 11 years ago
  82. de82b92 fuse: allocate for_background dio requests based on io->async state by Brian Foster · 11 years ago
  83. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  84. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  85. a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  86. 60b9df7 fuse: add flag to turn on async direct IO by Miklos Szeredi · 11 years ago
  87. efb9fa9 fuse: truncate file if async dio failed by Maxim Patlasov · 12 years ago
  88. 439ee5f fuse: optimize short direct reads by Maxim Patlasov · 12 years ago
  89. bcba24c fuse: enable asynchronous processing direct IO by Maxim Patlasov · 12 years ago
  90. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  91. 01e9d11 fuse: add support of async IO by Maxim Patlasov · 12 years ago
  92. 187c5c3 fuse: move fuse_release_user_pages() up by Maxim Patlasov · 12 years ago
  93. 3c18ef8 fuse: optimize wake_up by Miklos Szeredi · 11 years ago
  94. 722d2be fuse: implement exclusive wakeup for blocked_waitq by Maxim Patlasov · 11 years ago
  95. 0aada88 fuse: skip blocking on allocations of synchronous requests by Maxim Patlasov · 11 years ago
  96. 796523fb fuse: add flag fc->initialized by Maxim Patlasov · 11 years ago
  97. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 11 years ago
  98. 6447a3c get rid of pipe->inode by Al Viro · 11 years ago
  99. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  100. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago