summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* MD: make bio mergeableShaohua Li2016-05-111-0/+2
* dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy2016-05-041-2/+2
* dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer2016-05-041-24/+40
* md: multipath: don't hardcopy bio in .make_request pathMing Lei2016-04-121-1/+3
* md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-04-121-1/+1
* raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li2016-04-121-2/+5
* RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-04-122-20/+9
* RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-04-122-0/+20
* md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-04-121-2/+2
* raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey2016-04-121-2/+5
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-04-121-0/+3
* bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-04-121-1/+8
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-04-121-12/+22
* dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves2016-04-121-1/+1
* dm cache: make sure every metadata function checks fail_ioJoe Thornber2016-04-123-43/+71
* dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber2016-04-121-1/+4
* dm: fix excessive dm-mq context switchingMike Snitzer2016-04-121-7/+6
* dm snapshot: disallow the COW and origin devices from being identicalDingXiang2016-04-122-12/+33
* dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer2016-03-031-0/+2
* dm snapshot: fix hung bios when copy error occursMikulas Patocka2016-03-034-19/+12
* dm space map metadata: remove unused variable in brb_pop()Mike Snitzer2016-03-031-3/+0
* dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov2016-03-031-2/+2
* bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2016-03-031-7/+30
* bcache: prevent crash on changing writeback_runningStefan Bader2016-03-031-1/+2
* bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2016-03-031-2/+3
* bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2016-03-031-1/+3
* bcache: fix a leak in bch_cached_dev_run()Al Viro2016-03-031-1/+4
* bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2016-03-031-0/+2
* bcache: Add a cond_resched() call to gcKent Overstreet2016-03-031-0/+1
* bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2016-03-031-1/+3
* md/raid: only permit hot-add of compatible integrity profilesDan Williams2016-02-175-22/+26
* md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown2015-12-211-4/+7
* Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues2015-12-181-3/+10
* md: fix bug due to nested suspendMikulas Patocka2015-12-181-3/+4
* MD: change journal disk role to disk 0Shaohua Li2015-12-182-3/+7
* md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz2015-12-181-1/+3
* dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber2015-12-101-1/+15
* dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber2015-12-091-10/+22
* dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber2015-12-091-0/+6
* dm thin metadata: fix bug in dm_thin_remove_range()Joe Thornber2015-12-023-8/+115
* dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer2015-12-021-1/+3
* dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
* dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
* dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
* dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
* dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-103-9/+16
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-073-9/+16
* | Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/mdLinus Torvalds2015-11-101-0/+1
|\ \
OpenPOWER on IntegriCloud