| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: target: pscsi: Fix warning in pscsi_complete_cmd() | Chaitanya Kulkarni | 2021-05-22 | 1 | -1/+2 |
* | scsi: target: pscsi: Clean up after failure in pscsi_map_sg() | Martin Wilck | 2021-04-10 | 1 | -0/+8 |
* | scsi: target: fix crash with iscsi target and dvd | Ming Lei | 2018-06-21 | 1 | -0/+2 |
* | block: fix blk_rq_append_bio | Jens Axboe | 2018-01-02 | 1 | -2/+2 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-07-13 | 1 | -41/+41 |
|\ |
|
| * | target: pscsi: Introduce TYPE_ZBC support | Damien Le Moal | 2017-07-06 | 1 | -6/+11 |
| * | pscsi: finish cmd processing from pscsi_req_done | Mike Christie | 2017-07-06 | 1 | -22/+16 |
| * | target: break up free_device callback | Mike Christie | 2017-07-06 | 1 | -1/+6 |
| * | target: Use {get,put}_unaligned_be*() instead of open coding these functions | Bart Van Assche | 2017-07-06 | 1 | -12/+8 |
* | | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 2017-06-20 | 1 | -2/+0 |
* | | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-05-12 | 1 | -1/+2 |
|\ |
|
| * | target/user: PGR Support | Bryant G. Ly | 2017-05-01 | 1 | -1/+2 |
* | | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 2017-04-20 | 1 | -1/+1 |
* | | block, scsi: move the retries field to struct scsi_request | Christoph Hellwig | 2017-04-05 | 1 | -1/+1 |
|/ |
|
* | target: allow ALUA setup for some passthrough backends | Mike Christie | 2017-03-18 | 1 | -1/+2 |
* | target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export | Nicholas Bellinger | 2017-03-07 | 1 | -35/+12 |
* | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 2017-01-31 | 1 | -1/+2 |
* | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -6/+5 |
* | target: avoid accessing .bi_vcnt directly | Ming Lei | 2016-11-22 | 1 | -6/+2 |
* | target: stop using blk_make_request | Christoph Hellwig | 2016-07-20 | 1 | -53/+34 |
* | target: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -3/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-07-04 | 1 | -36/+19 |
|\ |
|
| * | target: consolidate version defines | Christoph Hellwig | 2015-06-23 | 1 | -1/+1 |
| * | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 2015-06-01 | 1 | -2/+9 |
| * | target: consolidate backend attribute implementations | Christoph Hellwig | 2015-06-01 | 1 | -22/+1 |
| * | target: simplify backend driver registration | Christoph Hellwig | 2015-06-01 | 1 | -10/+4 |
| * | target: Convert se_node_acl->device_list[] to RCU hlist | Nicholas Bellinger | 2015-06-01 | 1 | -2/+5 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-06-23 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | target: Minimize SCSI header #include directives | Bart Van Assche | 2015-06-02 | 1 | -2/+0 |
* | | target: Use a PASSTHROUGH flag instead of transport_types | Andy Grover | 2015-05-30 | 1 | -1/+1 |
* | | target: Move passthrough CDB parsing into a common function | Andy Grover | 2015-05-30 | 1 | -52/+1 |
* | | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST | Andy Grover | 2015-05-30 | 1 | -0/+3 |
|/ |
|
* | target/pscsi: Fix NULL pointer dereference in get_device_type | Nicholas Bellinger | 2015-03-19 | 1 | -1/+1 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-12-20 | 1 | -1/+1 |
|\ |
|
| * | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 2014-12-04 | 1 | -1/+1 |
* | | target/pscsi: Convert to external pscsi_backend_dev_attrs | Nicholas Bellinger | 2014-12-01 | 1 | -0/+26 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-10-21 | 1 | -4/+12 |
|\ |
|
| * | target: correctly handle match_int errors in FILEIO + PSCSI | Joern Engel | 2014-09-17 | 1 | -4/+12 |
* | | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence | 2014-08-28 | 1 | -1/+1 |
|/ |
|
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -6/+6 |
* | block: add blk_rq_set_block_pc() | Jens Axboe | 2014-06-06 | 1 | -1/+2 |
* | target/pscsi: fix return value check | Wei Yongjun | 2013-10-25 | 1 | -4/+4 |
* | target: Update copyright ownership/year information to 2013 | Nicholas Bellinger | 2013-09-10 | 1 | -1/+1 |
* | target/pscsi: remove an unneeded check | Dan Carpenter | 2013-09-09 | 1 | -3/+2 |
* | target/pscsi: Reject cross page boundary case in pscsi_map_sg | Asias He | 2013-03-19 | 1 | -3/+8 |
* | target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio() | Asias He | 2013-02-27 | 1 | -2/+2 |
* | target/pscsi: Fix page increment | Asias He | 2013-02-27 | 1 | -1/+0 |
* | target/pscsi: Drop unnecessary NULL assignment to bio->bi_next | Asias He | 2013-02-27 | 1 | -2/+0 |