aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-7/+5
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+9
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds28-523/+783
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds1-46/+63
2022-05-23block: add sync_blockdev_range()Yuezhang Mo1-0/+7
2022-05-21blk-mq: fix typo in commentJulia Lawall1-1/+1
2022-05-19bfq: Remove bfq_requeue_request_body()Jan Kara1-7/+2
2022-05-19bfq: Remove superfluous conversion from RQ_BIC()Jan Kara1-1/+1
2022-05-19bfq: Allow current waker to defend against a tentative oneJan Kara1-2/+1
2022-05-19bfq: Relax waker detection for shared queuesJan Kara2-2/+4
2022-05-18blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe1-1/+0
2022-05-17blk-throttle: Set BIO_THROTTLED when bio has been throttledLaibin Qiu1-1/+2
2022-05-17blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong1-3/+1
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller4-16/+8
2022-05-16block, bfq: make bfq_has_work() more accurateYu Kuai1-4/+12
2022-05-16block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai1-1/+3
2022-05-16block: cleanup the VM accounting in submit_bioChristoph Hellwig1-13/+5
2022-05-13block/mq-deadline: Set the fifo_time member also if inserting at headBart Van Assche1-0/+1
2022-05-12blk-mq: fix passthrough pluggingMing Lei1-51/+63
2022-05-11blk-iocost: combine local_stat and desc_stat to statChengming Zhou1-39/+32
2022-05-11block: wire-up support for passthrough pluggingJens Axboe1-34/+39
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-05-04block: improve the error message from bio_check_eodChristoph Hellwig1-4/+3
2022-05-04block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneChristoph Hellwig1-4/+6
2022-05-04block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig3-3/+0
2022-05-02blk-cgroup: cleanup blkcg_maybe_throttle_currentChristoph Hellwig1-7/+1
2022-05-02blk-cgroup: cleanup blk_cgroup_congestedChristoph Hellwig1-5/+1
2022-05-02blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig2-17/+17
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig1-0/+2
2022-05-02blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig1-3/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2-4/+81
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig2-3/+3
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2-1/+36
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig1-23/+65
2022-05-02blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig1-0/+20
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig2-0/+58
2022-05-02blk-cgroup: remove __bio_blkcgChristoph Hellwig1-23/+0
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei1-21/+1
2022-05-02Revert "block: release rq qos structures for queue without disk"Ming Lei1-4/+0
2022-04-29bfq: Fix warning in bfqq_request_over_limit()Jan Kara1-3/+9
2022-04-27Revert "block: inherit request start time from bio for BLK_CGROUP"Tejun Heo1-8/+1
2022-04-27iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo1-1/+11
2022-04-23block/partitions/ldm: Remove redundant assignmentsMichal Orzel1-12/+3
2022-04-23block/partitions/atari: Remove redundant assignmentMichal Orzel1-1/+0
2022-04-23block/partitions/acorn: Remove redundant assignmentsMichal Orzel1-2/+2
2022-04-23block/blk-map: Remove redundant assignmentMichal Orzel1-3/+2
2022-04-23block/badblocks: Remove redundant assignmentsMichal Orzel1-2/+0
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2-9/+9
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei1-32/+20
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig6-31/+97
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-3/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig4-5/+3
2022-04-17block: refactor discard bio size limitingChristoph Hellwig2-44/+29
2022-04-17block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig1-0/+35
2022-04-17block: use bdev_discard_alignment in part_discard_alignment_showChristoph Hellwig1-5/+1
2022-04-17block: remove queue_discard_alignmentChristoph Hellwig1-1/+1
2022-04-17block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig1-0/+23
2022-04-17block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig1-1/+1
2022-04-17block: use bdev_alignment_offset in part_alignment_offset_showChristoph Hellwig1-5/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-17bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara1-3/+12
2022-04-17bfq: Get rid of __bio_blkcg() usageJan Kara3-52/+25
2022-04-17bfq: Track whether bfq_group is still onlineJan Kara2-1/+4
2022-04-17bfq: Remove pointless bfq_init_rq() callsJan Kara1-6/+6
2022-04-17bfq: Drop pointless unlock-lock pairJan Kara1-3/+0
2022-04-17bfq: Update cgroup information before merging bioJan Kara1-2/+9
2022-04-17bfq: Split shared queues on move between cgroupsJan Kara3-4/+35
2022-04-17bfq: Avoid merging queues with different parentsJan Kara1-0/+8
2022-04-17bfq: Avoid false marking of bic as stably mergedJan Kara1-3/+6
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig3-50/+53
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer2-6/+2
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer3-50/+50
2022-04-15block: don't print I/O error warning for dead disksChristoph Hellwig1-1/+2
2022-04-15block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov1-1/+1
2022-04-14block: fix offset/size check in bio_trim()Ming Lei1-1/+1
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds5-25/+40
2022-03-31blk-wbt: remove wbt_track stubTom Rix1-3/+0
2022-03-31block: use dedicated list iterator variableJakob Koschel1-9/+16
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-03-28block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET1-1/+1
2022-03-28block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGJiri Slaby1-2/+1
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+198
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds7-46/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-163/+2
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+13
2022-03-22block: avoid calling blkg_free() in atomic contextMing Lei1-10/+22
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown1-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds47-659/+1430
2022-03-18block: cancel all throttled bios in del_gendisk()Yu Kuai3-1/+41
2022-03-18block: let blkcg_gq grab request queue's refcntMing Lei1-0/+5
2022-03-18block: avoid use-after-free on throttle dataMing Lei1-1/+11
2022-03-17block: limit request dispatch loop durationShin'ichiro Kawasaki1-1/+8
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-16block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"Colin Ian King1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2022-03-14block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2-0/+28
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo3-12/+13
2022-03-14block: release rq qos structures for queue without diskMing Lei1-0/+4
2022-03-11block: flush plug based on hardware and software queue orderJens Axboe1-31/+28
2022-03-11block: ensure plug merging checks the correct queue at least onceJens Axboe1-6/+14
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-1/+1
2022-03-09block: add ->poll_bio to block_device_operationsMing Lei2-5/+13
2022-03-08block: move rq_qos_exit() into disk_release()Ming Lei1-2/+1
2022-03-08block: do more work in elevator_exitChristoph Hellwig2-6/+3
2022-03-08block: move blk_exit_queue into disk_releaseMing Lei2-17/+30
2022-03-08block: move q_usage_counter release into blk_queue_releaseMing Lei2-2/+2
2022-03-08block: don't remove hctx debugfs dir from blk_mq_exit_queueMing Lei1-1/+0
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei3-12/+9
2022-03-08blk-mq: handle already freed tags gracefully in blk_mq_free_rqsMing Lei1-0/+3
2022-03-08blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig2-4/+9
2022-03-08blk-mq: manage hctx map via xarrayMing Lei4-40/+28
2022-03-08blk-mq: prepare for implementing hctx table via xarrayMing Lei5-28/+35
2022-03-08blk-mq: reconfigure poll after queue map is changedMing Lei1-3/+13
2022-03-08blk-mq: simplify reallocation of hw ctxs a bitMing Lei1-19/+14
2022-03-08blk-mq: figure out correct numa node for hw queueMing Lei1-6/+30
2022-03-08Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente1-3/+13
2022-03-08block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protectionShin'ichiro Kawasaki1-12/+23
2022-03-07block: add pi for extended integrityKeith Busch2-0/+195
2022-03-07block: support pi with extended metadataKeith Busch2-2/+3
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig7-46/+0
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe41-473/+1101
2022-03-07block: remove bio_devnameChristoph Hellwig1-6/+0
2022-03-07block: remove handle_bad_sectorChristoph Hellwig1-12/+5
2022-03-07block: fix and cleanup bio_check_roChristoph Hellwig1-6/+2
2022-03-05bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng1-7/+8
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers5-1/+195
2022-02-28block: don't delete queue kobject before its childrenEric Biggers1-3/+5
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers2-6/+5
2022-02-27block: remove redundant semicolonNian Yanchuan1-1/+1
2022-02-27block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig2-6/+4
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig8-168/+2
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella1-0/+2
2022-02-22block: update io_ticks when io hangZhang Wensheng1-2/+12
2022-02-18block, bfq: don't move oom_bfqqYu Kuai1-0/+6
2022-02-18block, bfq: avoid moving bfqq to it's parent bfqgYu Kuai1-1/+9
2022-02-18block, bfq: cleanup bfq_bfqq_to_bfqg()Yu Kuai3-18/+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-16block/bfq_wf2q: correct weight to ioprioYahu Gao1-1/+1
2022-02-16blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queuesDavid Jeffery1-0/+8
2022-02-16block: add a ->free_disk methodChristoph Hellwig1-0/+5
2022-02-16block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ...Ming Lei2-33/+0
2022-02-16block: don't try to throttle split bio if iops limit isn't setMing Lei2-7/+25
2022-02-16block: throttle split bio in case of iops limitMing Lei3-7/+7
2022-02-16block: merge submit_bio_checks() into submit_bio_noacctMing Lei1-108/+101
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei3-14/+19
2022-02-16block: don't declare submit_bio_checks in local headerMing Lei2-2/+1
2022-02-16block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei2-16/+8
2022-02-16block: move submit_bio_checks() into submit_bio_noacctMing Lei1-3/+3
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig1-5/+4
2022-02-16blk-mq: fold blk_cloned_rq_check_limits into blk_insert_cloned_requestChristoph Hellwig1-33/+5
2022-02-16blk-mq: make the blk-mq stacking code optionalChristoph Hellwig2-0/+5
2022-02-15blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou1-5/+5
2022-02-15blk-lib: don't check bdev_get_queue() NULL checkChaitanya Kulkarni1-14/+0
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei14-13/+488
2022-02-11block: move initialization of q->blkg_list into blkcg_init_queueMing Lei2-3/+2
2022-02-11block: introduce block_rq_error tracepointYang Shi1-1/+3
2022-02-11block: Add handling for zone append command in blk_complete_requestPankaj Raghav1-0/+4
2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry1-1/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig3-17/+21
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig1-35/+40
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig3-15/+13
2022-02-04block: call bio_associate_blkg from bio_resetChristoph Hellwig1-0/+2
2022-02-03block: return -ENODEV for BLK_STS_OFFLINESong Liu1-1/+1
2022-02-03block: introduce BLK_STS_OFFLINESong Liu1-0/+1
2022-02-03block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen1-1/+1
2022-02-02block: fix boolreturn.cocci warningJiapeng Chong1-1/+1
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig1-4/+3
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-1/+5
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig4-30/+24
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig2-7/+2
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig2-13/+16
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2-16/+20
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni4-23/+13
2022-02-02block: move blk_next_bio to bio.cChristoph Hellwig2-13/+13
2022-02-02block: remove genhd.hChristoph Hellwig9-9/+3
2022-02-02block: move blk_drop_partitions to blk.hChristoph Hellwig1-0/+1
2022-02-02block: move disk_{block,unblock,flush}_events to blk.hChristoph Hellwig1-0/+3
2022-02-02block: deprecate autoloading based on dev_tChristoph Hellwig3-3/+24
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