summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: remove bdev_stack_limitsChristoph Hellwig2020-07-201-1/+2
* block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig2020-07-201-19/+0
* Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-207-36/+101
|\
| * md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming2020-07-151-0/+1
| * md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu2020-07-151-0/+7
| * md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-155-20/+42
| * md: improve io stats accountingArtur Paszkiewicz2020-07-142-12/+46
| * md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King2020-07-141-4/+5
| * Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-086-18/+55
| |\
* | \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-2033-486/+122
|\ \ \
| * | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-0918-367/+1
| * | | writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-091-1/+1
| * | | md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-091-11/+8
| |/ /
| * | dm: remove unused variableJens Axboe2020-07-011-1/+0
| * | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
| * | block: remove direct_make_requestChristoph Hellwig2020-07-011-4/+1
| * | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-0125-73/+72
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-015-24/+35
| * | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-012-2/+2
| * | dm: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * | bcache: stop setting ->queuedataChristoph Hellwig2020-07-011-1/+0
| * | dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-06-291-3/+2
| * | blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-1/+2
* | | dm: use noio when sending kobject eventMikulas Patocka2020-07-081-3/+12
* | | dm zoned: Fix zone reclaim triggerDamien Le Moal2020-07-083-10/+11
* | | dm zoned: fix unused but set variable warningsWei Yongjun2020-07-081-4/+1
* | | dm writecache: reject asynchronous pmem devicesMichal Suchanek2020-07-081-0/+6
* | | dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-07-081-3/+2
* | | dm: do not use waitqueue for request-based DMMing Lei2020-07-072-29/+39
| |/ |/|
* | Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-276-18/+55
|\ \ | |/ |/|
| * dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka2020-06-191-0/+2
| * dm zoned: Fix reclaim zone selectionShin'ichiro Kawasaki2020-06-191-2/+2
| * dm zoned: Fix random zone reclaim selectionDamien Le Moal2020-06-191-8/+27
| * dm: update original bio sector on Zone AppendJohannes Thumshirn2020-06-191-0/+13
| * dm zoned: Fix metadata zone size checkShin'ichiro Kawasaki2020-06-191-1/+2
| * dm ioctl: use struct_size() helper in retrieve_deps()Gustavo A. R. Silva2020-06-171-1/+1
| * dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye2020-06-171-2/+4
| * dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye2020-06-171-0/+2
| * dm zoned: assign max_io_len correctlyHou Tao2020-06-171-1/+1
| * dm zoned: fix uninitialized pointer dereferenceDamien Le Moal2020-06-171-3/+1
* | bcache: pr_info() format clean up in bcache_device_init()Coly Li2020-06-151-2/+1
* | bcache: use delayed kworker fo asynchronous devices registrationColy Li2020-06-151-6/+8
* | bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira2020-06-151-3/+19
* | bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-151-2/+6
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-132-42/+42
* Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-0625-636/+2650
|\
| * dm crypt: avoid truncating the logical block sizeEric Biggers2020-06-051-1/+1
| * dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer2020-06-051-2/+6
| * dm mpath: enhance queue_if_no_path debuggingMike Snitzer2020-06-051-7/+23
| * dm mpath: restrict queue_if_no_path state machineMike Snitzer2020-06-051-10/+28