summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen2013-11-091-4/+4
| * | | | dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2013-11-092-8/+9
| * | | | dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber2013-11-091-4/+5
| * | | | dm cache policy mq: a few small fixesJoe Thornber2013-11-091-10/+12
| * | | | dm cache policy: remove return from void policy_remove_mappingJoe Thornber2013-11-091-1/+1
| * | | | dm cache: improve efficiency of quiescing flag managementJoe Thornber2013-11-091-22/+5
| * | | | dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber2013-11-091-14/+40
| * | | | dm cache: io destined for the cache device can now serve as tick biosJoe Thornber2013-11-091-0/+1
| * | | | dm cache policy mq: protect residency method with existing mutexJoe Thornber2013-11-091-2/+6
| * | | | dm array: fix bug in growing arrayJoe Thornber2013-11-051-1/+4
| * | | | dm mpath: requeue I/O during pg_initHannes Reinecke2013-11-051-4/+12
| * | | | dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla2013-10-311-3/+15
| * | | | dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka2013-10-311-2/+16
* | | | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-144-56/+13
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-084-56/+13
* | | | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-073-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-192-8/+13
| |\ \ \
| * \ \ \ Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-2917-89/+226
| |\ \ \ \
| * | | | | sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-263-4/+4
* | | | | | raid5: avoid finding "discard" stripeShaohua Li2013-10-241-0/+8
* | | | | | raid5: set bio bi_vcnt 0 for discard requestShaohua Li2013-10-241-0/+12
* | | | | | md: avoid deadlock when md_set_badblocks.Bian Yu2013-10-241-2/+3
* | | | | | md: Fix skipping recovery for read-only arrays.Lukasz Dorau2013-10-242-0/+2
* | | | | | bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet2013-10-231-1/+1
| |_|/ / / |/| | | |
* | | | | dm snapshot: fix data corruptionMikulas Patocka2013-10-161-6/+12
| |_|/ / |/| | |
* | | | bcache: Fix a null ptr deref regressionKent Overstreet2013-10-101-2/+1
| |/ / |/| |
* | | Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-09-258-25/+118
|\ \ \
| * | | dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-233-5/+20
| * | | dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-233-4/+42
| * | | dm: lower bio-based mempool reservationMike Snitzer2013-09-231-4/+5
| * | | dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-231-3/+11
| * | | dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-202-1/+21
| * | | dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-201-3/+2
| * | | dm snapshot: workaround for a false positive lockdep warningMikulas Patocka2013-09-201-1/+1
| * | | dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka2013-09-181-6/+17
| * | | dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-181-0/+1
| |/ /
* | | bcache: Fix flushes in writeback modeKent Overstreet2013-09-241-6/+9
* | | bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet2013-09-241-11/+28
* | | bcache: Fix a shrinker deadlockKent Overstreet2013-09-241-1/+1
* | | bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet2013-09-241-2/+1
* | | bcache: Fix a flush/fua performance bugKent Overstreet2013-09-241-0/+1
* | | bcache: Fix a writeback performance regressionKent Overstreet2013-09-244-30/+43
* | | bcache: Correct printf()-style format length modifierGeert Uytterhoeven2013-09-241-1/+1
* | | bcache: Fix for when no journal entries are foundKent Overstreet2013-09-241-12/+18
* | | bcache: Strip endline when writing the label through sysfsGabriel de Perthuis2013-09-241-2/+7
* | | bcache: Fix a dumb journal discard bugKent Overstreet2013-09-241-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-123-43/+66
|\ \
| * | drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-103-43/+66
| |/
* | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-1018-151/+1359
|\ \
| * | dm stripe: silence a couple sparse warningsMike Snitzer2013-09-061-0/+1
OpenPOWER on IntegriCloud