summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2
* scsi: scsi_dh_alua: Fix a reference counting bugBart Van Assche2016-11-011-1/+3
* scsi: vmw_pvscsi: return SUCCESS for successful command abortsDavid Jeffery2016-11-012-3/+4
* scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy2016-11-011-2/+2
* scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()tang.junhui2016-11-011-0/+1
* scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang2016-10-271-9/+0
* scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne2016-10-271-0/+1
* scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai2016-10-251-8/+5
* scsi: NCR5380: no longer mark irq probing as __initArnd Bergmann2016-10-171-3/+3
* scsi: be2iscsi: Replace _bh with _irqsave/irqrestoreJitendra Bhivare2016-10-171-14/+23
* scsi: libiscsi: Fix locking in __iscsi_conn_send_pduJitendra Bhivare2016-10-171-2/+2
* scsi: ipr: Fix async error WARN_ONBrian King2016-10-141-2/+1
* scsi: zfcp: spin_lock_irqsave() is not nestableDan Carpenter2016-10-141-1/+1
* scsi: Remove one useless stack variableMing Lei2016-10-121-4/+0
* scsi: Fix use-after-freeMing Lei2016-10-121-1/+1
* scsi: Replace wrong device handler name for CLARiiON arraysXose Vazquez Perez2016-10-111-3/+3
* Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-1112-585/+889
|\
| * ubi: Fix Fastmap's update_vol()Richard Weinberger2016-10-021-0/+1
| * ubi: Fix races around ubi_refill_pools()Richard Weinberger2016-10-024-14/+30
| * ubi: Deal with interrupted erasures in WLRichard Weinberger2016-10-021-2/+19
| * UBI: introduce the VID buffer conceptBoris Brezillon2016-10-027-142/+218
| * UBI: hide EBA internalsBoris Brezillon2016-10-024-51/+165
| * UBI: provide an helper to query LEB informationBoris Brezillon2016-10-023-2/+40
| * UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2016-10-023-2/+15
| * UBI: add an helper to check lnum validityBoris Brezillon2016-10-023-8/+13
| * UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2016-10-021-170/+115
| * UBI: simplify recover_peb() codeBoris Brezillon2016-10-021-53/+77
| * UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-022-20/+23
| * UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-024-38/+66
| * UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2016-10-021-5/+5
| * UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2016-10-021-6/+2
| * UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-021-13/+12
| * UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-023-67/+112
| * UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon2016-10-021-1/+1
| * UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2016-10-021-3/+4
| * UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2016-10-021-4/+4
| * UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2016-10-021-2/+2
| * UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2016-10-021-20/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1133-958/+1048
|\ \
| * | be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
| * | be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
| * | be2net: Update Copyright string in be_hw.hSriharsha Basavapatna2016-10-091-1/+1
| * | be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
| * | be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-092-1/+10
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-081-4/+5
| |\ \
| | * | Bluetooth: btusb: Fix atheros firmware download errorEthan Hsieh2016-10-071-4/+4
| | * | Bluetooth: btusb: add entry for Marvell 8997 chipsetAmitkumar Karwar2016-10-061-0/+1
| * | | wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet2016-10-081-4/+4
| * | | net: macb: NULL out phydev after removing mdio busNathan Sullivan2016-10-081-0/+1
| * | | xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-081-11/+9