1. d299c29 Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  2. b92eded Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  3. 6e2a450 rbd: don't zero-fill non-image object requests by Alex Elder · 11 years ago
  4. c613c5f mg_disk: fix error return code in mg_probe() by Wei Yongjun · 11 years ago
  5. 80b00df rsxx: remove unused variable by Philip J Kelleher · 11 years ago
  6. 4dcaf47 rsxx: enable error return of rsxx_eeh_save_issued_dmas() by Philip J Kelleher · 11 years ago
  7. d8d595d block: removes dynamic allocation on stack by Philip J Kelleher · 11 years ago
  8. 5da273f Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  9. 1220903 NVMe: Add namespaces with no LBA range feature by Keith Busch · 11 years ago
  10. d2b805d cciss: fix invalid use of sizeof in cciss_find_cfgtables() by Wei Yongjun · 11 years ago
  11. 8761a3d loop: cleanup partitions when detaching loop device by Phillip Susi · 11 years ago
  12. 183cfb5 loop: fix error return code in loop_add() by Wei Yongjun · 11 years ago
  13. d137c83 mtip32xx: fix error return code in mtip_pci_probe() by Wei Yongjun · 11 years ago
  14. 7fbaee7 Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 11 years ago
  15. b1173e3 xen-blkfront: remove frame list from blk_shadow by Roger Pau Monne · 11 years ago
  16. 9c1e050 xen-blkfront: pre-allocate pages for requests by Roger Pau Monne · 11 years ago
  17. ffb1dab xen-blkback: don't store dev_bus_addr by Roger Pau Monne · 11 years ago
  18. 155b7ed xen-blkfront: switch from llist to list by Roger Pau Monne · 11 years ago
  19. 217fd5e xen-blkback: fix foreach_grant_safe to handle empty lists by Roger Pau Monne · 11 years ago
  20. 29d0b21 xen-blkfront: replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 11 years ago
  21. 0e5e098 xen-blkback: fix dispatch_rw_block_io() error path by Jan Beulich · 11 years ago
  22. 351a2c6 rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas() by Jens Axboe · 11 years ago
  23. c95246c Adding in EEH support to the IBM FlashSystem 70/80 device driver by Philip J Kelleher · 11 years ago
  24. 1ebfd10 block: IBM RamSan 70/80 error message bug fix. by Philip J Kelleher · 11 years ago
  25. 9bb3c44 block: IBM RamSan 70/80 branding changes. by Philip J Kelleher · 11 years ago
  26. 03ac03a block: IBM RamSan 70/80 fixes inconsistent locking. by Philip J Kelleher · 11 years ago
  27. f379120 block: IBM RamSan 70/80 trivial changes. by Philip J Kelleher · 11 years ago
  28. 986cacb xen/blkback: Change statistics counter types to unsigned by Zoltan Kiss · 11 years ago
  29. 0e367ae xen/blkback: correctly respond to unknown, non-native requests by David Vrabel · 11 years ago
  30. a72d900 xen/xen-blkback: preq.dev is used without initialized by Chen Gang · 11 years ago
  31. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  32. f042fea Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  33. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  34. 398eb08 nbd: fix sparse warning by Alex Elder · 11 years ago
  35. a83e814 nbd: show read-only state in sysfs by Paolo Bonzini · 11 years ago
  36. 3a2d63f8 nbd: fsync and kill block device on shutdown by Paolo Bonzini · 11 years ago
  37. 75f187a nbd: support FLUSH requests by Alex Bligh · 11 years ago
  38. 56de210 drbd: convert to idr_alloc() by Tejun Heo · 11 years ago
  39. c718aa6 block/loop: convert to idr_alloc() by Tejun Heo · 11 years ago
  40. 9d60916 block/loop: don't use idr_remove_all() by Tejun Heo · 11 years ago
  41. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. 1b83bef libceph: update osd request/reply encoding by Sage Weil · 11 years ago
  43. c47f937 rbd: pass length, not op for osd completions by Alex Elder · 11 years ago
  44. 39bf2c5 rbd: move rbd_osd_trivial_callback() by Alex Elder · 11 years ago
  45. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  46. cc344fa rbd: eliminate sparse warnings by Alex Elder · 11 years ago
  47. 37206ee rbd: normalize dout() calls by Alex Elder · 11 years ago
  48. 632b88c rbd: barriers are hard by Alex Elder · 11 years ago
  49. 4dda41d rbd: ignore zero-length requests by Alex Elder · 11 years ago
  50. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  51. b7a1da6 loopdev: ignore negative offset when calculate loop device size by Guo Chao · 11 years ago
  52. b1a6650 loopdev: remove an user triggerable oops by Guo Chao · 11 years ago
  53. 7b0576a loopdev: move common code into loop_figure_size() by Guo Chao · 11 years ago
  54. 541c742 loopdev: update block device size in loop_set_status() by Guo Chao · 11 years ago
  55. 5370019 loopdev: fix a deadlock by Guo Chao · 11 years ago
  56. 7414d4f drivers/block/swim3.c: fix null pointer dereference by Cong Ding · 11 years ago
  57. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  58. e177bb5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  59. d4308fe Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.9/drivers by Jens Axboe · 11 years ago
  60. 4c7a08c Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-ceph by Alex Elder · 11 years ago
  61. 903bb32 libceph: drop return value from page vector copy routines by Alex Elder · 11 years ago
  62. 23ed6e1 rbd: ignore result of ceph_copy_from_page_vector() by Alex Elder · 11 years ago
  63. 1ceae7e rbd: prevent bytes transferred overflow by Alex Elder · 11 years ago
  64. fbfab53 libceph: allow STAT osd operations by Alex Elder · 11 years ago
  65. ef06f4d3 rbd: add parentheses to object request iterator macros by Alex Elder · 11 years ago
  66. 087ffec xen-blkback: use balloon pages for persistent grants by Roger Pau Monne · 11 years ago
  67. f84adf4 xen-blkfront: drop the use of llist_for_each_entry_safe by Konrad Rzeszutek Wilk · 11 years ago
  68. 01c681d xen/blkback: Don't trust the handle from the frontend. by Konrad Rzeszutek Wilk · 11 years ago
  69. 9d09260 xen-blkback: do not leak mode property by Jan Beulich · 12 years ago
  70. c206c70 block: IBM RamSan 70/80 driver fixes by Philip J Kelleher · 11 years ago
  71. 3c663bb libceph: kill ceph_osdc_create_event() "one_shot" parameter by Alex Elder · 11 years ago
  72. 11e7651 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  73. f4d9605 sunvdc: Fix off-by-one in generic_request(). by David S. Miller · 11 years ago
  74. ec8edc7 Merge branch 'delete-xt-disk' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux into for-3.9/drivers by Jens Axboe · 11 years ago
  75. 0774130 rbd: add barriers near done flag operations by Alex Elder · 11 years ago
  76. a14ea26 rbd: turn off interrupts for open/remove locking by Alex Elder · 11 years ago
  77. 9cbb1d7 libceph: don't require r_num_pages for bio requests by Alex Elder · 11 years ago
  78. 1e32d34 rbd: don't take extra bio reference for osd client by Alex Elder · 11 years ago
  79. b82d167 rbd: prevent open for image being removed by Alex Elder · 11 years ago
  80. 6d29290 rbd: define flags field, use it for exists flag by Alex Elder · 11 years ago
  81. 8eb8756 rbd: don't drop watch requests on completion by Alex Elder · 11 years ago
  82. 25dcf95 rbd: decrement obj request count when deleting by Alex Elder · 11 years ago
  83. 975241a rbd: track object rather than osd request for watch by Alex Elder · 11 years ago
  84. 6977c3f rbd: unregister linger in watch sync routine by Alex Elder · 11 years ago
  85. 9f20e02 rbd: get rid of rbd_req_sync_exec() by Alex Elder · 11 years ago
  86. 36be9a7 rbd: implement sync method with new code by Alex Elder · 11 years ago
  87. cf81b60 rbd: send notify ack asynchronously by Alex Elder · 11 years ago
  88. 5ae9db8 rbd: get rid of rbd_req_sync_notify_ack() by Alex Elder · 11 years ago
  89. b8d7003 rbd: use new code for notify ack by Alex Elder · 12 years ago
  90. ecf7a03 rbd: get rid of rbd_req_sync_watch() by Alex Elder · 11 years ago
  91. 9969ebc rbd: implement watch/unwatch with new code by Alex Elder · 11 years ago
  92. 86ea43b rbd: get rid of rbd_req_sync_read() by Alex Elder · 11 years ago
  93. 788e2df rbd: implement sync object read with new code by Alex Elder · 11 years ago
  94. 7d250b9 rbd: kill rbd_req_coll and rbd_request by Alex Elder · 12 years ago
  95. 2250a71 rbd: kill rbd_rq_fn() and all other related code by Alex Elder · 12 years ago
  96. bf0d5f50 rbd: new request tracking code by Alex Elder · 12 years ago
  97. 243eeb7 swim: Add missing spinlock init by Jean Delvare · 12 years ago
  98. e5e9fda rsxx: add slab.h include to dma.c by Jens Axboe · 11 years ago
  99. 1262e24 drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency by Heiko Carstens · 11 years ago
  100. 2110cf0 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago