summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: kill index()Kent Overstreet
2014-01-08bcache: Trivial error handling fixKent Overstreet
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet
2014-01-08bcache: Do bkey_put() in btree_split() error pathKent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking codeKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2014-01-08bcache: Zero less memoryKent Overstreet
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet
2014-01-08bcache: Minor btree cache fixKent Overstreet
2014-01-08bcache: Performance fix for when journal entry is fullKent Overstreet
2014-01-08bcache: Minor journal fixKent Overstreet
2014-01-08bcache: Data corruption fixKent Overstreet
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-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
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
2013-12-16bcache: bugfix for race between moving_gc and bucket_invalidateKent Overstreet
2013-12-16bcache: fix for gc and writeback raceNicholas Swenson
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson
2013-12-16bcache: fix for gc crashing when no sectors are usedNicholas Swenson
2013-12-16bcache: Fix heap_peek() macroNicholas Swenson