summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | ALSA: hda - add codec ID for Skylake display audio codecLibin Yang2014-12-151-0/+2
| * | | | | | | | ALSA: oxfw: some signedness bugsDan Carpenter2014-12-153-5/+6
| * | | | | | | | ALSA: oxfw: fix detect_loud_models() return valueDan Carpenter2014-12-141-1/+1
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-12-1923-1238/+1511
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | target: Allow AllRegistrants to re-RESERVE existing reservationNicholas Bellinger2014-12-191-1/+4
| * | | | | | | | | uapi/linux/target_core_user.h: fix headers_install.sh badnessKyle McMartin2014-12-181-4/+0
| * | | | | | | | | iscsi-target: Fail connection on short sendmsg writesNicholas Bellinger2014-12-161-15/+11
| * | | | | | | | | iscsi-target: nullify session in failed login sequenceSagi Grimberg2014-12-151-0/+1
| * | | | | | | | | target: Avoid dropping AllRegistrants reservation during unregisterNicholas Bellinger2014-12-151-22/+65
| * | | | | | | | | target: Fix R_HOLDER bit usage for AllRegistrantsNicholas Bellinger2014-12-151-3/+23
| * | | | | | | | | iscsi-target: Drop left-over bogus iscsi_np->tpg_npNicholas Bellinger2014-12-122-2/+0
| * | | | | | | | | iser-target: Fix wc->wr_id cast warningNicholas Bellinger2014-12-121-2/+1
| * | | | | | | | | iser-target: Remove code duplicationSagi Grimberg2014-12-121-27/+20
| * | | | | | | | | iser-target: Adjust log levels and prettify some printsSagi Grimberg2014-12-121-109/+108
| * | | | | | | | | iser-target: Use debug_level parameter to control logging levelSagi Grimberg2014-12-122-178/+209
| * | | | | | | | | iser-target: Fix logout sequenceSagi Grimberg2014-12-122-8/+17
| * | | | | | | | | iser-target: Don't wait for session commands from completion contextSagi Grimberg2014-12-121-7/+10
| * | | | | | | | | iser-target: Reduce CQ lock contention by batch pollingSagi Grimberg2014-12-122-5/+9
| * | | | | | | | | iser-target: Introduce isert_poll_budgetSagi Grimberg2014-12-121-1/+7
| * | | | | | | | | iser-target: Remove an atomic operation from the IO pathSagi Grimberg2014-12-122-63/+40
| * | | | | | | | | iser-target: Remove redundant call to isert_conn_terminateSagi Grimberg2014-12-121-4/+0
| * | | | | | | | | iser-target: Use single CQ for TX and RXSagi Grimberg2014-12-122-124/+83
| * | | | | | | | | iser-target: Centralize completion elements to a contextSagi Grimberg2014-12-122-108/+114
| * | | | | | | | | iser-target: Cast wr_id with uintptr_t instead of unsinged longSagi Grimberg2014-12-121-8/+8
| * | | | | | | | | iser-target: Unite error completion handler for RX and TXSagi Grimberg2014-12-121-33/+28
| * | | | | | | | | iser-target: Remove interrupt coalescingSagi Grimberg2014-12-122-116/+10
| * | | | | | | | | iser-target: Work-around live target stack shutdown resource cleanupSagi Grimberg2014-12-121-0/+21
| * | | | | | | | | iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2014-12-123-6/+16
| * | | | | | | | | iser-target: Fix NULL dereference in SW mode DIFSagi Grimberg2014-12-121-6/+13
| * | | | | | | | | iser-target: Allocate PI contexts dynamicallySagi Grimberg2014-12-122-116/+158
| * | | | | | | | | iser-target: Fix implicit termination of connectionsSagi Grimberg2014-12-122-8/+35
| * | | | | | | | | iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg2014-12-122-31/+77
| * | | | | | | | | iser-target: Fix connected_handler + teardown flow raceSagi Grimberg2014-12-121-12/+19
| * | | | | | | | | iser-target: Parallelize CM connection establishmentSagi Grimberg2014-12-122-24/+62
| * | | | | | | | | iser-target: Fix flush + disconnect completion handlingSagi Grimberg2014-12-122-23/+31
| * | | | | | | | | iscsi,iser-target: Initiate termination only onceSagi Grimberg2014-12-123-34/+54
| * | | | | | | | | target: remove unneeded arrayJulia Lawall2014-12-011-5/+2
| * | | | | | | | | iscsi-target: fix error path in iscsi_target_init_module()Lino Sanfilippo2014-12-011-0/+1
| * | | | | | | | | tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2014-12-012-49/+24
| * | | | | | | | | target: Drop left-over PHBA_PDEV set attr checksNicholas Bellinger2014-12-011-54/+10
| * | | | | | | | | target: Drop left-over internal dev attribute codeNicholas Bellinger2014-12-011-175/+1
| * | | | | | | | | target/pscsi: Convert to external pscsi_backend_dev_attrsNicholas Bellinger2014-12-011-0/+26
| * | | | | | | | | target/user: Convert to external tcmu_backend_dev_attrsNicholas Bellinger2014-12-011-0/+42
| * | | | | | | | | target/rd: Convert to external rd_mcp_backend_dev_attrsNicholas Bellinger2014-12-011-0/+41
| * | | | | | | | | target/file: Convert to external fileio_backend_dev_attrsNicholas Bellinger2014-12-011-0/+42
| * | | | | | | | | target/iblock: Convert to external iblock_backend_dev_attrsNicholas Bellinger2014-12-011-0/+41
| * | | | | | | | | target: Add DEF_TB_DEFAULT_ATTRIBS macro for virtual device attrsNicholas Bellinger2014-12-011-0/+67
| * | | | | | | | | target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger2014-12-014-28/+56
| * | | | | | | | | target: Add target_core_backend_configfs.h helper macrosNicholas Bellinger2014-12-011-0/+53
| * | | | | | | | | target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger2014-12-012-7/+6
OpenPOWER on IntegriCloud