Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
30e066286e232772cad72c87008a958e23e40a33
/
drivers
30e0662
nvme: fix boot hang with only being able to get one IRQ vector
by Jens Axboe
· 6 years ago
d16a676
ide: don't clear special on ide_queue_rq() entry
by Jens Axboe
· 6 years ago
628bd85
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
by Tetsuo Handa
· 6 years ago
8e18ebe
null_blk: remove unused nullb device
by Jens Axboe
· 6 years ago
22ce0a7
ide: don't use req->special
by Christoph Hellwig
· 6 years ago
289d088b
pd: replace ->special use with private data in the request
by Christoph Hellwig
· 6 years ago
61e7712
aoe: replace ->special use with private data in the request
by Christoph Hellwig
· 6 years ago
1bee424
skd_main: don't use req->special
by Christoph Hellwig
· 6 years ago
49f6613
nullb: remove leftover legacy request code
by Christoph Hellwig
· 6 years ago
511c49f
fnic: fix fnic_scsi_host_{start,end}_tag
by Christoph Hellwig
· 6 years ago
4c1cb67
scsi: return blk_status_t from device handler ->prep_fn
by Christoph Hellwig
· 6 years ago
159b2cb
scsi: return blk_status_t from scsi_init_io and ->init_command
by Christoph Hellwig
· 6 years ago
1478456
scsi: clean up error handling in scsi_init_io
by Christoph Hellwig
· 6 years ago
785ba83
scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd
by Christoph Hellwig
· 6 years ago
c092d4e
scsi: simplify scsi_prep_state_check
by Christoph Hellwig
· 6 years ago
535ac5d
ide: cleanup ->prep_rq calling convention
by Christoph Hellwig
· 6 years ago
27d420bc
mtip32xxx: use for_each_sg
by Christoph Hellwig
· 6 years ago
d85cb20
mtip32xx: don't use req->special
by Christoph Hellwig
· 6 years ago
55c7bc3
mtip32xx: remove mtip_get_int_command
by Christoph Hellwig
· 6 years ago
7bbf118
mtip32xx: remove mtip_init_cmd_header
by Christoph Hellwig
· 6 years ago
643b5f6
mtip32xx: add missing endianess annotations on struct smart_attr
by Christoph Hellwig
· 6 years ago
449a15d
mtip32xx: remove __force_bit2int
by Christoph Hellwig
· 6 years ago
81e6617
mtip32xx: return a blk_status_t from mtip_send_trim
by Christoph Hellwig
· 6 years ago
10966fa
mtip32xx: merge mtip_submit_request into mtip_queue_rq
by Christoph Hellwig
· 6 years ago
b5fa0e9
mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
by Christoph Hellwig
· 6 years ago
72d7ce8
sx8: use a per-host tag_set
by Christoph Hellwig
· 6 years ago
cd94c9e
sx8: cleanup queue and disk allocation / freeing
by Christoph Hellwig
· 6 years ago
7baa857
blk-mq-tag: change busy_iter_fn to return whether to continue or not
by Jens Axboe
· 6 years ago
c28445f
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
by Jan Kara
· 6 years ago
1dded9a
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
by Jan Kara
· 6 years ago
0da03ca
loop: Fix deadlock when calling blkdev_reread_part()
by Jan Kara
· 6 years ago
85b0a54
loop: Move loop_reread_partitions() out of loop_ctl_mutex
by Jan Kara
· 6 years ago
d57f337
loop: Move special partition reread handling in loop_clr_fd()
by Jan Kara
· 6 years ago
c371077
loop: Push loop_ctl_mutex down to loop_change_fd()
by Jan Kara
· 6 years ago
757ecf4
loop: Push loop_ctl_mutex down to loop_set_fd()
by Jan Kara
· 6 years ago
550df5fd
loop: Push loop_ctl_mutex down to loop_set_status()
by Jan Kara
· 6 years ago
4a5ce9b
loop: Push loop_ctl_mutex down to loop_get_status()
by Jan Kara
· 6 years ago
7ccd079
loop: Push loop_ctl_mutex down into loop_clr_fd()
by Jan Kara
· 6 years ago
a2505b7
loop: Split setting of lo_state from loop_clr_fd
by Jan Kara
· 6 years ago
a131654
loop: Push lo_ctl_mutex down into individual ioctls
by Jan Kara
· 6 years ago
0a42e99
loop: Get rid of loop_index_mutex
by Jan Kara
· 6 years ago
967d1dc
loop: Fold __loop_release into loop_release
by Jan Kara
· 6 years ago
310ca16
block/loop: Use global lock for ioctl() operation.
by Tetsuo Handa
· 6 years ago
b1ab5fa
block/loop: Don't grab "struct file" for vfs_getattr() operation.
by Tetsuo Handa
· 6 years ago
e051bd0
ms_block: remove unused pointer 'set'
by Colin Ian King
· 6 years ago
dbef525
sunvdc: fix compiler warning
by Jens Axboe
· 6 years ago
4b04cc6
nvme: add separate poll queue map
by Jens Axboe
· 6 years ago
3b6592f
nvme: utilize two queue maps, one for reads and one for writes
by Jens Axboe
· 6 years ago
ed76e32
blk-mq: abstract out queue map
by Jens Axboe
· 6 years ago
a0fedc8
Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.21/block
by Jens Axboe
· 6 years ago
9cf2bab
block: kill request ->cpu member
by Jens Axboe
· 6 years ago
92bc5a2
block: remove __blk_put_request()
by Jens Axboe
· 6 years ago
cd2f076
bsg: convert to use blk-mq
by Jens Axboe
· 6 years ago
5e28b8d
bsg: provide bsg_remove_queue() helper
by Jens Axboe
· 6 years ago
aae3b06
bsg: pass in desired timeout handler
by Jens Axboe
· 6 years ago
583d653
dasd: remove dead code
by Jens Axboe
· 6 years ago
f664a3c
scsi: kill off the legacy IO path
by Jens Axboe
· 6 years ago
3a7ea2c4
scsi: provide mq_ops->busy() hook
by Jens Axboe
· 6 years ago
6003352
ide: convert to blk-mq
by Jens Axboe
· 6 years ago
d0be122
mspro_block: convert to blk-mq
by Jens Axboe
· 6 years ago
db1142a
ms_block: convert to blk-mq
by Jens Axboe
· 6 years ago
fa182a1
sunvdc: convert to blk-mq
by Jens Axboe
· 6 years ago
ea2c18e
null_blk: Add conventional zone configuration for zoned support
by Masato Suzuki
· 6 years ago
8575877
Merge tag 'hwmon-for-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 6 years ago
ecb4d52
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 6 years ago
a13511d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
3fc202e
HID: asus: fix build warning wiht CONFIG_ASUS_WMI disabled
by Arnd Bergmann
· 6 years ago
0c72442
Merge branch 'master' into for-4.20/upstream-fixes
by Jiri Kosina
· 6 years ago
7131193
net: alx: make alx_drv_name static
by Rasmus Villemoes
· 6 years ago
6da4b3a
genirq/affinity: Add support for allocating interrupt sets
by Jens Axboe
· 6 years ago
ea53abf
bonding/802.3ad: fix link_failure_count tracking
by Jarod Wilson
· 6 years ago
0432e83
net: phy: realtek: fix RTL8201F sysfs name
by Holger Hoffstätte
· 6 years ago
e3e61f0
hwmon: (ibmpowernv) Remove bogus __init annotations
by Geert Uytterhoeven
· 6 years ago
74e3512
hwmon: (core) Fix double-free in __hwmon_device_register()
by Dmitry Osipenko
· 6 years ago
42bd06e
Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 6 years ago
35e7452
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
04578e8
Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb
by Linus Torvalds
· 6 years ago
9680155
mlxsw: spectrum: Fix IP2ME CPU policer configuration
by Shalom Toledo
· 6 years ago
9261921
qed: fix link config error handling
by Arnd Bergmann
· 6 years ago
601a880
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e9ebc21
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
23a12dd
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
by Ingo Molnar
· 6 years ago
e8ccbb7
net: hns3: Fix for out-of-bounds access when setting pfc back pressure
by Yunsheng Lin
· 6 years ago
c297344
net/mlx4_en: use __netdev_tx_sent_queue()
by Eric Dumazet
· 6 years ago
d2ff0ff2
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
9a12efc
Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
54e049c2
s390/qeth: report 25Gbit link speed
by Julian Wiedmann
· 6 years ago
125d7d3
s390/qeth: sanitize ARP requests
by Julian Wiedmann
· 6 years ago
9fae5c3
s390/qeth: fix initial operstate
by Julian Wiedmann
· 6 years ago
30356d0
s390/qeth: unregister netdevice only when registered
by Julian Wiedmann
· 6 years ago
bd74a7f
s390/qeth: fix HiperSockets sniffer
by Julian Wiedmann
· 6 years ago
e19e5be
s390/qeth: sanitize strings in debug messages
by Julian Wiedmann
· 6 years ago
af102b3
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
7cb6a2a
net: systemport: Protect stop from timeout
by Florian Fainelli
· 6 years ago
09e805d
net: bcmgenet: protect stop from timeout
by Doug Berger
· 6 years ago
284fb78
net: dsa: microchip: initialize mutex before use
by Tristram Ha
· 6 years ago
7b900ea
usbnet: smsc95xx: disable carrier check while suspending
by Frieder Schrempf
· 6 years ago
33745c3
clocksource/drivers/c-sky: Add gx6605s SOC system timer
by Guo Ren
· 6 years ago
a7ad38b
clocksource/drivers/c-sky: Add C-SKY SMP timer
by Guo Ren
· 6 years ago
5f21585
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
Next »