summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-255-45/+39
* dm: add dax_device and dax_operations supportDan Williams2017-04-203-14/+72
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-03-166-38/+72
|\
| * md/raid1: fix a trivial typo in commentsZhilong Liu2017-03-141-1/+1
| * md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu2017-03-141-1/+2
| * md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan2017-03-101-1/+1
| * md: fix super_offset endianness in super_1_rdev_size_changeJason Yan2017-03-101-1/+1
| * md/raid1/10: fix potential deadlockShaohua Li2017-03-092-2/+41
| * md: don't impose the MD_SB_DISKS limit on arrays without metadata.NeilBrown2017-03-091-4/+3
| * md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-094-10/+6
| * md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang2017-03-091-1/+0
| * md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang2017-03-091-0/+1
| * md: delete dead codeShaohua Li2017-03-092-14/+0
| * md/raid10: submit bio directly to replacement diskShaohua Li2017-03-091-3/+16
* | blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-112-14/+18
* | drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida2017-03-091-1/+0
|/
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0314-0/+19
|\
| * sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-022-0/+2
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+6
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* | Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2017-03-021-4/+16
|\ \
| * | dm raid: bump the target versionMike Snitzer2017-02-281-3/+3
| * | dm raid: fix data corruption on reshape requestHeinz Mauelshagen2017-02-281-1/+11
| * | dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer2017-02-281-2/+4
* | | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
| |/ |/|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-2413-335/+768
|\ \
| * | md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li2017-02-231-4/+11
| * | md/raid1: handle flush request correctlyShaohua Li2017-02-231-3/+7
| * | md/linear: shutup lockdep warnningShaohua Li2017-02-231-1/+2
| * | md/raid1: fix a use-after-free bugShaohua Li2017-02-191-1/+2
| * | RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-192-66/+130
| * | RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-192-236/+294
| * | md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2
| * | md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-156-22/+14
| * | md: remove unnecessary check on mddevMing Lei2017-02-151-3/+0
| * | md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei2017-02-151-5/+15
| * | md: fail if mddev->bio_set can't be createdMing Lei2017-02-151-1/+4
| * | md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-134-0/+10
| * | md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-133-2/+16
| * | md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li2017-02-131-2/+2
| * | md: ensure md devices are freed before module is unloaded.NeilBrown2017-02-131-0/+7
| * | md/r5cache: improve journal device efficiencySong Liu2017-02-132-20/+58
| * | md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-133-24/+168
| * | raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-132-2/+57
| * | md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-02-132-5/+35
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-241-2/+4
|\ \ \