]> git.kernelconcepts.de Git - karo-tx-linux.git/history - block
Fix nvme initiator handling when not enabled.
[karo-tx-linux.git] / block /
2017-04-23 Mike Snitzerblock: fix blk_integrity_register to use template's...
2017-04-21 Ilya Dryomovblock: get rid of blk_integrity_revalidate()
2017-04-21 Bart Van Asscheblk-mq: Fix preempt count imbalance
2017-04-21 Jens Axboeblk-stat: kill blk_stat_rq_ddir()
2017-04-20 Bart Van Asscheblk-mq: Remove blk_mq_sched_move_to_dispatch()
2017-04-20 Jens Axboeblk-mq: add might_sleep check to blk_mq_get_driver_tag()
2017-04-20 Stephen Batesblk-mq: Fix poll_stat for new size-based bucketing.
2017-04-20 Jens Axboeblk-mq: fix schedule-while-atomic with scheduler attached
2017-04-20 Stephen Batesblk-mq: Add a polling specific stats function
2017-04-20 Stephen Batesblk-stat: convert blk-stat bucket callback to signed
2017-04-20 Christoph Hellwigblock: remove the errors field from struct request
2017-04-20 Christoph Hellwigblk-mq: simplify __blk_mq_complete_request
2017-04-20 Christoph Hellwigblk-mq: remove the error argument to blk_mq_complete_re...
2017-04-20 Christoph Hellwigscsi: introduce a result field in struct scsi_request
2017-04-20 Christoph Hellwigblock: remove the blk_execute_rq return value
2017-04-20 Jens Axboeblk-throttle: fix unused variable warning with BLK_DEV_...
2017-04-20 Jens Axboebfq: fix compile error if CONFIG_CGROUPS=n
2017-04-20 Colin Ian Kingblock, bfq: don't dereference bic before null checking it
2017-04-19 Bart Van Asscheblock: Optimize ioprio_best()
2017-04-19 Bart Van Asscheblock: Inline blk_rq_set_prio()
2017-04-19 Bart Van Asscheblock: Export blk_init_request_from_bio()
2017-04-19 Christoph Hellwigblock: make __blk_end_bidi_request private
2017-04-19 Christoph Hellwigblock: remove blk_end_request_cur
2017-04-19 Christoph Hellwigblock: remove blk_end_request_err and __blk_end_request_err
2017-04-19 Jan Karablock: Make writeback throttling defaults consistent...
2017-04-19 Paolo Valenteblock, bfq: split bfq-iosched.c into multiple source...
2017-04-19 Paolo Valenteblock, bfq: remove all get and put of I/O contexts
2017-04-19 Arianna Avanziniblock, bfq: handle bursts of queue activations
2017-04-19 Paolo Valenteblock, bfq: boost the throughput with random I/O on...
2017-04-19 Paolo Valenteblock, bfq: boost the throughput on NCQ-capable flash...
2017-04-19 Arianna Avanziniblock, bfq: reduce idling only in symmetric scenarios
2017-04-19 Arianna Avanziniblock, bfq: add Early Queue Merge (EQM)
2017-04-19 Paolo Valenteblock, bfq: reduce latency during request-pool saturation
2017-04-19 Paolo Valenteblock, bfq: preserve a low latency also with NCQ-capabl...
2017-04-19 Paolo Valenteblock, bfq: reduce I/O latency for soft real-time appli...
2017-04-19 Paolo Valenteblock, bfq: improve responsiveness
2017-04-19 Paolo Valenteblock, bfq: add more fairness with writes and slow...
2017-04-19 Paolo Valenteblock, bfq: modify the peak-rate estimator
2017-04-19 Paolo Valenteblock, bfq: improve throughput boosting
2017-04-19 Arianna Avanziniblock, bfq: add full hierarchical scheduling and cgroup...
2017-04-19 Paolo Valenteblock, bfq: introduce the BFQ-v0 I/O scheduler as an...
2017-04-14 Omar Sandovalblk-mq: introduce Kyber multiqueue I/O scheduler
2017-04-14 Omar Sandovalblk-mq-sched: make completed_request() callback more...
2017-04-14 Omar Sandovalblk-mq: export helpers
2017-04-14 Omar Sandovalblk-mq: add shallow depth option for blk_mq_get_tag()
2017-04-11 Jan Karablock: Fix list corruption of blk stats callback list
2017-04-10 Bart Van Asscheblk-mq: Show symbolic names for hctx state and flags
2017-04-10 Bart Van Asscheblk-mq: Export queue state through /sys/kernel/debug...
2017-04-08 Christoph Hellwigblock: remove the discard_zeroes_data flag
2017-04-08 Christoph Hellwigblock: stop using discards for zeroing
2017-04-08 Christoph Hellwigblock: add a new BLKDEV_ZERO_NOFALLBACK flag
2017-04-08 Christoph Hellwigblock: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES
2017-04-08 Christoph Hellwigblock: add a flags argument to (__)blkdev_issue_zeroout
2017-04-08 Christoph Hellwigblock: stop using blkdev_issue_write_same for zeroing
2017-04-08 Christoph Hellwigblock: implement splitting of REQ_OP_WRITE_ZEROES bios
2017-04-07 Scott Bauerblock: sed-opal: Tone down all the pr_* to debugs
2017-04-07 Bart Van Asscheblk-mq: Clarify comments in blk_mq_dispatch_rq_list()
2017-04-07 Bart Van Asscheblk-mq: Make it safe to use RCU to iterate over blk_mq_...
2017-04-07 Omar Sandovalblk-mq: use true instead of 1 for blk_mq_queue_data...
2017-04-07 Omar Sandovalblk-mq: make driver tag failure path easier to follow
2017-04-07 Omar Sandovalblk-mq-sched: provide hooks for initializing hardware...
2017-04-07 Jens AxboeMerge branch 'for-linus' into for-4.12/block
2017-04-07 Bart Van Asscheblk-mq: Restart a single queue if tag sets are shared
2017-04-07 Bart Van Asscheblk-mq: Introduce blk_mq_delay_run_hw_queue()
2017-04-07 NeilBrownblock: trace completion of all bios.
2017-04-07 Omar Sandovalblk-mq: remap queues when adding/removing hardware...
2017-04-07 Omar Sandovalblk-mq-sched: fix crash in switch error path
2017-04-07 Omar Sandovalblk-mq-sched: set up scheduler tags when bringing up...
2017-04-07 Omar Sandovalblk-mq-sched: refactor scheduler initialization
2017-04-07 Omar Sandovalblk-mq: use the right hctx when getting a driver tag...
2017-04-05 Christoph Hellwigblock, scsi: move the retries field to struct scsi_request
2017-04-05 Bart Van Asscheblk-mq: Remove blk_mq_queue_data.list
2017-04-05 Jan Karacfq: Disable writeback throttling by default
2017-04-04 Adam Manzanaresblock: fix inheriting request priority from bio
2017-03-30 Jens Axboeblk-mq: fix schedule-under-preempt for blocking drivers
2017-03-30 Colin Ian Kingblock/sed-opal: fix spelling mistake: "Lifcycle" -...
2017-03-30 Minchan Kimblock: do not put mq context in blk_mq_alloc_request_hctx
2017-03-30 Minchan Kimblock: do not put mq context in blk_mq_alloc_request_hctx
2017-03-30 Linus TorvaldsMerge branch 'for-rc' of git://git.kernel.org/pub/scm...
2017-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-03-29 Linus TorvaldsMerge branch 'apw' (xfrm_user fixes)
2017-03-29 Jens Axboeblk-mq: include errors in did_work calculation
2017-03-29 Josef Bacikblock-mq: don't re-queue if we get a queue error
2017-03-29 Tahsin Erdoganblkcg: allocate struct blkcg_gq outside request queue...
2017-03-29 Jens AxboeRevert "blkcg: allocate struct blkcg_gq outside request...
2017-03-29 Jens Axboeblk-mq: fix a typo and a spelling mistake
2017-03-29 Sagi Grimbergblk-mq-pci: Fix two spelling mistakes
2017-03-29 Linus TorvaldsMerge branch 'regset' (PTRACE_SETREGSET data leakage)
2017-03-29 Omar Sandovalblock: fix leak of q->rq_wb
2017-03-29 Omar Sandovalblk-mq: fix leak of q->stats
2017-03-29 Omar Sandovalblock: warn if sharing request queue across gendisks
2017-03-29 Ming Leiblock: block new I/O just after queue is set as dying
2017-03-29 Ming Leiblock: rename blk_mq_freeze_queue_start()
2017-03-29 Ming Leiblock: add a read barrier in blk_queue_enter()
2017-03-29 Ming Leiblk-mq: comment on races related with timeout handler
2017-03-29 Ming Leiblk-mq: don't complete un-started request in timeout...
2017-03-28 Tahsin Erdoganblkcg: allocate struct blkcg_gq outside request queue...
2017-03-28 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-03-28 Shaohua Liblk-throttle: add latency target support
2017-03-28 Shaohua Liblk-throttle: add a mechanism to estimate IO latency
next