Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
270a5747802d4cf43b91b9e03cccb1fb5d5e8a34
/
drivers
/
target
2863888
target: Convert acl_node_lock to be IRQ-disabling
by Roland Dreier
· 13 years ago
e63a8e1
target: Make locking in transport_deregister_session() IRQ safe
by Roland Dreier
· 13 years ago
4e0f052
tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"
by Roland Dreier
· 13 years ago
f15ea57
target: Print subpage too for unhandled MODE SENSE pages
by Roland Dreier
· 13 years ago
ba77366
iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugs
by Dan Carpenter
· 13 years ago
6626a05
iscsi-target: Implement iSCSI target IPv6 address printing.
by Chris Boot
· 13 years ago
c3c74c7
target: Fix task SGL chaining breakage with transport_allocate_data_tasks
by Nicholas Bellinger
· 13 years ago
525a48a
target: Fix task count > 1 handling breakage and use max_sector page alignment
by Nicholas Bellinger
· 13 years ago
01cde4d
target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check
by Nicholas Bellinger
· 13 years ago
7abbe7f3
target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage
by Nicholas Bellinger
· 13 years ago
72f4ba1
target: Remove duplicate task completions in transport_emulate_control_cdb
by Nicholas Bellinger
· 13 years ago
1285062
target: Fix WRITE_SAME usage with transport_get_size
by Nicholas Bellinger
· 13 years ago
706d586
target: Add WRITE_SAME (10) parsing and refactor passthrough checks
by Nicholas Bellinger
· 13 years ago
16ab8e6
target: Fix write payload exception handling with ->new_cmd_map
by Nicholas Bellinger
· 13 years ago
387e96c
iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn()
by Dan Carpenter
· 13 years ago
c2337c7
iscsi-target: remove duplicate return
by Dan Carpenter
· 13 years ago
6fc6148
target: Convert target_core_rd.c to use use BUG_ON
by Julia Lawall
· 13 years ago
9be08c5
iscsi-target: Fix leak on failure in iscsi_copy_param_list()
by Jesper Juhl
· 13 years ago
e1750ba
target: Use ERR_CAST inlined function
by Thomas Meyer
· 13 years ago
052605c
target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0
by Nicholas Bellinger
· 13 years ago
eb39d34
target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED
by Nicholas Bellinger
· 13 years ago
a9e4e6e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 13 years ago
dcd998c
tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data
by Kiran Patil
· 13 years ago
dd8ae59
target: Fix bug for transport_generic_wait_for_tasks with direct operation
by Nicholas Bellinger
· 13 years ago
d52a10d
target: iscsi_target depends on NET
by Randy Dunlap
· 13 years ago
5db0753
target: Fix WRITE_SAME_16 lba assignment breakage
by Nicholas Bellinger
· 13 years ago
aadcec0
iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure
by Nicholas Bellinger
· 13 years ago
7bbb654
iscsi-target: Fix snprintf usage with MAX_PORTAL_LEN
by Nicholas Bellinger
· 13 years ago
76f1928
iscsi-target: Fix uninitialized usage of cmd->pad_bytes
by Nicholas Bellinger
· 13 years ago
8f50c7f
iscsi-target: strlen() doesn't count the terminator
by Dan Carpenter
· 13 years ago
4a28a3f
iscsi-target: Fix NULL dereference on allocation failure
by Dan Carpenter
· 13 years ago
91d41fd
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 13 years ago
277c5f2
target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors
by Nicholas Bellinger
· 13 years ago
e48354c
iscsi-target: Add iSCSI fabric support for target v4.1
by Nicholas Bellinger
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
d4e0670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 13 years ago
11650b85
target: remove custom hex2bin() implementation
by Andy Shevchenko
· 13 years ago
163cd5f
target: fix typo Assoication -> Association
by Andy Shevchenko
· 13 years ago
5de619a
target: Update QUEUE ALGORITHM MODIFIER control page default
by Nicholas Bellinger
· 13 years ago
1d20bb6
target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG
by Nicholas Bellinger
· 13 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 13 years ago
ec98f78
target: Eliminate usage of struct se_mem
by Andy Grover
· 13 years ago
3a86720
target: Pass 2nd param of transport_split_cdb by value
by Andy Grover
· 13 years ago
d0229ae
target: Enforce 1 page max for control cdb buffer sizes
by Andy Grover
· 13 years ago
05d1c7c
target: Make all control CDBs scatter-gather
by Andy Grover
· 13 years ago
e22a7f0
target: Implement Block Device Characteristics VPD page
by Roland Dreier
· 13 years ago
b2eb705
target: Fix reporting of supported VPD pages
by Roland Dreier
· 13 years ago
f5fbed8
target: Allow for built-in target modules
by Roland Dreier
· 13 years ago
2be1814
tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible
by Nicholas Bellinger
· 13 years ago
a1fa375
tcm_fc: Makefile cleanups
by Nicholas Bellinger
· 13 years ago
a57b5d3
loopback: Fix memory leak in tcm_loop_make_scsi_hba()
by Jesper Juhl
· 13 years ago
824cc5f
loopback: Remove duplicate scsi/scsi_tcq.h include
by Jesper Juhl
· 13 years ago
12f09cc
loopback: off by one in tcm_loop_make_naa_tpg()
by Dan Carpenter
· 14 years ago
21bca31
target/iblock: Remove unused iblock_dev members
by Roland Dreier
· 13 years ago
8f3d14e
target/iblock: Use request_queue->nr_request for se_device defaults
by Nicholas Bellinger
· 13 years ago
5e1be91
target: Make se_tmr_lock IRQ-safe
by Roland Dreier
· 13 years ago
56e34ee
target: Make se_dev_check_online() locking IRQ-safe
by Roland Dreier
· 13 years ago
78faae3
target: Make transport_lookup_cmd_lun() locking IRQ-safe
by Roland Dreier
· 13 years ago
07bde79
target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full
by Nicholas Bellinger
· 13 years ago
695434e1
target: Add transport_handle_cdb_direct optimization
by Nicholas Bellinger
· 13 years ago
3546297
target: merge release_cmd methods
by Christoph Hellwig
· 13 years ago
db1620a
target: remove the unused SCF_* flags
by Christoph Hellwig
· 13 years ago
dc2e652
target: remove the always-noop ->new_cmd_failure method
by Christoph Hellwig
· 13 years ago
a1d8b49
target: Updates from AGrover and HCH (round 3)
by Andy Grover
· 14 years ago
dd3a5ad
target: Fix WRITE_SAME_[16,32] number of blocks=0 case
by Nicholas Bellinger
· 14 years ago
1eb437a
target: Fix WRITE_SAME_16 t_task_lba assignment bug
by Nicholas Bellinger
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 13 years ago
f22c119
target: Fix double test of inquiry_prod
by Roland Dreier
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 13 years ago
a8c6da9
target: Remove unused su_group usage in fabric register/dergister
by Nicholas Bellinger
· 14 years ago
efa4988
target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter
by Nicholas Bellinger
· 13 years ago
e434f1f1
target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h
by Nicholas Bellinger
· 14 years ago
d814495
target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]
by Fubo Chen
· 14 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
f2f7b09
[SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to be deleted.
by Kiran Patil
· 13 years ago
33dc362
[SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FCoE DDP in target mode
by Yi Zou
· 13 years ago
95efa286
tcm_fc: Fix conversion spec warning
by Nicholas Bellinger
· 13 years ago
7c7cf3b
tcm_fc: Fix possible lock to unlock type deadlock
by Dan Carpenter
· 13 years ago
61db952
tcm_fc: Fix ft_send_tm LUN lookup OOPs
by Kiran Patil
· 13 years ago
60d645a
target: Fix incorrect strlen() NULL terminator checks
by Dan Carpenter
· 13 years ago
5eff5be
target: Drop bogus ERR_PTR usage in target_fabric_configfs_init
by Dan Carpenter
· 13 years ago
552523d
target: Fix ERR_PTR dereferencing bugs
by Dan Carpenter
· 13 years ago
2338886
target: Convert transport_deregister_session_configfs nacl_sess_lock to save irq state
by Roland Dreier
· 13 years ago
7fd29aa
target: Fix transport_get_lun_for_tmr failure cases
by Nicholas Bellinger
· 13 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 13 years ago
e66ecd5
[SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions
by Nicholas Bellinger
· 13 years ago
d60b7a0
[SCSI] target: Convert REPORT_LUNs to use int_to_scsilun
by Nicholas Bellinger
· 13 years ago
af57c3a
[SCSI] target: Fix task->task_execute_queue=1 clear bug + LUN_RESET OOPs
by Nicholas Bellinger
· 13 years ago
f436677
[SCSI] target: Fix bug with task_sg chained transport_free_dev_tasks release
by Nicholas Bellinger
· 13 years ago
53ab670
[SCSI] target: Fix interrupt context bug with stats_lock and core_tmr_alloc_req
by Nicholas Bellinger
· 13 years ago
97868c8
[SCSI] target: Fix multi task->task_sg[] chaining logic bug
by Nicholas Bellinger
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
3699d92
[SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) support
by Kiran Patil
· 14 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
6eab04a
treewide: remove extra semicolons
by Justin P. Mattock
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
9f34217
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
3703b2c
[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric module
by Nicholas Bellinger
· 14 years ago
12d233842
[SCSI] target: add initial statistics
by Nicholas Bellinger
· 14 years ago
Next »