Age | Commit message (Expand) | Author | Files | Lines |
2015-01-28 | dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI... | Joe Thornber | 1 | -0/+6 |
2015-01-28 | dm cache: fix missing ERR_PTR returns and handling | Joe Thornber | 1 | -4/+5 |
2015-01-24 | dm: fix handling of multiple internal suspends | Mikulas Patocka | 1 | -2/+7 |
2015-01-23 | dm cache: fix problematic dual use of a single migration count variable | Joe Thornber | 1 | -39/+50 |
2015-01-23 | dm cache: share cache-metadata object across inactive and active DM tables | Joe Thornber | 1 | -6/+95 |
2014-12-17 | dm: fix missed error code if .end_io isn't implemented by target_type | zhendong chen | 1 | -1/+1 |
2014-12-17 | dm thin: fix crash by initializing thin device's refcount and completion earlier | Marc Dionne | 1 | -3/+2 |
2014-12-17 | dm thin: fix missing out-of-data-space to write mode transition if blocks are... | Joe Thornber | 1 | -2/+20 |
2014-12-17 | dm thin: fix inability to discard blocks when in out-of-data-space mode | Joe Thornber | 1 | -1/+1 |
2014-12-14 | Merge tag 'md/3.19' of git://neil.brown.name/md | Linus Torvalds | 2 | -13/+32 |
2014-12-14 | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -32/+10 |
2014-12-11 | md: Check MD_RECOVERY_RUNNING as well as ->sync_thread. | NeilBrown | 1 | -10/+26 |
2014-12-09 | Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 21 | -569/+1610 |
2014-12-03 | md: fix semicolon.cocci warnings | kbuild test robot | 1 | -1/+1 |
2014-12-03 | md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants. | NeilBrown | 1 | -2/+5 |
2014-12-02 | dm crypt: use memzero_explicit for on-stack buffer | Milan Broz | 1 | -1/+1 |
2014-12-02 | dm space map metadata: fix sm_bootstrap_get_count() | Joe Thornber | 1 | -1/+3 |
2014-12-01 | dm space map metadata: fix sm_bootstrap_get_nr_blocks() | Dan Carpenter | 1 | -1/+3 |
2014-12-01 | dm bufio: fix memleak when using a dm_buffer's inline bio | Darrick J. Wong | 1 | -1/+19 |
2014-12-01 | dm cache: fix spurious cell_defer when dealing with partial block at end of d... | Joe Thornber | 1 | -2/+2 |
2014-12-01 | dm cache: dirty flag was mistakenly being cleared when promoting via overwrite | Joe Thornber | 1 | -3/+7 |
2014-12-01 | dm cache: only use overwrite optimisation for promotion when in writeback mode | Joe Thornber | 1 | -1/+2 |
2014-12-01 | dm cache: discard block size must be a multiple of cache block size | Joe Thornber | 1 | -6/+3 |
2014-12-01 | dm cache: fix a harmless race when working out if a block is discarded | Joe Thornber | 1 | -2/+4 |
2014-12-01 | dm cache: when reloading a discard bitset allow for a different discard block... | Joe Thornber | 1 | -7/+87 |
2014-12-01 | dm cache: fix some issues with the new discard range support | Joe Thornber | 1 | -3/+3 |
2014-12-01 | dm array: if resizing the array is a noop set the new root to the old one | Joe Thornber | 1 | -1/+3 |
2014-11-24 | md: use generic io stats accounting functions to simplify io stat accounting | Gu Zheng | 2 | -15/+4 |
2014-11-24 | md/bcache: use generic io stats accounting functions to simplify io stat acco... | Gu Zheng | 1 | -17/+6 |
2014-11-24 | dm: use rcu_dereference_protected instead of rcu_dereference | Eric Dumazet | 1 | -5/+5 |
2014-11-21 | dm thin: fix pool_io_hints to avoid looking at max_hw_sectors | Mike Snitzer | 1 | -14/+7 |
2014-11-19 | dm thin: suspend/resume active thin devices when reloading thin-pool | Mike Snitzer | 1 | -2/+38 |
2014-11-19 | dm: enhance internal suspend and resume interface | Mike Snitzer | 4 | -58/+187 |
2014-11-19 | dm thin: do not allow thin device activation while pool is suspended | Mike Snitzer | 1 | -10/+45 |
2014-11-19 | dm: add presuspend_undo hook to target_type | Mike Snitzer | 3 | -9/+38 |
2014-11-19 | dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctl | Mike Snitzer | 1 | -2/+3 |
2014-11-17 | Merge tag 'md/3.18-fix' of git://neil.brown.name/md | Linus Torvalds | 1 | -0/+4 |
2014-11-17 | md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN | NeilBrown | 1 | -0/+4 |
2014-11-13 | Merge tag 'dm-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de... | Linus Torvalds | 7 | -31/+50 |
2014-11-13 | dm thin: remove stale 'trim' message in block comment above pool_message | Mike Snitzer | 1 | -1/+0 |
2014-11-13 | dm thin: fix a race in thin_dtr | Mikulas Patocka | 1 | -3/+3 |
2014-11-13 | dm cache: emit a warning message if there are a lot of cache blocks | Joe Thornber | 1 | -3/+16 |
2014-11-10 | dm cache: improve discard support | Joe Thornber | 1 | -45/+121 |
2014-11-10 | dm cache: revert "prevent corruption caused by discard_block_size > cache_blo... | Joe Thornber | 1 | -3/+34 |
2014-11-10 | dm cache: revert "remove remainder of distinct discard block size" | Joe Thornber | 4 | -46/+77 |
2014-11-10 | dm bio prison: introduce support for locking ranges of blocks | Joe Thornber | 4 | -9/+16 |
2014-11-10 | dm cache policy mq: simplify ability to promote sequential IO to the cache | Mike Snitzer | 1 | -3/+4 |
2014-11-10 | dm cache policy mq: tweak algorithm that decides when to promote a block | Joe Thornber | 1 | -25/+50 |
2014-11-10 | dm: do not call dm_sync_table() when creating new devices | Hannes Reinecke | 1 | -3/+6 |
2014-11-10 | dm: sparse: Annotate field with __rcu for checking | Pranith Kumar | 1 | -1/+1 |