1. 7f87307 Merge tag 'md/3.15' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  2. e240c18 raid5: get_active_stripe avoids device_lock by Shaohua Li · 10 years ago
  3. 27c0f68 raid5: make_request does less prepare wait by Shaohua Li · 10 years ago
  4. e2f23b6 md: avoid oops on unload if some process is in poll or select. by NeilBrown · 10 years ago
  5. da1aab3 md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fails. by NeilBrown · 10 years ago
  6. 035328c md/bitmap: don't abuse i_writecount for bitmap files. by NeilBrown · 10 years ago
  7. 04535d2 Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  8. 0596661 dm cache: fix a lock-inversion by Joe Thornber · 10 years ago
  9. 67324ea dm thin: sort the per thin deferred bios using an rb_tree by Mike Snitzer · 10 years ago
  10. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  11. 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  12. c140e1c dm thin: use per thin device deferred bio lists by Mike Snitzer · 10 years ago
  13. 760fe67 dm thin: simplify pool_is_congested by Mike Snitzer · 10 years ago
  14. fe76cd8 dm thin: fix dangling bio in process_deferred_bios error path by Mike Snitzer · 10 years ago
  15. a356e42 dm mpath: print more useful warnings in multipath_message() by Jose Castillo · 10 years ago
  16. 3a01750 dm-mpath: do not activate failed paths by Hannes Reinecke · 10 years ago
  17. 9bf59a6 dm mpath: remove extra nesting in map function by Mike Snitzer · 10 years ago
  18. 36fcffc dm mpath: remove map_io() by Hannes Reinecke · 10 years ago
  19. e3bde04 dm mpath: reduce memory pressure when requeuing by Hannes Reinecke · 10 years ago
  20. 3e9f1be dm mpath: remove process_queued_ios() by Hannes Reinecke · 10 years ago
  21. e809917 dm mpath: push back requests instead of queueing by Hannes Reinecke · 10 years ago
  22. 9974fa2 dm table: add dm_table_run_md_queue_async by Mike Snitzer · 10 years ago
  23. 17f4ff4 dm mpath: do not call pg_init when it is already running by Hannes Reinecke · 10 years ago
  24. 9cdb852 dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind by Monam Agarwal · 10 years ago
  25. bfc6d41 dm: stop using bi_private by Mikulas Patocka · 10 years ago
  26. d70ab4f dm: remove dm_get_mapinfo by Mikulas Patocka · 10 years ago
  27. 473c36d dm: make dm_table_alloc_md_mempools static by Mikulas Patocka · 10 years ago
  28. 5a32083 dm: take care to copy the space map roots before locking the superblock by Joe Thornber · 10 years ago
  29. a9d4539 dm transaction manager: fix corruption due to non-atomic transaction commit by Joe Thornber · 10 years ago
  30. 64ab346 dm cache: remove remainder of distinct discard block size by Heinz Mauelshagen · 10 years ago
  31. d132cc6 dm cache: prevent corruption caused by discard_block_size > cache_block_size by Mike Snitzer · 10 years ago
  32. 428e469 dm bitset: only flush the current word if it has been dirtied by Joe Thornber · 10 years ago
  33. eec4057 dm: add era target by Joe Thornber · 10 years ago
  34. cb85114 bcache: remove nested function usage by John Sheu · 10 years ago
  35. 3a2fd9d bcache: Kill bucket->gc_gen by Kent Overstreet · 10 years ago
  36. 2531d9ee bcache: Kill unused freelist by Kent Overstreet · 10 years ago
  37. 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 10 years ago
  38. 56b3077 bcache: Kill btree_io_wq by Kent Overstreet · 10 years ago
  39. 2a28568 bcache: btree locking rework by Kent Overstreet · 10 years ago
  40. 05335cf bcache: Fix a race when freeing btree nodes by Kent Overstreet · 10 years ago
  41. 4fe6a81 bcache: Add a real GC_MARK_RECLAIMABLE by Kent Overstreet · 10 years ago
  42. c13f3af bcache: Add bch_keylist_init_single() by Kent Overstreet · 10 years ago
  43. 1575402 bcache: Improve priority_stats by Kent Overstreet · 10 years ago
  44. 7159b1a bcache: Better alloc tracepoints by Kent Overstreet · 10 years ago
  45. 3f5e0a3 bcache: Kill dead cgroup code by Kent Overstreet · 10 years ago
  46. 3f6ef38 bcache: stop moving_gc marking buckets that can't be moved. by Nicholas Swenson · 10 years ago
  47. 10d9dcf bcache: Fix moving_pred() by Kent Overstreet · 10 years ago
  48. da415a0 bcache: Fix moving_gc deadlocking with a foreground write by Nicholas Swenson · 10 years ago
  49. 90db691 bcache: Fix discard granularity by Kent Overstreet · 10 years ago
  50. 487dded bcache: Fix another bug recovering from unclean shutdown by Kent Overstreet · 10 years ago
  51. 0bd143f bcache: Fix a bug recovering from unclean shutdown by Kent Overstreet · 10 years ago
  52. 27201cfd bcache: Fix a journalling reclaim after recovery bug by Kent Overstreet · 10 years ago
  53. 65ddf45 bcache: Fix a null ptr deref in journal replay by Kent Overstreet · 10 years ago
  54. 4fa0340 bcache: Fix a lockdep splat in an error path by Kent Overstreet · 10 years ago
  55. e893fba dm cache: fix access beyond end of origin device by Heinz Mauelshagen · 10 years ago
  56. 8b9d966 dm cache: fix truncation bug when copying a block to/from >2TB fast device by Heinz Mauelshagen · 10 years ago
  57. cebc2de dm space map metadata: fix refcount decrement below 0 which caused corruption by Joe Thornber · 10 years ago
  58. 738211f dm thin: fix noflush suspend IO queueing by Joe Thornber · 10 years ago
  59. 18adc57 dm thin: fix deadlock in __requeue_bio_list by Joe Thornber · 10 years ago
  60. 3e1a069 dm thin: fix out of data space handling by Joe Thornber · 10 years ago
  61. 07f2b6e dm thin: ensure user takes action to validate data and metadata consistency by Mike Snitzer · 10 years ago
  62. cdc2b41 dm thin: synchronize the pool mode during suspend by Mike Snitzer · 10 years ago
  63. 2c94582 dm snapshot: fix metadata corruption by Mikulas Patocka · 10 years ago
  64. c64d240 dm: fix Kconfig indentation by Mike Snitzer · 10 years ago
  65. aa074c1 Merge 3.14-rc5 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  66. 14f398c dm cache mq: fix memory allocation failure for large cache devices by Heinz Mauelshagen · 10 years ago
  67. e0d849f dm cache: fix truncation bug when mapping I/O to >2TB fast device by Heinz Mauelshagen · 10 years ago
  68. 7d48935 dm thin: allow metadata space larger than supported to go unused by Mike Snitzer · 10 years ago
  69. a1989b3 dm mpath: fix stalls when handling invalid ioctls by Hannes Reinecke · 10 years ago
  70. dabb443 bcache: Fix a shutdown bug by Kent Overstreet · 10 years ago
  71. 1b4eaf3 bcache: Fix flash_dev_cache_miss() for real this time by Kent Overstreet · 10 years ago
  72. 1acacc0 dm thin: fix the error path for the thin device constructor by Mike Snitzer · 10 years ago
  73. 85cbe1f bcache: Fix another compiler warning on m68k by Kent Overstreet · 10 years ago
  74. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  75. f3a44fe dm raid1: fix immutable biovec related BUG when retrying read bio by Mikulas Patocka · 10 years ago
  76. d73f990 dm io: fix I/O to multiple destinations by Mikulas Patocka · 10 years ago
  77. 4d1662a dm thin: avoid metadata commit if a pool's thin devices haven't changed by Mike Snitzer · 10 years ago
  78. 80ae49a dm cache: do not add migration to completed list before unhooking bio by Mike Snitzer · 10 years ago
  79. c6eda5e dm cache: move hook_info into common portion of per_bio_data structure by Mike Snitzer · 10 years ago
  80. bd3813d Merge tag 'md/3.14-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  81. 789b5e0 md/raid5: Fix CPU hotplug callback registration by Oleg Nesterov · 10 years ago
  82. ac8f733 connector: add portid to unicast in addition to broadcasting by David Fries · 10 years ago
  83. 1877db7 md/raid1: restore ability for check and repair to fix read errors. by NeilBrown · 10 years ago
  84. 96d2e8b Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into for-linus by Jens Axboe · 10 years ago
  85. 53d8ab2 Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  86. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  87. e3b4825 bcache: bugfix - gc thread now gets woken when cache is full by Nicholas Swenson · 11 years ago
  88. 3572324 bcache: Minor fixes from kbuild robot by Kent Overstreet · 10 years ago
  89. 9471744 bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED by Darrick J. Wong · 10 years ago
  90. 5c85121b Merge tag 'md/3.14' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  91. fe41c2c Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  92. 5066a4d dm log userspace: allow mark requests to piggyback on flush requests by Dongmao Zhang · 10 years ago
  93. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  94. 7da9d45 md/raid5: close recently introduced race in stripe_head management. by NeilBrown · 10 years ago
  95. fca0284 dm space map metadata: fix bug in resizing of thin metadata by Joe Thornber · 10 years ago
  96. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  97. 2e68c4e dm cache: add policy name to status output by Mike Snitzer · 10 years ago
  98. 74aa45c dm thin: fix pool feature parsing by Mike Snitzer · 10 years ago
  99. 9f97e4b md/raid5: fix long-standing problem with bitmap handling on write failure. by NeilBrown · 10 years ago
  100. cb335f8 md: check command validity early in md_ioctl(). by Nicolas Schichan · 10 years ago