summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache: add block sizes and total cache blocks to status outputMike Snitzer2014-01-101-6/+10
* dm btree: add dm_btree_find_lowest_keyJoe Thornber2014-01-092-7/+34
* dm space map metadata: fix extending the space mapJoe Thornber2014-01-071-5/+13
* dm space map common: make sure new space is used during extendJoe Thornber2014-01-071-1/+5
* dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka2014-01-073-1/+22
* dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka2014-01-071-6/+0
* dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu2014-01-071-0/+1
* dm cache policy mq: introduce three promotion threshold tunablesJoe Thornber2014-01-071-21/+43
* dm cache policy mq: use list_del_init instead of list_del + INIT_LIST_HEADWei Yongjun2014-01-071-2/+1
* dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer2014-01-071-13/+27
* dm thin: eliminate the no_free_space flagMike Snitzer2014-01-071-22/+4
* dm thin: add error_if_no_space featureMike Snitzer2014-01-071-6/+25
* dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer2014-01-071-6/+20
* dm thin: cleanup and improve no space handlingMike Snitzer2014-01-071-29/+32
* dm thin: log info when growing the data or metadata deviceMike Snitzer2014-01-071-0/+7
* dm thin: handle metadata failures more consistentlyJoe Thornber2014-01-071-21/+27
* dm thin: factor out check_low_water_mark and use boolsJoe Thornber2014-01-071-15/+22
* dm thin: add mappings to end of prepared_* listsMike Snitzer2014-01-071-3/+3
* dm thin: return error from alloc_data_block if pool is not in write modeJoe Thornber2014-01-071-0/+3
* dm thin: use bool rather than unsigned for flags in structuresMike Snitzer2014-01-072-12/+12
* dm persistent data: cleanup dm-thin specific references in textMike Snitzer2014-01-072-4/+4
* dm space map metadata: limit errors in sm_metadata_new_blockMike Snitzer2014-01-071-2/+2
* dm delay: use per-bio data instead of a mempool and slab cacheMikulas Patocka2014-01-071-28/+7
* dm table: remove unused buggy code that extends the targets arrayMikulas Patocka2014-01-071-20/+2
* dm thin: fix discard support to a previously shared blockJoe Thornber2014-01-073-2/+34
* dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer2014-01-071-11/+6
* Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-12-1315-67/+191
|\
| * dm array: fix a reference counting bug in shadow_ablockJoe Thornber2013-12-131-1/+9
| * dm space map: disallow decrementing a reference count below zeroJoe Thornber2013-12-131-9/+23
| * dm stats: initialize read-only module parameterMikulas Patocka2013-12-101-0/+1
| * dm bufio: initialize read-only module parametersMikulas Patocka2013-12-101-0/+5
| * dm cache: actually resize cacheVincent Pelletier2013-12-101-1/+1
| * dm cache policy mq: fix promotions to occur as expectedJoe Thornber2013-12-101-5/+8
| * dm thin: allow pool in read-only mode to transition to read-write modeJoe Thornber2013-12-105-5/+29
| * dm thin: re-establish read-only state when switching to fail modeJoe Thornber2013-12-101-0/+1
| * dm thin: always fallback the pool mode if commit failsJoe Thornber2013-12-101-22/+15
| * dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer2013-12-101-2/+10
| * dm thin: switch to read only mode if a mapping insert failsJoe Thornber2013-12-101-1/+3
| * dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer2013-12-101-2/+6
| * dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka2013-12-101-0/+5
| * dm snapshot: avoid snapshot space leak on crashMikulas Patocka2013-12-101-7/+64
| * dm delay: fix a possible deadlock due to shared workqueueMikulas Patocka2013-11-181-12/+11
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-051-11/+1
|\ \
| * | block: submit_bio_wait() conversionsKent Overstreet2013-11-241-11/+1
* | | md/raid5: fix newly-broken locking in get_active_stripe.NeilBrown2013-11-281-7/+4
* | | md: test mddev->flags more safely in md_check_recovery.NeilBrown2013-11-281-1/+1
* | | md/raid5: fix new memory-reference bug in alloc_thread_groups.NeilBrown2013-11-281-1/+1
|/ /
* | Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds2013-11-206-186/+566
|\ \
| * | md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng2013-11-191-24/+39
| * | md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng2013-11-191-0/+3
OpenPOWER on IntegriCloud