Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c571ea05a03da856b1e9f8c0355128a7044d6a91
/
block
« Previous
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
eeabc85
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
by Christoph Hellwig
· 11 years ago
081241e
blk-mq: remove blk_mq_alloc_rq
by Christoph Hellwig
· 11 years ago
708f04d
block: free q->flush_rq in blk_init_allocated_queue error paths
by Dave Jones
· 11 years ago
676141e
blk-mq: don't dump CPU -> hw queue map on driver load
by Jens Axboe
· 11 years ago
5d12f90
blk-mq: fix wrong usage of hctx->state vs hctx->flags
by Jens Axboe
· 11 years ago
4d3bb51
cgroup: drop const from @buffer of cftype->write_string()
by Tejun Heo
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
95363ef
blk-mq: allow blk_mq_init_commands() to return failure
by Jens Axboe
· 11 years ago
89f8b33
block: remove old blk_iopoll_enabled variable
by Jens Axboe
· 11 years ago
10beafc
block: change flush sequence list addition back to front add
by Mike Snitzer
· 11 years ago
7982e90
block: fix q->flush_rq NULL pointer crash on dm-mpath flush
by Mike Snitzer
· 11 years ago
739c3ee
blk-mq: add REQ_SYNC early
by Shaohua Li
· 11 years ago
af5040d
blktrace: fix accounting of partially completed requests
by Roman Pen
· 11 years ago
2a26ebe
rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlock
by Mike Galbraith
· 11 years ago
c46fff2
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
by Frederic Weisbecker
· 11 years ago
fce8ad1
smp: Remove wait argument from __smp_call_function_single()
by Frederic Weisbecker
· 11 years ago
6d11339
block: Stop abusing rq->csd.list in blk-softirq
by Jan Kara
· 11 years ago
8b4922d
block: Stop abusing csd.list for fifo_time
by Jan Kara
· 11 years ago
d6a25b3
blk-mq: support partial I/O completions
by Christoph Hellwig
· 11 years ago
feb71da
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
by Christoph Hellwig
· 11 years ago
fd69413
blk-mq: remove blk_mq_alloc_rq
by Christoph Hellwig
· 11 years ago
d426334
Merge branch 'master' into for-next
by Jiri Kosina
· 11 years ago
e227867
treewide: Fix typo in Documentation/DocBook
by Masanari Iida
· 11 years ago
ec6c676
block: Substitute rcu_access_pointer() for rcu_dereference_raw()
by Paul E. McKenney
· 11 years ago
e3ebf0d
block: Use macros from compiler.h instead of __attribute__((...))
by Gideon Israel Dsouza
· 11 years ago
5e57dc8
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
924f0d9
cgroup: drop @skip_css from cgroup_taskset_for_each()
by Tejun Heo
· 11 years ago
c8123f8
block: add cond_resched() to potentially long running ioctl discard loop
by Jens Axboe
· 11 years ago
e61734c
cgroup: remove cgroup->name
by Tejun Heo
· 11 years ago
5f46990
cgroup: update the meaning of cftype->max_write_len
by Tejun Heo
· 11 years ago
49f5baa
blk-mq: pair blk_mq_start_request / blk_mq_requeue_request
by Christoph Hellwig
· 11 years ago
1e93b8c
blk-mq: dont assume rq->errors is set when returning an error from ->queue_rq
by Christoph Hellwig
· 11 years ago
11c9444
block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show
by Masanari Iida
· 11 years ago
1874198
blk-mq: rework flush sequencing logic
by Christoph Hellwig
· 11 years ago
30a91cb
blk-mq: rework I/O completions
by Christoph Hellwig
· 11 years ago
073219e
cgroup: clean up cgroup_subsys names and initialization
by Tejun Heo
· 11 years ago
3ed80a6
cgroup: drop module support
by Tejun Heo
· 11 years ago
5cb8850
block: Explicitly handle discard/write same segments
by Kent Overstreet
· 11 years ago
14ec77f
blk-mq: Add bio_integrity setup to blk_mq_make_request
by Nicholas Bellinger
· 11 years ago
1be036e
blk-mq: initialize sg_reserved_size
by Christoph Hellwig
· 11 years ago
4f7f418
blk-mq: handle dma_drain_size
by Christoph Hellwig
· 11 years ago
6f5ba58
blk-mq: divert __blk_put_request for MQ ops
by Christoph Hellwig
· 11 years ago
72a0a36
blk-mq: support at_head inserations for blk_execute_rq
by Christoph Hellwig
· 11 years ago
4e13c5d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
556ee81
block: __elv_next_request() shouldn't call into the elevator if bypassing
by Tejun Heo
· 11 years ago
f027692
blk-mq: Don't reserve a tag for flush request
by Shaohua Li
· 11 years ago
53d8ab2
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
381d3ee
block/blk-mq-cpu.c: use hotcpu_notifier()
by Andrew Morton
· 11 years ago
6f6b5d1
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
by Kent Overstreet
· 11 years ago
17a05cc
block: Fix memory leak in rw_copy_check_uvector() handling
by Christian Engelmayer
· 11 years ago
bca266b
block: remove unrelated header files and export symbol
by CaiZhiyong
· 11 years ago
f075e0f
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
6753471
blk-mq: uses page->list incorrectly
by Dave Hansen
· 11 years ago
3d6efbf
blk-mq: use __smp_call_function_single directly
by Christoph Hellwig
· 11 years ago
c78afc6
bcache/md: Use raid stripe size
by Kent Overstreet
· 11 years ago
0fec08b
blk-mq: fix initializing request's start time
by Ming Lei
· 11 years ago
3edcc0c
block: blk-mq: don't export blk_mq_free_queue()
by Ming Lei
· 11 years ago
f04c1fe
block: blk-mq: make blk_sync_queue support mq
by Ming Lei
· 11 years ago
43a5e4e
block: blk-mq: support draining mq queue
by Ming Lei
· 11 years ago
Next »