summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | target: need_to_release is always false, remove redundant check and kfreeColin Ian King2016-05-101-4/+0
| * | | | | | target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-102-34/+3
| * | | | | | iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig2016-05-104-23/+12
| * | | | | | tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig2016-05-103-64/+35
| * | | | | | target: make close_session optionalChristoph Hellwig2016-05-107-33/+2
| * | | | | | target: make ->shutdown_session optionalChristoph Hellwig2016-05-1011-58/+4
| * | | | | | target: remove acl_stopChristoph Hellwig2016-05-102-10/+7
| * | | | | | target: consolidate and fix session shutdownChristoph Hellwig2016-05-101-54/+33
| * | | | | | cxgbit: add files for cxgbit.koVarun Prakash2016-05-1010-0/+5114
| * | | | | | iscsi-target: export symbolsVarun Prakash2016-05-106-10/+23
| * | | | | | iscsi-target: call complete on conn_logout_compVarun Prakash2016-05-101-4/+6
| * | | | | | iscsi-target: clear tx_thread_activeVarun Prakash2016-05-101-2/+4
| * | | | | | iscsi-target: add new offload transport typeVarun Prakash2016-05-101-0/+76
| * | | | | | iscsi-target: use conn_transport->transport_type in text rspVarun Prakash2016-05-101-1/+2
| * | | | | | iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash2016-05-101-26/+0
| * | | | | | iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash2016-05-101-1/+4
| * | | | | | iscsi-target: add int (*iscsit_validate_params)()Varun Prakash2016-05-101-0/+10
| * | | | | | iscsi-target: split iscsi_target_rx_thread()Varun Prakash2016-05-101-26/+33
| * | | | | | iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-102-8/+12
| * | | | | | iscsi-target: add void (*iscsit_release_cmd)()Varun Prakash2016-05-101-0/+3
| * | | | | | iscsi-target: add int (*iscsit_xmit_pdu)()Varun Prakash2016-05-101-351/+195
| * | | | | | target: use new "dbroot" target attributeLee Duncan2016-05-102-4/+4
| * | | | | | target: make target db location configurableLee Duncan2016-05-102-0/+68
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-2895-3301/+1748
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | staging/rdma: Remove the entire rdma subdirectory of stagingDoug Ledford2016-05-264-29/+0
| * | | | | IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-264-212/+504
| * | | | | Merge branch 'hfi1-2' into k.o/for-4.7Doug Ledford2016-05-2673-2950/+479
| |\ \ \ \ \
| | * | | | | IB/hfi1: Fix pio map initializationJubin John2016-05-261-2/+1
| | * | | | | IB/hfi1: Correct 8051 link parameter settingsDean Luick2016-05-262-2/+10
| | * | | | | IB/hfi1: Update pkey table properly after link down or FM startSebastian Sanchez2016-05-262-0/+15
| | * | | | | IB/rdamvt: Fix rdmavt s_ack_queue sizingMike Marciniszyn2016-05-261-2/+20
| | * | | | | IB/hfi1: Fix hard lockup due to not using save/restore spin lockMike Marciniszyn2016-05-261-2/+3
| | * | | | | IB/hfi1: Add tracing support for send with invalidate opcodeJianxin Xiong2016-05-263-0/+11
| | * | | | | IB/hfi1, qib: Add ieth to the packet header definitionsJianxin Xiong2016-05-262-0/+2
| | * | | | | IB/hfi1: Move driver out of stagingDennis Dalessandro2016-05-2666-9/+3
| | * | | | | IB/hfi1: Do not free hfi1 cdev parent structure earlyDennis Dalessandro2016-05-265-6/+31
| | * | | | | IB/hfi1: Add trace message in user IOCTL handlingDennis Dalessandro2016-05-263-0/+3
| | * | | | | IB/hfi1: Remove write(), use ioctl() for user cmdsDennis Dalessandro2016-05-261-226/+0
| | * | | | | IB/hfi1: Add ioctl() interface for user commandsDennis Dalessandro2016-05-262-1/+208
| | * | | | | IB/hfi1: Remove unused user commandDennis Dalessandro2016-05-261-3/+0
| | * | | | | IB/hfi1: Remove snoop/diag interfaceDennis Dalessandro2016-05-263-1934/+2
| | * | | | | IB/hfi1: Remove EPROM functionality from data deviceDennis Dalessandro2016-05-262-392/+0
| | * | | | | IB/hfi1: Remove UI char deviceDennis Dalessandro2016-05-261-167/+1
| | * | | | | IB/hfi1: Remove multiple device cdevDennis Dalessandro2016-05-261-83/+19
| | * | | | | IB/hfi1: Remove anti-pattern in cdev initDennis Dalessandro2016-05-261-7/+7
| | * | | | | IB/hfi1: Fix bug that blocks process on exit after port bounceJianxin Xiong2016-05-261-1/+4
| | * | | | | IB/qib: Remove unused qib_7322_intr_msgs[]Jubin John2016-05-261-15/+0
| | * | | | | IB/hfi1: Remove unnecessary commentIra Weiny2016-05-261-3/+0
| | * | | | | IB/hfi1: Fix sdma_event_names[] build warningJubin John2016-05-261-0/+2
| | * | | | | IB/rdmavt: Use kzalloc_nodeJubin John2016-05-261-1/+3