aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-18xen/blkfront: avoid NULL blkfront_info dereference on device removalstable/for-jens-4.20Vasilis Liaskovitis1-0/+3
2018-10-18mtip32xx: fully switch to the generic DMA APIChristoph Hellwig1-29/+18
2018-10-18rsxx: switch to the generic DMA APIChristoph Hellwig2-27/+27
2018-10-18umem: switch to the generic DMA APIChristoph Hellwig1-20/+18
2018-10-18sx8: switch to the generic DMA APIChristoph Hellwig1-13/+13
2018-10-18sx8: remove dead IF_64BIT_DMA_IS_POSSIBLE codeChristoph Hellwig1-24/+5
2018-10-18skd: switch to the generic DMA APIChristoph Hellwig1-38/+25
2018-10-18ubd: remove use of blk_rq_map_sgChristoph Hellwig1-104/+54
2018-10-17drivers/block: Remove DAC960 driverHannes Reinecke5-12412/+0
2018-10-16sx8: convert to blk-mqJens Axboe1-45/+68
2018-10-16z2ram: convert to blk-mqJens Axboe1-38/+49
2018-10-16gdrom: convert to blk-mqJens Axboe1-95/+79
2018-10-16floppy: convert to blk-mqOmar Sandoval1-30/+36
2018-10-16ataflop: convert to blk-mqOmar Sandoval1-102/+71
2018-10-16ataflop: fix error handling during setupOmar Sandoval1-10/+15
2018-10-16ataflop: fold headers into C fileOmar Sandoval3-95/+81
2018-10-16amiflop: convert to blk-mqOmar Sandoval1-78/+35
2018-10-16amiflop: clean up on errors during setupOmar Sandoval1-44/+40
2018-10-16amiflop: fold headers into C fileOmar Sandoval3-148/+120
2018-10-16swim3: convert to blk-mqOmar Sandoval1-88/+65
2018-10-16swim3: add real error handling in setupOmar Sandoval1-24/+36
2018-10-16swim: convert to blk-mqOmar Sandoval1-52/+41
2018-10-16swim: fix cleanup on setup errorOmar Sandoval1-2/+11
2018-10-16mtd_blkdevs: convert to blk-mqJens Axboe2-40/+65
2018-10-15xsysace: convert to blk-mqJens Axboe1-25/+55
2018-10-15paride: convert pf to blk-mqJens Axboe1-14/+42
2018-10-15paride: convert pd to blk-mqJens Axboe1-28/+66
2018-10-15paride: convert pcd to blk-mqJens Axboe1-32/+56
2018-10-15ps3disk: convert to blk-mqJens Axboe1-42/+44
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe2-0/+37
2018-10-15null_blk: remove set but not used variable 'q'YueHaibing1-4/+0
2018-10-14cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe1-14/+13
2018-10-14block: remove bogus check for queue_lock assignmentJens Axboe1-2/+1
2018-10-14null_blk: remove legacy IO pathJens Axboe1-101/+6
2018-10-14um: Convert ubd driver to blk-mqRichard Weinberger1-85/+93
2018-10-14skd: fixup usage of legacy IO APIJens Axboe1-2/+2
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe4-25/+61
2018-10-13blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang1-3/+24
2018-10-13blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang1-26/+56
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang4-12/+15
2018-10-13blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang1-27/+12
2018-10-13block, bfq: improve asymmetric scenarios detectionFederico Motta3-131/+155
2018-10-11cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offlineMaciej S. Szmigiero1-3/+9
2018-10-11block: describe difference between flags IO_STAT and STATSKonstantin Khlebnikov1-4/+4
2018-10-10drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz3-4/+0
2018-10-10block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-10/+0
2018-10-09lightnvm: pblk: guarantee that backpointer is respected on writer stallJavier González3-5/+17
2018-10-09lightnvm: pblk: consider max hw sectors supported for max_write_pgsZhoujie Wu1-0/+2
2018-10-09lightnvm: pblk: fix error handling of pblk_lines_init()Wei Yongjun1-1/+2
2018-10-09lightnvm: do no update csecs and sos on 1.2Javier González1-0/+3
2018-10-09lightnvm: pblk: guarantee mw_cunits on read bufferJavier González1-1/+2
2018-10-09lightnvm: pblk: move ring buffer alloc/free rb initJavier González3-40/+38
2018-10-09lightnvm: pblk: encapsulate rb pointer operationsJavier González3-13/+17
2018-10-09lightnvm: pblk: remove unused functionJavier González2-28/+0
2018-10-09lightnvm: pblk: fix race on sysfs line stateJavier González2-3/+10
2018-10-09lightnvm: pblk: add SPDX license tagJavier González12-0/+12
2018-10-09lightnvm: pblk: recover open lines on 2.0 devicesJavier González1-279/+121
2018-10-09lightnvm: pblk: take write semaphore on metadataJavier González2-1/+16
2018-10-09lightnvm: pblk: refactor metadata pathsJavier González4-171/+146
2018-10-09lightnvm: pblk: encapsulate rqd dma allocationsJavier González5-70/+59
2018-10-09lightnvm: use internal allocation for chunk log pageJavier González3-11/+20
2018-10-09lightnvm: pblk: fix two sleep-in-atomic-context bugsJia-Ju Bai1-2/+4
2018-10-09lightnvm: pblk: fix mapping issue on failed writesHans Holmberg2-11/+37
2018-10-09lightnvm: pblk: stop recreating global cachesHans Holmberg1-46/+86
2018-10-09lightnvm: pblk: calculate line pad distance in helperJavier González2-11/+10
2018-10-09lightnvm: move ppa transformations to coreJavier González2-74/+87
2018-10-09lightnvm: pblk: add tracing for chunk resetsHans Holmberg3-0/+49
2018-10-09lightnvm: pblk: add trace events for pblk state changesHans Holmberg3-0/+32
2018-10-09lightnvm: pblk: add trace events for line state changesHans Holmberg5-1/+68
2018-10-09lightnvm: pblk: add trace events for chunk statesHans Holmberg5-3/+107
2018-10-09lightnvm: pblk: remove debug from pblk_[down/up]_pageMatias Bjørling5-35/+19
2018-10-09lightnvm: pblk: fix write amplificiation calculationHans Holmberg1-2/+1
2018-10-09lightnvm: pblk: fix up prints in pblk_read_check_randHans Holmberg1-2/+2
2018-10-09lightnvm: pblk: remove unused parameters in pblk_up_rqHans Holmberg3-7/+4
2018-10-09lightnvm: pblk: allocate line map bitmaps using a mempoolHans Holmberg4-8/+38
2018-10-09lightnvm: introduce nvm_rq_to_ppa_listHans Holmberg7-37/+34
2018-10-09lightnvm: pblk: guarantee emeta on line closeJavier González1-2/+11
2018-10-09lightnvm: pblk: remove unused variable.Javier González1-1/+0
2018-10-09lightnvm: pblk: fix comment typoJavier González1-1/+1
2018-10-09lightnvm: pblk: improve line helpersJavier González5-18/+20
2018-10-09lightnvm: pblk: add helpers for chunk addressesJavier González2-0/+38
2018-10-09lightnvm: pblk: refactor put line fn on read completionMatias Bjørling3-17/+22
2018-10-09lightnvm: pblk: remove size and out of bounds read checkMatias Bjørling1-7/+0
2018-10-09lightnvm: pblk: fix incorrect min_write_pgsMatias Bjørling1-1/+1
2018-10-09lightnvm: pblk: unify vector max req constantsMatias Bjørling4-17/+9
2018-10-09lightnvm: move bad block and chunk state logic to coreMatias Bjørling6-187/+265
2018-10-09lightnvm: pblk: fix race condition on metadata I/OJavier González1-7/+7
2018-10-09lightnvm: move device L2P detection to coreMatias Bjørling3-7/+11
2018-10-09lightnvm: pblk: fix rqd.error return value in pblk_blk_erase_syncMatias Bjørling1-17/+2
2018-10-09lightnvm: combine 1.2 and 2.0 command flagsMatias Bjørling7-65/+32
2018-10-09lightnvm: remove dependencies on BLK_DEV_NVME and PCIMatias Bjørling1-2/+1
2018-10-08blk-mq: complete req in softirq context in case of single queueMing Lei2-3/+16
2018-10-08bcache: panic fix for making cache deviceDongbo Cao1-0/+8
2018-10-08bcache: split combined if-condition code into separate onesDongbo Cao1-14/+76
2018-10-08bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang1-1/+1
2018-10-08bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li1-1/+1
2018-10-08bcache: remove useless parameter of bch_debug_init()Dongbo Cao3-3/+3
2018-10-08bcache: remove unused bch_passthrough_cacheShenghui Wang1-1/+1
2018-10-08bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2018-10-08bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-10-08bcache: Populate writeback_rate_minimum attributeBen Peddell1-0/+2
2018-10-08bcache: correct dirty data statisticsTang Junhui1-1/+2
2018-10-08bcache: fix typo in code comments of closure_return_with_destructor()Coly Li1-1/+2
2018-10-08bcache: fix ioctl in flash deviceTang Junhui2-4/+3
2018-10-08bcache: use REQ_PRIO to indicate bio for metadataColy Li1-2/+2
2018-10-08bcache: trace missed reading by cache_missedTang Junhui1-1/+1
2018-10-08bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang1-0/+5
2018-10-05blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche1-2/+1
2018-10-05Merge branch 'nvme-4.20' of git://git.infradead.org/nvme into for-4.20/blockJens Axboe12-60/+347
2018-10-05nvmet-rdma: use a private workqueue for deleteSagi Grimberg1-4/+15
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche8-11/+11
2018-10-03cdrom: fix improper type cast, which can leat to information leak.Young_X1-1/+1
2018-10-02pktcdvd: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-01nvme: take node locality into account when selecting a pathChristoph Hellwig3-28/+54
2018-10-01nvmet: don't split large I/Os unconditionallySagi Grimberg2-2/+8
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart3-2/+13
2018-10-01nvme-core: add async event trace helperChaitanya Kulkarni2-2/+37
2018-10-01nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart1-9/+95
2018-10-01nvmet_fc: support target port removal with nvmet layerJames Smart1-8/+120
2018-10-01nvme-fc: fix for a minor typosMilan P. Gandhi2-3/+3
2018-10-01nvmet: remove redundant module prefixChaitanya Kulkarni1-1/+1
2018-10-01nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe846-4530/+8074
2018-09-30Linux 4.19-rc6Greg Kroah-Hartman1-1/+1
2018-09-30Merge tag 'auxdisplay-for-greg-v4.19-rc6' of https://github.com/ojeda/linuxGreg Kroah-Hartman1-1/+1
2018-09-30Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-0/+1
2018-09-30MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.cMiguel Ojeda1-1/+1
2018-09-29Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman8-19/+25
2018-09-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-19/+0
2018-09-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman3-13/+28
2018-09-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+6
2018-09-29Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Greg Kroah-Hartman1-2/+2
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor1-2/+2
2018-09-29Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mappingGreg Kroah-Hartman1-0/+3
2018-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman5-48/+38
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman5-18/+86
2018-09-28Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman5-10/+54
2018-09-28Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman26-9/+55
2018-09-28Merge tag 'pinctrl-v4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman3-55/+43
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-28blk-iolatency: keep track of previous windows statsJosef Bacik1-7/+13
2018-09-28blk-iolatency: use a percentile approache for ssd'sJosef Bacik1-34/+145
2018-09-28blk-iolatency: deal with small samplesJosef Bacik1-1/+1
2018-09-28blk-iolatency: deal with nr_requests == 1Josef Bacik1-1/+1
2018-09-28blk-iolatency: use q->nr_requests directlyJosef Bacik1-3/+3
2018-09-28Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman17-52/+217
2018-09-28Merge tag 'riscv-for-linus-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+7
2018-09-28kyber: fix integer overflow of latency targets on 32-bitOmar Sandoval1-3/+3
2018-09-28Merge tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman4-18/+24
2018-09-28Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linusJens Axboe1-2/+4
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross1-2/+2
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe1-1/+3
2018-09-28virtio-blk: modernize sysfs attribute creationHannes Reinecke1-29/+39
2018-09-28zram: register default groups with device_add_disk()Hannes Reinecke1-21/+7
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke3-16/+7
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke4-92/+59
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke28-33/+43
2018-09-28selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman17-0/+17
2018-09-27kyber: add tracepointsOmar Sandoval2-18/+130
2018-09-27kyber: implement improved heuristicsOmar Sandoval1-218/+279
2018-09-27kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval1-13/+2
2018-09-27block: export blk_stat_enable_accounting()Omar Sandoval1-0/+1
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval4-8/+8
2018-09-28Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie8-28/+142
2018-09-28Merge tag 'drm-misc-fixes-2018-09-27-1' of git://anongit.freedesktop.org/drm/...Dave Airlie3-11/+5
2018-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGreg Kroah-Hartman14-130/+184
2018-09-27Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Greg Kroah-Hartman1-1/+1
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-09-27dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara1-0/+1
2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song1-19/+0
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang3-3/+12
2018-09-27drm/amd/display: Fix Edid emulation for linuxBhawanpreet Lakha3-7/+137
2018-09-27drm/amd/display: Fix Vega10 lightup on S3 resumeRoman Li3-18/+1
2018-09-27drm/amdgpu: Fix vce work queue was not cancelled when suspendRex Zhu2-3/+4
2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij2-11/+0
2018-09-27Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner1-6/+14
2018-09-27xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky1-3/+1
2018-09-27clocksource/drivers/timer-atmel-pit: Properly handle error casesAlexandre Belloni1-6/+14
2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal1-1/+1
2018-09-27Merge branch 'for-upstream/malidp-fixes' of git://linux-arm.org/linux-ld into...Dave Airlie5-7/+49
2018-09-27Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie1-6/+21
2018-09-26blk-mq: Enable support for runtime power managementBart Van Assche2-6/+2
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche2-34/+47
2018-09-26block: Allow unfreezing of a queue while requests are in progressBart Van Assche1-1/+1
2018-09-26percpu-refcount: Introduce percpu_ref_resurrect()Bart Van Assche2-2/+27
2018-09-26block: Schedule runtime resume earlierBart Van Assche2-2/+2
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche3-5/+33
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche4-27/+43
2018-09-26block: Move power management code into a new source fileBart Van Assche11-239/+264
2018-09-26ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg1-5/+6
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig9-7/+7
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig5-15/+3
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig4-10/+4
2018-09-26xen: remove the xen_biovec_phys_mergeable exportChristoph Hellwig1-1/+0
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig1-7/+0
2018-09-26drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is setJason Ekstrand1-0/+5
2018-09-26Merge tag 'iommu-fixes-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman4-4/+16
2018-09-26iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath1-0/+6
2018-09-25blk-mq: Allow blocking queue tag iter callbacksKeith Busch1-9/+4
2018-09-25nvme: properly propagate errors in nvme_mpath_initSusobhan Dey1-2/+4