aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-02-27dm zoned: Fix reference counter initial value of chunk worksGravatar Shin'ichiro Kawasaki 1-4/+4
2020-02-27dm writecache: verify watermark during resumeGravatar Mikulas Patocka 1-2/+10
2020-02-27dm: report suspended device during destroyGravatar Mikulas Patocka 3-8/+7
2020-02-27dm thin metadata: fix lockdep complaintGravatar Theodore Ts'o 1-1/+1
2020-02-27dm cache: fix a crash due to incorrect work item cancellingGravatar Mikulas Patocka 1-2/+2
2020-02-25dm integrity: fix invalid table returned due to argument count mismatchGravatar Mikulas Patocka 1-1/+1
2020-02-25dm integrity: fix a deadlock due to offloading to an incorrect workqueueGravatar Mikulas Patocka 1-4/+15
2020-02-25dm integrity: fix recalculation when moving from journal mode to bitmap modeGravatar Mikulas Patocka 1-5/+12
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-24/+31
2020-02-13bcache: remove macro nr_to_fifo_front()Gravatar Coly Li 1-5/+2
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Gravatar Coly Li 1-17/+0
2020-02-13bcache: ignore pending signals when creating gc and allocator threadGravatar Coly Li 2-2/+29
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+10
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-15/+64
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-8/+7
2020-02-03fs: Enable bmap() function to properly return errorsGravatar Carlos Maiolino 1-6/+10
2020-02-01bcache: check return value of prio_read()Gravatar Coly Li 1-5/+16
2020-02-01bcache: fix incorrect data type usage in btree_flush_write()Gravatar Coly Li 1-1/+2
2020-02-01bcache: add readahead cache policy options via sysfs interfaceGravatar Coly Li 3-5/+37
2020-02-01bcache: explicity type cast in bset_bkey_last()Gravatar Coly Li 1-1/+2
2020-02-01bcache: fix memory corruption in bch_cache_accounting_clear()Gravatar Coly Li 1-3/+7
2020-01-29Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 16-101/+578
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-236/+469
2020-01-27dm: fix potential for q->make_request_fn NULL pointerGravatar Mike Snitzer 1-2/+7
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Gravatar Coly Li 1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Gravatar Coly Li 1-3/+3
2020-01-23bcache: remove member accessed from struct btreeGravatar Coly Li 2-8/+2
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Gravatar Coly Li 1-5/+75
2020-01-23bcache: add code comments for state->pool in __btree_sort()Gravatar Coly Li 1-0/+5
2020-01-23bcache: use read_cache_page_gfp to read the superblockGravatar Christoph Hellwig 1-9/+7
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresGravatar Christoph Hellwig 2-19/+17
2020-01-23bcache: return a pointer to the on-disk sb from read_superGravatar Christoph Hellwig 1-11/+11
2020-01-23bcache: transfer the sb_page reference to register_{bdev,cache}Gravatar Christoph Hellwig 1-15/+6
2020-01-23bcache: fix use-after-free in register_bcache()Gravatar Coly Li 1-1/+2
2020-01-23bcache: properly initialize 'path' and 'err' in register_bcache()Gravatar Coly Li 1-1/+3
2020-01-23bcache: rework error unwinding in register_bcacheGravatar Christoph Hellwig 1-30/+45
2020-01-23bcache: use a separate data structure for the on-disk super blockGravatar Christoph Hellwig 1-3/+3
2020-01-23bcache: cached_dev_free needs to put the sb pageGravatar Liang Chen 1-0/+3
2020-01-16dm writecache: improve performance of large linear writes on SSDsGravatar Mikulas Patocka 1-4/+25
2020-01-15block: fix an integer overflow in logical block sizeGravatar Mikulas Patocka 2-2/+2
2020-01-14dm mpath: Add timeout mechanism for queue_if_no_pathGravatar Anatol Pomazau 1-0/+66
2020-01-14dm thin: change data device's flush_bio to be member of struct poolGravatar Mikulas Patocka 1-9/+10
2020-01-14dm thin: don't allow changing data device during thin-pool reloadGravatar Mikulas Patocka 1-5/+13
2020-01-14dm thin: fix use-after-free in metadata_pre_commit_callbackGravatar Mike Snitzer 1-4/+3
2020-01-14dm thin metadata: use pool locking at end of dm_pool_metadata_closeGravatar Mike Snitzer 1-4/+6
2020-01-14dm writecache: fix incorrect flush sequence when doing SSD mode commitGravatar Mikulas Patocka 1-21/+21
2020-01-14dm crypt: fix benbi IV constructor crash if used in authenticated modeGravatar Milan Broz 1-2/+8
2020-01-14dm crypt: Implement Elephant diffuser for Bitlocker compatibilityGravatar Milan Broz 1-4/+319
2020-01-14dm space map common: fix to ensure new block isn't already in useGravatar Joe Thornber 4-3/+37
2020-01-13md/raid1: introduce wait_for_serializationGravatar Guoqing Jiang 1-19/+22