summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-24bcache: remove dupplicated declaration from btree.hColy Li
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig
2020-03-24block: remove __bdevnameChristoph Hellwig
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li
2020-03-22bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso
2020-03-22bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedColy Li
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li
2020-03-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-03dm: bump version of core and various targetsMike Snitzer
2020-03-03dm: fix congested_fn for request-based deviceHou Tao
2020-03-03dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer
2020-03-03dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer
2020-03-02Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe
2020-02-27dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki
2020-02-27dm writecache: verify watermark during resumeMikulas Patocka
2020-02-27dm: report suspended device during destroyMikulas Patocka
2020-02-27dm thin metadata: fix lockdep complaintTheodore Ts'o
2020-02-27dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka
2020-02-25dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka
2020-02-25dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka
2020-02-25dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-13bcache: remove macro nr_to_fifo_front()Coly Li
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino
2020-02-01bcache: check return value of prio_read()Coly Li
2020-02-01bcache: fix incorrect data type usage in btree_flush_write()Coly Li
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-02-01bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-01bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li
2020-01-29Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-27dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li
2020-01-23bcache: remove member accessed from struct btreeColy Li
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li