aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-25block: add single bio async direct IO helperPavel Begunkov1-3/+84
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2021-10-22blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()John Garry1-1/+1
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov1-1/+1
2021-10-22block: simplify the block device syncing codeChristoph Hellwig1-3/+14
2021-10-22block: remove __sync_blockdevChristoph Hellwig1-5/+6
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-1/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig1-8/+1
2021-10-22bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fnChristoph Hellwig1-19/+13
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers4-318/+304
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers4-4/+4
2021-10-21blk-crypto-fallback: properly prefix function and struct namesEric Biggers1-29/+30
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji1-0/+20
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov1-1/+1
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov1-8/+10
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov3-20/+9
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov1-8/+11
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu1-3/+5
2021-10-21blk-mq: Fix blk_mq_tagset_busy_iter() for shared tagsJohn Garry1-2/+5
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-7/+6
2021-10-20block: optimise blk_flush_plug_listPavel Begunkov1-2/+2
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig1-0/+1
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioChristoph Hellwig1-1/+1
2021-10-20block: remove inaccurate requeue checkJens Axboe1-1/+0
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov1-5/+2
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov1-1/+1
2021-10-20block: optimise req_bio_endio()Pavel Begunkov1-9/+7
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov2-2/+2
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-3/+19
2021-10-19block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang1-5/+7
2021-10-19block: inline fast path of driver tag allocationJens Axboe2-6/+17
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig3-15/+13
2021-10-19block: attempt direct issue of plug listJens Axboe2-0/+61
2021-10-19block: change plugging to use a singly linked listJens Axboe3-39/+49
2021-10-19partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-9/+10
2021-10-19partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-19block/ioctl: use bdev_nr_sectors and bdev_nr_bytesChristoph Hellwig1-12/+8
2021-10-19blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi1-0/+3
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe1-1/+1
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe2-34/+0
2021-10-19block: get rid of plug list sortingJens Axboe1-19/+0
2021-10-19block: return whether or not to unplug through booleanJens Axboe3-14/+15
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-1/+1
2021-10-19block: move bdev_read_only() into the headerJens Axboe1-6/+0
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe1-1/+1
2021-10-18block: cache inode size in bdevJens Axboe2-0/+2
2021-10-18block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig1-1/+1
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe3-19/+70
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe5-12/+15
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-14/+5
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe2-83/+0
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe4-68/+1
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov1-6/+8
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov1-5/+9
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov1-14/+14
2021-10-18block: fix incorrect references to disk objectsZqiang1-0/+1
2021-10-18block: store elevator state in requestJens Axboe2-20/+27
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe1-2/+3
2021-10-18block: move update request helpers into blk-mq.cJens Axboe3-145/+146
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe1-5/+4
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe1-13/+2
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov8-22/+22
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov1-6/+7
2021-10-18block: use bdev_get_queue() in bio.cPavel Begunkov1-5/+5
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov1-4/+4
2021-10-18block: cache request queue in bdevPavel Begunkov2-1/+4
2021-10-18block: handle fast path of bio splitting inlineJens Axboe3-21/+35
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe1-14/+20
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov1-15/+12
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig1-19/+4
2021-10-18block: switch polling to be bio basedChristoph Hellwig6-100/+137
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig1-1/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig6-10/+9
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-1/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig3-15/+12
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig1-1/+1
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig1-3/+5
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig1-64/+56
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig1-1/+7
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig1-14/+7
2021-10-18block: only check previous entry for plug merge attemptJens Axboe1-23/+13
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada1-1/+1
2021-10-18block: move menu "Partition type" to block/partitions/KconfigMasahiro Yamada2-4/+4
2021-10-18block: simplify Kconfig filesMasahiro Yamada2-15/+7
2021-10-18block: remove redundant =y from BLK_CGROUP dependencyMasahiro Yamada1-3/+3
2021-10-18block: improve batched tag allocationJens Axboe3-31/+73
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov1-10/+8
2021-10-18block: mark bio_truncate staticChristoph Hellwig1-1/+1
2021-10-18block: move bio_get_{first,last}_bvec out of bio.hChristoph Hellwig1-0/+31
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig1-39/+38
2021-10-18block: move bio_full out of bio.hChristoph Hellwig1-0/+17
2021-10-18block: move bio_mergeable out of bio.hChristoph Hellwig1-0/+5
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig1-2/+2
2021-10-18blk-mq: inline hot part of __blk_mq_sched_restartPavel Begunkov2-4/+8
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov2-24/+30
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig3-24/+16
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-0/+4
2021-10-18block: unexport blkdev_ioctlChristoph Hellwig1-1/+0
2021-10-18block: don't dereference request after flush insertionJens Axboe1-1/+2
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig1-13/+12
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig1-28/+28
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe3-31/+91
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe2-2/+8
2021-10-18block: inherit request start time from bio for BLK_CGROUPJens Axboe1-1/+8
2021-10-18block: move blk-throtl fast path inlineJens Axboe7-174/+189
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry7-53/+53
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry7-54/+35
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry5-142/+117
2021-10-18blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry3-19/+28
2021-10-18blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry4-53/+42
2021-10-18blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry4-4/+9
2021-10-18blk-mq: Don't clear driver tags own mappingJohn Garry1-0/+4
2021-10-18blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()John Garry1-5/+7
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry4-6/+6
2021-10-18blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()John Garry1-7/+7
2021-10-18blk-mq: Invert check in blk_mq_update_nr_requests()John Garry1-5/+5
2021-10-18blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry1-5/+7
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry3-3/+3
2021-10-18blk-mq: Change rqs check in blk_mq_free_rqs()John Garry1-1/+1
2021-10-18block: print the current process in handle_bad_sectorChristoph Hellwig1-1/+2
2021-10-18block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-4/+73
2021-10-18block/mq-deadline: Stop using per-CPU countersBart Van Assche1-68/+56
2021-10-18block/mq-deadline: Add an invariant checkBart Van Assche1-6/+12
2021-10-18block/mq-deadline: Improve request accounting furtherBart Van Assche1-7/+10
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig2-1/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig8-3/+8
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig2-0/+62
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig3-0/+3
2021-10-18block: move elevator.h to block/Christoph Hellwig9-5/+176
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig3-0/+3
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo1-2/+3
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds6-75/+123
2021-10-17blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo1-2/+3
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente1-0/+6
2021-10-17block: warn when putting the final reference on a registered diskChristoph Hellwig1-0/+1
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig1-4/+6
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig3-2/+11
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig3-15/+34
2021-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig1-8/+25
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig1-28/+32
2021-10-15block: call submit_bio_checks under q_usage_counterChristoph Hellwig1-22/+12
2021-10-09Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-1/+3
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn1-0/+1
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+3
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa2-1/+2