summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2016-03-03dm snapshot: fix hung bios when copy error occursMikulas Patocka4-19/+12
2016-03-03dm space map metadata: remove unused variable in brb_pop()Mike Snitzer1-3/+0
2016-03-03dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber1-1/+15
2016-03-03dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber1-10/+22
2016-03-03dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber1-0/+6
2016-03-03bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2016-03-03bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2016-02-15Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira1-5/+2
2016-02-12dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov1-1/+1
2016-02-12dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer1-1/+3
2015-11-12md/raid10: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-12md/raid1: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-12dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer1-1/+1
2015-11-03dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber1-6/+11
2015-10-28dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer1-1/+1
2015-10-28dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-28dm raid: fix round up of default region sizeMikulas Patocka1-2/+1
2015-10-28dm btree: add ref counting ops for the leaves of top level btreesJoe Thornber4-15/+47
2015-10-05md: flush ->event_work before stopping array.Neil Brown1-0/+2
2015-09-30md/raid10: always set reshape_safe when initializing reshape_position.NeilBrown1-1/+4
2015-09-02dm cache mq: fix memory allocation failure for large cache devicesHeinz Mauelshagen1-2/+2
2015-08-25dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber1-2/+2
2015-08-25md/bitmap: return an error when bitmap superblock is corrupt.NeilBrown1-0/+2
2015-08-25md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown1-4/+6
2015-08-19md: use kzalloc() when bitmap is disabledBenjamin Randazzo1-2/+1
2015-08-19md/raid1: fix test for 'was read error from last working device'.NeilBrown1-1/+1
2015-08-04md: fix a build warningFiro Yang1-1/+1
2015-08-04dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber1-1/+1
2015-08-04dm btree remove: fix bug in redistribute3Dennis Yang1-3/+3
2015-08-04dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber1-15/+35
2015-08-04dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka1-0/+2
2015-06-03md/raid5: don't record new size if resize_stripes fails.NeilBrown1-1/+2
2015-04-09dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong1-4/+11
2015-04-09dm: hold suspend_lock while suspending device during device deletionMikulas Patocka1-0/+6
2015-04-09md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2015-03-16dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka1-2/+2
2015-03-16dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-03-16dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-03-16dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-03-05md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-03-05md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown1-1/+2
2015-02-16dm: do not call dm_sync_table() when creating new devicesHannes Reinecke1-3/+6
2015-02-08dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-02-08dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-01-29md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown1-1/+2
2015-01-29dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-38/+49
2015-01-29dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95
2015-01-29bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet1-1/+1
2015-01-07dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2015-01-07dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19