summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target: Fix indentation in target_core_configfs.cBart Van Assche2016-01-071-1/+1
* target/user: Allow user to set block size before enabling deviceSheng Yang2016-01-071-1/+3
* iser-target: Fix non negative ERR_PTR isert_device_get usageNicholas Bellinger2016-01-071-2/+5
* target/fcoe: Add tag support to tcm_fcAndy Grover2016-01-071-0/+22
* qla2xxx: Check for online flag instead of active reset when transmitting resp...Dilip Kumar Uppugandla2016-01-072-31/+37
* qla2xxx: Set all queues to 4kQuinn Tran2016-01-072-4/+5
* qla2xxx: Disable ZIO at start time.Quinn Tran2016-01-071-0/+20
* qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran2016-01-077-28/+129
* qla2xxx: Add selective command queuingQuinn Tran2016-01-075-5/+20
* qla2xxx: Add irq affinity notificationQuinn Tran2016-01-073-1/+93
* qla2xxx: Remove dependency on hardware_lock to reduce lock contention.Quinn Tran2016-01-074-56/+106
* qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.Quinn Tran2016-01-072-14/+12
* qla2xxx: Wait for all conflicts before ack'ing PLOGIAlexei Potashnik2016-01-075-50/+180
* qla2xxx: Delete session if initiator is gone from FWAlexei Potashnik2016-01-074-16/+104
* qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani2016-01-077-4/+253
* qla2xxx: Add FW resource count in DebugFS.Quinn Tran2016-01-077-31/+81
* qla2xxx: Enable Target counters in DebugFS.Himanshu Madhani2016-01-076-1/+84
* qla2xxx: Enable Exchange offload support.Himanshu Madhani2016-01-076-7/+222
* qla2xxx: Enable Extended Logins supportHimanshu Madhani2016-01-076-7/+224
* target: use offset_in_page macroGeliang Tang2016-01-062-5/+5
* target: fix deprecated attribute names in dmesgChristophe Vu-Brugier2016-01-061-1/+2
* target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas2016-01-066-1/+64
* sbp-target: Remove a superfluous forward declarationBart Van Assche2016-01-061-2/+0
* iscsi-target: Fix indentation + spelling + unreachable codeBart Van Assche2016-01-064-10/+6
* target: Fix spelling + remove set-but-not-used variablesBart Van Assche2016-01-063-11/+4
* usb: gadget: f_tcm: add configfs supportAndrzej Pietrasiewicz2015-12-203-4/+88
* usb: gadget: f_tcm: use usb_gstrings_attachAndrzej Pietrasiewicz2015-12-201-11/+7
* usb: gadget: f_tcm: remove redundant singletonAndrzej Pietrasiewicz2015-12-202-11/+0
* usb: gadget: f_tcm: remove compatibility layerAndrzej Pietrasiewicz2015-12-201-81/+6
* usb: gadget: tcm: convert to use new function registration interfaceAndrzej Pietrasiewicz2015-12-202-10/+53
* usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2015-12-206-5/+339
* usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz2015-12-203-2129/+2148
* usb: gadget: tcm: simplify attribute store functionAndrzej Pietrasiewicz2015-12-201-15/+7
* usb: gadget: tcm: use strtobool for a boolean valueAndrzej Pietrasiewicz2015-12-201-6/+4
* usb: gadget: tcm: follow naming conventionsAndrzej Pietrasiewicz2015-12-201-14/+14
* usb: gadget: tcm: split string definitions into function and deviceAndrzej Pietrasiewicz2015-12-202-6/+22
* tcm_usb_gadget: Fix enabled attribute failureNicholas Bellinger2015-12-201-3/+9
* tcm_usb_gadget: Fix nexus leakNicholas Bellinger2015-12-201-0/+3
* tcm_usb_gadget: Don't strip off nexus WWPN prefixNicholas Bellinger2015-12-201-1/+1
* fs: configfs: Add unlocked version of configfs_depend_item()Krzysztof Opasiak2015-12-202-0/+89
* fs: configfs: Factor out configfs_find_subsys_dentry()Krzysztof Opasiak2015-12-201-12/+21
* fs: configfs: Factor out configfs_do_depend_item()Krzysztof Opasiak2015-12-201-15/+26
* fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-204-6/+6
* tcm_loop: Show address of tpg in configfsSheng Yang2015-11-291-0/+14
* Linux 4.4-rc2v4.4-rc2Linus Torvalds2015-11-221-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-226-76/+182
|\
| * slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-226-11/+11
| * slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2015-11-221-1/+5
| * slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer2015-11-221-18/+22
| * slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer2015-11-221-30/+79