summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
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-17Merge 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
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-18Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds11-526/+260
2014-10-17dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka1-6/+6
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-14crypto, dm: LLVMLinux: Remove VLAIS usage from dm-cryptJan-Simon Möller1-20/+14
2014-10-14md: move EXPORT_SYMBOL to after function in md.cNeilBrown1-12/+11
2014-10-14md: discard PRINT_RAID_DEBUG ioctlNeilBrown1-138/+0
2014-10-14md: remove MD_BUG()NeilBrown1-46/+12