summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-02-12dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov
2016-02-12dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer
2015-11-12md/raid10: submit_bio_wait() returns 0 on successJes Sorensen
2015-11-12md/raid1: submit_bio_wait() returns 0 on successJes Sorensen
2015-11-12dm btree: fix leak of bufio-backed block in btree_split_beneath error pathMike Snitzer
2015-11-03dm btree remove: fix a bug when rebalancing nodes after removalJoe Thornber
2015-10-28dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer
2015-10-28dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber
2015-10-28dm raid: fix round up of default region sizeMikulas Patocka
2015-10-28dm btree: add ref counting ops for the leaves of top level btreesJoe Thornber
2015-10-05md: flush ->event_work before stopping array.Neil Brown
2015-09-30md/raid10: always set reshape_safe when initializing reshape_position.NeilBrown
2015-09-02dm cache mq: fix memory allocation failure for large cache devicesHeinz Mauelshagen
2015-08-25dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber
2015-08-25md/bitmap: return an error when bitmap superblock is corrupt.NeilBrown
2015-08-25md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown
2015-08-19md: use kzalloc() when bitmap is disabledBenjamin Randazzo
2015-08-19md/raid1: fix test for 'was read error from last working device'.NeilBrown
2015-08-04md: fix a build warningFiro Yang
2015-08-04dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber
2015-08-04dm btree remove: fix bug in redistribute3Dennis Yang
2015-08-04dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber
2015-08-04dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka
2015-06-03md/raid5: don't record new size if resize_stripes fails.NeilBrown
2015-04-09dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong
2015-04-09dm: hold suspend_lock while suspending device during device deletionMikulas Patocka
2015-04-09md/bitmap: always wait for writes on unplug.NeilBrown
2015-03-16dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka
2015-03-16dm: fix a race condition in dm_get_mdMikulas Patocka
2015-03-16dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong
2015-03-16dm mirror: do not degrade the mirror on discard errorMikulas Patocka
2015-03-05md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek
2015-03-05md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown
2015-02-16dm: do not call dm_sync_table() when creating new devicesHannes Reinecke
2015-02-08dm cache: fix missing ERR_PTR returns and handlingJoe Thornber
2015-02-08dm 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: fix problematic dual use of a single migration count variableJoe Thornber
2015-01-29dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber
2015-01-29bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet
2015-01-07dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter
2015-01-07dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong
2014-11-19dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-11-19dm btree: fix a recursion depth bug in btree walking codeJoe Thornber
2014-11-19dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka
2014-11-19dm thin: grab a virtual cell before looking up the mappingJoe Thornber
2014-11-13dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov
2014-11-13dm bufio: when done scanning return from __scan immediatelyMikulas Patocka
2014-11-13dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-10-31bcache: fix crash with incomplete cache setSlava Pestov