summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2015-11-09md/raid10: submit_bio_wait() returns 0 on successJes Sorensen
2015-11-09md/raid1: submit_bio_wait() returns 0 on successJes Sorensen
2015-11-09dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer
2015-11-09dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber
2015-10-27dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer
2015-10-22dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber
2015-10-22md: flush ->event_work before stopping array.NeilBrown
2015-10-22dm raid: fix round up of default region sizeMikulas Patocka
2015-10-22dm btree: add ref counting ops for the leaves of top level btreesJoe Thornber
2015-10-01md/raid10: always set reshape_safe when initializing reshape_position.NeilBrown
2015-09-13dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber
2015-08-16md/bitmap: return an error when bitmap superblock is corrupt.NeilBrown
2015-08-16md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown
2015-08-16md: use kzalloc() when bitmap is disabledBenjamin Randazzo
2015-08-10md/raid1: fix test for 'was read error from last working device'.NeilBrown
2015-08-03md: fix a build warningFiro Yang
2015-08-03dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber
2015-08-03dm btree remove: fix bug in redistribute3Dennis Yang
2015-06-05md/raid5: don't record new size if resize_stripes fails.NeilBrown
2015-04-13dm: hold suspend_lock while suspending device during device deletionMikulas Patocka
2015-03-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka
2015-03-18dm: fix a race condition in dm_get_mdMikulas Patocka
2015-03-18dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong
2015-03-18dm mirror: do not degrade the mirror on discard errorMikulas Patocka
2015-03-06md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek
2015-03-06md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown
2015-02-05dm cache: fix missing ERR_PTR returns and handlingJoe Thornber
2015-02-05dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber
2015-01-29md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown
2015-01-29dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber
2015-01-08dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter
2015-01-08dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong
2015-01-08md/bitmap: always wait for writes on unplug.NeilBrown
2014-11-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-11-21dm btree: fix a recursion depth bug in btree walking codeJoe Thornber
2014-11-14dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov
2014-11-14dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-10-09md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown
2014-10-05md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown
2014-10-05dm crypt: fix access beyond the end of allocated spaceMikulas Patocka
2014-09-17md/raid1,raid10: always abort recover on write error.NeilBrown
2014-09-17md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown
2014-09-17md/raid10: fix memory leak when reshaping a RAID10.NeilBrown
2014-09-17md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown
2014-07-28dm cache metadata: do not allow the data block size to changeMike Snitzer
2014-07-28dm thin metadata: do not allow the data block size to changeMike Snitzer
2014-07-17dm io: fix a race condition in the wake up code for sync_ioJoe Thornber
2014-07-09md: flush writes before starting a recovery.NeilBrown
2014-07-09dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner
2014-06-11md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown