aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2-29/+2
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds9-67/+92
2020-03-03dm: bump version of core and various targetsMike Snitzer6-6/+6
2020-03-03dm: fix congested_fn for request-based deviceHou Tao1-11/+10
2020-03-03dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer1-23/+9
2020-03-03dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer1-0/+15
2020-03-02Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe2-29/+2
2020-02-27dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki1-4/+4
2020-02-27dm writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-02-27dm: report suspended device during destroyMikulas Patocka3-8/+7
2020-02-27dm thin metadata: fix lockdep complaintTheodore Ts'o1-1/+1
2020-02-27dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-02-25dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka1-1/+1
2020-02-25dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-4/+15
2020-02-25dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka1-5/+12
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds4-24/+31
2020-02-13bcache: remove macro nr_to_fifo_front()Coly Li1-5/+2
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li1-17/+0
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li2-2/+29
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+10
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds7-15/+64
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-6/+10
2020-02-01bcache: check return value of prio_read()Coly Li1-5/+16
2020-02-01bcache: fix incorrect data type usage in btree_flush_write()Coly Li1-1/+2
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-01bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-01bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li1-3/+7
2020-01-29Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds16-101/+578
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds11-236/+469
2020-01-27dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li1-3/+3
2020-01-23bcache: remove member accessed from struct btreeColy Li2-8/+2
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75
2020-01-23bcache: add code comments for state->pool in __btree_sort()Coly Li1-0/+5
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-9/+7
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2-19/+17
2020-01-23bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig1-11/+11
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig1-15/+6
2020-01-23bcache: fix use-after-free in register_bcache()Coly Li1-1/+2
2020-01-23bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li1-1/+3
2020-01-23bcache: rework error unwinding in register_bcacheChristoph Hellwig1-30/+45
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig1-3/+3
2020-01-23bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-01-16dm writecache: improve performance of large linear writes on SSDsMikulas Patocka1-4/+25
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-01-14dm mpath: Add timeout mechanism for queue_if_no_pathAnatol Pomazau1-0/+66
2020-01-14dm thin: change data device's flush_bio to be member of struct poolMikulas Patocka1-9/+10
2020-01-14dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka1-5/+13