Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
7baa85727d0406ffd2b2303cd803a145aa35c505
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
d1e3628
block: add REQ_HIPRI and inherit it from IOCB_HIPRI
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
843477d
blk-mq: initial support for multiple queue maps
by Jens Axboe
· 6 years ago
3110fc7
blk-mq: improve plug list sorting
by Jens Axboe
· 6 years ago
67cae4c
blk-mq: cleanup and improve list insertion
by Jens Axboe
· 6 years ago
ea4f995
blk-mq: cache request hardware queue mapping
by Jens Axboe
· 6 years ago
392546a
blk-mq: separate number of hardware queues from nr_cpu_ids
by Jens Axboe
· 6 years ago
b3c661b
blk-mq: support multiple hctx maps
by Jens Axboe
· 6 years ago
a783b81
blk-mq: add 'type' attribute to the sysfs hctx directory
by Jens Axboe
· 6 years ago
f31967f
blk-mq: allow software queue to map to multiple hardware queues
by Jens Axboe
· 6 years ago
f9afca4
blk-mq: pass in request/bio flags to queue mapping
by Jens Axboe
· 6 years ago
ff2c566
blk-mq: provide dummy blk_mq_map_queue_type() helper
by Jens Axboe
· 6 years ago
ed76e32
blk-mq: abstract out queue map
by Jens Axboe
· 6 years ago
a890893
blk-mq: kill q->mq_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
c7bb9ad
block: get rid of q->softirq_done_fn()
by Jens Axboe
· 6 years ago
7d69233
block: get rid of blk_queued_rq()
by Jens Axboe
· 6 years ago
8b98a97
blk-merge: kill dead queue lock held check
by Jens Axboe
· 6 years ago
2081a56
block: remove req_no_special_merge() from merging code
by Jens Axboe
· 6 years ago
820efc6
block: kill request slab cache
by Jens Axboe
· 6 years ago
db6d995
block: remove request_list code
by Jens Axboe
· 6 years ago
1028e4b
bsg: move bsg-lib parts outside of request queue
by Jens Axboe
· 6 years ago
4316b79
block: kill legacy parts of timeout handling
by Jens Axboe
· 6 years ago
92bc5a2
block: remove __blk_put_request()
by Jens Axboe
· 6 years ago
f9cd4bf
block: get rid of MQ scheduler ops union
by Jens Axboe
· 6 years ago
a1ce35f
block: remove dead elevator code
by Jens Axboe
· 6 years ago
f382fb0
block: remove legacy IO schedulers
by Jens Axboe
· 6 years ago
404b8f5
block: cleanup kick/queued handling
by Jens Axboe
· 6 years ago
7e992f8
block: remove non mq parts from the flush code
by Jens Axboe
· 6 years ago
7ca0192
block: remove legacy rq tagging
by Jens Axboe
· 6 years ago
2cdf2ca
blk-cgroup: remove legacy queue bypassing
by Jens Axboe
· 6 years ago
3c77415
blk-wbt: kill check for legacy queue type
by Jens Axboe
· 6 years ago
771a93c
block: remove blk_complete_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
c6f2882
block: remove q->lld_busy_fn()
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
9ba2052
blk-mq: provide mq_ops->busy() hook
by Jens Axboe
· 6 years ago
ba7b443
blk-mq: remove legacy check in queue blk_freeze_queue()
by Jens Axboe
· 6 years ago
7ac257b
blk-mq: remove the request_list usage
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
e09d51a
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
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
a89f84a5
Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes
by Olof Johansson
· 6 years ago
9be66f5
Merge tag 'renesas-fixes-for-v4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
by Olof Johansson
· 6 years ago
8053e5b9
Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
4581aa9
Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
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
aa9b760
HID: fix up .raw_event() documentation
by Linus Walleij
· 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
6282e91
ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
by Ard Biesheuvel
· 6 years ago
a422757
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
7131193
net: alx: make alx_drv_name static
by Rasmus Villemoes
· 6 years ago
97adadd
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
by Taehee Yoo
· 6 years ago
c34c128
sock_diag: fix autoloading of the raw_diag module
by Andrei Vagin
· 6 years ago
d016b4a
net: core: netpoll: Enable netconsole IPv6 link local address
by Matwey V. Kornilov
· 6 years ago
e22d0bf
ipv6: properly check return value in inet6_dump_all()
by Alexey Kodanev
· 6 years ago
5e1acb4
rtnetlink: restore handling of dumpit return value in rtnl_dump_all()
by Alexey Kodanev
· 6 years ago
6915ed8
net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS
by Jeff Barnhill
· 6 years ago
fd5ba6e
arm64: dts: stratix10: fix multicast filtering
by Aaro Koskinen
· 6 years ago
163c8d5
compiler: remove __no_sanitize_address_or_inline again
by Martin Schwidefsky
· 6 years ago
ee474b8
tracing/kprobes: Fix strpbrk() argument order
by Masami Hiramatsu
· 6 years ago
6ff6bc4
Merge tag 'imx-fixes-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
by Olof Johansson
· 6 years ago
f55275b
ARM: defconfig: Disable PREEMPT again on multi_v7
by Olof Johansson
· 6 years ago
eab53fd
arm64: dts: renesas: condor: switch from EtherAVB to GEther
by Sergei Shtylyov
· 6 years ago
058ad7b
dt-bindings: arm: Fix RZ/G2E part number
by Fabrizio Castro
· 6 years ago
aab7a24
arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
by Kuninori Morimoto
· 6 years ago
6da4b3a
genirq/affinity: Add support for allocating interrupt sets
by Jens Axboe
· 6 years ago
060746d
genirq/affinity: Pass first vector to __irq_build_affinity_masks()
by Ming Lei
· 6 years ago
5c903e10
genirq/affinity: Move two stage affinity spreading into a helper function
by Ming Lei
· 6 years ago
Next »