summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ahci: qoriq: add lx2160 platforms supportPeng Ma2019-04-091-17/+35
* | | | Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-074-70/+267
|\ \ \ \
| * | | | io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang2019-05-071-1/+1
| * | | | io_uring: fix shadowed variable ret return code being not checkedColin Ian King2019-05-061-1/+0
| * | | | req->error only used for iopollStefan Bühler2019-05-021-2/+1
| * | | | io_uring: add support for eventfd notificationsJens Axboe2019-05-022-0/+50
| * | | | io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe2019-05-022-0/+53
| * | | | fs: add sync_file_range() helperJens Axboe2019-05-022-64/+74
| * | | | io_uring: add support for marking commands as drainingJens Axboe2019-05-022-3/+89
* | | | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-07207-2257/+2312
|\ \ \ \ \
| * | | | | block: fix mismerge in bvec_advanceChristoph Hellwig2019-05-071-7/+1
| * | | | | block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei2019-05-041-12/+0
| * | | | | blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei2019-05-042-8/+2
| * | | | | blk-mq: always free hctx after request queue is freedMing Lei2019-05-043-13/+42
| * | | | | blk-mq: split blk_mq_alloc_and_init_hctx into two partsMing Lei2019-05-041-64/+75
| * | | | | blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-05-044-8/+10
| * | | | | blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-05-042-1/+2
| * | | | | blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei2019-05-041-1/+11
| * | | | | Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe2019-05-027-31/+59
| |\ \ \ \ \
| | * | | | | nvmet: protect discovery change log event list iterationSagi Grimberg2019-05-011-0/+5
| | * | | | | nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2019-05-012-5/+2
| | * | | | | nvme: move command size checks to the coreChristoph Hellwig2019-05-012-28/+30
| | * | | | | nvme-fabrics: check more command sizesMinwoo Im2019-05-011-0/+1
| | * | | | | nvme-pci: check more command sizesMinwoo Im2019-05-011-0/+7
| | * | | | | nvme-pci: remove an unneeded variable initializationMinwoo Im2019-05-011-1/+1
| | * | | | | nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-05-011-1/+4
| | * | | | | nvme-pci: shutdown on timeout during deletionKeith Busch2019-05-011-1/+4
| | * | | | | nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen2019-05-011-0/+1
| | * | | | | nvme-multipath: don't print ANA group state by defaultHannes Reinecke2019-05-011-1/+1
| | * | | | | nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke2019-05-011-0/+8
| | * | | | | nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg2019-05-011-1/+2
| * | | | | | block: fix function name in commentRaul E Rangel2019-05-021-1/+1
| |/ / / / /
| * | | | | bcache: make is_discard_enabled() staticJens Axboe2019-05-011-1/+1
| * | | | | block: remove the unused blk_queue_dma_pad functionChristoph Hellwig2019-04-302-17/+0
| * | | | | block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-3031-0/+32
| * | | | | block: add a SPDX tag to blk-mq-rdma.hChristoph Hellwig2019-04-301-0/+1
| * | | | | sed-opal.h: remove redundant licence boilerplateChristoph Hellwig2019-04-301-9/+0
| * | | | | block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-3010-130/+10
| * | | | | block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-3019-208/+19
| * | | | | block: clean up __bio_add_pc_page a bitChristoph Hellwig2019-04-301-6/+5
| * | | | | block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig2019-04-301-9/+0
| * | | | | block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-302-5/+1
| * | | | | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-3024-81/+47
| * | | | | bcache: clean up do_btree_node_write a bitChristoph Hellwig2019-04-301-4/+5
| * | | | | bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-04-301-1/+0
| * | | | | Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe2019-04-2615-84/+77
| |\ \ \ \ \
| | * | | | | nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg2019-04-251-1/+6
| | * | | | | nvme-rdma: fix typo in struct commentMinwoo Im2019-04-251-1/+1
| | * | | | | nvme-loop: kill timeout handlerMing Lei2019-04-251-16/+0
| | * | | | | nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg2019-04-251-6/+4