Age | Commit message (Expand) | Author |
2021-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-08-17 | scsi: target: Fix sense key for invalid EXTENDED COPY request | Sergey Samoylenko |
2021-08-17 | scsi: target: Allows backend drivers to fail with specific sense codes | Sergey Samoylenko |
2021-08-17 | scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_... | Tuo Li |
2021-08-11 | Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging | Martin K. Petersen |
2021-08-11 | scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche |
2021-08-03 | scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ members | David Disseldorp |
2021-08-03 | scsi: target: sbp: Drop incorrect ASC/ASCQ usage | David Disseldorp |
2021-08-03 | scsi: target: core: Avoid using lun_tg_pt_gp after unlock | David Disseldorp |
2021-08-03 | scsi: target: tcmu: Add new feature KEEP_BUF | Bodo Stroesser |
2021-07-28 | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON | Christoph Hellwig |
2021-07-27 | Merge 5.14-rc3 into driver-core-next | Greg Kroah-Hartman |
2021-07-27 | scsi: target: Remove redundant assignment to variable ret | Colin Ian King |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König |
2021-07-20 | scsi: target: Fix NULL dereference on XCOPY completion | David Disseldorp |
2021-07-18 | scsi: target: Fix protect handling in WRITE SAME(32) | Dmitry Bogdanov |
2021-07-09 | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-07-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-06-30 | block: remove REQ_OP_SCSI_{IN,OUT} | Christoph Hellwig |
2021-06-18 | scsi: target: iscsi: Remove redundant continue statement | Colin Ian King |
2021-06-02 | scsi: core: Introduce enums for the SAM and host status codes | Bart Van Assche |
2021-05-31 | scsi: target: core: Fix warning on realtime kernels | Maurizio Lombardi |
2021-05-31 | scsi: target: Use standard SAM status types | Hannes Reinecke |
2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke |
2021-05-21 | scsi: target: tcmu: Fix boolreturn.cocci warnings | kernel test robot |
2021-05-21 | scsi: target: iblock: Fix smp_processor_id() BUG messages | Mike Christie |
2021-05-21 | scsi: target: tcmu: Fix xarray RCU warning | Bodo Stroesser |
2021-05-21 | scsi: target: core: Avoid smp_processor_id() in preemptible code | Shin'ichiro Kawasaki |
2021-05-15 | scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY data | Konstantin Shelekhin |
2021-05-15 | scsi: target: core: Bump INQUIRY VERSION to SPC-4 | Konstantin Shelekhin |
2021-05-15 | scsi: target: core: Add configurable IEEE Company ID attribute | Sergey Samoylenko |
2021-05-15 | scsi: target: core: Unify NAA identifier generation | Sergey Samoylenko |
2021-05-14 | scsi: target: sbp_target: Remove redundant assignment to pg_size | Jiapeng Chong |
2021-05-14 | scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED | Bodo Stroesser |
2021-05-14 | scsi: target: iscsi: Drop unnecessary container_of() | Guenter Roeck |
2021-05-14 | scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() | Varun Prakash |
2021-05-10 | scsi: target: iscsi: Switch to kmemdup_nul() | Yang Yingliang |
2021-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-04-28 | scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found | Bodo Stroesser |
2021-04-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-04-28 | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-04-15 | scsi: target: tcm_fc: Fix a kernel-doc header | Bart Van Assche |
2021-04-15 | scsi: target: Shorten ALUA error messages | Bart Van Assche |
2021-04-15 | scsi: target: Fix two format specifiers | Bart Van Assche |
2021-04-15 | scsi: target: Compare explicitly with SAM_STAT_GOOD | Bart Van Assche |
2021-04-12 | scsi: target: tcmu: Make data_pages_per_blk changeable via configfs | Bodo Stroesser |
2021-04-12 | scsi: target: tcmu: Replace block size definitions with new udev members | Bodo Stroesser |
2021-04-12 | scsi: target: tcmu: Remove function tcmu_get_block_page() | Bodo Stroesser |
2021-04-12 | scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE | Bodo Stroesser |
2021-04-12 | scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE | Bodo Stroesser |