summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-02-09Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'md/for-next'Stephen Rothwell
2017-02-07md: ensure md devices are freed before module is unloaded.NeilBrown
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-30md/r5cache: improve journal device efficiencySong Liu
2017-01-30Merge branch 'locking/core'Ingo Molnar
2017-01-28md/r5cache: enable chunk_aligned_read with write back cacheSong Liu
2017-01-28raid5: only dispatch IO from raid5d for harddisk raidShaohua Li
2017-01-28md/multipath: disable WRITE SAME if it fails for multipathShaohua Li
2017-01-28md: disable WRITE SAME if it fails for linear/raid0Shaohua Li
2017-01-28md linear: fix a race between linear_add() and linear_congested()colyli@suse.de
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-24md/r5cache: disable write back for degraded arraySong Liu
2017-01-24md/r5cache: shift complex rmw from read path to write pathSong Liu
2017-01-24md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu
2017-01-24md/raid5: move comment of fetch_block to right locationSong Liu
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu
2017-01-24md/raid5-cache: delete meaningless codeShaohua Li
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2017-01-09md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li
2017-01-05md/r5cache: fix spelling mistake on "recoverying"Colin Ian King
2017-01-05md/r5cache: assign conf->log before r5l_load_log()Song Liu
2017-01-05md/r5cache: simplify handling of sh->log_start in recoverySong Liu
2017-01-05md/raid5-cache: removes unnecessary write-through mode judgmentsJackieLiu
2017-01-03md/raid10: Refactor raid10_make_requestRobert LeBlanc
2017-01-03md/raid1: Refactor raid1_make_requestRobert LeBlanc
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17bcache: partition support: add 16 minors per bcacheN deviceEric Wheeler
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-13Merge branch 'md-next' into md-linusShaohua Li
2016-12-13dm flakey: introduce "error_writes" featureMike Snitzer
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-08md: separate flags for superblock changesShaohua Li
2016-12-08md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2016-12-08md: takeover should clear unrelated bitsShaohua Li
2016-12-08dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer
2016-12-08dm crypt: reject key strings containing whitespace charsOndrej Kozina