1. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  2. 1a60864 Merge tag 'md/3.13-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  3. 8313b8e md: fix problem when adding device to read-only array with bitmap. by NeilBrown · 11 years ago
  4. e8b8491 md/raid10: fix bug when raid10 recovery fails to recover a block. by NeilBrown · 11 years ago
  5. 5af9bef md/raid5: fix a recently broken BUG_ON(). by NeilBrown · 11 years ago
  6. 41a336e md/raid1: fix request counting bug in new 'barrier' code. by NeilBrown · 11 years ago
  7. b50c259 md/raid10: fix two bugs in handling of known-bad-blocks. by NeilBrown · 11 years ago
  8. 1cc03eb md/raid5: Fix possible confusion when multiple write errors occur. by NeilBrown · 11 years ago
  9. c5fdd53 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  10. 5bd2010 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  11. 60e53a6 Merge branch 'bcache-for-3.13' of git://evilpiepirate.org/~kent/linux-bcache into for-linus by Jens Axboe · 11 years ago
  12. 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
  13. 6d3d1a9 bcache: bugfix for race between moving_gc and bucket_invalidate by Kent Overstreet · 11 years ago
  14. bf0a628 bcache: fix for gc and writeback race by Nicholas Swenson · 11 years ago
  15. 981aa8c bcache: bugfix - moving_gc now moves only correct buckets by Nicholas Swenson · 11 years ago
  16. bee63f4 bcache: fix for gc crashing when no sectors are used by Nicholas Swenson · 11 years ago
  17. 97d11a6 bcache: Fix heap_peek() macro by Nicholas Swenson · 11 years ago
  18. 9eb8ebe bcache: Fix for can_attach_cache() by Nicholas Swenson · 11 years ago
  19. d24a6e1 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  20. ce2b3f5 bcache: Use uninterruptible sleep in writeback by Kent Overstreet · 11 years ago
  21. f665c0f bcache: kthread don't set writeback task to INTERUPTIBLE by Stefan Priebe · 11 years ago
  22. 93e1585 Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  23. ed9571f dm array: fix a reference counting bug in shadow_ablock by Joe Thornber · 11 years ago
  24. 5b564d8 dm space map: disallow decrementing a reference count below zero by Joe Thornber · 11 years ago
  25. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  26. 76f5bee dm stats: initialize read-only module parameter by Mikulas Patocka · 11 years ago
  27. 4cb57ab dm bufio: initialize read-only module parameters by Mikulas Patocka · 11 years ago
  28. 0884480 dm cache: actually resize cache by Vincent Pelletier · 11 years ago
  29. af95e7a dm cache policy mq: fix promotions to occur as expected by Joe Thornber · 11 years ago
  30. 9b7aaa6 dm thin: allow pool in read-only mode to transition to read-write mode by Joe Thornber · 11 years ago
  31. 5383ef3 dm thin: re-establish read-only state when switching to fail mode by Joe Thornber · 11 years ago
  32. 020cc3b dm thin: always fallback the pool mode if commit fails by Joe Thornber · 11 years ago
  33. 4a02b34 dm thin: switch to read-only mode if metadata space is exhausted by Mike Snitzer · 11 years ago
  34. fafc7a8 dm thin: switch to read only mode if a mapping insert fails by Joe Thornber · 11 years ago
  35. f62b6b8 dm space map metadata: return on failure in sm_metadata_new_block by Mike Snitzer · 11 years ago
  36. 5b2d065 dm table: fail dm_table_create on dm_round_up overflow by Mikulas Patocka · 11 years ago
  37. 230c83a dm snapshot: avoid snapshot space leak on crash by Mikulas Patocka · 11 years ago
  38. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  39. 08239ca bcache: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  40. 6d183de md/raid5: fix newly-broken locking in get_active_stripe. by NeilBrown · 11 years ago
  41. 142d44c md: test mddev->flags more safely in md_check_recovery. by NeilBrown · 11 years ago
  42. 0c775d5 md/raid5: fix new memory-reference bug in alloc_thread_groups. by NeilBrown · 11 years ago
  43. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  44. 6d6e352 Merge tag 'md/3.13' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  45. 60aaf93 md/raid5: Use conf->device_lock protect changing of multi-thread resources. by majianpeng · 11 years ago
  46. d206dcf md/raid5: Before freeing old multi-thread worker, it should flush them. by majianpeng · 11 years ago
  47. e59aa23 md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE. by majianpeng · 11 years ago
  48. 79ef3a8 raid1: Rewrite the implementation of iobarrier. by majianpeng · 11 years ago
  49. 8e005f7 raid1: Add some macros to make code clearly. by majianpeng · 11 years ago
  50. 07169fd4 raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array when reconfiguring the array. by majianpeng · 11 years ago
  51. b364e3d raid1: Add a field array_frozen to indicate whether raid in freeze state. by majianpeng · 11 years ago
  52. 82592c3 md: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  53. 30b8feb md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes. by NeilBrown · 11 years ago
  54. c91abf5 md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread. by NeilBrown · 11 years ago
  55. 29f097c md: fix some places where mddev_lock return value is not checked. by NeilBrown · 11 years ago
  56. edfa1f6 raid5: Retry R5_ReadNoMerge flag when hit a read error. by Bian Yu · 11 years ago
  57. 4bda556 raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  58. 718822c dm delay: fix a possible deadlock due to shared workqueue by Mikulas Patocka · 11 years ago
  59. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  60. f412f2c Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  61. b89241e llists: move llist_reverse_order from raid5 to llist.c by Christoph Hellwig · 11 years ago
  62. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  63. 566c09c raid5: relieve lock contention in get_active_stripe() by Shaohua Li · 11 years ago
  64. ba8805b md/raid5.c: add proper locking to error path of raid5_start_reshape. by NeilBrown · 11 years ago
  65. 02e5f5c md: fix calculation of stacking limits on level change. by NeilBrown · 11 years ago
  66. ad4068d raid5: Use slow_path to release stripe when mddev->thread is null by majianpeng · 11 years ago
  67. 7f2dc5c Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  68. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  69. 7b6b2bc dm cache: resolve small nits and improve Documentation by Mike Snitzer · 11 years ago
  70. 65790ff dm cache: add cache block invalidation support by Joe Thornber · 11 years ago
  71. 532906a dm cache: add remove_cblock method to policy interface by Joe Thornber · 11 years ago
  72. 633618e dm cache policy mq: reduce memory requirements by Joe Thornber · 11 years ago
  73. 53d4981 dm cache metadata: check the metadata version when reading the superblock by Joe Thornber · 11 years ago
  74. 2ee57d5 dm cache: add passthrough mode by Joe Thornber · 11 years ago
  75. f494a9c dm cache: cache shrinking support by Joe Thornber · 11 years ago
  76. c869494 bcache: defensively handle format strings by Kees Cook · 11 years ago
  77. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  78. 098fb25 bcache: Delete some slower inline asm by Kent Overstreet · 11 years ago
  79. 28935ab bcache: Use ida for bcache block dev minor by Kent Overstreet · 11 years ago
  80. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  81. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago
  82. 17e21a9 bcache: Have btree_split() insert into parent directly by Kent Overstreet · 11 years ago
  83. 65d22e9 bcache: Move spinlock into struct time_stats by Kent Overstreet · 11 years ago
  84. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 11 years ago
  85. 5031016 bcache: Kill bch_next_recurse_key() by Kent Overstreet · 11 years ago
  86. bc9389e bcache: Avoid deadlocking in garbage collection by Kent Overstreet · 11 years ago
  87. a1f0358 bcache: Incremental gc by Kent Overstreet · 11 years ago
  88. 8835c12 bcache: Add make_btree_freeing_key() by Kent Overstreet · 11 years ago
  89. f269af5 bcache: Add btree_node_write_sync() by Kent Overstreet · 11 years ago
  90. 0eacac2 bcache: PRECEDING_KEY() by Kent Overstreet · 11 years ago
  91. d5cc66e bcache: bch_(btree|extent)_ptr_invalid() by Kent Overstreet · 11 years ago
  92. 3a3b6a4 bcache: Don't bother with bucket refcount for btree node allocations by Kent Overstreet · 11 years ago
  93. 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
  94. e58ff15 bcache: Fix bch_ptr_bad() by Kent Overstreet · 11 years ago
  95. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  96. 2599b53 bcache: Move sector allocator to alloc.c by Kent Overstreet · 11 years ago
  97. 220bb38 bcache: Break up struct search by Kent Overstreet · 11 years ago
  98. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  99. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  100. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago