aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Hellwig2-3/+54
2020-01-23bcache: cached_dev_free needs to put the sb pageLiang Chen1-0/+3
2020-01-13Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.6/driversJens Axboe8-175/+353
2020-01-13md/raid1: introduce wait_for_serializationGuoqing Jiang1-19/+22
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2-8/+19
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang4-63/+116
2020-01-13md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang1-4/+8
2020-01-13raid1: serialize the overlap writeGuoqing Jiang1-14/+13
2020-01-13md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang1-29/+42
2020-01-13md: add serialize_policy sysfs node for raid1Guoqing Jiang2-0/+53
2020-01-13md: prepare for enable raid1 io serializationGuoqing Jiang2-21/+46
2020-01-13md: fix a typo s/creat/createGuoqing Jiang1-3/+3
2020-01-13md: rename wb stuffsGuoqing Jiang4-77/+80
2020-01-13raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang1-14/+7
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu2-23/+44
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu2-1/+3
2020-01-13raid6/test: fix a compilation errorZhengyuan Liu1-1/+0
2020-01-13md-bitmap: small cleanupsZhiqiang Liu1-3/+2
2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni1-1/+1
2020-01-06blk-mq: Document functions for sending requestAndré Almeida1-2/+83
2020-01-06block: Allow t10-pi to be modularHerbert Xu5-2/+12
2019-12-19blk-mq: optimise blk_mq_flush_plug_list()Pavel Begunkov1-38/+19
2019-12-19list: introduce list_for_each_continue()Pavel Begunkov1-0/+10
2019-12-19blk-mq: optimise rq sort functionPavel Begunkov1-8/+4
2019-12-18Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds24-105/+185
2019-12-17Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds17-56/+127
2019-12-17early init: fix error handling when opening /dev/consoleLinus Torvalds1-1/+1
2019-12-17Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds4-5/+21
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds9-14/+62
2019-12-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2019-12-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-12-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds65-289/+976
2019-12-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-20/+16
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-68/+93
2019-12-17Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai19-97/+158
2019-12-17Merge tag 'perf-urgent-for-mingo-5.5-20191216' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar2713-41583/+99744
2019-12-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds26-45/+78
2019-12-16Merge tag 'arm-soc/for-5.5/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixesOlof Johansson1-0/+1
2019-12-16Merge tag 'samsung-fixes-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixesOlof Johansson3-1/+4
2019-12-16Merge tag 'renesas-fixes-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixesOlof Johansson1-0/+1
2019-12-16Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds19-40/+119
2019-12-16iommu: fix KASAN use-after-free in iommu_insert_resv_regionEric Auger1-2/+2
2019-12-16Fix root mounting with no mount optionsLinus Torvalds1-10/+13