summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-20md: 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-03dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka1-0/+2
2015-07-03dm 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-17Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Ben Collins1-6/+6
2015-05-17md/raid0: fix bug with chunksize not a power of 2.NeilBrown1-1/+2
2015-04-16dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2-6/+42
2015-04-16dm snapshot: suspend origin when doing exception handoverMikulas Patocka2-9/+86
2015-04-16dm thin: fix to consistently zero-fill reads to unprovisioned blocksSasha Levin1-11/+0
2015-04-16dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong1-4/+11
2015-04-16dm: hold suspend_lock while suspending device during device deletionMikulas Patocka1-0/+6
2015-03-23dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka1-2/+2
2015-03-23dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-03-23dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-03-23dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-03-06md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-03-06md/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-05dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-02-05dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-01-29dm cache: fix problematic dual use of a single migration count variableJoe Thornber1-39/+50
2015-01-29dm 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
2015-01-08dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber1-3/+7
2015-01-08dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber1-1/+2
2015-01-08dm crypt: use memzero_explicit for on-stack bufferMilan Broz1-1/+1
2015-01-08dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong1-1/+19
2014-11-16Merge tag 'md/3.18-fix' of git://neil.brown.name/mdLinus Torvalds1-0/+4
2014-11-17md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown1-0/+4
2014-11-13Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds7-31/+50
2014-11-10dm btree: fix a recursion depth bug in btree walking codeJoe Thornber3-15/+17
2014-11-04dm thin: grab a virtual cell before looking up the mappingJoe Thornber1-4/+12
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen1-1/+5
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen1-4/+7
2014-10-18Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds8-87/+236