aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-2327-0/+11645
|\
| * md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-10-131-2/+2
| * dm btree: add ref counting ops for the leaves of top level btreesJoe Thornber2015-10-134-15/+47
| * md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown2015-10-131-4/+6
| * md/raid1: fix test for 'was read error from last working device'.NeilBrown2015-08-121-1/+1
| * dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber2015-08-121-1/+1
| * dm thin: allocate the cell_sort_array dynamicallyJoe Thornber2015-08-121-4/+10
| * dm btree remove: fix bug in redistribute3Dennis Yang2015-08-121-3/+3
| * md/raid5: don't record new size if resize_stripes fails.NeilBrown2015-08-071-1/+2
| * dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong2015-05-091-4/+8
| * dm: hold suspend_lock while suspending device during device deletionMikulas Patocka2015-05-091-0/+6
| * dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka2015-05-091-2/+2
| * dm: fix a race condition in dm_get_mdMikulas Patocka2015-05-091-17/+10
| * dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong2015-05-091-0/+6
| * dm mirror: do not degrade the mirror on discard errorMikulas Patocka2015-05-091-0/+9
| * dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter2015-02-201-1/+3
| * dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen2014-12-141-4/+7
| * dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka2014-12-141-5/+5
| * dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov2014-12-141-1/+1
| * dm bufio: update last_accessed when relinking a bufferJoe Thornber2014-12-141-0/+1
| * dm crypt: fix access beyond the end of allocated spaceMikulas Patocka2014-11-051-4/+16
| * md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown2014-09-131-0/+2
| * md/raid1,raid10: always abort recover on write error.NeilBrown2014-09-132-8/+8
| * dm io: fix a race condition in the wake up code for sync_ioJoe Thornber2014-08-061-14/+8
| * md: flush writes before starting a recovery.NeilBrown2014-08-061-0/+13
| * md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown2014-07-111-1/+3
| * md: avoid possible spinning md thread at shutdown.NeilBrown2014-06-091-1/+2
| * dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer2014-04-301-1/+1
| * md/raid5: Fix CPU hotplug callback registrationOleg Nesterov2014-04-021-46/+44
| * md/raid5: fix long-standing problem with bitmap handling on write failure.NeilBrown2014-04-021-0/+1
| * dm sysfs: fix a module unload raceMikulas Patocka2014-04-026-23/+75
| * dm space map common: make sure new space is used during extendJoe Thornber2014-04-021-1/+5
| * dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka2014-04-023-1/+22
| * md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown2014-02-151-4/+4
| * md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown2014-02-151-2/+2
| * md/raid5: Fix possible confusion when multiple write errors occur.NeilBrown2014-02-151-2/+2
| * dm bufio: initialize read-only module parametersMikulas Patocka2014-01-031-0/+5
| * dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka2014-01-031-0/+5
| * dm snapshot: avoid snapshot space leak on crashMikulas Patocka2014-01-031-7/+64
| * dm delay: fix a possible deadlock due to shared workqueueMikulas Patocka2014-01-031-12/+11
| * dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla2014-01-031-3/+15
| * dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka2014-01-031-2/+16
| * dm snapshot: fix data corruptionMikulas Patocka2013-11-281-6/+12
| * dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-10-261-3/+2
| * block: Add bio_for_each_segment_all()Kent Overstreet2013-09-101-1/+1
| * md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas2013-06-192-2/+22
| * dm bufio: avoid a possible __vmalloc deadlockMikulas Patocka2013-05-301-1/+25
| * dm snapshot: fix error return code in snapshot_ctrWei Yongjun2013-05-301-0/+1
| * md: bad block list should default to disabled.NeilBrown2013-05-131-6/+3
| * dm thin: fix discard corruptionJoe Thornber2013-03-272-24/+26