1. d97482e drbd: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  2. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  3. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  4. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  5. 7f338fe nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reserves by Mel Gorman · 12 years ago
  6. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  7. 10af813 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy into for-3.6/drivers by Jens Axboe · 12 years ago
  8. 2fb2ca6 floppy: remove duplicated flag FD_RAW_NEED_DISK by Fengguang Wu · 12 years ago
  9. 74018dc blk: pass from_schedule to non-request unplug functions. by NeilBrown · 12 years ago
  10. 9cbb175 blk: centralize non-request unplug handling. by NeilBrown · 12 years ago
  11. 01ff5db block/nbd: micro-optimization in nbd request completion by Chetan Loke · 12 years ago
  12. 1fe5e99 rbd: create rbd_refresh_helper() by Alex Elder · 12 years ago
  13. b813623 rbd: return obj version in __rbd_refresh_header() by Alex Elder · 12 years ago
  14. ccece23 rbd: fixes in rbd_header_from_disk() by Alex Elder · 12 years ago
  15. 913d2fd rbd: always pass ops array to rbd_req_sync_op() by Alex Elder · 12 years ago
  16. d67d4be rbd: pass null version pointer in add_snap() by Alex Elder · 12 years ago
  17. 57cfc10 rbd: make rbd_create_rw_ops() return a pointer by Alex Elder · 12 years ago
  18. 4e891e0 rbd: have __rbd_add_snap_dev() return a pointer by Alex Elder · 12 years ago
  19. 070c633 rbd: drop "object_name" from rbd_req_sync_unwatch() by Alex Elder · 12 years ago
  20. 7f0a24d rbd: drop "object_name" from rbd_req_sync_notify_ack() by Alex Elder · 12 years ago
  21. 4cb1625 rbd: drop "object_name" from rbd_req_sync_notify() by Alex Elder · 12 years ago
  22. 0e6f322 rbd: drop "object_name" from rbd_req_sync_watch() by Alex Elder · 12 years ago
  23. 14e7085 rbd: drop rbd_dev parameter in snap functions by Alex Elder · 12 years ago
  24. ed63f4f rbd: drop rbd_header_from_disk() gfp_flags parameter by Alex Elder · 12 years ago
  25. 9a5d690 rbd: snapc is unused in rbd_req_sync_read() by Alex Elder · 12 years ago
  26. de71a29 rbd: rename rbd_device->id by Alex Elder · 12 years ago
  27. 8e94af8 rbd: encapsulate header validity test by Alex Elder · 12 years ago
  28. bd919d4 rbd: clean up a few dout() calls by Alex Elder · 12 years ago
  29. a059329 rbd: simplify __rbd_remove_all_snaps() by Alex Elder · 12 years ago
  30. a66f8c9 rbd: drop extra header_rwsem init by Alex Elder · 12 years ago
  31. 9e15dc7 rbd: kill rbd_image_header->snap_seq by Alex Elder · 12 years ago
  32. 505cbb9 rbd: set snapc->seq only when refreshing header by Alex Elder · 12 years ago
  33. 78dc447 rbd: preserve snapc->seq in rbd_header_set_snap() by Alex Elder · 12 years ago
  34. 75fe9e1 rbd: don't use snapc->seq that way by Alex Elder · 12 years ago
  35. a71b891 rbd: send header version when notifying by Josh Durgin · 13 years ago
  36. d1d2564 rbd: use reference counting for the snap context by Josh Durgin · 13 years ago
  37. 93a24e0 rbd: set image size when header is updated by Josh Durgin · 13 years ago
  38. a51aa0c rbd: expose the correct size of the device in sysfs by Josh Durgin · 13 years ago
  39. 474ef7c rbd: only reset capacity when pointing to head by Josh Durgin · 13 years ago
  40. e88a36e rbd: return errors for mapped but deleted snapshot by Josh Durgin · 13 years ago
  41. d1f57ea rbd: kill num_reply parameters by Alex Elder · 12 years ago
  42. 43ae470 rbd: option symbol renames by Alex Elder · 12 years ago
  43. aded07e rbd: more symbol renames by Alex Elder · 12 years ago
  44. 0bed54d rbd: rename some fields in struct rbd_dev by Alex Elder · 12 years ago
  45. 0ce1a79 rbd: use rbd_dev consistently by Alex Elder · 12 years ago
  46. 820a5f3 rbd: dynamically allocate snapshot name by Alex Elder · 12 years ago
  47. bf3e5ae rbd: dynamically allocate image name by Alex Elder · 12 years ago
  48. cb8627c rbd: dynamically allocate image header name by Alex Elder · 12 years ago
  49. 849b426 rbd: dynamically allocate object prefix by Alex Elder · 12 years ago
  50. d22f76e rbd: dynamically allocate pool name by Alex Elder · 12 years ago
  51. 9bb2f33 rbd: create pool_id device attribute by Alex Elder · 12 years ago
  52. ca1e49a rbd: rename rbd_dev->block_name by Alex Elder · 12 years ago
  53. ea3352f rbd: define dup_token() by Alex Elder · 12 years ago
  54. ad4f232 rbd: drop a useless local variable by Alex Elder · 12 years ago
  55. 72ea1f7 Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/drivers by Jens Axboe · 12 years ago
  56. cd5d503 virtio-blk: allow toggling host cache between writeback and writethrough by Paolo Bonzini · 12 years ago
  57. 2c95a32 virtio-blk: Use block layer provided spinlock by Asias He · 12 years ago
  58. 483001c virtio-blk: Reset device after blk_cleanup_queue() by Asias He · 12 years ago
  59. 02e2b12 virtio-blk: Call del_gendisk() before disable guest kick by Asias He · 12 years ago
  60. a73ff32 drbd: announce FLUSH/FUA capability to upper layers by Lars Ellenberg · 12 years ago
  61. db141b2 drbd: fix max_bio_size to be unsigned by Lars Ellenberg · 12 years ago
  62. 7ee1fb9 drbd: flush drbd work queue before invalidate/invalidate remote by Lars Ellenberg · 12 years ago
  63. c12e9c8 drbd: fix potential access after free by Lars Ellenberg · 12 years ago
  64. 63a6d0b drbd: call local-io-error handler early by Lars Ellenberg · 12 years ago
  65. 0029d62 drbd: do not reset rs_pending_cnt too early by Lars Ellenberg · 12 years ago
  66. 8843787 drbd: reset congestion information before reporting it in /proc/drbd by Lars Ellenberg · 12 years ago
  67. c2ba686 drbd: report congestion if we are waiting for some userland callback by Lars Ellenberg · 12 years ago
  68. 383606e drbd: differentiate between normal and forced detach by Lars Ellenberg · 12 years ago
  69. d264580 drbd: cleanup, remove two unused global flags by Lars Ellenberg · 12 years ago
  70. b1af9be Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy into for-3.6/drivers by Jens Axboe · 12 years ago
  71. 7100e50 Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  72. 89c30f1 xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 12 years ago
  73. bfaa07bc Merge branch 'pm-drivers' by Rafael J. Wysocki · 12 years ago
  74. 6a3ca4f rbd: endian bug in rbd_req_cb() by Dan Carpenter · 12 years ago
  75. 236df37 rbd: Fix ceph_snap_context size calculation by Yan, Zheng · 12 years ago
  76. 68d740d blk: fix wrong idr_pre_get() error check in loop.c by Silva Paulo · 12 years ago
  77. 156ffcb mg_disk: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  78. 0cc15d03 floppy: Run floppy initialization asynchronous by Andi Kleen · 12 years ago
  79. dab058f floppy: cancel any pending fd_timeouts before adding a new one by Linus Torvalds · 12 years ago
  80. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  81. 6d407cf Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linus by Jens Axboe · 12 years ago
  82. 9877517 Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 12 years ago
  83. 3258737 umem: fix up unplugging by Tao Guo · 12 years ago
  84. 0d5934e drbd: fix null pointer dereference with on-congestion policy when diskless by Lars Ellenberg · 12 years ago
  85. 1ed25b2 drbd: fix list corruption by failing but already aborted reads by Lars Ellenberg · 12 years ago
  86. 4eccc57 drbd: fix access of unallocated pages and kernel panic by Lars Ellenberg · 12 years ago
  87. 6878c32 xen/blkfront: Add WARN to deal with misbehaving backends. by Konrad Rzeszutek Wilk · 12 years ago
  88. 895cfcc rbd: endian bug in rbd_req_cb() by Dan Carpenter · 12 years ago
  89. f9f9a19 rbd: Fix ceph_snap_context size calculation by Yan, Zheng · 12 years ago
  90. 7b421d2 mtip32xx: Create debugfs entries for troubleshooting by Asai Thambi S P · 12 years ago
  91. 7412ff1 mtip32xx: Remove 'registers' and 'flags' from sysfs by Asai Thambi S P · 12 years ago
  92. 87c9ea7 mtip32xx: Remove version.h header file inclusion by Sachin Kamat · 12 years ago
  93. b77874c mtip32xx: Changes to sysfs entries by Asai Thambi S P · 12 years ago
  94. 8ce8009 mtip32xx: Convert macro definitions for flag bits to enum by Asai Thambi S P · 12 years ago
  95. 377b8fc6 mtip32xx: minor performance tweak by Asai Thambi S P · 12 years ago
  96. e602878f mtip32xx: Fix to support more than one sector in exec_drive_command() by Asai Thambi S P · 12 years ago
  97. 0a07ab2 mtip32xx: Use plain spinlock for 'cmd_issue_lock' by Asai Thambi S P · 12 years ago
  98. 6c8ab69 mtip32xx: Set block queue boundary variables by Asai Thambi S P · 12 years ago
  99. d02e1f0 mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commands by Asai Thambi S P · 12 years ago
  100. 971890f mtip32xx: Change HDIO_GET_IDENTITY to return stored data by Asai Thambi S P · 12 years ago