summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-02-17Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'md/for-next'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'device-mapper/for-next'Stephen Rothwell
2017-02-16md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-02-16dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka
2017-02-16dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka
2017-02-16dm space map metadata: constify dm_space_map structuresBhumika Goyal
2017-02-16dm cache metadata: use cursor api in blocks_are_clean_separate_dirty()Mike Snitzer
2017-02-16dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber
2017-02-16dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2Joe Thornber
2017-02-16dm bitset: add dm_bitset_new()Joe Thornber
2017-02-16dm cache metadata: name the cache block that couldn't be loadedMike Snitzer
2017-02-16dm cache metadata: add "metadata2" featureJoe Thornber
2017-02-16dm cache metadata: use bitset cursor api to load discard bitsetJoe Thornber
2017-02-16dm bitset: introduce cursor apiJoe Thornber
2017-02-16dm btree: use GFP_NOFS in dm_btree_del()Joe Thornber
2017-02-16dm space map common: memcpy the disk root to ensure it's arch alignedJoe Thornber
2017-02-16dm block manager: add unlikely() annotations on dm_bufio error pathsJoe Thornber
2017-02-16dm cache: fix corruption seen when using cache > 2TBJoe Thornber
2017-02-16Merge branch 'locking/core'Ingo Molnar
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei
2017-02-15md: remove unnecessary check on mddevMing Lei
2017-02-15md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei
2017-02-15md: fail if mddev->bio_set can't be createdMing Lei
2017-02-13md: disable WRITE SAME if it fails in underlayer disksShaohua Li
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li
2017-02-13md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li
2017-02-13md: ensure md devices are freed before module is unloaded.NeilBrown
2017-02-13md/r5cache: improve journal device efficiencySong Liu
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheSong Liu
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidShaohua Li
2017-02-13md linear: fix a race between linear_add() and linear_congested()colyli@suse.de
2017-02-06Merge branch 'master' into for-nextJens Axboe
2017-02-04dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig
2017-02-03dm crypt: replace RCU read-side section with rwsemOndrej Kozina
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer
2017-02-03dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2017-01-27dm: remove incomplete BLOCK_PC supportChristoph Hellwig
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig
2017-01-27md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig
2017-01-27Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe
2017-01-27block: add a op_is_flush helperChristoph Hellwig
2017-01-25dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer
2017-01-25dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen
2017-01-25dm raid: use read_disk_sb() throughoutHeinz Mauelshagen
2017-01-25dm raid: add raid4/5/6 journaling supportHeinz Mauelshagen
2017-01-25dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen
2017-01-25dm raid: fix transient device failure processingHeinz Mauelshagen