summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-275-8/+10
* blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig2022-09-271-28/+28
* blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-275-10/+11
* blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig2022-09-271-9/+4
* blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig2022-09-273-4/+5
* blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig2022-09-273-4/+5
* blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig2022-09-273-9/+12
* blk-iocost: cleanup ioc_qos_writeChristoph Hellwig2022-09-271-6/+8
* blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig2022-09-271-3/+4
* blk-iocost: simplify ioc_nameChristoph Hellwig2022-09-271-9/+5
* blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig2022-09-273-4/+5
* blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig2022-09-273-10/+10
* blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig2022-09-273-26/+12
* blk-cgroup: remove blkg_lookup_checkChristoph Hellwig2022-09-271-26/+10
* blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2022-09-272-50/+27
* blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2022-09-272-7/+7
* blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2022-09-272-15/+1
* blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig2022-09-271-6/+7
* blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song2022-09-241-3/+5
* blk-throttle: improve bypassing bios checkingsYu Kuai2022-09-242-7/+28
* blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai2022-09-242-21/+3
* ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-242-1/+118
* ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-242-4/+20
* ublk_drv: consider recovery feature in aborting mechanismZiyangZhang2022-09-241-6/+110
* ublk_drv: requeue rqs with recovery feature enabledZiyangZhang2022-09-241-5/+15
* ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-242-1/+20
* ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang2022-09-241-2/+10
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2022-09-237-142/+204
|\
| * md: Fix spelling mistake in comments of r5l_logZhou nan2022-09-221-1/+1
| * md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe2022-09-221-0/+12
| * Merge branch 'md-next-raid10-optimize' into md-nextSong Liu2022-09-222-55/+96
| |\
| | * md/raid10: convert resync_lock to use seqlockYu Kuai2022-09-222-30/+59
| | * md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai2022-09-221-1/+1
| | * md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai2022-09-221-2/+8
| | * md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai2022-09-221-2/+2
| | * md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai2022-09-221-22/+28
| |/
| * md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe2022-09-221-1/+0
| * md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan2022-09-221-1/+0
| * md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe2022-09-221-1/+1
| * md/raid5: Don't read ->active_stripes if it's not neededLogan Gunthorpe2022-09-221-3/+2
| * md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe2022-09-223-25/+39
| * md/raid5: Drop extern on function declarations in raid5.hLogan Gunthorpe2022-09-221-12/+10
| * md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe2022-09-221-41/+41
| * md: Replace snprintf with scnprintfSaurabh Sengar2022-09-221-1/+1
| * md/raid10: fix compile warningGuoqing Jiang2022-09-221-1/+1
| * md/raid5: Fix spelling mistakes in commentsXU pengfei2022-09-221-3/+3
|/
* block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOLi Jinlin2022-09-222-3/+0
* block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin2022-09-221-13/+2
* block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-225-12/+12
* block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui2022-09-221-3/+0