- 07db056 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
- 9814b55 scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found by Bodo Stroesser · 3 years, 8 months ago
- d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
- 6c00292 Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
- 7a3beea scsi: target: tcm_fc: Fix a kernel-doc header by Bart Van Assche · 3 years, 9 months ago
- baa75af scsi: target: Shorten ALUA error messages by Bart Van Assche · 3 years, 9 months ago
- e15c745 scsi: target: Fix two format specifiers by Bart Van Assche · 3 years, 9 months ago
- 15df85e scsi: target: Compare explicitly with SAM_STAT_GOOD by Bart Van Assche · 3 years, 9 months ago
- 08976cb scsi: target: tcmu: Make data_pages_per_blk changeable via configfs by Bodo Stroesser · 3 years, 9 months ago
- e719afd scsi: target: tcmu: Replace block size definitions with new udev members by Bodo Stroesser · 3 years, 9 months ago
- 3722e36 scsi: target: tcmu: Remove function tcmu_get_block_page() by Bodo Stroesser · 3 years, 9 months ago
- f5ce815 scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE by Bodo Stroesser · 3 years, 9 months ago
- 8b084d9 scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE by Bodo Stroesser · 3 years, 9 months ago
- ecddbb7 scsi: target: tcmu: Adjust names of variables and definitions by Bodo Stroesser · 3 years, 9 months ago
- 84b20b8 Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging by Martin K. Petersen · 3 years, 9 months ago
- 393bb12 block: stop calling blk_queue_bounce for passthrough requests by Christoph Hellwig · 3 years, 9 months ago
- 1b5ad81 scsi: target: Make the virtual LUN 0 device by Konstantin Shelekhin · 3 years, 9 months ago
- 0aecfa6 scsi: target: Add the DUMMY flag to rd_mcp by Konstantin Shelekhin · 3 years, 9 months ago
- 0352c3d scsi: target: iscsi: Fix zero tag inside a trace event by Roman Bolshakov · 3 years, 9 months ago
- 556666b Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging by Martin K. Petersen · 3 years, 9 months ago
- 36fa766 scsi: target: pscsi: Clean up after failure in pscsi_map_sg() by Martin Wilck · 3 years, 9 months ago
- 077ce02 scsi: target: pscsi: Avoid OOM in pscsi_map_sg() by Martin Wilck · 3 years, 9 months ago
- b1ebd3b scsi: target: Fix htmldocs warning in target_submit_prep() by Mike Christie · 3 years, 10 months ago
- 471ee95 scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release() by Bodo Stroesser · 3 years, 10 months ago
- 4524a0b scsi: target: core: file: Don't duplicate memset(0xff) by Chaitanya Kulkarni · 3 years, 10 months ago
- 4db6dfe scsi: target: core: pr: Initialize arrays at declaration time by Chaitanya Kulkarni · 3 years, 10 months ago
- 2d4e2da scsi: target: configfs: Initialize arrays at declaration time by Chaitanya Kulkarni · 3 years, 10 months ago
- c22659f scsi: target: iscsi: Initialize arrays at declaration time by Chaitanya Kulkarni · 3 years, 10 months ago
- c4d81e7 scsi: target: iscsi: Remove unused macro PRINT_BUF by Chaitanya Kulkarni · 3 years, 10 months ago
- 91ce84a scsi: target: iscsi: Remove unused macro TEXT_LEN by Chaitanya Kulkarni · 3 years, 10 months ago
- fdc1339 scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE by Chaitanya Kulkarni · 3 years, 10 months ago
- c3a2735 scsi: target: core: Remove unused macros NONE and ISPRINT by Chaitanya Kulkarni · 3 years, 10 months ago
- 5cfb5b0 scsi: target: core: Get rid of warning in compare_and_write_do_cmp() by Chaitanya Kulkarni · 3 years, 10 months ago
- 2c958a8 scsi: target: pscsi: Remove unused macro ISPRINT by Chaitanya Kulkarni · 3 years, 10 months ago
- fd48c05 scsi: target: pscsi: Fix warning in pscsi_complete_cmd() by Chaitanya Kulkarni · 3 years, 10 months ago
- c151edd scsi: target: iblock: Fix type of logs_per_phys by Chaitanya Kulkarni · 3 years, 10 months ago
- a2c6c6a scsi: target: iblock: Trim line longer than 80 characters by Chaitanya Kulkarni · 3 years, 10 months ago
- bc9e0e3 scsi: target: iblock: Remove an extra argument by Chaitanya Kulkarni · 3 years, 10 months ago
- 1080782 scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock by Bodo Stroesser · 3 years, 10 months ago
- f7c8977 scsi: target: tcmu: Replace radix_tree with XArray by Bodo Stroesser · 3 years, 10 months ago
- d3cbb74 scsi: target: tcmu: Replace IDR by XArray by Bodo Stroesser · 3 years, 10 months ago
- 39ae3ed scsi: target: core: Make completion affinity configurable by Mike Christie · 3 years, 10 months ago
- 3d75948 scsi: target: core: Flush submission work during TMR processing by Mike Christie · 3 years, 10 months ago
- 6888da8 scsi: target: tcmu: Add backend plug/unplug callouts by Mike Christie · 3 years, 10 months ago
- 415ccd9 scsi: target: iblock: Add backend plug/unplug callouts by Mike Christie · 3 years, 10 months ago
- 302990a scsi: target: core: Fix backend plugging by Mike Christie · 3 years, 10 months ago
- 1130b49 scsi: target: tcm_loop: Use LIO wq cmd submission helper by Mike Christie · 3 years, 10 months ago
- e0eb5d3 scsi: target: tcm_loop: Use block cmd allocator for se_cmds by Mike Christie · 3 years, 10 months ago
- eb44ce8 scsi: target: core: Add workqueue based cmd submission by Mike Christie · 3 years, 10 months ago
- 0869419 scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() by Mike Christie · 3 years, 10 months ago
- 0fa50a8 scsi: target: core: Remove target_submit_cmd_map_sgls() by Mike Christie · 3 years, 10 months ago
- 47edc84 scsi: target: tcm_fc: Convert to new submission API by Mike Christie · 3 years, 10 months ago
- c7e086b scsi: target: sbp_target: Convert to new submission API by Mike Christie · 3 years, 10 months ago
- 17ae18a scsi: target: tcm_loop: Convert to new submission API by Mike Christie · 3 years, 10 months ago
- 750a1d9 scsi: target: core: Break up target_submit_cmd_map_sgls() by Mike Christie · 3 years, 10 months ago
- a78b713 scsi: target: core: Rename transport_init_se_cmd() by Mike Christie · 3 years, 10 months ago
- cb222a0 scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd() by Mike Christie · 3 years, 10 months ago
- a9294d8 scsi: target: core: Move t_task_cdb initialization by Mike Christie · 3 years, 10 months ago
- 0b311e3 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 10 months ago
- 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
- 8f33bb2 scsi: target: tcmu: Fix memory leak caused by wrong uio usage by Bodo Stroesser · 3 years, 10 months ago
- 43bf922 scsi: target: tcmu: Move some functions without code change by Bodo Stroesser · 3 years, 10 months ago
- 14d24e2 scsi: target: core: Prevent underflow for service actions by Aleksandr Miloserdov · 3 years, 11 months ago
- 1c73e0c scsi: target: core: Add cmd length set before cmd complete by Aleksandr Miloserdov · 3 years, 11 months ago
- bdb39c9 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 2355a67 cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds by Ayush Sawal · 3 years, 11 months ago
- 762a8ea scsi: target: sbp: Remove unneeded semicolon by Yang Li · 4 years ago
- ad8b3c1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
- ead0ffc scsi: target: core: Change ASCQ for residual write by Anastasia Kovaleva · 4 years, 1 month ago
- cc0b6ad scsi: target: core: Signal WRITE residuals by Anastasia Kovaleva · 4 years, 1 month ago
- eb90e45 scsi: target: core: Set residuals for 4Kn devices by Roman Bolshakov · 4 years, 1 month ago
- 4d82e9d Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue by Martin K. Petersen · 4 years ago
- ecd7fba target/file: allocate the bvec array as part of struct target_core_file_cmd by Christoph Hellwig · 4 years ago
- 8eeed0b block: remove unnecessary argument from blk_execute_rq_nowait by Guoqing Jiang · 4 years ago
- 15cfb0f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
- bbb0876 scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct() by Ahmed S. Darwish · 4 years ago
- 513e299 scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls() by Sebastian Andrzej Siewior · 4 years ago
- a97451a scsi: target: alua: Remove in_interrupt() usage in core_alua_check_nonop_delay() by Sebastian Andrzej Siewior · 4 years ago
- f88a10f scsi: target: iscsi: Redo iscsit_check_session_usage_count() return code by Sebastian Andrzej Siewior · 4 years ago
- efc9d73 scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage_count() by Sebastian Andrzej Siewior · 4 years ago
- 4336754 scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session() by Sebastian Andrzej Siewior · 4 years ago
- 389102a scsi: target: iscsi: Fix typo in comment by Valdis Klētnieks · 4 years ago
- 780e138 scsi: target: tcmu: Fix use-after-free of se_cmd->priv by Shin'ichiro Kawasaki · 4 years ago
- 6b1dba3 scsi: target: file: Don't zero iter before iov_iter_bvec by Pavel Begunkov · 4 years ago
- 2896c93 scsi: target: Fix XCOPY NAA identifier lookup by David Disseldorp · 4 years, 2 months ago
- 60f7c50 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 492096e scsi: target: core: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
- 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 1 month ago
- 27bba9c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 1 month ago
- f361993 scsi: target: iscsi: Fix cmd abort fabric stop race by Mike Christie · 4 years, 2 months ago
- 94a0dfc scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settable by Mike Christie · 4 years, 2 months ago
- 1526d9f scsi: target: Make state_list per CPU by Mike Christie · 4 years, 2 months ago
- 6f55b06 scsi: target: Drop sess_cmd_lock from I/O path by Mike Christie · 4 years, 2 months ago
- 27b0efd scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAG by Mike Christie · 4 years, 2 months ago
- 02dd491 scsi: target: Fix cmd_count ref leak by Mike Christie · 4 years, 2 months ago
- a2b5d6f scsi: target: Fix LUN ref count handling by Mike Christie · 4 years, 2 months ago