1. 981aa8c bcache: bugfix - moving_gc now moves only correct buckets by Nicholas Swenson · 11 years ago
  2. bee63f4 bcache: fix for gc crashing when no sectors are used by Nicholas Swenson · 11 years ago
  3. 97d11a6 bcache: Fix heap_peek() macro by Nicholas Swenson · 11 years ago
  4. 9eb8ebe bcache: Fix for can_attach_cache() by Nicholas Swenson · 11 years ago
  5. d24a6e1 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  6. ce2b3f5 bcache: Use uninterruptible sleep in writeback by Kent Overstreet · 11 years ago
  7. f665c0f bcache: kthread don't set writeback task to INTERUPTIBLE by Stefan Priebe · 11 years ago
  8. 08239ca bcache: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  9. c869494 bcache: defensively handle format strings by Kees Cook · 11 years ago
  10. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  11. 098fb25 bcache: Delete some slower inline asm by Kent Overstreet · 11 years ago
  12. 28935ab bcache: Use ida for bcache block dev minor by Kent Overstreet · 11 years ago
  13. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  14. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago
  15. 17e21a9 bcache: Have btree_split() insert into parent directly by Kent Overstreet · 11 years ago
  16. 65d22e9 bcache: Move spinlock into struct time_stats by Kent Overstreet · 11 years ago
  17. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 11 years ago
  18. 5031016 bcache: Kill bch_next_recurse_key() by Kent Overstreet · 11 years ago
  19. bc9389e bcache: Avoid deadlocking in garbage collection by Kent Overstreet · 11 years ago
  20. a1f0358 bcache: Incremental gc by Kent Overstreet · 11 years ago
  21. 8835c12 bcache: Add make_btree_freeing_key() by Kent Overstreet · 11 years ago
  22. f269af5 bcache: Add btree_node_write_sync() by Kent Overstreet · 11 years ago
  23. 0eacac2 bcache: PRECEDING_KEY() by Kent Overstreet · 11 years ago
  24. d5cc66e bcache: bch_(btree|extent)_ptr_invalid() by Kent Overstreet · 11 years ago
  25. 3a3b6a4 bcache: Don't bother with bucket refcount for btree node allocations by Kent Overstreet · 11 years ago
  26. 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
  27. e58ff15 bcache: Fix bch_ptr_bad() by Kent Overstreet · 11 years ago
  28. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  29. 2599b53 bcache: Move sector allocator to alloc.c by Kent Overstreet · 11 years ago
  30. 220bb38 bcache: Break up struct search by Kent Overstreet · 11 years ago
  31. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  32. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  33. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago
  34. faadf0c bcache: Drop some closure stuff by Kent Overstreet · 11 years ago
  35. b54d693 bcache: Kill op->cl by Kent Overstreet · 11 years ago
  36. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  37. cc23196 bcache: Clean up cache_lookup_fn by Kent Overstreet · 11 years ago
  38. 2c1953e bcache: Convert bch_btree_read_async() to bch_btree_map_keys() by Kent Overstreet · 11 years ago
  39. df8e897 bcache: Move some stuff to btree.c by Kent Overstreet · 11 years ago
  40. 48dad8b bcache: Add btree_map() functions by Kent Overstreet · 11 years ago
  41. 5e6926d bcache: Convert writeback to a kthread by Kent Overstreet · 11 years ago
  42. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  43. 35fcd84 bcache: Convert bucket_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  44. e8e1d46 bcache: Convert try_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  45. 0b93207 bcache: Move keylist out of btree_op by Kent Overstreet · 11 years ago
  46. a34a8bf bcache: Refactor journalling flow control by Kent Overstreet · 11 years ago
  47. cdd972b bcache: Refactor read request code a bit by Kent Overstreet · 11 years ago
  48. 84f0db0 bcache: Refactor request_write() by Kent Overstreet · 11 years ago
  49. c2f95ae bcache: Clean up keylist code by Kent Overstreet · 11 years ago
  50. 4f3d401 bcache: Add explicit keylist arg to btree_insert() by Kent Overstreet · 11 years ago
  51. e7c590e bcache: Convert btree_insert_check_key() to btree_insert_node() by Kent Overstreet · 11 years ago
  52. 403b6cd bcache: Insert multiple keys at a time by Kent Overstreet · 11 years ago
  53. 26c949f bcache: Add btree_insert_node() by Kent Overstreet · 11 years ago
  54. d6fd3b1 bcache: Explicitly track btree node's parent by Kent Overstreet · 11 years ago
  55. 8304ad4 bcache: Remove unnecessary check in should_split() by Kent Overstreet · 11 years ago
  56. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 11 years ago
  57. 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 11 years ago
  58. 49b1212 bcache: Use blkdev_issue_discard() by Kent Overstreet · 11 years ago
  59. dd9ec84 bcache: Fix a lockdep splat by Kent Overstreet · 11 years ago
  60. 7857d5d4 bcache: Fix a journalling performance bug by Kent Overstreet · 11 years ago
  61. 1fa8455 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  62. f7cb20f floppy: Correct documentation of driver options when used as a module. by Ben Harris · 11 years ago
  63. 49c2856 pktcdvd: debugfs functions return NULL on error by Dan Carpenter · 11 years ago
  64. bfe11d6 xen-blkfront: restore the non-persistent data path by Roger Pau Monne · 11 years ago
  65. f1a3c61 skd: fix formatting in skd_s1120.h by Bartlomiej Zolnierkiewicz · 11 years ago
  66. 542d7b0 skd: reorder construct/destruct code by Bartlomiej Zolnierkiewicz · 11 years ago
  67. fec23f6 skd: cleanup skd_do_inq_page_da() by Bartlomiej Zolnierkiewicz · 11 years ago
  68. 7f74e5e skd: remove SKD_OMIT_FROM_SRC_DIST ifdefs by Bartlomiej Zolnierkiewicz · 11 years ago
  69. ebedd16 skd: remove redundant skdev->pdev assignment from skd_pci_probe() by Bartlomiej Zolnierkiewicz · 11 years ago
  70. 4ca90b5 skd: use <asm/unaligned.h> by Bartlomiej Zolnierkiewicz · 11 years ago
  71. 4350463 skd: remove SCSI subsystem specific includes by Bartlomiej Zolnierkiewicz · 11 years ago
  72. b8df664 skd: register block device only if some devices are present by Bartlomiej Zolnierkiewicz · 11 years ago
  73. fbed149 skd: fix error messages in skd_init() by Bartlomiej Zolnierkiewicz · 11 years ago
  74. 2b91c55 skd: fix error paths in skd_init() by Bartlomiej Zolnierkiewicz · 11 years ago
  75. a073ae9 skd: fix unregister_blkdev() placement by Bartlomiej Zolnierkiewicz · 11 years ago
  76. 38d4a1b skd: more removal of bio-based code by Mike Snitzer · 11 years ago
  77. 6a5ec65b skd: cleanup the skd_*() function block wrapping by Jens Axboe · 11 years ago
  78. fcd37eb skd: rip out bio path by Jens Axboe · 11 years ago
  79. 1762b57 skd: fix error return code in skd_pci_probe() by Wei Yongjun · 11 years ago
  80. ef08994 s390/dasd: hold request queue sysfs lock when calling elevator_init() by Heiko Carstens · 11 years ago
  81. b88fac6 cciss: return 0 from driver probe function on success, not 1 by Stephen M. Cameron · 11 years ago
  82. 2e44b42 skd: Replaced custom debug PRINTKs with pr_debug by rchinthekindi · 11 years ago
  83. f721bb0 skd: Fix checkpatch ERRORS and removed unused functions by Akhil Bhansali · 11 years ago
  84. 8c49a77 rsxx: Fix possible kernel panic with invalid config. by Philip J Kelleher · 11 years ago
  85. e35f38b rsxx: Disallow discards from being unmapped. by Philip J Kelleher · 11 years ago
  86. 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
  87. d2da5b0 drbd: fix decoding of bitmap vli rle for device sizes > 64 TB by Lars Ellenberg · 11 years ago
  88. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  89. b874d23 drbd: Fix an connection drop issue after enabling allow-two-primaries by Philipp Reisner · 11 years ago
  90. 69babf0 drbd: fix NULL pointer deref in module init error path by Lars Ellenberg · 11 years ago
  91. 7badfb1 block: disable cpqarray in Kconfig by Jens Axboe · 11 years ago
  92. e67f86b Add support for sTec's pci-e flash card Kronos by Akhil Bhansali · 11 years ago
  93. 0317cd6 rsxx: Kernel Panic caused by mapping Discards by Philip J Kelleher · 11 years ago
  94. c8afd0d mtip32xx: dynamically allocate buffer in debugfs functions by David Milburn · 11 years ago
  95. 8f8b899 mtip32xx: Add SRSI support by Asai Thambi S P · 11 years ago
  96. 1b21f5b2 rsxx: Moving pci_map_page to prevent overflow. by Philip J Kelleher · 11 years ago
  97. e5feab2 rsxx: Handling failed pci_map_page on PowerPC and double free. by Philip J Kelleher · 11 years ago
  98. ef7e7c8 loop: fix crash when using unassigned loop device by Mikulas Patocka · 11 years ago
  99. ea5ec76 xen/blkback: fix reference counting by Vegard Nossum · 11 years ago
  100. c47206e xen-blkfront: improve aproximation of required grants per request by Roger Pau Monne · 11 years ago