index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
Bill Kuzeja
2016-11-01
1
-0
/
+2
*
scsi: scsi_dh_alua: Fix a reference counting bug
Bart Van Assche
2016-11-01
1
-1
/
+3
*
scsi: vmw_pvscsi: return SUCCESS for successful command aborts
David Jeffery
2016-11-01
2
-3
/
+4
*
scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk
Sreekanth Reddy
2016-11-01
1
-2
/
+2
*
scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()
tang.junhui
2016-11-01
1
-0
/
+1
*
scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
Ching Huang
2016-10-27
1
-9
/
+0
*
scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
Ewan D. Milne
2016-10-27
1
-0
/
+1
*
scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devices
Kashyap Desai
2016-10-25
1
-8
/
+5
*
scsi: NCR5380: no longer mark irq probing as __init
Arnd Bergmann
2016-10-17
1
-3
/
+3
*
scsi: be2iscsi: Replace _bh with _irqsave/irqrestore
Jitendra Bhivare
2016-10-17
1
-14
/
+23
*
scsi: libiscsi: Fix locking in __iscsi_conn_send_pdu
Jitendra Bhivare
2016-10-17
1
-2
/
+2
*
scsi: ipr: Fix async error WARN_ON
Brian King
2016-10-14
1
-2
/
+1
*
scsi: zfcp: spin_lock_irqsave() is not nestable
Dan Carpenter
2016-10-14
1
-1
/
+1
*
scsi: Remove one useless stack variable
Ming Lei
2016-10-12
1
-4
/
+0
*
scsi: Fix use-after-free
Ming Lei
2016-10-12
1
-1
/
+1
*
scsi: Replace wrong device handler name for CLARiiON arrays
Xose Vazquez Perez
2016-10-11
1
-3
/
+3
*
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2016-10-11
12
-585
/
+889
|
\
|
*
ubi: Fix Fastmap's update_vol()
Richard Weinberger
2016-10-02
1
-0
/
+1
|
*
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
2016-10-02
4
-14
/
+30
|
*
ubi: Deal with interrupted erasures in WL
Richard Weinberger
2016-10-02
1
-2
/
+19
|
*
UBI: introduce the VID buffer concept
Boris Brezillon
2016-10-02
7
-142
/
+218
|
*
UBI: hide EBA internals
Boris Brezillon
2016-10-02
4
-51
/
+165
|
*
UBI: provide an helper to query LEB information
Boris Brezillon
2016-10-02
3
-2
/
+40
|
*
UBI: provide an helper to check whether a LEB is mapped or not
Boris Brezillon
2016-10-02
3
-2
/
+15
|
*
UBI: add an helper to check lnum validity
Boris Brezillon
2016-10-02
3
-8
/
+13
|
*
UBI: simplify LEB write and atomic LEB change code
Boris Brezillon
2016-10-02
1
-170
/
+115
|
*
UBI: simplify recover_peb() code
Boris Brezillon
2016-10-02
1
-53
/
+77
|
*
UBI: move the global ech and vidh variables into struct ubi_attach_info
Boris Brezillon
2016-10-02
2
-20
/
+23
|
*
UBI: provide helpers to allocate and free aeb elements
Boris Brezillon
2016-10-02
4
-38
/
+66
|
*
UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
Boris Brezillon
2016-10-02
1
-5
/
+5
|
*
UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
Boris Brezillon
2016-10-02
1
-6
/
+2
|
*
UBI: factorize destroy_av() and ubi_remove_av() code
Boris Brezillon
2016-10-02
1
-13
/
+12
|
*
UBI: factorize code used to manipulate volumes at attach time
Boris Brezillon
2016-10-02
3
-67
/
+112
|
*
UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)
Boris Brezillon
2016-10-02
1
-1
/
+1
|
*
UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
Boris Brezillon
2016-10-02
1
-3
/
+4
|
*
UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
Boris Brezillon
2016-10-02
1
-4
/
+4
|
*
UBI: fix add_fastmap() to use the vid_hdr passed in argument
Boris Brezillon
2016-10-02
1
-2
/
+2
|
*
UBI: fastmap: use ubi_find_volume() instead of open coding it
Boris Brezillon
2016-10-02
1
-20
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-11
33
-958
/
+1048
|
\
\
|
*
|
be2net: Enable VF link state setting for BE3
Suresh Reddy
2016-10-09
1
-1
/
+1
|
*
|
be2net: Fix TX stats for TSO packets
Sriharsha Basavapatna
2016-10-09
1
-2
/
+12
|
*
|
be2net: Update Copyright string in be_hw.h
Sriharsha Basavapatna
2016-10-09
1
-1
/
+1
|
*
|
be2net: NCSI FW section should be properly updated with ethtool for BE3
Sriharsha Basavapatna
2016-10-09
1
-1
/
+23
|
*
|
be2net: Provide an alternate way to read pf_num for BEx chips
Sriharsha Basavapatna
2016-10-09
2
-1
/
+10
|
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2016-10-08
1
-4
/
+5
|
|
\
\
|
|
*
|
Bluetooth: btusb: Fix atheros firmware download error
Ethan Hsieh
2016-10-07
1
-4
/
+4
|
|
*
|
Bluetooth: btusb: add entry for Marvell 8997 chipset
Amitkumar Karwar
2016-10-06
1
-0
/
+1
|
*
|
|
wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
Christophe Jaillet
2016-10-08
1
-4
/
+4
|
*
|
|
net: macb: NULL out phydev after removing mdio bus
Nathan Sullivan
2016-10-08
1
-0
/
+1
|
*
|
|
xen-netback: make sure that hashes are not send to unaware frontends
Paul Durrant
2016-10-08
1
-11
/
+9
[next]