aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-08-28blkcg: make ->cpd_init_fn() optionalGravatar Tejun Heo 1-1/+2
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Gravatar Tejun Heo 4-9/+14
2019-08-27block: split .sysfs_lock into two locksGravatar Ming Lei 5-33/+83
2019-08-27block: add helper for checking if queue is registeredGravatar Ming Lei 3-4/+4
2019-08-27blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueGravatar Ming Lei 1-7/+0
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqGravatar Ming Lei 1-9/+5
2019-08-27block: Remove blk_mq_register_dev()Gravatar Bart Van Assche 1-11/+0
2019-08-22block: move same page handling from __bio_add_pc_page to the callersGravatar Christoph Hellwig 1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperGravatar Christoph Hellwig 1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageGravatar Christoph Hellwig 1-7/+7
2019-08-20block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionGravatar Revanth Rajashekar 1-2/+0
2019-08-20block: sed-opal: Remove always false conditional statementGravatar Revanth Rajashekar 1-4/+0
2019-08-20block: sed-opal: Add/remove spacesGravatar Revanth Rajashekar 2-6/+42
2019-08-19block: remove struct request_queue queue_headGravatar Junxiao Bi 1-1/+0
2019-08-15block: remove REQ_NOWAIT_INLINEGravatar Jens Axboe 1-6/+2
2019-08-14block: annotate refault stalls from IO submissionGravatar Johannes Weiner 2-1/+25
2019-08-12blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingGravatar zhengbin 1-3/+6
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queueGravatar zhengbin 2-2/+3
2019-08-08block, bfq: handle NULL return value by bfq_init_rq()Gravatar Paolo Valente 1-3/+11
2019-08-08block, bfq: move update of waker and woken list to queue freeingGravatar Paolo Valente 1-15/+29
2019-08-08block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedGravatar Paolo Valente 1-3/+7
2019-08-06block: stop exporting bio_map_kernGravatar Hans Holmberg 1-1/+0
2019-08-04blk-mq: balance mapping between present CPUs and queuesGravatar Ming Lei 1-7/+22
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLGravatar Chaitanya Kulkarni 2-0/+44
2019-08-04block: Fix a comment in blk_cleanup_queue()Gravatar Bart Van Assche 1-1/+2
2019-08-04block: Improve physical block alignment of split biosGravatar Bart Van Assche 1-4/+17
2019-08-04block: Simplify blk_bio_segment_split()Gravatar Bart Van Assche 1-35/+33
2019-08-04block: Simplify bvec_split_segs()Gravatar Bart Van Assche 1-9/+7
2019-08-04block: Document the bio splitting functionsGravatar Bart Van Assche 2-2/+45
2019-08-04block: Declare several function pointer arguments 'const'Gravatar Bart Van Assche 1-3/+4
2019-08-04blk-mq: remove blk_mq_complete_request_syncGravatar Ming Lei 1-7/+0
2019-08-04blk-mq: introduce blk_mq_tagset_wait_completed_request()Gravatar Ming Lei 1-0/+32
2019-08-04blk-mq: introduce blk_mq_request_completed()Gravatar Ming Lei 1-0/+6
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Gravatar Thomas Gleixner 1-1/+1
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsGravatar Sebastian Andrzej Siewior 1-2/+1
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Gravatar Thomas Gleixner 1-1/+1
2019-07-26Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2019-07-26block: fix max segment size handling in blk_queue_virt_boundaryGravatar Christoph Hellwig 1-1/+2
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-45/+62
2019-07-23block: blk-mq: Remove blk_mq_sched_started_request and started_requestGravatar Marcos Paulo de Souza 2-11/+0
2019-07-21blk-mq: allow REQ_NOWAIT to return an error inlineGravatar Jens Axboe 1-2/+6
2019-07-18rq-qos: use a mb for got_tokenGravatar Josef Bacik 1-0/+3
2019-07-18rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleGravatar Josef Bacik 1-0/+1
2019-07-18rq-qos: don't reset has_sleepers on spurious wakeupsGravatar Josef Bacik 1-1/+1
2019-07-18rq-qos: fix missed wake-ups in rq_qos_throttleGravatar Josef Bacik 1-0/+1
2019-07-18block, bfq: check also in-flight I/O in dispatch pluggingGravatar Paolo Valente 1-24/+43
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 8-9/+9
2019-07-16block: fix sysfs module parameters directory path in commentGravatar Akinobu Mita 1-1/+1
2019-07-16blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooGravatar Tejun Heo 2-6/+6
2019-07-15docs: admin-guide: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1