Sign in
android-kvm
/
linux
/
c270e89bf2e0745da85a41178d312ef288ac5211
/
drivers
/
target
/
target_core_pr.c
fdddf93
target: use new "dbroot" target attribute
by Lee Duncan
· 9 years ago
ac75d8b
target: Fix spelling + remove set-but-not-used variables
by Bart Van Assche
· 9 years ago
3ccd6e8
target: Fix PR registration + APTPL RCU conversion regression
by Nicholas Bellinger
· 9 years ago
9b353cc
target/pr: Fix possible uninitialized variable usage
by Sagi Grimberg
· 10 years ago
5c755fe
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
acd5312
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
1adff1b
target: Convert se_lun->lun_deve_lock to normal spinlock
by Nicholas Bellinger
· 10 years ago
c51c8e7
target: use 'se_dev_entry' when allocating UAs
by Hannes Reinecke
· 10 years ago
f2d3068
target: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
ba92999
target: Minimize SCSI header #include directives
by Bart Van Assche
· 10 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9e37d04
target: Drop se_lun->lun_active for existing percpu lun_ref
by Nicholas Bellinger
· 10 years ago
adf653f
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
by Christoph Hellwig
· 10 years ago
403edd7
target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
by Nicholas Bellinger
· 10 years ago
9fcb57f
target/pr: cleanup core_scsi3_pr_seq_non_holder
by Christoph Hellwig
· 10 years ago
79dc9c9
target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun
by Nicholas Bellinger
· 10 years ago
80bfdfa
target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check
by Nicholas Bellinger
· 10 years ago
29a05de
target: Convert se_node_acl->device_list[] to RCU hlist
by Nicholas Bellinger
· 10 years ago
7ad34a9
target: target_core_configfs.h is not needed in fabric drivers
by Christoph Hellwig
· 10 years ago
2650d71
target: move transport ID handling to the core
by Christoph Hellwig
· 10 years ago
2aeeafa
target: remove the get_fabric_proto_ident method
by Christoph Hellwig
· 10 years ago
a354170
target: Use a PASSTHROUGH flag instead of transport_types
by Andy Grover
· 10 years ago
d588cf8
target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem
by Christoph Hellwig
· 10 years ago
5538d29
treewide: Add missing vmalloc.h inclusion.
by David S. Miller
· 10 years ago
cb0df4d
target: Fix two sparse warnings
by Bart Van Assche
· 10 years ago
9ac8928
target: simplify the target template registration API
by Christoph Hellwig
· 10 years ago
e673dc9
target: Better handling of AllRegistrants reservations
by Ilias Tsitsimpis
· 10 years ago
e20d3ef
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
f161d4b
target: Fix PR_APTPL_BUF_LEN buffer size limitation
by Nicholas Bellinger
· 10 years ago
1ecc758
target: Allow Write Exclusive non-reservation holders to READ
by Lee Duncan
· 10 years ago
ed55635
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
ae450e2
target: Allow AllRegistrants to re-RESERVE existing reservation
by Nicholas Bellinger
· 10 years ago
6c3c9ba
target: Avoid dropping AllRegistrants reservation during unregister
by Nicholas Bellinger
· 10 years ago
d16ca7c
target: Fix R_HOLDER bit usage for AllRegistrants
by Nicholas Bellinger
· 10 years ago
dc843ef
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
by James Bottomley
· 10 years ago
13ba564
target: remove unneeded array
by Julia Lawall
· 10 years ago
85686f6
scsi: add SPC-3 command definitions
by Hannes Reinecke
· 10 years ago
b6932ee
target: return CONFLICT only when SA key unmatched
by Steven Allen
· 10 years ago
92404e6
target: Add force_pr_aptpl device attribute
by Nicholas Bellinger
· 10 years ago
e248056
target: Fix APTPL metadata handling for dynamic MappedLUNs
by Nicholas Bellinger
· 10 years ago
33940d0
target: encapsulate smp_mb__after_atomic()
by Joern Engel
· 10 years ago
c435285
target: fix unused shift in core_scsi3_pri_report_capabilities
by Joern Engel
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
fc09149
target: Fix free-after-use regression in PR unregister
by Nicholas Bellinger
· 11 years ago
125d011
target core: rename (ex,im)plict -> (ex,im)plicit
by Hannes Reinecke
· 11 years ago
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 12 years ago
f730f91
target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-out
by Gera Kazakov
· 12 years ago
8a39185
target: Make core_scsi3_update_and_write_aptpl return sense_reason_t
by Nicholas Bellinger
· 12 years ago
bc118fe
target: Further refactoring of core_scsi3_emulate_pro_register()
by Andy Grover
· 12 years ago
51d9c41
target: Use if/else for sa_res_key conditional in emulate_pro_register()
by Andy Grover
· 12 years ago
459f213
target: Allocate aptpl_buf inside update_and_write_aptpl()
by Andy Grover
· 12 years ago
63e0334
target: Delete incorrect comment
by Andy Grover
· 12 years ago
4dee96f
target: Remove unneeded param pr_aptpl_buf_len to write_aptpl_to_file()
by Andy Grover
· 12 years ago
4e529be
target: Remove t10_reservation.pr_aptpl_buf_len
by Andy Grover
· 12 years ago
3c8a622
target: Unify __core_scsi3_update_aptpl_buf and core_scsi3_update_aptpl_buf
by Andy Grover
· 12 years ago
0607dec
target: Simplify metadata handling when clearing aptpl metadata
by Andy Grover
· 12 years ago
1f070cc
target: Fix two debugprints that appear to be wrong
by Andy Grover
· 12 years ago
d2843c1
target: Alter core_pr_dump_initiator_port for ease of use
by Andy Grover
· 12 years ago
33ce6a8
target: Add register_type and preempt_type enums to clarify code
by Andy Grover
· 12 years ago
0e9b10a
target: writev() on single-element vector is pointless
by Al Viro
· 12 years ago
a0d50f6
target: Use TCM_NO_SENSE for initialisation
by Hannes Reinecke
· 12 years ago
fd9a11d
target: Update copyright information to 2012
by Nicholas Bellinger
· 12 years ago
bb7a8c8
target: Fix exception path pr_reg put regression for PR RELEASE
by Nicholas Bellinger
· 12 years ago
de103c9
target: pass sense_reason as a return value
by Christoph Hellwig
· 12 years ago
d977f43
target: simplify reservations code
by Christoph Hellwig
· 12 years ago
0fd97cc
target: kill struct se_subsystem_dev
by Christoph Hellwig
· 12 years ago
609234e
target: move the dereference below the NULL test
by Wei Yongjun
· 13 years ago
35d1efe
target: Fix minor spelling typos in drivers/target
by Masanari Iida
· 13 years ago
0d7f129
target: report too-small parameter lists everywhere
by Paolo Bonzini
· 13 years ago
ee1b1b9
target: Remove unneeded double parentheses
by Andy Grover
· 13 years ago
d35212f
target: Clean up returning errors in PR handling code
by Roland Dreier
· 13 years ago
c9bfa7d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 13 years ago
edc318d
target: Fix SPC-2 RELEASE bug for multi-session iSCSI client setups
by Bernhard Kohl
· 13 years ago
6bb35e0
target: replace ->execute_task with ->execute_cmd
by Christoph Hellwig
· 13 years ago
8b1e124
target/iscsi: Misc cleanups from Agrover (round 2)
by Andy Grover
· 13 years ago
1ab142d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 13 years ago
2816890
target: remove obvious warnings
by Jörn Engel
· 13 years ago
f208324
target: Use array_zalloc for device_list
by Jörn Engel
· 13 years ago
087a03b
target: Fix compatible reservation handling (CRH=1) with legacy RESERVE/RELEASE
by Nicholas Bellinger
· 13 years ago
d0f474e
target: Use LIST_HEAD()/DEFINE_MUTEX() for static objects
by Roland Dreier
· 13 years ago
4949314
target: Allow control CDBs with data > 1 page
by Andy Grover
· 13 years ago
6816966
target: Allow PERSISTENT RESERVE IN for non-reservation holder
by Marco Sanvido
· 13 years ago
9e08e34
target: Use correct preempted registration sense code
by Marco Sanvido
· 13 years ago
c165f69
target: Move core_scsi3_check_cdb_abort_and_preempt
by Jörn Engel
· 13 years ago
c4795fb
target: header reshuffle, part2
by Christoph Hellwig
· 13 years ago
e26d99a
target: reshuffle headers
by Christoph Hellwig
· 13 years ago
03e98c9
target: Address legacy PYX_TRANSPORT_* return code breakage
by Nicholas Bellinger
· 13 years ago
d29a5b6
target: remove SCF_EMULATE_CDB_ASYNC
by Christoph Hellwig
· 13 years ago
e76a35d
target: pass the se_task to the CDB emulation callback
by Christoph Hellwig
· 13 years ago
617c0e0
target: split core_scsi3_emulate_pr
by Christoph Hellwig
· 13 years ago
eacac00
target: split core_scsi2_emulate_crh
by Christoph Hellwig
· 13 years ago
9375b1b
target: Remove unneeded version.h includes
by Jesper Juhl
· 14 years ago
28638887
target: Convert acl_node_lock to be IRQ-disabling
by Roland Dreier
· 14 years ago
6708bb2
target: Follow up core updates from AGrover and HCH (round 4)
by Andy Grover
· 14 years ago
05d1c7c
target: Make all control CDBs scatter-gather
by Andy Grover
· 14 years ago
a1d8b49
target: Updates from AGrover and HCH (round 3)
by Andy Grover
· 14 years ago
5951146d
target: More core cleanups from AGrover (round 2)
by Andy Grover
· 14 years ago
e3d6f90
target: Core cleanups from AGrover (round 1)
by Andy Grover
· 14 years ago
60d645a
target: Fix incorrect strlen() NULL terminator checks
by Dan Carpenter
· 14 years ago
Next »