summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi_dh: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()Bart Van Assche2021-03-181-1/+1
* scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley2021-03-171-0/+1
* scsi: core: Add mq_poll support to SCSI layerKashyap Desai2021-03-042-0/+12
* scsi: target: core: Make completion affinity configurableMike Christie2021-03-041-0/+9
* scsi: target: core: Fix backend pluggingMike Christie2021-03-042-0/+6
* scsi: target: core: Cleanup cmd flag bitsMike Christie2021-03-041-19/+19
* scsi: target: core: Add workqueue based cmd submissionMike Christie2021-03-042-1/+9
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-2/+3
* scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie2021-03-041-5/+1
* scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie2021-03-041-0/+8
* scsi: target: core: Rename transport_init_se_cmd()Mike Christie2021-03-041-1/+1
* scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-041-2/+3
* scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-0/+5
* scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei2021-03-041-33/+39
* scsi: blk-mq: Return budget token from .get_budget callbackMing Lei2021-03-041-2/+2
* scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei2021-03-042-0/+11
* scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei2021-03-041-0/+18
* scsi: sbitmap: Export sbitmap_weightMing Lei2021-03-041-0/+10
* scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-041-15/+26
* scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-041-10/+10
* scsi: sbitmap: Remove sbitmap_clear_bit_unlockMing Lei2021-03-041-6/+0
* scsi: ufs: Add exception event tracepointAdrian Hunter2021-03-041-0/+21
* swap: fix swapfile read/write offsetJens Axboe2021-03-021-0/+1
* Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-011-0/+56
|\
| * mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny2021-02-111-0/+5
| * mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny2021-02-111-0/+33
| * mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny2021-02-111-4/+4
| * mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2021-02-111-0/+18
* | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-281-0/+1
|\ \
| * | csky: Fixup perf probe failedGuo Ren2021-01-121-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-282-2/+5
|\ \ \
| * | | scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov2021-02-221-0/+1
| * | | scsi: libiscsi: Add helper to calculate max SCSI cmds per sessionMike Christie2021-02-081-0/+2
| * | | scsi: libiscsi: Drop taskqueuelockMike Christie2021-02-081-2/+2
* | | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-285-20/+22
|\ \ \ \
| * | | | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-1/+6
| * | | | blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman2021-02-231-2/+0
| * | | | blktrace: fix blk_rq_merge documentationChaitanya Kulkarni2021-02-221-1/+1
| * | | | blktrace: fix blk_rq_issue documentationChaitanya Kulkarni2021-02-221-1/+1
| * | | | blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni2021-02-221-1/+1
| * | | | block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2021-02-223-14/+14
| * | | | block: Remove unused blk_pm_*() function definitionsBart Van Assche2021-02-221-1/+0
* | | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-274-23/+6
|\ \ \ \ \
| * | | | | io_uring: ensure io-wq context is always destroyed for tasksJens Axboe2021-02-231-1/+1
| * | | | | io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe2021-02-231-0/+1
| * | | | | net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-3/+0
| * | | | | io_uring: remove io_identityJens Axboe2021-02-211-19/+0
| * | | | | io-wq: fork worker threads from original taskJens Axboe2021-02-211-0/+3
| * | | | | io_uring: tie async worker side to the task contextJens Axboe2021-02-211-0/+1