summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/iscsi: Remove dead code from iscsit_process_scsi_cmd()Bart Van Assche2017-07-071-5/+1Star
| * | target/iscsi: Simplify iscsit_free_cmd()Bart Van Assche2017-07-071-35/+4Star
| * | target/iscsi: Remove second argument of __iscsit_free_cmd()Bart Van Assche2017-07-073-20/+15Star
| * | target/tcm_loop: Make TMF processing slightly fasterBart Van Assche2017-07-071-16/+9Star
| * | target/tcm_loop: Use target_submit_tmr() instead of open-coding this functionBart Van Assche2017-07-071-29/+3Star
| * | target/tcm_loop: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-072-10/+5Star
| * | target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmrBart Van Assche2017-07-072-19/+10Star
| * | target: Introduce a function that shows the command stateBart Van Assche2017-07-072-27/+113
| * | iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger2017-07-071-24/+0Star
| * | target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche2017-07-071-41/+69
| * | target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-078-171/+75Star
| * | target: Fix transport_init_se_cmd()Bart Van Assche2017-07-071-0/+1
| * | target: Remove se_device.dev_listBart Van Assche2017-07-071-1/+0Star
| * | target: Use symbolic value for WRITE_VERIFY_16Bart Van Assche2017-07-071-1/+1
| * | target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger2017-07-071-9/+44
| * | target: Add support for TMR percpu reference countingNicholas Bellinger2017-07-072-4/+13
| * | target: reject COMPARE_AND_WRITE if emulate_caw is not setJiang Yi2017-07-071-0/+6
| * | iscsi-target: Avoid holding ->tpg_state_lock during param updateNicholas Bellinger2017-06-091-6/+2Star
| * | target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger2017-06-092-6/+8
| * | target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-093-7/+12
| * | target/iblock: Convert WRITE_SAME to blkdev_issue_zerooutNicholas Bellinger2017-06-092-18/+28
| * | target: remove dead codeGustavo A. R. Silva2017-06-091-2/+2
* | | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-121-1/+1
|\ \ \
| * | | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-041-1/+1
* | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-3/+3
|\ \ \ \
| * | | | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-2/+2
| * | | | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-053-15/+10Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-14/+35
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-8/+4Star
| * | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+2Star
| * | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-5/+5
| * | | | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-071-3/+3
| | |/ / | |/| |
* | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-032-10/+8Star
|\ \ \ \ | |_|/ / |/| | |
| * | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-211-2/+0Star
| * | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
| * | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-127-88/+217
| |\| |
| * | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-5/+5
| * | | block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
| | |/ | |/|
* | | iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger2017-06-091-0/+12
* | | iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger2017-06-091-2/+8
* | | target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-093-12/+15
| |/ |/|
* | iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi2017-06-014-8/+34
* | iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger2017-06-011-62/+132
* | tcmu: fix crash during device removalMike Christie2017-05-241-13/+33
* | target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger2017-05-161-5/+18
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-05-1216-238/+682
|\
| * Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger2017-05-111-64/+10Star
| * target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche2017-05-081-2/+1Star