Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
bc0d5a89fbe3c83ac45438d7ba88309f4713615d
/
block
8e8320c
blk-mq: fix performance regression with shared tags
by Jens Axboe
· 7 years ago
dc9edc4
block: Fix a blk_exit_rl() regression
by Bart Van Assche
· 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
3116a23
bio-integrity: Do not allocate integrity context for bio w/o data
by Dmitry Monakhov
· 7 years ago
b425e50
block: Avoid that blk_exit_rl() triggers a use-after-free
by Bart Van Assche
· 7 years ago
5be6b75
cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
by Hou Tao
· 8 years ago
e4dc2b3
blk-mq: Take tagset lock when updating hw queues
by Keith Busch
· 7 years ago
8aa6382
Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 7 years ago
a8ecdd7
blk-mq: Only register debugfs attributes for blk-mq queues
by Bart Van Assche
· 7 years ago
2232203
partitions/msdos: FreeBSD UFS2 file systems are not recognized
by Richard
· 7 years ago
7bd897c
block: fix an error code in add_partition()
by Dan Carpenter
· 7 years ago
b4f428e
blk-throttle: force user to configure all settings for io.low
by Shaohua Li
· 7 years ago
9bb67ae
blk-throttle: respect 0 bps/iops settings for io.low
by Shaohua Li
· 7 years ago
4cff729
blk-throttle: output some debug info in trace
by Shaohua Li
· 7 years ago
5b81fc3
blk-throttle: add hierarchy support for latency target and idle time
by Shaohua Li
· 7 years ago
7254a50
blk-mq: remove blk_mq_abort_requeue_list()
by Ming Lei
· 7 years ago
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
ed6565e
block: handle partial completions for special payload requests
by Christoph Hellwig
· 7 years ago
f36ea50
blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split op
by Wen Xiong
· 7 years ago
d373812
blk-stat: don't use this_cpu_ptr() in a preemptable section
by Jens Axboe
· 7 years ago
340ff32
elevator: remove redundant warnings on IO scheduler switch
by Jens Axboe
· 7 years ago
43c1b3d
block, bfq: stress that low_latency must be off to get max throughput
by Paolo Valente
· 7 years ago
a66c38a
block, bfq: use pointer entity->sched_data only if set
by Paolo Valente
· 7 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 8 years ago
ebd7685
blk-mq: make __blk_mq_stop_hw_queues static
by Colin Ian King
· 8 years ago
51d638b
block/mq: fix potential deadlock during cpu hotplug
by Wanpeng Li
· 8 years ago
044f1da
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
daaadb3
mq-deadline: add debugfs attributes
by Omar Sandoval
· 8 years ago
16b738f
kyber: add debugfs attributes
by Omar Sandoval
· 8 years ago
d332ce0
blk-mq-debugfs: allow schedulers to register debugfs attributes
by Omar Sandoval
· 8 years ago
9c1051a
blk-mq: untangle debugfs and sysfs
by Omar Sandoval
· 8 years ago
d173a25
blk-mq: move debugfs declarations to a separate header file
by Omar Sandoval
· 8 years ago
18d4d7d
blk-mq: Do not invoke queue operations on a dead queue
by Bart Van Assche
· 8 years ago
f57de23
blk-mq-debugfs: get rid of a bunch of boilerplate
by Omar Sandoval
· 8 years ago
88aabbd
blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
by Omar Sandoval
· 8 years ago
71b9051
blk-mq-debugfs: don't open code strstrip()
by Omar Sandoval
· 8 years ago
c7e4145
blk-mq-debugfs: error on long write to queue "state" file
by Omar Sandoval
· 8 years ago
1a43511
blk-mq-debugfs: clean up flag definitions
by Omar Sandoval
· 8 years ago
bec03d6
blk-mq-debugfs: separate flags with |
by Omar Sandoval
· 8 years ago
eabe065
block/mq: Cure cpu hotplug lock inversion
by Peter Zijlstra
· 8 years ago
2719aa2
blk-mq: don't use sync workqueue flushing from drivers
by Jens Axboe
· 8 years ago
e502187
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
7a148c2
block: don't call blk_mq_quiesce_queue() after queue is frozen
by Ming Lei
· 8 years ago
c58d405
Merge tag 'docs-4.12' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
d6296d39
blk-mq: update ->init_request and ->exit_request prototypes
by Christoph Hellwig
· 8 years ago
9f2779b
blk-mq-sched: remove hack that bypasses scheduler for reserved requests
by Jens Axboe
· 8 years ago
c033269
block: Remove elevator_change()
by Bart Van Assche
· 8 years ago
5db6db0
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e265eb3a
Merge branch 'md-next' into md-linus
by Shaohua Li
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
9438b3e0
block: hide badblocks attribute by default
by Dan Williams
· 8 years ago
21c6e93
blk-mq: unify hctx delay_work and run_work
by Jens Axboe
· 8 years ago
818cd1c
block: add kblock_mod_delayed_work_on()
by Jens Axboe
· 8 years ago
9f99373
blk-mq: unify hctx delayed_run_work and run_work
by Jens Axboe
· 8 years ago
3393180
blk-mq-sched: alloate reserved tags out of normal pool
by Jens Axboe
· 8 years ago
2836ee4
blk-mq: Add blk_mq_ops.show_rq()
by Bart Van Assche
· 8 years ago
8658dca
blk-mq: Show operation, cmd_flags and rq_flags names
by Bart Van Assche
· 8 years ago
fd07dc8
blk-mq: Make blk_flags_show() callers append a newline character
by Bart Van Assche
· 8 years ago
65ca1ca
blk-mq: Move the "state" debugfs attribute one level down
by Bart Van Assche
· 8 years ago
e869b546
blk-mq: Unregister debugfs attributes earlier
by Bart Van Assche
· 8 years ago
f05d1ba7
blk-mq: Only unregister hctxs for which registration succeeded
by Bart Van Assche
· 8 years ago
62d6c94
blk-mq-debugfs: Rename functions for registering and unregistering the mq directory
by Bart Van Assche
· 8 years ago
4c9e401
blk-mq: Let blk_mq_debugfs_register() look up the queue name
by Bart Van Assche
· 8 years ago
2d0364c
blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
by Bart Van Assche
· 8 years ago
a41fe02b
Revert "block: use DAX for partition table reads"
by Dan Williams
· 8 years ago
2859323
block: fix blk_integrity_register to use template's interval_exp if not 0
by Mike Snitzer
· 8 years ago
19b7ccf
block: get rid of blk_integrity_revalidate()
by Ilya Dryomov
· 8 years ago
abc25a6
blk-mq: Fix preempt count imbalance
by Bart Van Assche
· 8 years ago
99c749a
blk-stat: kill blk_stat_rq_ddir()
by Jens Axboe
· 8 years ago
246665d
blk-mq: Remove blk_mq_sched_move_to_dispatch()
by Bart Van Assche
· 8 years ago
5feeacd
blk-mq: add might_sleep check to blk_mq_get_driver_tag()
by Jens Axboe
· 8 years ago
0206319
blk-mq: Fix poll_stat for new size-based bucketing.
by Stephen Bates
· 8 years ago
b00c53e
blk-mq: fix schedule-while-atomic with scheduler attached
by Jens Axboe
· 8 years ago
720b8cc
blk-mq: Add a polling specific stats function
by Stephen Bates
· 8 years ago
a37244e
blk-stat: convert blk-stat bucket callback to signed
by Stephen Bates
· 8 years ago
3a07bb1
blk-mq: fix potential oops with polling and blk-mq scheduler
by Jens Axboe
· 8 years ago
b068626
dax: introduce dax_direct_access()
by Dan Williams
· 8 years ago
caf7df1
block: remove the errors field from struct request
by Christoph Hellwig
· 8 years ago
453f834
blk-mq: simplify __blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
08e0029
blk-mq: remove the error argument to blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
17d5363
scsi: introduce a result field in struct scsi_request
by Christoph Hellwig
· 8 years ago
b7819b9
block: remove the blk_execute_rq return value
by Christoph Hellwig
· 8 years ago
2bc19cd
blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n
by Jens Axboe
· 8 years ago
659b339
bfq: fix compile error if CONFIG_CGROUPS=n
by Jens Axboe
· 8 years ago
8c9ff1a
block, bfq: don't dereference bic before null checking it
by Colin Ian King
· 8 years ago
9a87182
block: Optimize ioprio_best()
by Bart Van Assche
· 8 years ago
0be0dee
block: Inline blk_rq_set_prio()
by Bart Van Assche
· 8 years ago
da8d7f0
block: Export blk_init_request_from_bio()
by Bart Van Assche
· 8 years ago
3a5088c
block: respect BLK_MQ_F_NO_SCHED
by Ming Lei
· 8 years ago
d0fac02
block: make __blk_end_bidi_request private
by Christoph Hellwig
· 8 years ago
fa1a15c
block: remove blk_end_request_cur
by Christoph Hellwig
· 8 years ago
314fe91
block: remove blk_end_request_err and __blk_end_request_err
by Christoph Hellwig
· 8 years ago
8330cdb
block: Make writeback throttling defaults consistent for SQ devices
by Jan Kara
· 8 years ago
ea25da4
block, bfq: split bfq-iosched.c into multiple source files
by Paolo Valente
· 8 years ago
6fa3e8d
block, bfq: remove all get and put of I/O contexts
by Paolo Valente
· 8 years ago
Next »