aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-03-08block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protectionShin'ichiro Kawasaki1-12/+23
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella1-0/+2
2022-02-17block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2-2/+2
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2-8/+16
2022-02-17block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang1-1/+1
2022-02-11block: Add handling for zone append command in blk_complete_requestPankaj Raghav1-0/+4
2022-02-03block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen1-1/+1
2022-02-02block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov1-14/+19
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-6/+19
2022-01-26blk-mq: fix missing blk_account_io_done() in error pathYu Kuai1-0/+2
2022-01-23block: fix memory leak in disk_register_independent_access_rangesMiaoqian Lin1-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-22mm: remove cleancacheChristoph Hellwig1-5/+0
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds5-11/+41
2022-01-20block: fix async_depth sysfs interface for mq-deadlineJens Axboe1-2/+2
2022-01-20block: Fix wrong offset in bio_truncate()OGAWA Hirofumi1-1/+2
2022-01-18block: assign bi_bdev for cloned bios in blk_rq_prep_cloneChristoph Hellwig1-0/+1
2022-01-17block: cleanup q->srcuMing Lei1-0/+3
2022-01-17block: Remove unnecessary variable assignmentGuoYong Zheng1-1/+0
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-1/+1
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+7
2022-01-13blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu1-7/+33
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds1-0/+22
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds37-1349/+1385
2022-01-09block: don't protect submit_bio_checks by q_usage_counterMing Lei2-31/+22
2021-12-23block: drop needless assignment in set_task_ioprio()Lukas Bulwahn1-4/+2
2021-12-22scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern1-15/+7
2021-12-21block: check minor range in device_add_disk()Tetsuo Handa1-0/+2
2021-12-21block: fix error unwinding in device_add_diskChristoph Hellwig1-7/+6
2021-12-20block: call blk_exit_queue() before freeing q->statsMing Lei1-2/+2
2021-12-20block: fix error in handling dead task for ioprio settingJens Axboe1-2/+8
2021-12-20blk-mq: blk-mq: check quiesce state before queue_rqsKeith Busch1-1/+9
2021-12-19Merge tag 'block-5.16-2021-12-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-12-19Revert "block: reduce kblockd_mod_delayed_work_on() CPU consumption"Jens Axboe1-2/+0
2021-12-17Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+10
2021-12-16block: Add bio_add_folio()Matthew Wilcox (Oracle)1-0/+22
2021-12-16block: only build the icq tracking code when neededChristoph Hellwig4-27/+51
2021-12-16block: fold create_task_io_context into ioc_find_get_icqChristoph Hellwig1-31/+12
2021-12-16block: open code create_task_io_context in set_task_ioprioChristoph Hellwig1-5/+11
2021-12-16block: fold get_task_io_context into set_task_ioprioChristoph Hellwig1-38/+14
2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig2-34/+32
2021-12-16block: cleanup ioc_clear_queueChristoph Hellwig1-22/+11
2021-12-16block: refactor put_io_contextChristoph Hellwig1-19/+19
2021-12-16block: remove the NULL ioc check in put_io_contextChristoph Hellwig1-3/+0
2021-12-16block: refactor put_iocontext_activeChristoph Hellwig1-27/+14
2021-12-16block: simplify struct io_context refcountingChristoph Hellwig1-4/+1
2021-12-16block: remove the nr_task field from struct io_contextChristoph Hellwig1-3/+0
2021-12-16block: add mq_ops->queue_rqs hookJens Axboe1-3/+23
2021-12-16block: use singly linked list for bio cacheJens Axboe1-5/+8
2021-12-16block: add completion handler for fast pathJens Axboe1-1/+42
2021-12-14block: reduce kblockd_mod_delayed_work_on() CPU consumptionJens Axboe1-0/+2
2021-12-14block: make queue stat accounting a referenceJens Axboe3-5/+18
2021-12-14iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo1-1/+8
2021-12-13bdev: Improve lookup_bdev documentationMatthew Wilcox (Oracle)1-6/+6
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso1-0/+3
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov1-2/+1
2021-12-06blk-mq: Optimise blk_mq_queue_tag_busy_iter() for shared tagsJohn Garry1-18/+41
2021-12-06blk-mq: Delete busy_iter_fnJohn Garry2-4/+4
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry2-10/+9
2021-12-06blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()Ming Lei1-1/+3
2021-12-06blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei2-3/+6
2021-12-03blk-mq: run dispatch lock once in case of issuing from listMing Lei2-9/+8
2021-12-03blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei2-8/+9
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei7-41/+44
2021-12-03blk-mq: remove hctx_lock and hctx_unlockMing Lei2-47/+26
2021-12-03block: switch to atomic_t for request referencesJens Axboe4-9/+40
2021-12-03block: move direct_IO into our own read_iter handlerJens Axboe1-5/+32
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-02block: fix double bio queue when merging in cached request pathJens Axboe1-8/+12
2021-12-02block: get rid of useless goto and label in blk_mq_get_new_requests()Jens Axboe1-5/+2
2021-12-02blk-mq: check q->poll_stat in queue_poll_stat_showMing Lei1-0/+3
2021-11-29block: Fix fsync always failed if once failedYe Bin1-1/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2-8/+4
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig3-11/+8
2021-11-29block: don't check ->rq_disk in mergesChristoph Hellwig1-6/+1
2021-11-29block: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-11-29block: simplify ioc_lookup_icqChristoph Hellwig3-6/+6
2021-11-29block: simplify ioc_create_icqChristoph Hellwig1-7/+5
2021-11-29block: return the io_context from create_task_io_contextChristoph Hellwig1-36/+30
2021-11-29block: use alloc_io_context in __copy_ioChristoph Hellwig1-6/+3
2021-11-29block: factor out a alloc_io_context helperChristoph Hellwig1-5/+14
2021-11-29block: remove get_io_context_activeChristoph Hellwig1-5/+3
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig3-12/+15
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig5-43/+37
2021-11-29block: mark put_io_context_active staticChristoph Hellwig1-1/+1
2021-11-29Revert "block: Provide blk_mq_sched_get_icq()"Christoph Hellwig2-16/+11
2021-11-29bfq: use bfq_bic_lookup in bfq_limit_depthChristoph Hellwig1-1/+1
2021-11-29bfq: simplify bfq_bic_lookupChristoph Hellwig1-15/+10
2021-11-29fork: move copy_io to block/blk-ioc.cChristoph Hellwig1-0/+27
2021-11-29blk-mq: use bio->bi_opf after bio is checkedMing Lei1-1/+2
2021-11-29bfq: Do not let waker requests skip proper accountingJan Kara1-43/+1
2021-11-29bfq: Log waker detectionsJan Kara1-0/+8
2021-11-29bfq: Provide helper to generate bfqq nameJan Kara1-14/+13
2021-11-29bfq: Limit waker detection in timeJan Kara2-15/+25
2021-11-29bfq: Limit number of requests consumed by each cgroupJan Kara1-19/+118
2021-11-29bfq: Store full bitmap depth in bfq_dataJan Kara2-4/+7
2021-11-29bfq: Track number of allocated requests in bfq_entityJan Kara2-8/+25
2021-11-29block: Provide blk_mq_sched_get_icq()Jan Kara2-11/+16
2021-11-29blk-crypto: remove blk_crypto_unregister()Eric Biggers2-6/+1
2021-11-29blk-mq: cleanup request allocationChristoph Hellwig1-52/+38
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig7-1/+6
2021-11-29block: don't include <linux/idr.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include <linux/blk-mq.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include blk-mq.h in blk.hChristoph Hellwig2-1/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig7-1/+6
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig3-5/+7
2021-11-29block: remove elevator_exitChristoph Hellwig3-12/+5
2021-11-29block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig2-6/+6
2021-11-29blk_mq: remove repeated includesGuo Zhengkui1-1/+0
2021-11-29block: move io_context creation into where it's neededJens Axboe4-12/+7
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe5-8/+25
2021-11-29blk-ioprio: don't set bio priority if not neededJens Axboe1-3/+10
2021-11-29blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig1-37/+27
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig3-64/+15
2021-11-29block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig1-7/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2-8/+7
2021-11-29block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig1-8/+3
2021-11-29block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig1-8/+0
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig1-1/+1
2021-11-29block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig3-33/+18
2021-11-29block: remove a dead check in show_partitionChristoph Hellwig1-3/+1
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig1-1/+1
2021-11-29block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig1-9/+6
2021-11-29block: don't include blk-mq headers in blk-core.cChristoph Hellwig1-3/+0
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig3-13/+17
2021-11-29block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig2-14/+14
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig3-46/+44
2021-11-29block: move blk_steal_bios to blk-mq.cChristoph Hellwig2-21/+21
2021-11-29block: move blk_rq_init to blk-mq.cChristoph Hellwig2-17/+17
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig4-187/+185
2021-11-29blk-mq: move blk_mq_flush_plug_listChristoph Hellwig1-92/+92
2021-11-29block: remove blk-exec.cChristoph Hellwig3-117/+108
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-19/+0
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-41/+0
2021-11-26block: call rq_qos_done() before ref check in batch completionsJens Axboe1-1/+2
2021-11-25block: fix parameter not described warningYang Guang1-0/+1
2021-11-22block: avoid to touch unloaded module instance when opening bdevMing Lei1-5/+7
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei3-8/+10
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai1-4/+5
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei1-2/+8
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei5-11/+20
2021-11-15block: fix missing queue put in error pathJens Axboe1-8/+8
2021-11-15block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva1-1/+8
2021-11-12blk-mq: fix filesystem I/O request allocationMing Lei2-20/+45
2021-11-12blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu1-3/+1
2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki1-10/+5
2021-11-11blk-mq: rename blk_attempt_bio_mergeMing Lei1-4/+6
2021-11-11blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_mergeMing Lei1-4/+0
2021-11-11block: fix kerneldoc for disk_register_independent_access__ranges()Jens Axboe1-2/+2
2021-11-09block: add __must_check for *add_disk*() callersLuis Chamberlain1-3/+3
2021-11-09block: use enum type for blk_mq_alloc_data->rq_flagsJens Axboe1-1/+1
2021-11-09block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki1-3/+9
2021-11-09block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki1-3/+9
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds8-108/+217
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei1-8/+20
2021-11-08blk-mq: don't free tags if the tag_set is used by other device in queue initi...Ye Bin1-1/+5
2021-11-05block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe1-2/+2
2021-11-04block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain1-2/+6
2021-11-04block: ensure cached plug request matches the current queueJens Axboe1-1/+1
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe4-34/+65
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe2-27/+35
2021-11-04block: split request allocation components into helpersJens Axboe1-23/+48
2021-11-04block: have plug stored requests hold references to the queueJens Axboe2-4/+11
2021-11-04block: update __register_blkdev() probe documentationLuis Chamberlain1-1/+4
2021-11-03blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei2-3/+16
2021-11-03blk-mq: add RQF_ELV debug entryMing Lei1-0/+1
2021-11-03blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei1-2/+4
2021-11-03block: move RQF_ELV setting into allocatorsJens Axboe1-6/+8
2021-11-02block: replace always false argument with 'false'Jens Axboe1-1/+1
2021-11-02block: assign correct tag before doing prefetch of requestJens Axboe1-1/+1
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+20
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds3-48/+13
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds6-23/+22
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds47-2272/+3127
2021-10-30blk-mq: fix redundant check of !e expressionJean Sacren1-1/+1
2021-10-29Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-15/+40
2021-10-29blk-mq-debugfs: Show active requests per queue for shared tagsJohn Garry1-1/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-21/+0
2021-10-28block: improve readability of blk_mq_end_request_batch()Jens Axboe1-6/+6
2021-10-27block: re-flow blk_mq_rq_ctx_init()Jens Axboe1-12/+12
2021-10-27block: prefetch request to be initializedJens Axboe1-0/+1
2021-10-27block: pass in blk_mq_tags to blk_mq_rq_ctx_init()Jens Axboe1-11/+14
2021-10-27block: add rq_flags to struct blk_mq_alloc_dataJens Axboe2-14/+14
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki1-1/+19
2021-10-27block: add async version of bio_set_polledPavel Begunkov1-4/+3
2021-10-27block: kill DIO_MULTI_BIOPavel Begunkov1-21/+12
2021-10-27block: kill unused polling bits in __blkdev_direct_IO()Pavel Begunkov1-17/+3
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov2-6/+16
2021-10-26block: Add independent access ranges supportDamien Le Moal4-9/+371
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota1-4/+9
2021-10-26block: drain queue after disk is removed from sysfsMing Lei1-10/+12
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei1-1/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai1-0/+10
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov1-23/+14