index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
xen/scsiback: Fix a TMR related use-after-free
Bart Van Assche
1
-24
/
+9
2017-07-06
IB/srpt: Make a debug statement in srpt_abort_cmd() more informative
Bart Van Assche
1
-2
/
+2
2017-07-06
target: Fix a deadlock between the XCOPY code and iSCSI session shutdown
Bart Van Assche
1
-41
/
+69
2017-07-06
target: Use {get,put}_unaligned_be*() instead of open coding these functions
Bart Van Assche
8
-171
/
+75
2017-07-06
target: Fix transport_init_se_cmd()
Bart Van Assche
1
-0
/
+1
2017-07-06
target: Remove se_device.dev_list
Bart Van Assche
1
-1
/
+0
2017-07-06
target: Use symbolic value for WRITE_VERIFY_16
Bart Van Assche
1
-1
/
+1
2017-07-06
qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAG
Nicholas Bellinger
2
-31
/
+12
2017-07-06
target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK
Nicholas Bellinger
1
-9
/
+44
2017-07-06
target: Add support for TMR percpu reference counting
Nicholas Bellinger
2
-4
/
+13
2017-07-06
target: reject COMPARE_AND_WRITE if emulate_caw is not set
Jiang Yi
1
-0
/
+6
2017-06-08
iscsi-target: Avoid holding ->tpg_state_lock during param update
Nicholas Bellinger
1
-6
/
+2
2017-06-08
target/configfs: Kill se_lun->lun_link_magic
Nicholas Bellinger
2
-6
/
+8
2017-06-08
target/configfs: Kill se_device->dev_link_magic
Nicholas Bellinger
3
-7
/
+12
2017-06-08
target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout
Nicholas Bellinger
2
-18
/
+28
2017-06-08
ibmvscsis: Enable Logical Partition Migration Support
Michael Cyr
3
-16
/
+162
2017-06-08
vhost/scsi: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-8
/
+3
2017-06-08
target: remove dead code
Gustavo A. R. Silva
1
-2
/
+2
2017-06-08
iscsi-target: Reject immediate data underflow larger than SCSI transfer length
Nicholas Bellinger
1
-0
/
+12
2017-06-08
iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
Nicholas Bellinger
1
-2
/
+8
2017-06-08
target: Fix kref->refcount underflow in transport_cmd_finish_abort
Nicholas Bellinger
3
-12
/
+15
2017-05-31
iscsi-target: Always wait for kthread_should_stop() before kthread exit
Jiang Yi
4
-8
/
+34
2017-05-31
iscsi-target: Fix initial login PDU asynchronous socket close OOPs
Nicholas Bellinger
1
-62
/
+132
2017-05-23
tcmu: fix crash during device removal
Mike Christie
1
-13
/
+33
2017-05-15
target: Re-add check to reject control WRITEs with overflow data
Nicholas Bellinger
1
-5
/
+18
2017-05-15
ibmvscsis: Fix the incorrect req_lim_delta
Bryant G. Ly
1
-4
/
+20
2017-05-15
ibmvscsis: Clear left-over abort_cmd pointers
Bryant G. Ly
1
-0
/
+3
2017-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-7
/
+445
2017-05-13
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
3
-10
/
+159
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-57
/
+166
2017-05-12
Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
15
-172
/
+945
2017-05-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
19
-258
/
+1157
2017-05-12
Merge tag 'drm-fixes-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
107
-2119
/
+2408
2017-05-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
19
-269
/
+776
2017-05-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2017-05-12
Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-10
/
+68
2017-05-12
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
4
-24
/
+132
2017-05-12
drm/i915: Make vblank evade warnings optional
Ville Syrjälä
2
-2
/
+18
2017-05-12
Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
9
-41
/
+60
2017-05-12
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
95
-2076
/
+2322
2017-05-12
Merge tag 'drm-misc-next-fixes-2017-05-05' of git://anongit.freedesktop.org/g...
Dave Airlie
1
-0
/
+8
2017-05-11
Input: cros_ec_keyb - remove extraneous 'const'
Arnd Bergmann
1
-1
/
+1
2017-05-12
drm/nouveau/therm: remove ineffective workarounds for alarm bugs
Ben Skeggs
4
-4
/
+4
2017-05-12
drm/nouveau/tmr: avoid processing completed alarms when adding a new one
Ben Skeggs
1
-3
/
+13
2017-05-12
drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarm
Ben Skeggs
1
-7
/
+10
2017-05-12
drm/nouveau/tmr: handle races with hw when updating the next alarm time
Ben Skeggs
1
-10
/
+16
2017-05-12
drm/nouveau/tmr: ack interrupt before processing alarms
Ben Skeggs
1
-1
/
+1
2017-05-12
drm/nouveau/core: fix static checker warning
Ben Skeggs
1
-1
/
+1
2017-05-12
drm/nouveau/fb/ram/gf100-: remove 0x10f200 read
Ben Skeggs
1
-1
/
+0
2017-05-12
drm/nouveau/kms/nv50: skip core channel cursor update on position-only changes
Ben Skeggs
1
-3
/
+7
[next]