Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ae78dd8139ce93a528beb7f3914531b7a7be9e30
/
block
76451d7
blk-mq: map queues to all present CPUs
by Christoph Hellwig
· 7 years ago
765e40b
block: disable runtime-pm for blk-mq
by Christoph Hellwig
· 7 years ago
3f7cb4f
bfq: dispatch request to prevent queue stalling after the request completion
by Hou Tao
· 7 years ago
38c9140
bfq: fix typos in comments about B-WF2Q+ algorithm
by Hou Tao
· 7 years ago
130568d
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
b222dd2
block: call bio_uninit in bio_endio
by Shaohua Li
· 7 years ago
c856863
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
615d22a
block: Fix __blkdev_issue_zeroout loop
by Damien Le Moal
· 7 years ago
ea4d12d
bio-integrity: fix boolreturn.cocci warnings
by kbuild test robot
· 7 years ago
03ffbcd
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7c20f11
bio-integrity: stop abusing bi_end_io
by Christoph Hellwig
· 7 years ago
63573e3
bio-integrity: Restore original iterator on verify stage
by Dmitry Monakhov
· 7 years ago
128b6f9
t10-pi: Move opencoded contants to common header
by Dmitry Monakhov
· 7 years ago
e23947b
bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
by Dmitry Monakhov
· 7 years ago
fbd08e7
bio-integrity: fix interface for bio_integrity_trim
by Dmitry Monakhov
· 7 years ago
309a62f
bio-integrity: bio_integrity_advance must update integrity seed
by Dmitry Monakhov
· 7 years ago
376a78a
bio-integrity: bio_trim should truncate integrity vector accordingly
by Dmitry Monakhov
· 7 years ago
32825c4
blk-mq-sched: fix performance regression of mq-deadline
by Ming Lei
· 7 years ago
431b17f
block, bfq: don't change ioprio class for a bfq_queue on a service tree
by Paolo Valente
· 7 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 7 years ago
3013838
compat_hdio_ioctl: get rid of set_fs()
by Al Viro
· 7 years ago
229b53c
take floppy compat ioctls to sodding floppy.c
by Al Viro
· 7 years ago
fe63145
blk-mq: map all HWQ also in hyperthreaded system
by Max Gurtovoy
· 7 years ago
9ae3b3f
block: provide bio_uninit() free freeing integrity/task associations
by Jens Axboe
· 7 years ago
4b855ad
blk-mq: Create hctx for each present CPU
by Christoph Hellwig
· 7 years ago
5f042e7
blk-mq: Include all present CPUs in the default queue mapping
by Christoph Hellwig
· 7 years ago
13c931b
block, bfq: update wr_busy_queues if needed on a queue split
by Paolo Valente
· 7 years ago
8fc4504
block: don't set bounce limit in blk_init_queue
by Christoph Hellwig
· 7 years ago
0bf6595
block: don't set bounce limit in blk_init_allocated_queue
by Christoph Hellwig
· 7 years ago
46685d1
blk-mq: don't bounce by default
by Christoph Hellwig
· 7 years ago
0b0bcac
block: don't bother with bounce limits for make_request drivers
by Christoph Hellwig
· 7 years ago
1c4bc3a
block: remove the queue_bounce_pfn helper
by Christoph Hellwig
· 7 years ago
3bce016
block: move bounce declarations to block/blk.h
by Christoph Hellwig
· 7 years ago
caa4b024
blk-map: call blk_queue_bounce from blk_rq_append_bio
by Christoph Hellwig
· 7 years ago
f793dfd
blk-mq: expose write hints through debugfs
by Jens Axboe
· 7 years ago
cb6934f
block: add support for write hints in a bio
by Jens Axboe
· 7 years ago
1bc3cd4
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
f95a0d6
Merge commit '8e8320c9315c' into for-4.13/block
by Jens Axboe
· 7 years ago
a9590fe
blk-mq: remove double set queue_num
by weiping
· 7 years ago
852ec80
blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler
by Bart Van Assche
· 7 years ago
34bd9c1
block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
by Bart Van Assche
· 7 years ago
e0fc443a
block: Declare local symbols static
by Bart Van Assche
· 7 years ago
e29387e
block: Add fallthrough markers to switch statements
by Bart Van Assche
· 7 years ago
8e8320c
blk-mq: fix performance regression with shared tags
by Jens Axboe
· 7 years ago
5435c02
blk-mq: Warn when attempting to run a hardware queue that is not mapped
by Bart Van Assche
· 7 years ago
edf8ff5
block: Constify disk_type
by Bart Van Assche
· 7 years ago
7b60781
blk-mq: Document locking assumptions
by Bart Van Assche
· 7 years ago
332ebbf
block: Document what queue type each function is intended for
by Bart Van Assche
· 7 years ago
2fff8a9
block: Check locking assumptions at runtime
by Bart Van Assche
· 7 years ago
c3a148d
blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
by Bart Van Assche
· 7 years ago
c8d9cf2
block: Change argument type of scsi_req_init()
by Bart Van Assche
· 7 years ago
ca18d6f
block: Make most scsi_req_init() calls implicit
by Bart Van Assche
· 7 years ago
d280bab
block: Introduce request_queue.initialize_rq_fn()
by Bart Van Assche
· 7 years ago
cd6ce14
block: Make request operation type argument declarations consistent
by Bart Van Assche
· 7 years ago
0731967
blk-mq: Reduce blk_mq_hw_ctx size
by Bart Van Assche
· 7 years ago
03a07c9
block: return on congested block device
by Goldwyn Rodrigues
· 7 years ago
2055da9
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
by Ingo Molnar
· 7 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 7 years ago
641a9ed
Revert "blk-mq: don't use sync workqueue flushing from drivers"
by Ming Lei
· 7 years ago
39a70c7
blk-mq: clarify dispatch may not be drained/blocked by stopping queue
by Ming Lei
· 7 years ago
1d9e9bc
blk-mq: don't stop queue for quiescing
by Ming Lei
· 7 years ago
69e07c4
blk-mq: update comments on blk_mq_quiesce_queue()
by Ming Lei
· 7 years ago
f4560ff
blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
by Ming Lei
· 7 years ago
e4e7391
blk-mq: introduce blk_mq_unquiesce_queue
by Ming Lei
· 7 years ago
58c94cc
block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()
by NeilBrown
· 7 years ago
9b10f6a
block: remove bio_clone() and all references.
by NeilBrown
· 7 years ago
a8821f3
block: Improvements to bounce-buffer handling
by NeilBrown
· 7 years ago
93b27e7
blk: use non-rescuing bioset for q->bio_split.
by NeilBrown
· 7 years ago
47e0fb4
blk: make the bioset rescue_workqueue optional.
by NeilBrown
· 7 years ago
011067b
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
by NeilBrown
· 7 years ago
af67c31
blk: remove bio_set arg from blk_queue_split()
by NeilBrown
· 7 years ago
e4cdf1a
blk-mq: remove __blk_mq_alloc_request
by Christoph Hellwig
· 7 years ago
5bbf4e5
blk-mq-sched: unify request prepare methods
by Christoph Hellwig
· 7 years ago
44e8c2b
blk-mq: refactor blk_mq_sched_assign_ioc
by Christoph Hellwig
· 7 years ago
9f21073
bfq-iosched: fix NULL ioc check in bfq_get_rq_private
by Christoph Hellwig
· 7 years ago
037cebb
blk-mq: streamline blk_mq_get_request
by Christoph Hellwig
· 7 years ago
6af5405
blk-mq: simplify blk_mq_free_request
by Christoph Hellwig
· 7 years ago
7b9e936
blk-mq-sched: unify request finished methods
by Christoph Hellwig
· 7 years ago
ea511e3
blk-mq: remove blk_mq_sched_{get,put}_rq_priv
by Christoph Hellwig
· 7 years ago
d2c0d38
blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.c
by Christoph Hellwig
· 7 years ago
6e15cf2
blk-mq: mark blk_mq_rq_ctx_init static
by Christoph Hellwig
· 7 years ago
c27b2d6
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block
by Jens Axboe
· 7 years ago
a462b95
block: Dedicated error code fixups
by Bart Van Assche
· 7 years ago
dc9edc4
block: Fix a blk_exit_rl() regression
by Bart Van Assche
· 7 years ago
fdd050b
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base
by Christoph Hellwig
· 7 years ago
f06345a
blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly()
by Jens Axboe
· 7 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 7 years ago
fc17b65
blk-mq: switch ->queue_rq return value to blk_status_t
by Christoph Hellwig
· 7 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 7 years ago
8f9bebc
block, bfq: access and cache blkg data only when safe
by Paolo Valente
· 7 years ago
6679a90
blk-throttle: set default latency baseline for harddisk
by Shaohua Li
· 7 years ago
a41b816
blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timer
by Joseph Qi
· 7 years ago
d964f04
blk-mq: fix direct issue
by Ming Lei
· 7 years ago
dad7a3b
blk-mq: pass correct hctx to blk_mq_try_issue_directly
by Ming Lei
· 7 years ago
59b9c62
partitions/ldm: switch to use uuid_t
by Christoph Hellwig
· 7 years ago
3116a23
bio-integrity: Do not allocate integrity context for bio w/o data
by Dmitry Monakhov
· 8 years ago
d9f9726
bsg: Check queue type before attaching to a queue
by Bart Van Assche
· 7 years ago
Next »