summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-128-110/+227
|\
| * dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner2014-06-111-1/+2
| * dm bio prison: implement per bucket locking in the dm_bio_prison hash tableHeinz Mauelshagen2014-06-111-27/+39
| * dm: remove symbol export for dm_set_device_limitsMike Snitzer2014-06-042-4/+2
| * dm: disable WRITE SAME if it failsMike Snitzer2014-06-042-10/+17
| * dm era: check for a non-NULL metadata object before closing itJoe Thornber2014-06-031-1/+2
| * dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer2014-06-033-17/+27
| * dm thin: cleanup noflush_work to use a proper completionJoe Thornber2014-06-031-18/+34
| * dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka2014-06-031-3/+15
| * dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka2014-06-031-18/+35
| * dm: introduce dm_accept_partial_bioMikulas Patocka2014-06-031-8/+51
| * dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka2014-06-031-7/+7
* | Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds2014-06-114-42/+138
|\ \
| * | raid5: speedup sync_request processingEivind Sarto2014-06-101-1/+1
| * | md/raid5: deadlock between retry_aligned_read with barrier iohui jiao2014-06-051-1/+1
| * | raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li2014-05-292-22/+101
| * | md/bitmap: remove confusing code from filemap_get_page.NeilBrown2014-05-291-5/+1
| * | raid5: avoid release list until last reference of the stripeEivind Sarto2014-05-291-0/+5
| * | md: md_clear_badblocks should return an error code on failure.NeilBrown2014-05-291-1/+1
| * | md/raid56: Don't perform reads to support writes until stripe is ready.NeilBrown2014-05-291-12/+18
| * | md: refuse to change shape of array if it is active but read-onlyNeilBrown2014-05-291-0/+10
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-086-11/+10
|\ \ \
| * \ \ Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-036-10/+10
| |\ \ \
| | * | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-186-10/+10
| * | | | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | block: remove struct request buffer memberJens Axboe2014-04-151-1/+0
* | | | | Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-06-021-1/+4
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown2014-05-291-0/+1
| * | | md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown2014-05-281-1/+3
* | | | Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-05-303-9/+19
|\ \ \ \ | |/ / / |/| | |
| * | | dm mpath: really fix lockdep warningHannes Reinecke2014-05-271-6/+8
| * | | dm cache: always split discards on cache block boundariesHeinz Mauelshagen2014-05-271-0/+2
| * | | dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer2014-05-201-3/+9
* | | | Merge tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-05-213-51/+35
|\| | |
| * | | dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer2014-05-141-1/+1
| * | | dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber2014-05-141-0/+21
| * | | dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber2014-05-141-1/+1
| * | | dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka2014-05-141-49/+12
* | | | Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-05-132-7/+9
|\ \ \ \ | |/ / / |/| | |
| * | | md: avoid possible spinning md thread at shutdown.NeilBrown2014-05-061-1/+2
| * | | md/raid10: call wait_barrier() for each request submitted.NeilBrown2014-05-061-6/+7
| | |/ | |/|
* | | Merge tag 'dm-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2014-05-023-12/+81
|\ \ \ | |/ / |/| |
| * | dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer2014-05-011-0/+1
| * | dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer2014-04-291-1/+1
| * | dm verity: fix biovecs hash calculation regressionMilan Broz2014-04-151-6/+9
| * | dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber2014-04-081-3/+67
| * | dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber2014-04-081-2/+3
* | | Merge tag '3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-04-171-2/+1
|\ \ \ | |_|/ |/| |
| * | raid5: fix a race of stripe count checkShaohua Li2014-04-171-2/+1
* | | Merge tag 'md/3.15' of git://neil.brown.name/mdLinus Torvalds2014-04-115-51/+61
|\| |