Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
26b4cf2497e380c5cc64b9ad6a7b84a8648320cd
/
block
26b4cf2
bfq: Re-enable auto-loading when built as a module
by Ben Hutchings
· 7 years ago
5034435
block: Make blk_dequeue_request() static
by Damien Le Moal
· 7 years ago
e9a823f
block: fix warning when I/O elevator is changed as request_queue is being removed
by David Jeffery
· 7 years ago
235f8da
block, scheduler: convert xxx_var_store to void
by weiping zhang
· 7 years ago
4c18c9e
blkcg: avoid free blkcg_root when failed to alloc blkcg policy
by weiping zhang
· 7 years ago
3140c3c
block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename
by Omar Sandoval
· 7 years ago
6a934bb
compat_hdio_ioctl: Fix a declaration
by Bart Van Assche
· 7 years ago
4757084
block: remove blk_free_devt in add_partition
by weiping zhang
· 7 years ago
97e0546
bio-integrity: Fix regression if profile verify_fn is NULL
by Milan Broz
· 7 years ago
37dcd65
block, bfq: fix error handle in bfq_init
by weiping zhang
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
807d4af
block: add a __disk_get_part helper
by Christoph Hellwig
· 7 years ago
de65b01
block: reject attempts to allocate more than DISK_MAX_PARTS partitions
by Christoph Hellwig
· 7 years ago
130d733
block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queue
by Bart Van Assche
· 7 years ago
4ddd56b
block: Relax a check in blk_start_queue()
by Bart Van Assche
· 7 years ago
6d2cf6f
genhd: Annotate all part and part_tbl pointer dereferences
by Bart Van Assche
· 7 years ago
f846593
blk-mq-debugfs: Declare a local symbol static
by Bart Van Assche
· 7 years ago
d352ae2
blk-mq: Make blk_mq_reinit_tagset() calls easier to read
by Bart Van Assche
· 7 years ago
37f02e5
block: Unexport blk_queue_end_tag()
by Bart Van Assche
· 7 years ago
4d60621
block: Fix two comments that refer to .queue_rq() return values
by Bart Van Assche
· 7 years ago
b3193bc
cfq: Give a chance for arming slice idle timer in case of group_idle
by Ritesh Harjani
· 7 years ago
edaf942
block, bfq: boost throughput with flash-based non-queueing devices
by Paolo Valente
· 7 years ago
d5be3fe
block,bfq: refactor device-idling logic
by Paolo Valente
· 7 years ago
e743eb1
block: remove unused syncfull/asyncfull queue flags
by Jens Axboe
· 7 years ago
b8d62b3
blk-mq: enable checking two part inflight counts at the same time
by Jens Axboe
· 7 years ago
f299b7c
blk-mq: provide internal in-flight variant
by Jens Axboe
· 7 years ago
0609e0e
block: make part_in_flight() take an array of two ints
by Jens Axboe
· 7 years ago
d62e26b
block: pass in queue to inflight accounting
by Jens Axboe
· 8 years ago
7f5562d
blk-mq-tag: check for NULL rq when iterating tags
by Jens Axboe
· 7 years ago
9346beb
bio-integrity: move the bio integrity profile check earlier in bio_integrity_prep
by Christoph Hellwig
· 7 years ago
3d289d6
block: Add comment to submit_bio_wait()
by Jan Kara
· 7 years ago
b7a71e6
blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabled
by Jens Axboe
· 7 years ago
18e9781
blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags
by Jens Axboe
· 7 years ago
35fe6d7
block: use standard blktrace API to output cgroup info for debug notes
by Shaohua Li
· 7 years ago
007cc56
block: always attach cgroup info into bio
by Shaohua Li
· 7 years ago
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
· 8 years ago
615d22a
block: Fix __blkdev_issue_zeroout loop
by Damien Le Moal
· 8 years ago
ea4d12d
bio-integrity: fix boolreturn.cocci warnings
by kbuild test robot
· 8 years ago
03ffbcd
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7c20f11
bio-integrity: stop abusing bi_end_io
by Christoph Hellwig
· 8 years ago
63573e3
bio-integrity: Restore original iterator on verify stage
by Dmitry Monakhov
· 8 years ago
128b6f9
t10-pi: Move opencoded contants to common header
by Dmitry Monakhov
· 8 years ago
e23947b
bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
by Dmitry Monakhov
· 8 years ago
fbd08e7
bio-integrity: fix interface for bio_integrity_trim
by Dmitry Monakhov
· 8 years ago
309a62f
bio-integrity: bio_integrity_advance must update integrity seed
by Dmitry Monakhov
· 8 years ago
376a78a
bio-integrity: bio_trim should truncate integrity vector accordingly
by Dmitry Monakhov
· 8 years ago
32825c4
blk-mq-sched: fix performance regression of mq-deadline
by Ming Lei
· 8 years ago
431b17f
block, bfq: don't change ioprio class for a bfq_queue on a service tree
by Paolo Valente
· 8 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 8 years ago
3013838
compat_hdio_ioctl: get rid of set_fs()
by Al Viro
· 8 years ago
229b53c
take floppy compat ioctls to sodding floppy.c
by Al Viro
· 8 years ago
fe63145
blk-mq: map all HWQ also in hyperthreaded system
by Max Gurtovoy
· 8 years ago
9ae3b3f5
block: provide bio_uninit() free freeing integrity/task associations
by Jens Axboe
· 8 years ago
4b855ad
blk-mq: Create hctx for each present CPU
by Christoph Hellwig
· 8 years ago
5f042e7
blk-mq: Include all present CPUs in the default queue mapping
by Christoph Hellwig
· 8 years ago
13c931b
block, bfq: update wr_busy_queues if needed on a queue split
by Paolo Valente
· 8 years ago
8fc4504
block: don't set bounce limit in blk_init_queue
by Christoph Hellwig
· 8 years ago
0bf6595e
block: don't set bounce limit in blk_init_allocated_queue
by Christoph Hellwig
· 8 years ago
46685d1
blk-mq: don't bounce by default
by Christoph Hellwig
· 8 years ago
0b0bcac
block: don't bother with bounce limits for make_request drivers
by Christoph Hellwig
· 8 years ago
1c4bc3a
block: remove the queue_bounce_pfn helper
by Christoph Hellwig
· 8 years ago
3bce016
block: move bounce declarations to block/blk.h
by Christoph Hellwig
· 8 years ago
caa4b024
blk-map: call blk_queue_bounce from blk_rq_append_bio
by Christoph Hellwig
· 8 years ago
f793dfd
blk-mq: expose write hints through debugfs
by Jens Axboe
· 8 years ago
cb6934f
block: add support for write hints in a bio
by Jens Axboe
· 8 years ago
1bc3cd4
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 8 years ago
f95a0d6
Merge commit '8e8320c9315c' into for-4.13/block
by Jens Axboe
· 8 years ago
a9590fe
blk-mq: remove double set queue_num
by weiping
· 8 years ago
852ec80
blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler
by Bart Van Assche
· 8 years ago
34bd9c1
block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
by Bart Van Assche
· 8 years ago
e0fc443a
block: Declare local symbols static
by Bart Van Assche
· 8 years ago
e29387e
block: Add fallthrough markers to switch statements
by Bart Van Assche
· 8 years ago
8e8320c
blk-mq: fix performance regression with shared tags
by Jens Axboe
· 8 years ago
5435c02
blk-mq: Warn when attempting to run a hardware queue that is not mapped
by Bart Van Assche
· 8 years ago
edf8ff5
block: Constify disk_type
by Bart Van Assche
· 8 years ago
7b60781
blk-mq: Document locking assumptions
by Bart Van Assche
· 8 years ago
332ebbf
block: Document what queue type each function is intended for
by Bart Van Assche
· 8 years ago
2fff8a9
block: Check locking assumptions at runtime
by Bart Van Assche
· 8 years ago
c3a148d
blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
by Bart Van Assche
· 8 years ago
c8d9cf2
block: Change argument type of scsi_req_init()
by Bart Van Assche
· 8 years ago
ca18d6f
block: Make most scsi_req_init() calls implicit
by Bart Van Assche
· 8 years ago
d280bab
block: Introduce request_queue.initialize_rq_fn()
by Bart Van Assche
· 8 years ago
cd6ce14
block: Make request operation type argument declarations consistent
by Bart Van Assche
· 8 years ago
0731967
blk-mq: Reduce blk_mq_hw_ctx size
by Bart Van Assche
· 8 years ago
03a07c9
block: return on congested block device
by Goldwyn Rodrigues
· 8 years ago
2055da9
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
by Ingo Molnar
· 8 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
641a9ed
Revert "blk-mq: don't use sync workqueue flushing from drivers"
by Ming Lei
· 8 years ago
39a70c7
blk-mq: clarify dispatch may not be drained/blocked by stopping queue
by Ming Lei
· 8 years ago
1d9e9bc
blk-mq: don't stop queue for quiescing
by Ming Lei
· 8 years ago
69e07c4
blk-mq: update comments on blk_mq_quiesce_queue()
by Ming Lei
· 8 years ago
f4560ff
blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
by Ming Lei
· 8 years ago
Next »