aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara
2017-06-27dm: don't set bounce limitChristoph Hellwig
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen
2017-06-21dm io: fix duplicate bio completion due to missing ref countMike Snitzer
2017-06-21dm integrity: fix to not disable/enable interrupts from interrupt contextMike Snitzer
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei
2017-06-18block: remove bio_clone() and all references.NeilBrown
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-16Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe
2017-06-15Revert "dm mirror: use all available legs on multiple failures"Mike Snitzer
2017-06-14dm: missing break in process_queued_bios()Dan Carpenter
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12dm integrity: reject mappings too large for deviceOndrej Mosnáček
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2017-06-09dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown
2017-06-05md: namespace private helper namesAmir Goldstein
2017-06-02Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-31md: Make flush bios explicitely syncJan Kara
2017-05-31dm: make flush bios explicitly syncJan Kara
2017-05-24md: report sector of stripes with check mismatchesNix
2017-05-24md: uuid debug statement now in processor byte order.Kyungchan Koh
2017-05-22dm ioctl: restore __GFP_HIGH in copy_params()Junaid Shahid
2017-05-22dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()Mikulas Patocka
2017-05-22dm verity: fix no salt use caseGilad Ben-Yossef
2017-05-21md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang
2017-05-18Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-05-17dm cache: handle kmalloc failure allocating background_tracker structColin Ian King
2017-05-16dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka
2017-05-15dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig
2017-05-15dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig
2017-05-15dm rq: add a missing break to map_requestChristoph Hellwig
2017-05-15dm space map disk: fix some book keeping in the disk space mapJoe Thornber
2017-05-15dm thin metadata: call precommit before saving the rootsJoe Thornber
2017-05-14dm cache policy smq: don't do any writebacks unless IDLEJoe Thornber
2017-05-14dm cache: simplify the IDLE vs BUSY state calculationJoe Thornber