index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
android
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
scsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready message
Dick Kennedy
1
-18
/
+28
2017-10-03
scsi: lpfc: Fix crash receiving ELS while detaching driver
Dick Kennedy
7
-13
/
+37
2017-10-03
scsi: lpfc: fix pci hot plug crash in list_add call
Dick Kennedy
1
-7
/
+10
2017-10-03
scsi: lpfc: fix pci hot plug crash in timer management routines
Dick Kennedy
1
-0
/
+1
2017-10-03
scsi: smartpqi: update driver version to 1.1.2-126
Don Brace
1
-2
/
+2
2017-10-03
scsi: smartpqi: cleanup raid map warning message
Kevin Barnett
1
-3
/
+3
2017-10-03
scsi: smartpqi: update controller ids
Kevin Barnett
1
-0
/
+8
2017-09-28
scsi: libsas: remove unused variable sas_ha
Colin Ian King
1
-1
/
+0
2017-09-28
scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1
kehuanlin
1
-6
/
+8
2017-09-28
scsi: ufs: continue to boot even with Boot LUN is disabled
Huanlin Ke
1
-11
/
+8
2017-09-28
scsi: ufs: add ufs a command complete time stamp
Zang Leigang
2
-0
/
+7
2017-09-28
scsi: ufs: fix a pclint warning
Zang Leigang
1
-1
/
+1
2017-09-26
scsi: mpt3sas: remove redundant copy_from_user in _ctl_getiocinfo
Meng Xu
1
-6
/
+0
2017-09-26
scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"
Thomas Meyer
3
-22
/
+11
2017-09-26
scsi: lpfc: Cocci spatch "pool_zalloc-simple"
Thomas Meyer
1
-4
/
+3
2017-09-26
scsi: scsi_dh: suppress errors from unsupported devices
Hannes Reinecke
3
-15
/
+16
2017-09-26
scsi: scsi_dh: Return SCSI_DH_XX error code from ->attach()
Hannes Reinecke
5
-19
/
+32
2017-09-25
scsi: sd: Align maximum write same blocks to physical block size
Damien Le Moal
1
-0
/
+20
2017-09-25
scsi: csiostor: enable PCIe relaxed ordering if supported
Varun Prakash
3
-0
/
+9
2017-09-16
scsi: libcxgbi: remove redundant check and close on csk
Colin Ian King
1
-2
/
+0
2017-09-16
scsi: libsas: add event to defer list tail instead of head when draining
chenxiang
1
-1
/
+1
2017-09-16
scsi: libsas: rename notify_port_event() for consistency
Jason Yan
1
-2
/
+2
2017-09-16
scsi: libsas: remove unused port_gone_completion and DISCE_PORT_GONE
Jason Yan
1
-3
/
+0
2017-09-16
scsi: libsas: remove the numbering for each event enum
Jason Yan
1
-17
/
+17
2017-09-16
scsi: libsas: kill useless ha_event and do some cleanup
Jason Yan
7
-68
/
+0
2017-09-15
scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTER
Hannes Reinecke
1
-5
/
+13
2017-09-15
scsi: fcoe: separate out fcoe_vport_remove()
Hannes Reinecke
1
-22
/
+33
2017-09-15
scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()
Hannes Reinecke
1
-5
/
+7
2017-09-15
scsi: ufs: tc-dwc-g210: make arrays static, reduces object code size
Colin Ian King
1
-5
/
+5
2017-09-15
scsi: bnx2i: Clean up unused pointers in bnx2i_hwi
Christos Gkekas
1
-10
/
+0
2017-09-15
scsi: lpfc: remove redundant null check on eqe
Colin Ian King
1
-3
/
+0
2017-09-13
Fix up MAINTAINERS file sorting
Linus Torvalds
1
-55
/
+55
2017-09-13
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
Richard Wareing
1
-1
/
+8
2017-09-12
f2fs: hurry up to issue discard after io interruption
Chao Yu
1
-2
/
+15
2017-09-12
f2fs: fix to show correct discard_granularity in sysfs
Chao Yu
1
-0
/
+2
2017-09-12
f2fs: detect dirty inode in evict_inode
Chao Yu
1
-0
/
+3
2017-09-12
ovl: fix false positive ESTALE on lookup
Amir Goldstein
1
-4
/
+7
2017-09-12
fuse: getattr cleanup
Miklos Szeredi
3
-23
/
+18
2017-09-12
fuse: honor iocb sync flags on write
Miklos Szeredi
3
-22
/
+28
2017-09-12
fuse: allow server to run in different pid_ns
Miklos Szeredi
2
-9
/
+7
2017-09-12
ALSA: seq: Cancel pending autoload work at unbinding device
Takashi Iwai
1
-0
/
+3
2017-09-12
ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()
Markus Elfring
1
-8
/
+8
2017-09-12
f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared
Daeho Jeong
2
-0
/
+14
2017-09-12
f2fs: speed up gc_urgent mode with SSR
Jaegeuk Kim
3
-13
/
+16
2017-09-12
f2fs: better to wait for fstrim completion
Jaegeuk Kim
1
-1
/
+6
2017-09-12
block: directly insert blk-mq request from blk_insert_cloned_request()
Jens Axboe
3
-1
/
+23
2017-09-11
mm/backing-dev.c: fix an error handling path in 'cgwb_create()'
Christophe JAILLET
1
-2
/
+4
2017-09-11
string.h: un-fortify memcpy_and_pad
Martin Wilck
1
-13
/
+2
2017-09-11
nvme-pci: implement the HMB entry number and size limitations
Christoph Hellwig
4
-2
/
+13
2017-09-11
nvme-pci: propagate (some) errors from host memory buffer setup
Christoph Hellwig
1
-6
/
+12
[next]