Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d2f44b7cf616f0e309f5ebee46159b671ccb9aff
/
block
« Previous
d852564
blk-mq: remove blk_mq_alloc_request_pinned
by Christoph Hellwig
· 10 years ago
793597a
blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request
by Christoph Hellwig
· 10 years ago
a3bd775
blk-mq: remove blk_mq_wait_for_tags
by Christoph Hellwig
· 10 years ago
5dee857
blk-mq: initialize request in __blk_mq_alloc_request
by Christoph Hellwig
· 10 years ago
4ce01dd
blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request
by Christoph Hellwig
· 10 years ago
6fca6a6
blk-mq: add helper to insert requests from irq context
by Christoph Hellwig
· 10 years ago
95f0968
blk-mq: allow non-softirq completions
by Jens Axboe
· 10 years ago
f14bbe7
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
by Jens Axboe
· 10 years ago
3d2936f
block: only allocate/free mq_usage_counter in blk-mq
by Ming Lei
· 10 years ago
624dbe4
blk-mq: avoid code duplication
by Ming Lei
· 10 years ago
1f9f07e
blk-mq: fix leak of hctx->ctx_map
by Ming Lei
· 10 years ago
3508678
block/blk-lib.c: make __blkdev_issue_zeroout static
by Fabian Frederick
· 10 years ago
19c5d84
blk-mq: idle all hardware contexts before freeing a queue
by Christoph Hellwig
· 10 years ago
c22d9d8
blk-mq: allow setting of per-request timeouts
by Jens Axboe
· 10 years ago
edf866b
blk-mq: export blk_mq_tag_busy_iter
by Sam Bradshaw
· 10 years ago
07068d5
blk-mq: split make request handler for multi and single queue
by Jens Axboe
· 10 years ago
484b406
blk-mq: save memory by freeing requests on unused hardware queues
by Jens Axboe
· 10 years ago
e814e71
blk-mq: allow the hctx cpu hotplug notifier to return errors
by Jens Axboe
· 10 years ago
da41a58
blk-mq: Micro-optimize blk_queue_nomerges() check
by Robert Elliott
· 10 years ago
eba7176
blk-mq: initialize q->nr_requests after calling blk_queue_make_request()
by Jens Axboe
· 10 years ago
e3a2b3f
blk-mq: allow changing of queue depth through sysfs
by Jens Axboe
· 10 years ago
719c555
block: move mm/bounce.c to block/
by Jens Axboe
· 10 years ago
39a9f97
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
by Jens Axboe
· 10 years ago
1429d7c
blk-mq: switch ctx pending map to the sparser blk_align_bitmap
by Jens Axboe
· 10 years ago
e93ecf6
blk-mq: move the cache friendly bitmap type of out blk-mq-tag
by Jens Axboe
· 10 years ago
2667bcb
block: move ioprio.c from fs/ to block/
by Jens Axboe
· 10 years ago
f9c78b2
block: move bio.c and bio-integrity.c from fs/ to block/
by Jens Axboe
· 10 years ago
5c9d535
cgroup: remove css_parent()
by Tejun Heo
· 10 years ago
0d2602c
blk-mq: improve support for shared tags maps
by Jens Axboe
· 10 years ago
451af50
cgroup: replace cftype->write_string() with cftype->write()
by Tejun Heo
· 10 years ago
ec903c0
cgroup: rename css_tryget*() to css_tryget_online*()
by Tejun Heo
· 10 years ago
acb12e0
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
by Jens Axboe
· 11 years ago
1f236ab
blk-mq: bitmap tag: cleanup blk_mq_init_tags
by Ming Lei
· 11 years ago
9d3d21a
blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)
by Ming Lei
· 11 years ago
60f2df8
blk-mq: bitmap tag: remove barrier in bt_clear_tag()
by Ming Lei
· 11 years ago
0289b2e
blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()
by Ming Lei
· 11 years ago
7276d02
block: only calculate part_in_flight() once
by Jens Axboe
· 11 years ago
cf4b50a
blk-mq: fix race in IO start accounting
by Jens Axboe
· 11 years ago
59d13bf
blk-mq: use sparser tag layout for lower queue depth
by Jens Axboe
· 11 years ago
4bb659b
blk-mq: implement new and more efficient tagging scheme
by Jens Axboe
· 11 years ago
af76e55
blk-mq: initialize struct request fields individually
by Christoph Hellwig
· 11 years ago
9fccfed
blk-mq: update a hotplug comment for grammar
by Jens Axboe
· 11 years ago
506e931
blk-mq: add basic round-robin of what CPU to queue workqueue work on
by Jens Axboe
· 11 years ago
36c38fb
blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()
by Tejun Heo
· 11 years ago
3291fa5
NVMe: Add tracepoints
by Keith Busch
· 11 years ago
5cf8c22
block/blk-throttle.c: fix return of 0/1 with return type bool
by Fabian Frederick
· 11 years ago
5214e33
block/blk-iopoll.c: use iop instead of iopoll
by Fabian Frederick
· 11 years ago
74814b1
blk-mq: remove extra requeue trace
by Jens Axboe
· 11 years ago
176167a
block: Fix format string mismatch in cfq-iosched.c
by Masanari Iida
· 11 years ago
c6d600c
blk-mq: refactor request insertion/merging
by Jens Axboe
· 11 years ago
98bc1f2
blk-mq remove debug BUG_ON() when draining software queues
by Jens Axboe
· 11 years ago
5810d90
blk-mq: fix waiting for reserved tags
by Jens Axboe
· 11 years ago
c4a634f
block: fold __blk_add_timer into blk_add_timer
by Christoph Hellwig
· 11 years ago
3853520
blk-mq: respect rq_affinity
by Christoph Hellwig
· 11 years ago
87ee7b1
blk-mq: fix race with timeouts and requeue events
by Jens Axboe
· 11 years ago
70ab0b2
Revert "blk-mq: initialize req->q in allocation"
by Jens Axboe
· 11 years ago
981bd18
blk-mq: fix leak of set->tags
by Ming Lei
· 11 years ago
8876e14
block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn
by Fabian Frederick
· 11 years ago
6a3c8a3
blk-mq: initialize req->q in allocation
by Ming Lei
· 11 years ago
4ca0850
blk-mq: user (1 << order) to implement order_to_size()
by Ming Lei
· 11 years ago
4847900
blk-mq: fix allocation of set->tags
by Ming Lei
· 11 years ago
11471e0
blk-mq: free hctx->ctx_map when init failed
by Ming Lei
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
49fd524
bsg: update check for rq based driver for blk-mq
by Jens Axboe
· 11 years ago
f793aa5
block: relax when to modify the timeout timer
by Jens Axboe
· 11 years ago
1212007
block: export blk_finish_request
by Christoph Hellwig
· 11 years ago
f88a164
blk-mq: rename mq_flush_work struct request member
by Christoph Hellwig
· 11 years ago
ed0791b
blk-mq: add blk_mq_requeue_request
by Christoph Hellwig
· 11 years ago
2f26855
blk-mq: add blk_mq_start_hw_queues
by Christoph Hellwig
· 11 years ago
70f4db6
blk-mq: add blk_mq_delay_queue
by Christoph Hellwig
· 11 years ago
1b4a325
blk-mq: add async parameter to blk_mq_start_stopped_hw_queues
by Christoph Hellwig
· 11 years ago
91b6363
blk-mq: bidi support
by Christoph Hellwig
· 11 years ago
63151a4
blk-mq: allow drivers to hook into I/O completion
by Christoph Hellwig
· 11 years ago
6700a67
blk-mq: kill preempt disable/enable in blk_mq_work_fn()
by Jens Axboe
· 11 years ago
fd1270d
blk-mq: don't use preempt_count() to check for right CPU
by Jens Axboe
· 11 years ago
24d2f90
blk-mq: split out tag initialization, support shared tags
by Christoph Hellwig
· 11 years ago
ed44832
blk-mq: initialize request on allocation
by Christoph Hellwig
· 11 years ago
e9b267d
blk-mq: add ->init_request and ->exit_request methods
by Christoph Hellwig
· 11 years ago
8727af4
blk-mq: make ->flush_rq fully transparent to drivers
by Christoph Hellwig
· 11 years ago
9d74e25
blk-mq: do not initialize req->special
by Christoph Hellwig
· 11 years ago
742ee69
blk-mq: initialize resid_len
by Christoph Hellwig
· 11 years ago
b4f42e2
block: remove struct request buffer member
by Jens Axboe
· 11 years ago
f89e0dd
Merge tag 'v3.15-rc1' into for-3.16/core
by Jens Axboe
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
21f9fcd
block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Duan Jiong
· 11 years ago
360f92c
block: fix regression with block enabled tagging
by Jens Axboe
· 11 years ago
cb2da43
blk-mq: simplify blk_mq_hw_sysfs_cpus_show()
by Jens Axboe
· 11 years ago
e4043dc
blk-mq: ensure that hardware queues are always run on the mapped CPUs
by Jens Axboe
· 11 years ago
8ab1459
block: add kblockd_schedule_delayed_work_on()
by Jens Axboe
· 11 years ago
59c3d45
block: remove 'q' parameter from kblockd_schedule_*_work()
by Jens Axboe
· 11 years ago
bccb5f7
blk-mq: fix potential stall during CPU unplug with IO pending
by Jens Axboe
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
cd6362b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
159d813
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
86d564c
constify blk_rq_map_user_iov() and friends
by Al Viro
· 11 years ago
7a48837
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
27fbf4e
blk-mq: add REQ_SYNC early
by Shaohua Li
· 11 years ago
55c816e
rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlock
by Mike Galbraith
· 11 years ago
7237c74
blk-mq: support partial I/O completions
by Christoph Hellwig
· 11 years ago
Next »