Age | Commit message (Expand) | Author | Files | Lines |
2021-11-19 | blk-mq: don't insert FUA request with data into scheduler queue | Ming Lei | 3 | -8/+10 |
2021-11-19 | blk-cgroup: fix missing put device in error path from blkg_conf_pref() | Yu Kuai | 1 | -4/+5 |
2021-11-17 | block: avoid to quiesce queue in elevator_init_mq | Ming Lei | 1 | -2/+8 |
2021-11-16 | blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() | Ming Lei | 5 | -11/+20 |
2021-11-16 | block: fix missing queue put in error path | Jens Axboe | 1 | -8/+8 |
2021-11-16 | block: Check ADMIN before NICE for IOPRIO_CLASS_RT | Alistair Delva | 1 | -1/+8 |
2021-11-12 | blk-mq: fix filesystem I/O request allocation | Ming Lei | 2 | -20/+45 |
2021-11-12 | blkcg: Remove extra blkcg_bio_issue_init | Laibin Qiu | 1 | -3/+1 |
2021-11-11 | block: Hold invalidate_lock in BLKRESETZONE ioctl | Shin'ichiro Kawasaki | 1 | -10/+5 |
2021-11-11 | blk-mq: rename blk_attempt_bio_merge | Ming Lei | 1 | -4/+6 |
2021-11-11 | blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_merge | Ming Lei | 1 | -4/+0 |
2021-11-11 | block: fix kerneldoc for disk_register_independent_access__ranges() | Jens Axboe | 1 | -2/+2 |
2021-11-10 | block: add __must_check for *add_disk*() callers | Luis Chamberlain | 1 | -3/+3 |
2021-11-10 | block: use enum type for blk_mq_alloc_data->rq_flags | Jens Axboe | 1 | -1/+1 |
2021-11-09 | block: Hold invalidate_lock in BLKZEROOUT ioctl | Shin'ichiro Kawasaki | 1 | -3/+9 |
2021-11-09 | block: Hold invalidate_lock in BLKDISCARD ioctl | Shin'ichiro Kawasaki | 1 | -3/+9 |
2021-11-09 | Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+4 |
2021-11-09 | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 8 | -108/+217 |
2021-11-09 | Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2021-11-09 | blk-mq: add one API for waiting until quiesce is done | Ming Lei | 1 | -8/+20 |
2021-11-08 | blk-mq: don't free tags if the tag_set is used by other device in queue initi... | Ye Bin | 1 | -1/+5 |
2021-11-05 | block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter() | Jens Axboe | 1 | -2/+2 |
2021-11-05 | block: fix device_add_disk() kobject_create_and_add() error handling | Luis Chamberlain | 1 | -2/+6 |
2021-11-05 | block: ensure cached plug request matches the current queue | Jens Axboe | 1 | -1/+1 |
2021-11-05 | block: move queue enter logic into blk_mq_submit_bio() | Jens Axboe | 4 | -34/+65 |
2021-11-04 | block: make bio_queue_enter() fast-path available inline | Jens Axboe | 2 | -27/+35 |
2021-11-04 | block: split request allocation components into helpers | Jens Axboe | 1 | -23/+48 |
2021-11-04 | block: have plug stored requests hold references to the queue | Jens Axboe | 2 | -4/+11 |
2021-11-04 | block: update __register_blkdev() probe documentation | Luis Chamberlain | 1 | -1/+4 |
2021-11-03 | blk-mq: update hctx->nr_active in blk_mq_end_request_batch() | Ming Lei | 2 | -3/+16 |
2021-11-03 | blk-mq: add RQF_ELV debug entry | Ming Lei | 1 | -0/+1 |
2021-11-03 | blk-mq: only try to run plug merge if request has same queue with incoming bio | Ming Lei | 1 | -2/+4 |
2021-11-03 | block: move RQF_ELV setting into allocators | Jens Axboe | 1 | -6/+8 |
2021-11-02 | block: replace always false argument with 'false' | Jens Axboe | 1 | -1/+1 |
2021-11-02 | block: assign correct tag before doing prefetch of request | Jens Axboe | 1 | -1/+1 |
2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -8/+20 |
2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2021-11-01 | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux... | Linus Torvalds | 3 | -48/+13 |
2021-11-01 | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -23/+22 |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 47 | -2272/+3127 |
2021-10-30 | blk-mq: fix redundant check of !e expression | Jean Sacren | 1 | -1/+1 |
2021-10-29 | Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -15/+40 |
2021-10-29 | blk-mq-debugfs: Show active requests per queue for shared tags | John Garry | 1 | -1/+1 |
2021-10-29 | block: remove blk_{get,put}_request | Christoph Hellwig | 1 | -21/+0 |
2021-10-28 | block: improve readability of blk_mq_end_request_batch() | Jens Axboe | 1 | -6/+6 |
2021-10-27 | block: re-flow blk_mq_rq_ctx_init() | Jens Axboe | 1 | -12/+12 |
2021-10-27 | block: prefetch request to be initialized | Jens Axboe | 1 | -0/+1 |
2021-10-27 | block: pass in blk_mq_tags to blk_mq_rq_ctx_init() | Jens Axboe | 1 | -11/+14 |
2021-10-27 | block: add rq_flags to struct blk_mq_alloc_data | Jens Axboe | 2 | -14/+14 |
2021-10-27 | block: Fix partition check for host-aware zoned block devices | Shin'ichiro Kawasaki | 1 | -1/+19 |