aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-01-22Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-01-21dm log userspace: allow mark requests to piggyback on flush requestsDongmao Zhang
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-01-21dm space map metadata: fix bug in resizing of thin metadataJoe Thornber
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-16dm cache: add policy name to status outputMike Snitzer
2014-01-15dm thin: fix pool feature parsingMike Snitzer
2014-01-15Merge tag 'md/3.13-fixes' of git://neil.brown.name/mdLinus Torvalds
2014-01-14dm sysfs: fix a module unload raceMikulas Patocka
2014-01-14dm snapshot: use dm-bufio prefetchMikulas Patocka
2014-01-14dm snapshot: use dm-bufioMikulas Patocka
2014-01-14dm snapshot: prepare for switch to using dm-bufioMikulas Patocka
2014-01-14dm snapshot: use GFP_KERNEL when initializing exceptionsMikulas Patocka
2014-01-14md: fix problem when adding device to read-only array with bitmap.NeilBrown
2014-01-14md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown
2014-01-14md/raid5: fix a recently broken BUG_ON().NeilBrown
2014-01-14md/raid1: fix request counting bug in new 'barrier' code.NeilBrown
2014-01-14md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown
2014-01-14md/raid5: Fix possible confusion when multiple write errors occur.NeilBrown
2014-01-13cgroup: remove stray references to css_idHugh Dickins
2014-01-10dm cache: add block sizes and total cache blocks to status outputMike Snitzer
2014-01-09dm btree: add dm_btree_find_lowest_keyJoe Thornber
2014-01-07dm space map metadata: fix extending the space mapJoe Thornber
2014-01-07dm space map common: make sure new space is used during extendJoe Thornber
2014-01-07dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka
2014-01-07dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka
2014-01-07dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2014-01-07dm cache policy mq: introduce three promotion threshold tunablesJoe Thornber
2014-01-07dm cache policy mq: use list_del_init instead of list_del + INIT_LIST_HEADWei Yongjun
2014-01-07dm thin: fix set_pool_mode exposed pool operation racesMike Snitzer
2014-01-07dm thin: eliminate the no_free_space flagMike Snitzer
2014-01-07dm thin: add error_if_no_space featureMike Snitzer
2014-01-07dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer
2014-01-07dm thin: cleanup and improve no space handlingMike Snitzer
2014-01-07dm thin: log info when growing the data or metadata deviceMike Snitzer
2014-01-07dm thin: handle metadata failures more consistentlyJoe Thornber
2014-01-07dm thin: factor out check_low_water_mark and use boolsJoe Thornber
2014-01-07dm thin: add mappings to end of prepared_* listsMike Snitzer
2014-01-07dm thin: return error from alloc_data_block if pool is not in write modeJoe Thornber
2014-01-07dm thin: use bool rather than unsigned for flags in structuresMike Snitzer
2014-01-07dm persistent data: cleanup dm-thin specific references in textMike Snitzer
2014-01-07dm space map metadata: limit errors in sm_metadata_new_blockMike Snitzer
2014-01-07dm delay: use per-bio data instead of a mempool and slab cacheMikulas Patocka
2014-01-07dm table: remove unused buggy code that extends the targets arrayMikulas Patocka
2014-01-07dm thin: fix discard support to a previously shared blockJoe Thornber
2014-01-07dm thin: initialize dm_thin_new_mapping returned by get_next_mappingMike Snitzer
2013-12-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman
2013-12-17Merge branch 'bcache-for-3.13' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe
2013-12-16bcache: New writeback PD controllerKent Overstreet