summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2015-11-15md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin1-2/+4
2015-11-15Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown1-2/+1
2015-11-15md/raid10: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-15md/raid1: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-11-15dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer1-1/+1
2015-11-15dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber1-6/+11
2015-11-13dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer1-1/+1
2015-10-28md: flush ->event_work before stopping array.NeilBrown1-0/+2
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-07md/raid10: always set reshape_safe when initializing reshape_position.NeilBrown1-1/+4
2015-09-16dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber1-2/+2
2015-08-27md/bitmap: return an error when bitmap superblock is corrupt.NeilBrown1-0/+2
2015-08-27md/raid1: fix test for 'was read error from last working device'.NeilBrown1-1/+1
2015-08-27md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown1-4/+6
2015-08-21md: use kzalloc() when bitmap is disabledBenjamin Randazzo1-2/+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-07-04dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka1-0/+2
2015-07-04dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber1-15/+35
2015-06-14md/raid0: fix restore to sector variable in raid0_make_requestEric Work1-1/+3
2015-06-10md/raid5: don't record new size if resize_stripes fails.NeilBrown1-1/+2
2015-05-23Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent1-6/+6
2015-05-18Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Ben Collins1-6/+6
2015-05-18md/raid0: fix bug with chunksize not a power of 2.NeilBrown1-1/+2
2015-04-17dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2-6/+42
2015-04-17dm snapshot: suspend origin when doing exception handoverMikulas Patocka2-9/+86
2015-04-17dm thin: fix to consistently zero-fill reads to unprovisioned blocksSasha Levin1-11/+0
2015-04-17dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong1-4/+11
2015-04-17dm: hold suspend_lock while suspending device during device deletionMikulas Patocka1-0/+6
2015-03-24dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka1-2/+2
2015-03-24dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-03-24dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-03-24dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-03-07md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-03-07md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown1-1/+2
2015-02-11md/raid5: fix another livelock caused by non-aligned writes.NeilBrown1-0/+5
2015-02-06dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-02-06dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-01-30dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2015-01-30dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber1-6/+95
2015-01-27dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen1-1/+1
2015-01-16md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown1-2/+5
2015-01-08dm thin: fix a race in thin_dtrMikulas Patocka1-3/+3
2015-01-08dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber1-2/+20
2015-01-08dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber1-1/+1
2015-01-08dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2015-01-08dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber1-2/+2