summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-073-0/+115
|\
| * Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams2017-07-033-0/+115
| |\
| | * dm: add ->flush() dax operation supportDan Williams2017-06-153-0/+54
| | * dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-093-0/+61
* | | Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0617-38/+4770
|\ \ \
| * | | dm zoned: fix overflow when converting zone ID to sectorsDamien Le Moal2017-07-051-2/+2
| * | | dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen2017-06-301-3/+10
| * | | dm zoned: drive-managed zoned block device targetDamien Le Moal2017-06-196-0/+4293
| * | | dm kcopyd: add sequential write featureDamien Le Moal2017-06-191-2/+63
| * | | dm linear: add support for zoned block devicesDamien Le Moal2017-06-191-3/+15
| * | | dm flakey: add support for zoned block devicesDamien Le Moal2017-06-191-3/+20
| * | | dm: introduce dm_remap_zone_report()Damien Le Moal2017-06-191-0/+79
| * | | dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal2017-06-191-2/+7
| * | | dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal2017-06-191-0/+4
| * | | dm table: add zoned block devices validationDamien Le Moal2017-06-191-0/+162
| * | | dm crypt: add big-endian variant of plain64 IVMilan Broz2017-06-191-1/+20
| * | | dm bio prison: use rb_entry() rather than container_of()Geliang Tang2017-06-192-2/+2
| * | | dm ioctl: report event number in DM_LIST_DEVICESMikulas Patocka2017-06-191-1/+5
| * | | dm ioctl: add a new DM_DEV_ARM_POLL ioctlMikulas Patocka2017-06-191-21/+35
| * | | dm: add basic support for using the select or poll functionMikulas Patocka2017-06-193-1/+56
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-243-6/+31
| |\ \ \ \
| * | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* | | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0337-369/+381
|\ \ \ \ \ \
| * | | | | | dm: don't set bounce limitChristoph Hellwig2017-06-271-1/+0
| | |_|/ / / | |/| | | |
| * | | | | blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-181-1/+1
| * | | | | block: remove bio_clone() and all references.NeilBrown2017-06-181-1/+1
| * | | | | bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
| * | | | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-184-6/+13
| * | | | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-1810-11/+11
| * | | | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
| * | | | | Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe2017-06-161-4/+4
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-4/+4
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| * | | | | | dm: missing break in process_queued_bios()Dan Carpenter2017-06-141-0/+1
| |/ / / / /
| * | | | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1216-48/+65
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-0933-238/+248
| * | | | | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-4/+4
| * | | | | block: introduce new block status code typeChristoph Hellwig2017-06-093-28/+21
| * | | | | dm: change ->end_io calling conventionChristoph Hellwig2017-06-099-49/+50
| * | | | | dm: don't return errnos from ->mapChristoph Hellwig2017-06-0911-33/+46
| * | | | | dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig2017-06-091-27/+15
| * | | | | dm: fix REQ_RAHEAD handlingChristoph Hellwig2017-06-092-3/+3
* | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-031-4/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | md: namespace private helper namesAmir Goldstein2017-06-051-4/+4
| | |_|_|/ | |/| | |
* | | | | dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-06-271-13/+13
* | | | | dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen2017-06-231-3/+14
| |_|_|/ |/| | |
* | | | dm io: fix duplicate bio completion due to missing ref countMike Snitzer2017-06-211-2/+2
* | | | dm integrity: fix to not disable/enable interrupts from interrupt contextMike Snitzer2017-06-211-2/+5
* | | | Revert "dm mirror: use all available legs on multiple failures"Mike Snitzer2017-06-151-2/+19
* | | | dm integrity: reject mappings too large for deviceOndrej Mosnáček2017-06-121-0/+5
| |_|/ |/| |
OpenPOWER on IntegriCloud