summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target: Fix handling of small allocation lengths in REPORT LUNSRoland Dreier2015-08-191-16/+16
* target: REPORT LUNS should return LUN 0 even for dynamic ACLsRoland Dreier2015-08-031-4/+10
* target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik2015-07-311-2/+2
* target: Perform RCU callback barrier before backend/fabric unloadNicholas Bellinger2015-07-312-2/+17
* Documentation/target: Fix tcm_mod_builder.py build breakageSebastian Herbszt2015-07-251-7/+14
* iser-target: Fix REJECT CM event use-after-free OOPsNicholas Bellinger2015-07-241-5/+11
* iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger2015-07-241-2/+16
* iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-07-245-33/+68
* iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger2015-07-241-4/+8
* qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik2015-07-243-35/+20
* qla2xxx: drop cmds/tmrs arrived while session is being deletedAlexei Potashnik2015-07-241-0/+28
* qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik2015-07-242-4/+13
* qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik2015-07-246-26/+83
* qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrivesAlexei Potashnik2015-07-241-0/+35
* qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik2015-07-247-22/+481
* qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle2015-07-246-13/+140
* qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier2015-07-243-31/+117
* qla2xxx: fix command initialization in target mode.Kanoj Sarcar2015-07-241-5/+5
* qla2xxx: Remove msleep in qlt_send_term_exchangeHimanshu Madhani2015-07-241-6/+7
* qla2xxx: adjust debug flagsQuinn Tran2015-07-243-5/+8
* qla2xxx: release request queue reservation.Quinn Tran2015-07-241-3/+7
* qla2xxx: Add flush after updating ATIOQ consumer index.Quinn Tran2015-07-241-0/+1
* qla2xxx: Enable target mode for ISP27XXHimanshu Madhani2015-07-247-12/+14
* qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap2015-07-242-6/+4
* target/configfs: handle match_int() errorsDavid Disseldorp2015-07-241-8/+24
* target: Do not return 0 from aptpl and alua configfs store functionsAndy Grover2015-07-241-3/+3
* target: Indicate success if writing 0 to pi_prot_typeAndy Grover2015-07-241-1/+1
* tcm_qla2xxx: pass timeout as HZ independent valueNicholas Mc Guire2015-07-241-1/+1
* target/rd: Set ramdisk as non rotational deviceSagi Grimberg2015-07-071-0/+1
* target: Add extra TYPE_DISK + protection checks for INQUIRY SPTNicholas Bellinger2015-07-071-2/+6
* target/spc: Set SPT correctly in Extended INQUIRY Data VPD pageSagi Grimberg2015-07-071-0/+3
* target/pr: Fix possible uninitialized variable usageSagi Grimberg2015-07-071-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-065-21/+47
|\
| * ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-051-11/+5
| * ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
| * ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-041-1/+11
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-041-3/+12
| * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-07-021-3/+3
| * bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-021-1/+6
* | Linux 4.2-rc1v4.2-rc1Linus Torvalds2015-07-051-2/+2
* | Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\ \
| * | intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-305-0/+864
| * | tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-271-1/+1
| * | dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-251-5/+3
| * | dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * | dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-0599-553/+784
|\ \ \
| * | | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1