1. fec23f6 skd: cleanup skd_do_inq_page_da() by Bartlomiej Zolnierkiewicz · 11 years ago
  2. 7f74e5e skd: remove SKD_OMIT_FROM_SRC_DIST ifdefs by Bartlomiej Zolnierkiewicz · 11 years ago
  3. ebedd16 skd: remove redundant skdev->pdev assignment from skd_pci_probe() by Bartlomiej Zolnierkiewicz · 11 years ago
  4. 4ca90b5 skd: use <asm/unaligned.h> by Bartlomiej Zolnierkiewicz · 11 years ago
  5. 4350463 skd: remove SCSI subsystem specific includes by Bartlomiej Zolnierkiewicz · 11 years ago
  6. b8df664 skd: register block device only if some devices are present by Bartlomiej Zolnierkiewicz · 11 years ago
  7. fbed149 skd: fix error messages in skd_init() by Bartlomiej Zolnierkiewicz · 11 years ago
  8. 2b91c55 skd: fix error paths in skd_init() by Bartlomiej Zolnierkiewicz · 11 years ago
  9. a073ae9 skd: fix unregister_blkdev() placement by Bartlomiej Zolnierkiewicz · 11 years ago
  10. 38d4a1b skd: more removal of bio-based code by Mike Snitzer · 11 years ago
  11. 6a5ec65b skd: cleanup the skd_*() function block wrapping by Jens Axboe · 11 years ago
  12. fcd37eb skd: rip out bio path by Jens Axboe · 11 years ago
  13. 1762b57 skd: fix error return code in skd_pci_probe() by Wei Yongjun · 11 years ago
  14. b88fac6 cciss: return 0 from driver probe function on success, not 1 by Stephen M. Cameron · 11 years ago
  15. 2e44b42 skd: Replaced custom debug PRINTKs with pr_debug by rchinthekindi · 11 years ago
  16. f721bb0 skd: Fix checkpatch ERRORS and removed unused functions by Akhil Bhansali · 11 years ago
  17. 8c49a77 rsxx: Fix possible kernel panic with invalid config. by Philip J Kelleher · 11 years ago
  18. e35f38b rsxx: Disallow discards from being unmapped. by Philip J Kelleher · 11 years ago
  19. 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
  20. d2da5b0 drbd: fix decoding of bitmap vli rle for device sizes > 64 TB by Lars Ellenberg · 11 years ago
  21. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  22. b874d23 drbd: Fix an connection drop issue after enabling allow-two-primaries by Philipp Reisner · 11 years ago
  23. 69babf0 drbd: fix NULL pointer deref in module init error path by Lars Ellenberg · 11 years ago
  24. 7badfb1 block: disable cpqarray in Kconfig by Jens Axboe · 11 years ago
  25. e67f86b Add support for sTec's pci-e flash card Kronos by Akhil Bhansali · 11 years ago
  26. 0317cd6 rsxx: Kernel Panic caused by mapping Discards by Philip J Kelleher · 11 years ago
  27. c8afd0d mtip32xx: dynamically allocate buffer in debugfs functions by David Milburn · 11 years ago
  28. 8f8b899 mtip32xx: Add SRSI support by Asai Thambi S P · 11 years ago
  29. 1b21f5b2 rsxx: Moving pci_map_page to prevent overflow. by Philip J Kelleher · 11 years ago
  30. e5feab2 rsxx: Handling failed pci_map_page on PowerPC and double free. by Philip J Kelleher · 11 years ago
  31. ef7e7c8 loop: fix crash when using unassigned loop device by Mikulas Patocka · 11 years ago
  32. ea5ec76 xen/blkback: fix reference counting by Vegard Nossum · 11 years ago
  33. c47206e xen-blkfront: improve aproximation of required grants per request by Roger Pau Monne · 11 years ago
  34. fbe363c xen-blkfront: revoke foreign access for grants not mapped by the backend by Roger Pau Monne · 11 years ago
  35. 370d668 mg_disk: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  36. 6678d83 block: Consolidate duplicated bio_trim() implementations by Kent Overstreet · 11 years ago
  37. a207f59 block: fix a probe argument to blk_register_region by Mikulas Patocka · 11 years ago
  38. 3ec981e loop: fix crash if blk_alloc_queue fails by Mikulas Patocka · 11 years ago
  39. 58f09e0 cciss: fix info leak in cciss_ioctl32_passthru() by Dan Carpenter · 11 years ago
  40. 627aad1 cpqarray: fix info leak in ida_locked_ioctl() by Dan Carpenter · 11 years ago
  41. e9ff04d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  42. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  43. 666dc7c pktcdvd: fix defective misuses of pkt_<level> by Joe Perches · 11 years ago
  44. f3ded78 pktcdvd: add struct pktcdvd_device * to pkt_dump_sense() by Joe Perches · 11 years ago
  45. 0c075d6 pktcdvd: convert pr_info to pkt_info by Joe Perches · 11 years ago
  46. ca73dab pktcdvd: convert pr_notice to pkt_notice by Joe Perches · 11 years ago
  47. fa63c0a pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible by Joe Perches · 11 years ago
  48. 844aa79 pktcdvd: add struct pktcdvd_device * to pkt_dbg by Joe Perches · 11 years ago
  49. cd3f2cd pktcdvd: consolidate DPRINTK and VPRINTK macros by Joe Perches · 11 years ago
  50. 9948133 pktcdvd: convert printk to pr_<level> by Joe Perches · 11 years ago
  51. 5323fb7 pktcdvd: convert ZONE macro to static function get_zone() by Joe Perches · 11 years ago
  52. fea1b13 aoe: do not BUG if memory pressure prevented debugfs file creation by Ed Cashin · 11 years ago
  53. e0ec360 aoe: suppress compiler warnings by Andy Shevchenko · 11 years ago
  54. a88c1f0 aoe: remove custom implementation of kbasename() by Andy Shevchenko · 11 years ago
  55. 896dcd9 aoe: update internal version number to 85 by Ed Cashin · 11 years ago
  56. ec34512 aoe: update copyright date by Ed Cashin · 11 years ago
  57. 2256c1c aoe: fill in per-AoE-target information for debugfs file by Ed Cashin · 11 years ago
  58. 1cf9479 aoe: provide file operations for debugfs files by Ed Cashin · 11 years ago
  59. e8866cf aoe: add AoE-target files to debugfs by Ed Cashin · 11 years ago
  60. 190519c aoe: create and destroy debugfs directory for aoe by Ed Cashin · 11 years ago
  61. c07303c drivers/block/swim.c: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  62. e7b18ed cciss: set max scatter gather entries to 32 on P600 by Mike Miller · 11 years ago
  63. c86db97 drivers/block/mg_disk.c: make mg_times_out() static by Jingoo Han · 11 years ago
  64. bb8e0e8 block: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  65. da6a6b6 rbd: fix error handling from rbd_snap_name() by Josh Durgin · 11 years ago
  66. efadc98 rbd: ignore unmapped snapshots that no longer exist by Josh Durgin · 11 years ago
  67. 9875201 rbd: fix use-after free of rbd_dev->disk by Josh Durgin · 11 years ago
  68. 20e0af6 rbd: make rbd_obj_notify_ack() synchronous by Josh Durgin · 11 years ago
  69. 9abc599 rbd: complete notifies before cleaning up osd_client and rbd_dev by Josh Durgin · 11 years ago
  70. 6cccc7d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  71. b409624 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  72. d82e8bf NVMe: Merge issue on character device bring-up by Keith Busch · 11 years ago
  73. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  74. c354557 rbd: fix null dereference in dout by Josh Durgin · 11 years ago
  75. 03507db rbd: fix buffer size for writes to images with snapshots by Josh Durgin · 11 years ago
  76. 17c1cc1 rbd: fix I/O error propagation for reads by Josh Durgin · 11 years ago
  77. 9d713c2 NVMe: Handle ioremap failure by Keith Busch · 11 years ago
  78. cd63894 NVMe: Add pci suspend/resume driver callbacks by Keith Busch · 11 years ago
  79. 1894d8f NVMe: Use normal shutdown by Keith Busch · 11 years ago
  80. f0b5073 NVMe: Separate controller init from disk discovery by Keith Busch · 11 years ago
  81. 2240427 NVMe: Separate queue alloc/free from create/delete by Keith Busch · 11 years ago
  82. 0877cb0 NVMe: Group pci related actions in functions by Keith Busch · 11 years ago
  83. 9e59d09 NVMe: Disk stats for read/write commands only by Keith Busch · 11 years ago
  84. 7e03b12 NVMe: Bring up cdev on set feature failure by Keith Busch · 11 years ago
  85. 1b56749 NVMe: Fix checkpatch issues by Keith Busch · 11 years ago
  86. c3bfe71 NVMe: Namespace IDs are unsigned by Matthew Wilcox · 11 years ago
  87. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  88. b15a21d rbd: convert bus code to use bus_groups by Greg Kroah-Hartman · 11 years ago
  89. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  90. ee3e542 Merge remote-tracking branch 'linus/master' into testing by Sage Weil · 11 years ago
  91. fb32975 aoe: adjust ref of head for compound page tails by Ed Cashin · 11 years ago
  92. a158073 block: rbd: use NULL instead of 0 by Jingoo Han · 11 years ago
  93. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  94. 72c1c2f Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 11 years ago
  95. 4937a26 xilinx systemace: Fix sparse warnings by Michal Simek · 12 years ago
  96. 9a5889a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  97. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  98. 94ac118 aoe: update internal version number to v83 by Ed Cashin · 11 years ago
  99. ca47bbd aoe: update copyright date by Ed Cashin · 11 years ago
  100. 8030d34 aoe: perform I/O completions in parallel by Ed Cashin · 11 years ago