aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 13-335/+768
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4
2017-02-24dm-rq: don't dereference request payload after ending requestGravatar Jens Axboe 1-2/+4
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialGravatar Shaohua Li 1-4/+11
2017-02-23md/raid1: handle flush request correctlyGravatar Shaohua Li 1-3/+7
2017-02-23md/linear: shutup lockdep warnningGravatar Shaohua Li 1-1/+2
2017-02-21Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 16-227/+854
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 20-423/+142
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-5/+5
2017-02-19md/raid1: fix a use-after-free bugGravatar Shaohua Li 1-1/+2
2017-02-19RAID1: avoid unnecessary spin locks in I/O barrier codeGravatar colyli@suse.de 2-66/+130
2017-02-19RAID1: a new I/O barrier implementation to remove resync windowGravatar colyli@suse.de 2-236/+294
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 20-404/+133
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeGravatar Jens Axboe 3-19/+9
2017-02-17dm: flush queued bios when process blocks to avoid deadlockGravatar Mikulas Patocka 1-0/+55
2017-02-17dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Gravatar Mike Snitzer 1-53/+14
2017-02-16md/raid5: Don't reinvent the wheel but use existing llist APIGravatar Byungchul Park 1-4/+2
2017-02-16dm stats: fix a leaked s->histogram_boundaries arrayGravatar Mikulas Patocka 1-0/+1
2017-02-16dm space map metadata: constify dm_space_map structuresGravatar Bhumika Goyal 1-2/+2
2017-02-16dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()Gravatar Mike Snitzer 1-7/+26
2017-02-16dm persistent data: add cursor skip functions to the cursor APIsGravatar Joe Thornber 6-0/+70
2017-02-16dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2Gravatar Joe Thornber 1-11/+11
2017-02-16dm bitset: add dm_bitset_new()Gravatar Joe Thornber 2-0/+58
2017-02-16dm cache metadata: name the cache block that couldn't be loadedGravatar Mike Snitzer 1-4/+8
2017-02-16dm cache metadata: add "metadata2" featureGravatar Joe Thornber 3-53/+274
2017-02-16dm cache metadata: use bitset cursor api to load discard bitsetGravatar Joe Thornber 1-20/+28
2017-02-16dm bitset: introduce cursor apiGravatar Joe Thornber 2-0/+91
2017-02-16dm btree: use GFP_NOFS in dm_btree_del()Gravatar Joe Thornber 1-1/+6
2017-02-16dm space map common: memcpy the disk root to ensure it's arch alignedGravatar Joe Thornber 1-5/+11
2017-02-16dm block manager: add unlikely() annotations on dm_bufio error pathsGravatar Joe Thornber 1-4/+4
2017-02-16dm cache: fix corruption seen when using cache > 2TBGravatar Joe Thornber 1-3/+3
2017-02-15md: fast clone bio in bio_clone_mddev()Gravatar Ming Lei 6-22/+14
2017-02-15md: remove unnecessary check on mddevGravatar Ming Lei 1-3/+0
2017-02-15md/raid1: use bio_clone_bioset_partial() in case of write behindGravatar Ming Lei 1-5/+15
2017-02-15md: fail if mddev->bio_set can't be createdGravatar Ming Lei 1-1/+4
2017-02-13md: disable WRITE SAME if it fails in underlayer disksGravatar Shaohua Li 4-0/+10
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkGravatar Shaohua Li 3-2/+16
2017-02-13md/raid5-cache: stripe reclaim only counts valid stripesGravatar Shaohua Li 1-2/+2
2017-02-13md: ensure md devices are freed before module is unloaded.Gravatar NeilBrown 1-0/+7
2017-02-13md/r5cache: improve journal device efficiencyGravatar Song Liu 2-20/+58
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheGravatar Song Liu 3-24/+168
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidGravatar Shaohua Li 2-2/+57
2017-02-13md linear: fix a race between linear_add() and linear_congested()Gravatar colyli@suse.de 2-5/+35
2017-02-04dm: don't allow ioctls to targets that don't map to whole devicesGravatar Christoph Hellwig 1-5/+8
2017-02-03dm crypt: replace RCU read-side section with rwsemGravatar Ondrej Kozina 1-4/+4
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Gravatar Mike Snitzer 1-0/+4
2017-02-03dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Gravatar Mike Snitzer 1-2/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueGravatar Jan Kara 14-37/+37
2017-01-27dm: always defer request allocation to the owner of the request_queueGravatar Christoph Hellwig 7-341/+85
2017-01-27dm: remove incomplete BLOCK_PC supportGravatar Christoph Hellwig 1-16/+0