aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-18dm: do not allow readahead to limit IO sizefor-4.21/dm-changesdm-4.21Jaegeuk Kim1-0/+3
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen1-2/+1
2018-12-18dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer1-3/+1
2018-12-18dm verity: log the hash algorithm implementationEric Biggers1-0/+9
2018-12-18dm crypt: log the encryption algorithm implementationEric Biggers1-0/+9
2018-12-18dm integrity: fix spelling mistake in workqueue nameColin Ian King1-1/+1
2018-12-18dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2018-12-18dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz6-6/+7
2018-12-18dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security1-3/+3
2018-12-18dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis1-5/+14
2018-12-18dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis1-0/+22
2018-12-18dm bufio: update comment in dm-bufio.cShenghui Wang1-6/+6
2018-12-18dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang1-1/+1
2018-12-18dm: remove indirect calls from __send_changing_extent_only()Mike Snitzer1-10/+7
2018-12-18dm mpath: only flush workqueue when neededwuzhouhui1-2/+4
2018-12-18dm rq: remove unused arguments from rq_completed()Mike Snitzer1-9/+5
2018-12-18dm: avoid indirect call in __dm_make_requestMikulas Patocka1-23/+6
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2-2/+4
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe3-10/+10
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei1-0/+3
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou3-1/+7
2018-12-17blk-mq: fix dispatch from sw queueMing Lei4-45/+68
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal3-2/+14
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig1-5/+8
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2-17/+16
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei1-1/+1
2018-12-16blk-wbt: export internal state via debugfsMing Lei1-0/+91
2018-12-16blk-mq-debugfs: support rq_qosMing Lei5-0/+98
2018-12-16block: update sysfs documentationDamien Le Moal2-3/+38
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu1-1/+1
2018-12-16aoe: add __exit annotationChengguang Xu1-1/+1
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang3-11/+8
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2-16/+12
2018-12-16blk-mq: refactor the code of issue request directlyJianchao Wang1-49/+54
2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig1-1/+0
2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig1-1/+0
2018-12-14block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig1-2/+0
2018-12-14block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig1-1/+0
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-14block: remove the bio_phys_segments exportChristoph Hellwig1-2/+1
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe34-213/+4794
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2-4/+25
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackColy Li4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Coly Li2-15/+20
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2018-12-13bcache: update comment in sysfs.cShenghui Wang1-2/+2
2018-12-13bcache: update comment for bch_data_insertShenghui Wang1-3/+3
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2-4/+2
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang2-1/+10
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg1-6/+41
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2-0/+16
2018-12-13nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg1-0/+3
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg3-6/+6
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni1-0/+6
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni1-7/+29
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni3-15/+60
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni1-12/+72
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni1-4/+18
2018-12-13nvmet: add error log support for rdma backendChaitanya Kulkarni1-1/+9
2018-12-13nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2-13/+45
2018-12-13nvmet: add error log support in the coreChaitanya Kulkarni1-8/+23
2018-12-13nvmet: add interface to update error-log pageChaitanya Kulkarni2-6/+31
2018-12-13nvmet: add error-log definitionsChaitanya Kulkarni2-0/+11
2018-12-13nvme: add error log page slot definitionChaitanya Kulkarni1-0/+14
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni7-24/+29
2018-12-13nvmet: remove unused variableSagi Grimberg1-2/+1
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe2-6/+38
2018-12-13nvme: add __exit annotationChengguang Xu2-2/+2
2018-12-13nvme-tcp: add NVMe over TCP host driverSagi Grimberg3-0/+2260
2018-12-13nvmet: allow configfs tcp trtype configurationSagi Grimberg1-0/+1
2018-12-13nvmet-tcp: add NVMe over TCP target driverSagi Grimberg3-0/+1749
2018-12-13nvme-tcp: Add protocol headerSagi Grimberg2-0/+190
2018-12-13nvme-fabrics: allow user passing data digestSagi Grimberg2-0/+7
2018-12-13nvme-fabrics: allow user passing header digestSagi Grimberg2-0/+7
2018-12-13nvmet: Add install_queue calloutSagi Grimberg2-0/+11
2018-12-13datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg2-1/+22
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg2-0/+19
2018-12-13datagram: consolidate datagram copy to iter helpersSagi Grimberg1-94/+42
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg2-2/+3
2018-12-13datagram: open-code copy_page_to_iterSagi Grimberg1-3/+6
2018-12-13ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg4-8/+8
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou2-1/+7
2018-12-12block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2-1/+8
2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe1-43/+51
2018-12-11lightnvm: pblk: do not overwrite ppa list with meta listIgor Konopko1-2/+5
2018-12-11lightnvm: pblk: support packed metadataIgor Konopko9-20/+122
2018-12-11lightnvm: disable interleaved metadataIgor Konopko3-0/+8
2018-12-11lightnvm: dynamic DMA pool entry sizeIgor Konopko7-13/+23
2018-12-11lightnvm: pblk: add helpers for OOB metadataIgor Konopko6-32/+69
2018-12-11lightnvm: pblk: move lba list to partial read contextIgor Konopko2-15/+7
2018-12-11lightnvm: pblk: avoid ref warning on cache creationJavier González1-9/+5
2018-12-11lightnvm: simplify geometry enumerationMatias Bjørling4-30/+20
2018-12-11lightnvm: pblk: add comments wrt locking in recovery pathJavier González2-0/+4
2018-12-11lightnvm: pblk: add lock protection to list operationsHua Su1-3/+10
2018-12-11lightnvm: pblk: fix spelling in commentHua Su1-1/+1
2018-12-11lightnvm: pblk: remove dead code in pblk_recov_l2pHans Holmberg1-1/+0
2018-12-11lightnvm: pblk: fix pblk_lines_init error handling pathHans Holmberg1-1/+1
2018-12-11lightnvm: pblk: remove unused macroHans Holmberg1-3/+0
2018-12-11lightnvm: pblk: set conservative threshold for user writesHans Holmberg3-13/+44
2018-12-11lightnvm: pblk: stop writes gracefully when running out of linesHans Holmberg3-30/+51
2018-12-11lightnvm: pblk: account for write error sectors in emetaHans Holmberg1-2/+15
2018-12-11lightnvm: pblk: fix resubmission of overwritten write err lbasHans Holmberg1-3/+5
2018-12-11lightnvm: pblk: fix chunk close trace event checkHans Holmberg1-1/+1
2018-12-11lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven2-2/+3
2018-12-11lightnvm: pblk: ignore the smeta oob area scanZhoujie Wu1-2/+3
2018-12-11dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer2-5/+11
2018-12-11nvme: fix irq vs io_queue calculationsJens Axboe1-35/+29
2018-12-10dm: fix inflight IO checkJens Axboe1-8/+6
2018-12-10mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe1-2/+2
2018-12-10mtip32xx: avoid using semaphoresArnd Bergmann2-5/+5
2018-12-10dm: remove the pending IO accountingMikulas Patocka2-21/+15
2018-12-10block: return just one value from part_in_flightMikulas Patocka5-36/+22
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka2-17/+55
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka6-70/+26
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer7-52/+46
2018-12-10dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer1-5/+4
2018-12-10dm: dont rewrite dm_disk(md)->part0.in_flightMikulas Patocka1-3/+1
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe294-1265/+3083
2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe1-0/+8
2018-12-09Linux 4.20-rc6v4.20-rc6Linus Torvalds1-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds83-368/+1225
2018-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+10
2018-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+5
2018-12-09Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-25/+42
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10
2018-12-09Merge branch 'bnxt_en-Bug-fixes'David S. Miller3-13/+50
2018-12-09bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan1-4/+12
2018-12-09bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan1-6/+23
2018-12-09bnxt_en: Keep track of reserved IRQs.Michael Chan3-3/+8
2018-12-09bnxt_en: Fix CNP CoS queue regression.Michael Chan1-0/+7
2018-12-09Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-69/+166
2018-12-09Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+3
2018-12-09Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-12/+11
2018-12-09Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-15/+70
2018-12-09Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-27/+8
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-25/+50
2018-12-09Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-30/+114
2018-12-08net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir1-2/+2
2018-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-26/+15
2018-12-08Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2018-12-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-4/+47
2018-12-08Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-15/+11
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes4-22/+51
2018-12-07Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt1-1/+1
2018-12-07scsi: Fix a harmless double shift bugDan Carpenter1-1/+1
2018-12-07nvme: remove unused function nvme_ctrl_readyIsrael Rukshin1-9/+0
2018-12-07nvme: implement Enhanced Command RetryKeith Busch3-3/+62
2018-12-07nvmet: fix the structure member indentationChaitanya Kulkarni1-4/+4
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1
2018-12-07nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-07nvme: Remove unused forward declarationIsrael Rukshin1-1/+0
2018-12-07nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2-1/+14
2018-12-07nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg2-3/+6
2018-12-07nvmet: don't override treq upon modification.Sagi Grimberg2-4/+9
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg4-10/+24
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart2-80/+2
2018-12-07nvmet: mark nvmet_genctr staticChristoph Hellwig2-2/+1
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg4-12/+99
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg3-30/+9
2018-12-07nvmet: add support to Discovery controllers for commandsJay Sternberg1-0/+53
2018-12-07nvmet: add defines for discovery change async eventsJay Sternberg2-0/+5
2018-12-07nvmet: make kato and AEN processing for use by other controllersJay Sternberg2-15/+45
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg4-28/+18
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg4-12/+18
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg3-20/+15
2018-12-07nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni1-46/+84
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg3-1/+16
2018-12-07nvme: support traffic based keep-aliveSagi Grimberg3-0/+15
2018-12-07nvme: cache controller attributesSagi Grimberg2-0/+2
2018-12-07nvme: introduce ctrl attributes enumerationSagi Grimberg2-1/+5
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke5-7/+12
2018-12-07nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni1-3/+1
2018-12-07blk-mq: re-build queue map in case of kdump kernelMing Lei1-2/+3
2018-12-07blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou1-0/+3
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik1-23/+8
2018-12-07block: convert wbt_wait() to use rq_qos_wait()Josef Bacik1-54/+11
2018-12-07block: add rq_qos_wait to rq_qosJosef Bacik2-0/+92
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou4-11/+8
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou2-12/+44
2018-12-07blkcg: remove bio_disassociate_task()Dennis Zhou2-12/+1
2018-12-07blkcg: remove additional reference to the cssDennis Zhou4-88/+69
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou8-66/+32
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou6-11/+37
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou3-28/+42
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou5-10/+11
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou5-12/+14
2018-12-07dm: set the static flush bio device on demandDennis Zhou2-1/+12
2018-12-07blkcg: introduce common blkg association logicDennis Zhou4-21/+62
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou5-38/+44
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou3-5/+29
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou5-14/+102
2018-12-07blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe1-2/+1