summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-47/+92
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+115
2017-07-06Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-38/+4770
2017-07-05dm zoned: fix overflow when converting zone ID to sectorsDamien Le Moal-2/+2
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams-0/+115
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov-1/+1
2017-07-03MD: fix sleep in atomicShaohua Li-4/+8
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds-369/+381
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds-4/+4
2017-06-30dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen-3/+10
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara-13/+13
2017-06-27dm: don't set bounce limitChristoph Hellwig-1/+0
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-6/+31
2017-06-23MD: fix a null dereferenceShaohua Li-1/+1
2017-06-23dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen-3/+14
2017-06-21md: use a separate bio_set for synchronous IO.NeilBrown-7/+23
2017-06-21dm io: fix duplicate bio completion due to missing ref countMike Snitzer-2/+2
2017-06-21dm integrity: fix to not disable/enable interrupts from interrupt contextMike Snitzer-2/+5
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-06-19dm zoned: drive-managed zoned block device targetDamien Le Moal-0/+4293
2017-06-19dm kcopyd: add sequential write featureDamien Le Moal-2/+63
2017-06-19dm linear: add support for zoned block devicesDamien Le Moal-3/+15
2017-06-19dm flakey: add support for zoned block devicesDamien Le Moal-3/+20
2017-06-19dm: introduce dm_remap_zone_report()Damien Le Moal-0/+79
2017-06-19dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal-2/+7
2017-06-19dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal-0/+4
2017-06-19dm table: add zoned block devices validationDamien Le Moal-0/+162
2017-06-19dm crypt: add big-endian variant of plain64 IVMilan Broz-1/+20
2017-06-19dm bio prison: use rb_entry() rather than container_of()Geliang Tang-2/+2
2017-06-19dm ioctl: report event number in DM_LIST_DEVICESMikulas Patocka-1/+5
2017-06-19dm ioctl: add a new DM_DEV_ARM_POLL ioctlMikulas Patocka-21/+35
2017-06-19dm: add basic support for using the select or poll functionMikulas Patocka-1/+56
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei-1/+1
2017-06-18block: remove bio_clone() and all references.NeilBrown-1/+1
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown-1/+1
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown-6/+13
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown-11/+11
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown-1/+1
2017-06-16md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong-1/+1
2017-06-16md/raid1: remove unused bio in sync_request_writeGuoqing Jiang-3/+1
2017-06-16md/raid10: fix FailFast test for wrong deviceGuoqing Jiang-3/+3
2017-06-16Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe-4/+4
2017-06-15dm: add ->flush() dax operation supportDan Williams-0/+54
2017-06-15Revert "dm mirror: use all available legs on multiple failures"Mike Snitzer-2/+19
2017-06-14dm: missing break in process_queued_bios()Dan Carpenter-0/+1
2017-06-13md: don't use flush_signals in userspace processesMikulas Patocka-2/+8
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown-35/+56
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig-4/+4