aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang1-1/+1
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-10-30blk-crypto: use BLK_STS_INVAL for alignment errorsCarlos Llamas1-1/+1
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2025-10-22block: require LBA dma_alignment when using PIChristoph Hellwig1-0/+10
2025-10-17Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+11
2025-10-15block: Remove elevator_lock usage from blkg_conf frozen operationsMing Lei1-9/+4
2025-10-15blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai4-5/+7
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+17
2025-10-07block: move bio_iov_iter_get_bdev_pages to block/fops.cChristoph Hellwig1-3/+10
2025-10-07block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pagesChristoph Hellwig2-4/+3
2025-10-07block: remove bio_iov_iter_get_pagesChristoph Hellwig1-1/+5
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+8
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds31-592/+722
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+3
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-26Merge tag 'block-6.17-20250925' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2025-09-23blk-cgroup: fix possible deadlock while configuring policyYu Kuai1-15/+8
2025-09-23blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error pathYu Kuai2-2/+9
2025-09-23blk-mq: Fix more tag iteration function documentationBart Van Assche1-17/+15
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-1/+1
2025-09-22block: fix EOD return for device with nr_sectors == 0Jens Axboe1-1/+3
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner13-57/+82
2025-09-19block: use extensible_ioctl_valid()Christian Brauner1-5/+3
2025-09-17blk-throttle: fix throtl_data leak during disk releaseYu Kuai1-2/+5
2025-09-17blk-mq: Fix the blk_mq_tagset_busy_iter() documentationBart Van Assche1-4/+3
2025-09-16block: relax atomic write boundary vs chunk size checkJohn Garry1-40/+26
2025-09-16block: fix stacking of atomic writes when atomics are not supportedJohn Garry1-9/+10
2025-09-16block: update validation of atomic writes boundary for stacked devicesJohn Garry1-8/+14
2025-09-15block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().chengkaitao1-4/+0
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-13block: use largest_zero_folio in __blkdev_issue_zero_pages()Pankaj Raghav1-7/+8
2025-09-10blk-mq: remove blk_mq_tag_update_depth()Yu Kuai2-34/+0
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai3-22/+34
2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai4-11/+19
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai1-12/+27
2025-09-10blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai2-28/+22
2025-09-10blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lockYu Kuai1-5/+20
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai4-22/+17
2025-09-10blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai1-8/+1
2025-09-10blk-mq: remove useless checking in queue_requests_store()Yu Kuai1-3/+0
2025-09-10block: fix ordering of recursive split IOYu Kuai4-9/+13
2025-09-10block: skip unnecessary checks for split bioYu Kuai3-2/+7
2025-09-10blk-crypto: convert to use bio_submit_split_bioset()Yu Kuai1-12/+5
2025-09-10block: factor out a helper bio_submit_split_bioset()Yu Kuai1-19/+40
2025-09-10blk-crypto: fix missing blktrace bio split eventsYu Kuai1-0/+3
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai3-3/+11
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai4-8/+8
2025-09-10block: cleanup bio_issueYu Kuai4-55/+5
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch1-2/+3
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch1-0/+4
2025-09-09blk-integrity: enable p2p source and destinationKeith Busch1-4/+17
2025-09-09blk-integrity: use simpler alignment checkKeith Busch1-2/+2
2025-09-09block: simplify direct io validity checkKeith Busch1-2/+2
2025-09-09block: align the bio after building itKeith Busch1-25/+40
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch2-11/+14
2025-09-09block: check for valid bio while splittingKeith Busch2-5/+18
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig1-1/+2
2025-09-09block: add a bio_init_inline helperChristoph Hellwig3-8/+10
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2025-09-08blk-throttle: fix access race during throttle policy activationHan Guangjiang4-18/+18
2025-09-08blk-mq: Replace tags->lock with SRCU for tag iteratorsMing Lei2-24/+12
2025-09-08blk-mq: Defer freeing flush queue to SRCU callbackMing Lei2-1/+11
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei2-14/+36
2025-09-08blk-mq: Pass tag_set to blk_mq_free_rq_map/tagsMing Lei3-8/+8
2025-09-08blk-mq: Move flush queue allocation into blk_mq_init_hctx()Ming Lei2-8/+13
2025-09-05blk-mq: fix blk_mq_tags double free while nr_requests grownYu Kuai1-0/+1
2025-09-05blk-mq: fix elevator depth_updated methodYu Kuai6-52/+41
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe2-3/+3
2025-09-02block: use int to store blk_stack_limits() return valueQianfeng Rong1-1/+2
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner6-32/+52
2025-08-28blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan1-2/+4
2025-08-26block: validate QoS before calling __rq_qos_done_bio()Nilay Shroff1-5/+8
2025-08-26blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche1-5/+6
2025-08-25block: Move a misplaced comment in queue_wb_lat_store()Bart Van Assche1-5/+5
2025-08-25blk-integrity: use iterator for mapping sgKeith Busch2-58/+45
2025-08-25blk-mq-dma: add scatter-less integrity data DMA mappingKeith Busch1-7/+97
2025-08-25blk-mq-dma: move common dma start code to a helperKeith Busch1-26/+33
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch2-17/+15
2025-08-25blk-mq-dma: provide the bio_vec array being iteratedKeith Busch1-23/+33
2025-08-25blk-mq-dma: create blk_map_iter typeKeith Busch1-2/+2
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff3-28/+36
2025-08-21block: decrement block_rq_qos static key in rq_qos_del()Nilay Shroff1-0/+1
2025-08-21block: skip q->rq_qos check in rq_qos_done_bio()Nilay Shroff1-2/+8
2025-08-21blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queuesMing Lei1-4/+9
2025-08-20block: don't silently ignore metadata for sync read/writeChristoph Hellwig1-5/+5
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-08-18block: tone down bio_check_eodChristoph Hellwig1-1/+1
2025-08-18block: remove newlines from the warnings in blk_validate_integrity_limitsChristoph Hellwig1-6/+3
2025-08-18block: handle pi_tuple_size in queue_limits_stack_integrityChristoph Hellwig1-0/+3
2025-08-13block: restore default wbt enablementJulian Sun1-1/+1
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro2-3/+3
2025-08-11blk-wbt: Eliminate ambiguity in the comments of struct rq_wbTang Yizhou1-2/+2
2025-08-11blk-wbt: Optimize wbt_done() for non-throttled writesTang Yizhou1-5/+6
2025-08-11block: fix kobject double initialization in add_diskZheng Qixing3-7/+8
2025-08-11blk-cgroup: remove redundant __GFP_NOWARNQianfeng Rong1-3/+3
2025-08-11block, bfq: remove redundant __GFP_NOWARNQianfeng Rong1-2/+1
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds12-200/+287
2025-08-07lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai4-43/+20
2025-08-04block, bfq: Reorder struct bfq_iocq_bfqq_dataChristophe JAILLET1-5/+5
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-07-31block: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig1-3/+10
2025-07-30block: fix potential deadlock while running nr_hw_queue updateNilay Shroff5-15/+89
2025-07-30block: fix lockdep warning caused by lock dependency in elv_iosched_storeNilay Shroff4-81/+136
2025-07-30block: move elevator queue allocation logic into blk_mq_init_schedNilay Shroff6-36/+16
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+5
2025-07-29blk-ioc: don't hold queue_lock for ioc_lookup_icq()Yu Kuai2-26/+8
2025-07-29block: Enforce power-of-2 physical block sizeJohn Garry1-1/+5
2025-07-29block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry1-1/+1
2025-07-29block: Improve read ahead size for rotational devicesDamien Le Moal1-2/+10
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds9-88/+395
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+25
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-15/+122
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-21/+69
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+9
2025-07-25Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linuxLinus Torvalds1-6/+13
2025-07-25block: restore two stage elevator switch while running nr_hw_queue updateNilay Shroff3-15/+81
2025-07-23block: fix lbmd_guard_tag_type assignment in FS_IOC_GETLBMD_CAPAnuj Gupta1-1/+15
2025-07-20block: fix module reference leak in mq-deadline I/O schedulerNilay Shroff1-6/+13
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-07-17block: use chunk_sectors when evaluating stacked atomic write limitsJohn Garry1-23/+33
2025-07-17block: sanitize chunk_sectors for atomic write limitsJohn Garry1-0/+6
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-5/+8
2025-07-15block: add trace messages to zone write pluggingJohannes Thumshirn1-0/+5
2025-07-15block: add tracepoint for blkdev_zone_mgmtJohannes Thumshirn1-0/+2
2025-07-15block: add tracepoint for blk_zone_update_request_bioJohannes Thumshirn1-0/+3
2025-07-15block: split blk_zone_update_request_bio into two functionsJohannes Thumshirn3-19/+31
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig1-1/+2
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-9/+16
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-2/+6
2025-07-11block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-07-11block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()Arnd Bergmann2-6/+10
2025-07-09bio: use memzero_page() in bio_truncate()Matthew Wilcox (Oracle)1-2/+2
2025-07-09blk-mq-debugfs: use debugfs_get_aux()Al Viro1-7/+5
2025-07-01blk-mq: add number of queue calc helperDaniel Wagner1-0/+40
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-3/+3
2025-07-01fs: add ioctl to query metadata and protection info capabilitiesAnuj Gupta2-0/+56
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta1-0/+38
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta4-14/+14
2025-06-30block: add scatterlist-less DMA mapping helpersChristoph Hellwig1-0/+161
2025-06-30block: don't merge different kinds of P2P transfers in a single bioChristoph Hellwig2-7/+16
2025-06-30block: Introduce bio_needs_zone_write_plugging()Damien Le Moal2-21/+5
2025-06-30block: Increase BLK_DEF_MAX_SECTORS_CAPDamien Le Moal1-0/+9
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-11/+15
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai1-11/+15
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)1-1/+1
2025-06-23block: add FALLOC_FL_WRITE_ZEROES supportZhang Yi1-1/+11
2025-06-23block: factor out common part in blkdev_fallocate()Zhang Yi1-18/+14
2025-06-23block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limitsZhang Yi2-2/+44
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-6/+6
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds2-15/+19
2025-06-11block: use plug request list tail for one-shot backmerge attemptJens Axboe1-13/+13
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-06-11block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-5/+7
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds2-18/+6
2025-06-03block: flip iter directions in blk_rq_integrity_map_user()Caleb Sander Mateos1-6/+1
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2025-06-03block: drop direction param from bio_integrity_copy_user()Caleb Sander Mateos1-12/+5
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds28-1189/+1191
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn1-2/+2
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds1-15/+47
2025-05-16blk-mq: add a copyright notice to blk-mq-dma.cChristoph Hellwig1-0/+3
2025-05-16blk-mq: move the DMA mapping code to a separate fileChristoph Hellwig4-135/+136
2025-05-15block: fix elv_update_nr_hw_queues() to reattach elevatorNilay Shroff1-1/+1
2025-05-15block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warningsJens Axboe1-2/+2
2025-05-14block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}Lukas Bulwahn1-8/+0
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino1-1/+2
2025-05-14Merge branch 'block-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ax...Carlos Maiolino12-52/+148
2025-05-13block: remove the same_page output argument to bvec_try_merge_pageChristoph Hellwig3-37/+25
2025-05-13blk-throttle: Prevents the bps restricted io from entering the bps queue againZizhi Wo2-11/+53
2025-05-13blk-throttle: Split the service queueZizhi Wo2-30/+49
2025-05-13blk-throttle: Split the blkthrotl queueZizhi Wo2-16/+36
2025-05-13blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"Zizhi Wo1-2/+7
2025-05-13blk-throttle: Split throtl_charge_bio() into bps and iops functionsZizhi Wo1-15/+20
2025-05-13blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_timeZizhi Wo1-43/+55
2025-05-13blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()Zizhi Wo1-25/+15
2025-05-13Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe5-51/+48
2025-05-12scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+1
2025-05-12block: unfreeze queue if realloc tag set fails during nr_hw_queues updateNilay Shroff1-1/+4
2025-05-12block: always allocate integrity buffer when requiredKeith Busch1-15/+47
2025-05-10block: export API to get the number of bdev inflight IOYu Kuai3-8/+17
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai3-26/+32
2025-05-10block: WARN if bdev inflight counter is negativeYu Kuai1-2/+2
2025-05-10block: reuse part_in_flight_rw for part_in_flightYu Kuai1-15/+9
2025-05-10blk-mq: remove blk_mq_in_flight()Yu Kuai2-12/+0
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds2-6/+3
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-08block: move removing elevator after deleting disk->queue_kobjMing Lei1-3/+3
2025-05-08block: don't quiesce queue for calling elevator_set_none()Ming Lei1-4/+1