aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-05-28bcache: stop bcache device when backing device is offlineColy Li
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-05-21MD: fix lock contention for flush biosXiao Ni
2018-05-18Merge tag 'for-linus-20180518' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-17md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang
2018-05-17md/raid1: add error handling of read error from FailFast deviceGioh Kim
2018-05-17md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu
2018-05-17raid5: copy write hint from origin bio to stripeMariusz Dabrowski
2018-05-17bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-10Merge tag 'for-4.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-05-04dm mirror: remove VLA usageKees Cook
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li
2018-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li
2018-05-03bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li
2018-05-01md: fix two problems with setting the "re-add" device state.NeilBrown
2018-05-01raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang
2018-05-01md: fix an error code format and remove unsed bio_sectorYufen Yu
2018-04-30dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer
2018-04-30dm cache background tracker: fix sparse warningMike Snitzer
2018-04-30dm bufio: fix buffer alignmentMikulas Patocka
2018-04-30dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka
2018-04-24dm/verity_fec: Use GFP aware reed solomon initThomas Gleixner
2018-04-20Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams
2018-04-09raid1: copy write hint from master bio to behind bioMariusz Dabrowski
2018-04-09md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu
2018-04-09md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-04dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen
2018-04-04dm verity: make verity_for_io_block staticweiyongjun (A)
2018-04-03dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka