linux/drivers/target
Joern Engel 74ed7e6228 target: remove some smp_mb__after_atomic()s
atomic_inc_return() already does an implicit memory barrier and the
second case was moved from an atomic to a plain flag operation.  If a
barrier were needed in the second case, it would have to be smp_mb(),
not a variant optimized away for x86 and other architectures.

Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
2014-10-01 14:38:57 -07:00
..
iscsi iscsi-target: use strlcpy in iscsit_collect_login_stats 2014-09-17 13:54:38 -07:00
loopback scsi: use 64-bit LUNs 2014-07-17 22:07:37 +02:00
sbp
tcm_fc tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER() 2014-09-15 14:27:33 -07:00
Kconfig
Makefile
target_core_alua.c Merge branch 'next' (accumulated 3.16 merge window patches) into master 2014-06-08 11:31:16 -07:00
target_core_alua.h
target_core_configfs.c target: Fix possible memory leak in aptpl_metadata parsing 2014-09-17 14:16:54 -07:00
target_core_device.c target: Change core_dev_del_lun to take a se_lun instead of unpacked_lun 2014-10-01 14:38:48 -07:00
target_core_fabric_configfs.c target: Change core_dev_del_lun to take a se_lun instead of unpacked_lun 2014-10-01 14:38:48 -07:00
target_core_fabric_lib.c target: fix pr_out length in iscsi_parse_pr_out_transport_id 2014-09-17 15:17:35 -07:00
target_core_file.c target: correctly handle match_int errors in FILEIO + PSCSI 2014-09-17 15:20:57 -07:00
target_core_file.h
target_core_hba.c
target_core_iblock.c arch: Mass conversion of smp_mb__*() 2014-04-18 14:20:48 +02:00
target_core_iblock.h
target_core_internal.h target: Change core_dev_del_lun to take a se_lun instead of unpacked_lun 2014-10-01 14:38:48 -07:00
target_core_pr.c target: fix unused shift in core_scsi3_pri_report_capabilities 2014-09-17 15:23:00 -07:00
target_core_pr.h
target_core_pscsi.c target: correctly handle match_int errors in FILEIO + PSCSI 2014-09-17 15:20:57 -07:00
target_core_pscsi.h
target_core_rd.c
target_core_rd.h
target_core_sbc.c TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire 2014-06-11 13:06:50 -07:00
target_core_spc.c target: Report correct response length for some commands 2014-06-11 12:15:30 -07:00
target_core_stat.c
target_core_tmr.c target: simplify core_tmr_release_req() 2014-10-01 14:38:57 -07:00
target_core_tpg.c target: Remove core_tpg_release_virtual_lun0 function 2014-10-01 14:38:57 -07:00
target_core_transport.c target: remove some smp_mb__after_atomic()s 2014-10-01 14:38:57 -07:00
target_core_ua.c arch: Mass conversion of smp_mb__*() 2014-04-18 14:20:48 +02:00
target_core_ua.h target: target_core_ua_h: Add #define of include guard 2014-09-15 14:27:43 -07:00
target_core_xcopy.c target: cleanup some boolean tests 2014-06-06 14:21:01 -07:00
target_core_xcopy.h