1. 0fbae13 Merge tag 'md/3.18-fix' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  2. 45eaf45 md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN by NeilBrown · 10 years ago
  3. 5a7a662 Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  4. 9b460d3 dm btree: fix a recursion depth bug in btree walking code by Joe Thornber · 10 years ago
  5. c822ed9 dm thin: grab a virtual cell before looking up the mapping by Joe Thornber · 10 years ago
  6. d20c4b0 dm raid: fix inaccessible superblocks causing oops in configure_discard_support by Heinz Mauelshagen · 10 years ago
  7. 40d43c4 dm raid: ensure superblock's size matches device's logical block size by Heinz Mauelshagen · 10 years ago
  8. 929254d Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  9. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  10. 88ed806 Merge tag 'md/3.18' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  11. 9d28eb1 dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks by Mikulas Patocka · 10 years ago
  12. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  13. b610626 crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt by Jan-Simon Möller · 12 years ago
  14. 6c144d3 md: move EXPORT_SYMBOL to after function in md.c by NeilBrown · 10 years ago
  15. 2cbbca5 md: discard PRINT_RAID_DEBUG ioctl by NeilBrown · 10 years ago
  16. 403df47 md: remove MD_BUG() by NeilBrown · 10 years ago
  17. 3adc28d md: clean up 'exit' labels in md_ioctl(). by NeilBrown · 10 years ago
  18. 326eb17 md: remove unnecessary test for MD_MAJOR in md_ioctl() by NeilBrown · 10 years ago
  19. e1960f8 md: don't allow "-sync" to be set for device in an active array. by NeilBrown · 10 years ago
  20. f72ffdd md: remove unwanted white space from md.c by NeilBrown · 10 years ago
  21. ac05f25 md: don't start resync thread directly from md thread. by NeilBrown · 10 years ago
  22. 8b1afc3 md: Just use RCU when checking for overlap between arrays. by NeilBrown · 10 years ago
  23. 50bd377 md: avoid potential long delay under pers_lock by Chao Yu · 10 years ago
  24. 0638bb0 md: simplify export_array() by NeilBrown · 10 years ago
  25. 4878e9e md: discard find_rdev_nr in favour of find_rdev_nr_rcu by NeilBrown · 10 years ago
  26. 1967cd5 md: use wait_event() to simplify md_super_wait() by NeilBrown · 10 years ago
  27. 9ba3b7f md: be more relaxed about stopping an array which isn't started. by NeilBrown · 10 years ago
  28. c95e638 md/raid1: process_checks doesn't use its return value. by NeilBrown · 10 years ago
  29. b8e6a15 md/raid5: fix init_stripe() inconsistencies by Markus Stockhausen · 10 years ago
  30. c4796e2 md/raid10: another memory leak due to reshape. by NeilBrown · 10 years ago
  31. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  32. a3f2af2 dm stripe: fix potential for leak in stripe_ctr error path by Pavitra Kumar · 10 years ago
  33. 3fd8371 md: use set_bit/clear_bit instead of shift/mask for bi_flags changes. by NeilBrown · 10 years ago
  34. 5965b64 md/raid1: minor typos and reformatting. by NeilBrown · 10 years ago
  35. 4b5060d md/bitmap: always wait for writes on unplug. by NeilBrown · 10 years ago
  36. 56ec16c dm log userspace: fix memory leak in dm_ulog_tfr_init failure path by Alexey Khoroshilov · 10 years ago
  37. 0e82586 dm bufio: when done scanning return from __scan immediately by Mikulas Patocka · 10 years ago
  38. eb76faf dm bufio: update last_accessed when relinking a buffer by Joe Thornber · 10 years ago
  39. 48cf06b dm raid: add discard support for RAID levels 4, 5 and 6 by Heinz Mauelshagen · 10 years ago
  40. 75b8e04 dm raid: add discard support for RAID levels 1 and 10 by Heinz Mauelshagen · 10 years ago
  41. 86f1152 dm: allow active and inactive tables to share dm_devs by Benjamin Marzinski · 10 years ago
  42. 1f27197 dm mpath: stop queueing IO when no valid paths exist by Benjamin Marzinski · 10 years ago
  43. 3d8aab2 dm: use bioset_create_nobvec() by Junichi Nomura · 10 years ago
  44. 9977827 dm: remove nr_iovecs parameter from alloc_tio() by Junichi Nomura · 10 years ago
  45. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  46. 8e0e99b md/raid5: disable 'DISCARD' by default due to safety concerns. by NeilBrown · 10 years ago
  47. a90e41e Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/md by Linus Torvalds · 10 years ago
  48. b8cb6b4 md/raid1: fix_read_error should act on all non-faulty devices. by NeilBrown · 10 years ago
  49. 34e97f1 md/raid1: count resync requests in nr_pending. by NeilBrown · 10 years ago
  50. c2fd4c9 md/raid1: update next_resync under resync_lock. by NeilBrown · 10 years ago
  51. 2355496 md/raid1: Don't use next_resync to determine how far resync has progressed by NeilBrown · 10 years ago
  52. 2f73d3c md/raid1: make sure resync waits for conflicting writes to complete. by NeilBrown · 10 years ago
  53. 669cc7b md/raid1: clean up request counts properly in close_sync() by NeilBrown · 10 years ago
  54. c6d119c md/raid1: be more cautious where we read-balance during resync. by NeilBrown · 10 years ago
  55. f0cc9a0 md/raid1: intialise start_next_window for READ case to avoid hang by NeilBrown · 10 years ago
  56. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  57. 40aa978 dm cache: fix race causing dirty blocks to be marked as clean by Anssi Hannula · 10 years ago
  58. d49ec52 dm crypt: fix access beyond the end of allocated space by Mikulas Patocka · 10 years ago
  59. 1f125e7 md: Replace __this_cpu_ptr with raw_cpu_ptr by Christoph Lameter · 10 years ago
  60. cb8b12b md/raid10: always initialise ->state on newly allocated r10_bio by NeilBrown · 10 years ago
  61. e337aea md/raid10: avoid memory leak on error path during reshape. by NeilBrown · 10 years ago
  62. b396855 md/raid10: Fix memory leak when raid10 reshape completes. by NeilBrown · 10 years ago
  63. ce0b0a4 md/raid10: fix memory leak when reshaping a RAID10. by NeilBrown · 10 years ago
  64. 9c4bdf6 md/raid6: avoid data corruption during recovery of double-degraded RAID6 by NeilBrown · 10 years ago
  65. a40687f md/raid5: avoid livelock caused by non-aligned writes. by NeilBrown · 10 years ago
  66. ba36899 Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  67. d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  68. 2213d7c Merge tag 'md/3.17' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  69. 200612e dm table: propagate QUEUE_FLAG_NO_SG_MERGE by Jeff Moyer · 10 years ago
  70. d66b1b3 md: don't allow bitmap file to be added to raid0/linear. by NeilBrown · 10 years ago
  71. a8461a6 md/raid0: check for bitmap compatability when changing raid levels. by NeilBrown · 10 years ago
  72. ac7e50a md: Recovery speed is wrong by Xiao Ni · 10 years ago
  73. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. 0781c87 bcache: Drop unneeded blk_sync_queue() calls by Kent Overstreet · 10 years ago
  75. 789d21d bcache: add mutex lock for bch_is_open by Jianjian Huo · 10 years ago
  76. 5b25aba bcache: Correct printing of btree_gc_max_duration_ms by Surbhi Palande · 10 years ago
  77. 2452cc8 bcache: try to set b->parent properly by Slava Pestov · 10 years ago
  78. c9a7833 bcache: fix memory corruption in init error path by Slava Pestov · 10 years ago
  79. bf0c55c bcache: fix crash with incomplete cache set by Slava Pestov · 10 years ago
  80. d83353b bcache: Fix more early shutdown bugs by Kent Overstreet · 10 years ago
  81. 400ffaa bcache: fix use-after-free in btree_gc_coalesce() by Slava Pestov · 10 years ago
  82. 6b708de bcache: Fix an infinite loop in journal replay by Kent Overstreet · 10 years ago
  83. 913dc33 bcache: fix crash in bcache_btree_node_alloc_fail tracepoint by Slava Pestov · 10 years ago
  84. 60ae81e bcache: bcache_write tracepoint was crashing by Slava Pestov · 10 years ago
  85. 8e09480 bcache: fix typo in bch_bkey_equal_header by Slava Pestov · 10 years ago
  86. 501d52a bcache: Allocate bounce buffers with GFP_NOWAIT by Kent Overstreet · 10 years ago
  87. bcf090e bcache: Make sure to pass GFP_WAIT to mempool_alloc() by Kent Overstreet · 10 years ago
  88. 9e5c353 bcache: fix uninterruptible sleep in writeback thread by Slava Pestov · 10 years ago
  89. c5aa4a3 bcache: wait for buckets when allocating new btree root by Slava Pestov · 10 years ago
  90. a664d0f bcache: fix crash on shutdown in passthrough mode by Slava Pestov · 10 years ago
  91. e511220 bcache: fix lockdep warnings on shutdown by Slava Pestov · 10 years ago
  92. 8b326d3 bcache allocator: send discards with correct size by Slava Pestov · 10 years ago
  93. dbd810a bcache: Fix to remove the rcu_sched stalls. by Surbhi Palande · 10 years ago
  94. 9aa61a9 bcache: Fix a journal replay bug by Kent Overstreet · 10 years ago
  95. 5b1016e bcache: Fix a bug when detaching by Kent Overstreet · 10 years ago
  96. 56b1ebf dm switch: efficiently support repetitive patterns by Mikulas Patocka · 10 years ago
  97. 99eb190 dm switch: factor out switch_region_table_read by Mikulas Patocka · 10 years ago
  98. b024653 dm cache: set minimum_io_size to cache's data block size by Mike Snitzer · 10 years ago
  99. fdfb4c8 dm thin: set minimum_io_size to pool's data block size by Mike Snitzer · 10 years ago
  100. 298a9fa dm crypt: use per-bio data by Mikulas Patocka · 10 years ago