summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bugNicholas Bellinger2014-03-041-1/+1
* vhost/scsi: Check LUN structure byte 0 is set to 1, per specVenkatesh Srinivas2014-02-241-0/+6
* qla2xxx: Fix kernel panic on selective retransmission requestDr. Greg Wettstein2014-02-241-1/+2
* Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg2014-02-231-5/+5
* target: Add DIF sense codes in transport_generic_request_failureNicholas Bellinger2014-02-231-0/+3
* target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger2014-02-231-3/+2
* tcm_qla2xxx: Fix NAA formatted name for NPIV WWPNsNicholas Bellinger2014-02-202-30/+1
* tcm_qla2xxx: Perform configfs depend/undepend for base_tpgNicholas Bellinger2014-02-202-14/+61
* tcm_qla2xxx: Add NPIV specific enable/disable attribute logicNicholas Bellinger2014-02-201-3/+56
* qla2xxx: Check + fail when npiv_vports_inuse exists in shutdownNicholas Bellinger2014-02-202-4/+21
* qla2xxx: Fix qlt_lport_register base_vha callback raceNicholas Bellinger2014-02-201-2/+14
* Target/sbc: Fix protection copy routineSagi Grimberg2014-02-121-0/+8
* IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han2014-02-121-7/+7
* target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier2014-02-122-5/+1
* iser-target: Fix leak on failure in isert_conn_create_fastreg_poolNicholas Bellinger2014-02-121-0/+1
* iscsi-target: Fix SNACK Type 1 + BegRun=0 handlingNicholas Bellinger2014-02-121-1/+3
* target: Fix missing length check in spc_emulate_evpd_83()Roland Dreier2014-02-121-2/+2
* qla2xxx: Remove last vestiges of qla_tgt_cmd.cmd_listRoland Dreier2014-02-122-3/+0
* target: Fix 32-bit + CONFIG_LBDAF=n link error w/ sector_divNicholas Bellinger2014-02-121-1/+1
* target: Fix free-after-use regression in PR unregisterNicholas Bellinger2014-02-121-4/+7
* Linux 3.14-rc2v3.14-rc2Linus Torvalds2014-02-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-02-092-0/+6
|\
| * Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-102-0/+6
| |\
| | * SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4
| | * selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2014-02-051-0/+2
| | * Merge tag 'v3.13' into stable-3.14Paul Moore2014-02-059804-230230/+434138
| | |\
* | | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-098-31/+17
|\ \ \ \ | |/ / / |/| | |
| * | | fix a kmap leak in virtio_consoleAl Viro2014-02-091-6/+3
| * | | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-097-25/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-094-8/+9
|\ \ \ \
| * | | | Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana2014-02-081-0/+2
| * | | | Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik2014-02-081-0/+1
| * | | | btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba2014-02-081-1/+1
| * | | | btrfs: commit transaction after setting label and featuresJeff Mahoney2014-02-081-2/+2
| * | | | Btrfs: fix assert screwup for the pending move stuffJosef Bacik2014-02-081-5/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-0914-63/+162
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-02-0213-62/+162
| |\ \ \ \ \
| | * | | | | perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter2014-01-311-4/+29
| | * | | | | perf tools: Adjust kallsyms for relocated kernelAdrian Hunter2014-01-311-2/+38
| | * | | | | perf tests: No need to set up ref_reloc_symAdrian Hunter2014-01-311-10/+0
| | * | | | | perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter2014-01-311-4/+21
| | * | | | | perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2014-01-313-30/+9
| | * | | | | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2014-01-312-0/+25
| | * | | | | perf machine: Add machine__get_kallsyms_filename()Adrian Hunter2014-01-311-8/+11
| | * | | | | perf tools: Add kallsyms__get_function_start()Adrian Hunter2014-01-312-3/+18
| | * | | | | perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter2014-01-313-2/+6
| | * | | | | perf tools: Fix include for non x86 architecturesFrancesco Fusco2014-01-311-0/+6
| | * | | | | perf tools: Fix AAAAARGH64 memory barriersPeter Zijlstra2014-01-291-2/+2
| | * | | | | perf tools: Demangle kernel and kernel module symbols tooAvi Kivity2014-01-271-1/+1
| |/ / / / /
| * | | | | perf/doc: Remove mention of non-existent set_perf_event_pending() from design...Baruch Siach2014-01-261-1/+0