Age | Commit message (Expand) | Author | Files | Lines |
2021-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
2021-04-29 | scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found | Bodo Stroesser | 1 | -2/+2 |
2021-04-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 28 | -432/+741 |
2021-04-29 | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2021-04-16 | scsi: target: tcm_fc: Fix a kernel-doc header | Bart Van Assche | 1 | -1/+1 |
2021-04-16 | scsi: target: Shorten ALUA error messages | Bart Van Assche | 1 | -8/+3 |
2021-04-16 | scsi: target: Fix two format specifiers | Bart Van Assche | 1 | -4/+2 |
2021-04-16 | scsi: target: Compare explicitly with SAM_STAT_GOOD | Bart Van Assche | 1 | -1/+1 |
2021-04-13 | scsi: target: tcmu: Make data_pages_per_blk changeable via configfs | Bodo Stroesser | 1 | -2/+53 |
2021-04-13 | scsi: target: tcmu: Replace block size definitions with new udev members | Bodo Stroesser | 1 | -37/+45 |
2021-04-13 | scsi: target: tcmu: Remove function tcmu_get_block_page() | Bodo Stroesser | 1 | -7/+1 |
2021-04-13 | scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE | Bodo Stroesser | 1 | -89/+116 |
2021-04-13 | scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE | Bodo Stroesser | 1 | -41/+41 |
2021-04-13 | scsi: target: tcmu: Adjust names of variables and definitions | Bodo Stroesser | 1 | -17/+22 |
2021-04-13 | Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging | Martin K. Petersen | 1 | -2/+2 |
2021-04-06 | block: stop calling blk_queue_bounce for passthrough requests | Christoph Hellwig | 1 | -2/+2 |
2021-04-06 | scsi: target: Make the virtual LUN 0 device | Konstantin Shelekhin | 2 | -6/+2 |
2021-04-06 | scsi: target: Add the DUMMY flag to rd_mcp | Konstantin Shelekhin | 2 | -4/+24 |
2021-04-06 | scsi: target: iscsi: Fix zero tag inside a trace event | Roman Bolshakov | 1 | -2/+1 |
2021-04-06 | Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging | Martin K. Petersen | 1 | -1/+8 |
2021-03-25 | scsi: target: pscsi: Clean up after failure in pscsi_map_sg() | Martin Wilck | 1 | -0/+8 |
2021-03-25 | scsi: target: pscsi: Avoid OOM in pscsi_map_sg() | Martin Wilck | 1 | -1/+0 |
2021-03-19 | scsi: target: Fix htmldocs warning in target_submit_prep() | Mike Christie | 1 | -0/+1 |
2021-03-16 | scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release() | Bodo Stroesser | 1 | -1/+1 |
2021-03-10 | scsi: target: core: file: Don't duplicate memset(0xff) | Chaitanya Kulkarni | 1 | -2/+1 |
2021-03-10 | scsi: target: core: pr: Initialize arrays at declaration time | Chaitanya Kulkarni | 1 | -23/+13 |
2021-03-10 | scsi: target: configfs: Initialize arrays at declaration time | Chaitanya Kulkarni | 1 | -18/+7 |
2021-03-10 | scsi: target: iscsi: Initialize arrays at declaration time | Chaitanya Kulkarni | 1 | -2/+1 |
2021-03-10 | scsi: target: iscsi: Remove unused macro PRINT_BUF | Chaitanya Kulkarni | 1 | -17/+0 |
2021-03-10 | scsi: target: iscsi: Remove unused macro TEXT_LEN | Chaitanya Kulkarni | 1 | -1/+0 |
2021-03-10 | scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE | Chaitanya Kulkarni | 1 | -1/+0 |
2021-03-10 | scsi: target: core: Remove unused macros NONE and ISPRINT | Chaitanya Kulkarni | 1 | -3/+0 |
2021-03-10 | scsi: target: core: Get rid of warning in compare_and_write_do_cmp() | Chaitanya Kulkarni | 1 | -2/+2 |
2021-03-10 | scsi: target: pscsi: Remove unused macro ISPRINT | Chaitanya Kulkarni | 1 | -2/+0 |
2021-03-10 | scsi: target: pscsi: Fix warning in pscsi_complete_cmd() | Chaitanya Kulkarni | 1 | -1/+2 |
2021-03-10 | scsi: target: iblock: Fix type of logs_per_phys | Chaitanya Kulkarni | 1 | -1/+1 |
2021-03-10 | scsi: target: iblock: Trim line longer than 80 characters | Chaitanya Kulkarni | 1 | -1/+2 |
2021-03-10 | scsi: target: iblock: Remove an extra argument | Chaitanya Kulkarni | 1 | -17/+17 |
2021-03-10 | scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock | Bodo Stroesser | 1 | -2/+2 |
2021-03-10 | scsi: target: tcmu: Replace radix_tree with XArray | Bodo Stroesser | 1 | -18/+16 |
2021-03-10 | scsi: target: tcmu: Replace IDR by XArray | Bodo Stroesser | 1 | -15/+15 |
2021-03-05 | scsi: target: core: Make completion affinity configurable | Mike Christie | 3 | -2/+68 |
2021-03-05 | scsi: target: core: Flush submission work during TMR processing | Mike Christie | 1 | -0/+4 |
2021-03-05 | scsi: target: tcmu: Add backend plug/unplug callouts | Mike Christie | 1 | -2/+25 |
2021-03-05 | scsi: target: iblock: Add backend plug/unplug callouts | Mike Christie | 2 | -1/+53 |
2021-03-05 | scsi: target: core: Fix backend plugging | Mike Christie | 1 | -1/+42 |
2021-03-05 | scsi: target: tcm_loop: Use LIO wq cmd submission helper | Mike Christie | 2 | -17/+6 |
2021-03-05 | scsi: target: tcm_loop: Use block cmd allocator for se_cmds | Mike Christie | 1 | -11/+8 |
2021-03-05 | scsi: target: core: Add workqueue based cmd submission | Mike Christie | 3 | -3/+50 |
2021-03-05 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie | 5 | -10/+14 |