aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
13 hoursMerge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
7 daysMerge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds3-13/+26
8 daysblk-iocost: do not WARN if iocg was already offlinedLi Nan1-2/+5
9 daysblock: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig2-11/+21
2024-04-12Merge tag 'block-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds5-16/+21
2024-04-12block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai1-0/+1
2024-04-11block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai1-1/+1
2024-04-07block: allow device to have both virt_boundary_mask and max segment sizeMing Lei1-10/+6
2024-04-07block: fix q->blkg_list corruption during disk rebindMing Lei3-3/+10
2024-04-05blk-iocost: avoid out of bounds shiftRik van Riel1-3/+4
2024-04-05Merge tag 'block-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+66
2024-04-02block: fix overflow in blk_ioctl_discard()Li Nan1-2/+3
2024-03-29Merge tag 'block-6.9-20240329' of git://git.kernel.dk/linuxLinus Torvalds4-11/+4
2024-03-28block: Do not force full zone append completion in req_bio_endio()Damien Le Moal1-7/+2
2024-03-27fs,block: yield devices earlyChristian Brauner1-8/+56
2024-03-27block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner1-3/+3
2024-03-27block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner1-7/+7
2024-03-26block: don't reject too large max_user_sectors in blk_validate_limitsChristoph Hellwig1-2/+1
2024-03-26block: Make blk_rq_set_mixed_merge() staticJohn Garry2-2/+1
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2024-03-18fs,block: get holder during claimChristian Brauner1-0/+7
2024-03-14block: fix mismatched kerneldoc function nameJiapeng Chong1-1/+1
2024-03-13Revert "blk-lib: check for kill signal"Christoph Hellwig1-39/+1
2024-03-13Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche1-2/+1
2024-03-13block: limit block time caching to in_task() contextJens Axboe1-1/+1
2024-03-11Revert "dm: use queue_limits_set"Linus Torvalds1-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds29-361/+687
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds5-134/+189
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds6-1/+18
2024-03-09block: partitions: only define function mac_fix_string for CONFIG_PPC_PMACColin Ian King1-0/+2
2024-03-06Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe1-24/+0
2024-03-06block: remove disk_stack_limitsChristoph Hellwig1-24/+0
2024-03-06block: move capacity validation to blkpg_do_ioctl()Li Lingfeng2-12/+8
2024-03-06block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-03-06sed-opal: Remove the ret variable from the functionLi kunyu1-4/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from retLi kunyu1-2/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errLi zeming1-1/+1
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming1-2/+2
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner6-0/+17
2024-03-01dm: use queue_limits_setChristoph Hellwig1-1/+1
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig1-0/+25
2024-03-01block: add a queue_limits_set helperChristoph Hellwig1-0/+18
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei1-8/+6
2024-02-25block: remove bdev_handle completelyChristian Brauner3-39/+34
2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner1-6/+11
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner3-17/+14
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner3-82/+86
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner2-2/+4
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner1-40/+0
2024-02-25block/genhd: port disk_scan_partitions() to fileChristian Brauner1-6/+6
2024-02-25block/ioctl: port blkdev_bszset() to fileChristian Brauner1-5/+4
2024-02-25bdev: open block device as filesChristian Brauner1-4/+97
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef1-2/+3
2024-02-24blk-lib: check for kill signalKeith Busch1-1/+39
2024-02-24block: io wait hang check helperKeith Busch3-27/+17
2024-02-24block: cleanup __blkdev_issue_write_zeroesKeith Busch1-12/+9
2024-02-24block: blkdev_issue_secure_erase loop styleKeith Busch1-6/+5
2024-02-23block: fix deadlock between bd_link_disk_holder and partition scanLi Nan1-5/+7
2024-02-22block: Do not include rbtree.h in blk-zoned.cDamien Le Moal1-1/+0
2024-02-22block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-02-21block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig1-10/+10
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-5/+6
2024-02-16block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-2/+3
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2-14/+9
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig4-14/+26
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig1-3/+10
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig2-12/+23
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig1-25/+12
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig3-37/+194
2024-02-13block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig1-4/+9
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig1-9/+12
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi3-14/+40
2024-02-12block: refactor guard helpersKanchan Joshi1-10/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-11/+8
2024-02-08block: Simplify the allocation of slab cachesKunwu Chan1-2/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara1-2/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche6-0/+17
2024-02-05blk-throttle: Eliminate redundant checks for data directionTang Yizhou1-2/+2
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe2-1/+5
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe2-1/+14
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe10-45/+56
2024-02-05block: move cgroup time handling code into blk.hJens Axboe2-0/+43
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig1-19/+22
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig1-30/+33
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig1-10/+11
2024-02-01block: Fix where bio IO priority gets setHongyu Jin2-10/+10
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2024-01-23block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10
2024-01-22block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2-2/+5
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds8-62/+44
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2-20/+0
2024-01-16block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov1-1/+1
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley1-1/+1
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig1-3/+6
2024-01-12block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds17-185/+320
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+19
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe1-26/+0
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-107/+171
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal1-1/+1
2024-01-08block: remove disk_clear_zonedChristoph Hellwig1-21/+0
2024-01-04blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2024-01-04blk-cgroup: don't use removal safe list iteratorsDaniel Vacek1-2/+2
2024-01-04block: floor the discard granularity to the physical block sizeChristoph Hellwig1-0/+3
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-3/+18
2023-12-29Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig1-1/+4
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig1-5/+1
2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET1-2/+4
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2-2/+2
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig3-18/+2
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig1-5/+21
2023-12-23badblocks: avoid checking invalid range in badblocks_check()Coly Li1-2/+4
2023-12-20block: export disk_clear_zoned()Jens Axboe1-0/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig3-24/+13
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig3-75/+13
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2023-12-18block: skip cgroups for passthrough ioKundan Kumar1-0/+3
2023-12-15block: support adding less than len in bio_add_hw_pageChristoph Hellwig1-1/+4
2023-12-15block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2023-12-14block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche1-8/+4
2023-12-13block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2023-12-13block: Set memalloc_noio to false on device_add_disk() error pathLi Nan1-0/+1
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-07block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-22/+24
2023-12-01block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar2-2/+3
2023-12-01block: bio-integrity: directly map user buffersKeith Busch1-2/+216
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds3-4/+26
2023-12-01blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2023-11-29block: Document the role of the two attribute groupsBart Van Assche1-0/+2
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai1-3/+11
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2023-11-20block: Remove blk_set_runtime_active()Damien Le Moal1-28/+5
2023-11-20block: update the stable_writes flag in bdev_addChristoph Hellwig1-0/+2
2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara2-1/+94
2023-11-18block: Remove blkdev_get_by_*() functionsJan Kara1-64/+30
2023-11-18bdev: implement freeze and thaw holder operationsChristian Brauner1-33/+32
2023-11-18bdev: surface the error from sync_blockdev()Christian Brauner1-1/+1
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-9/+13
2023-11-17blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei1-0/+13
2023-11-17blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei1-2/+0
2023-11-17blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-11-13blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig1-37/+38
2023-11-07blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai1-2/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+3
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds8-384/+1465
2023-10-30Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds6-58/+142
2023-10-28block: assert that we're not holding open_mutex over blk_report_disk_deadChristian Brauner1-0/+7
2023-10-28block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig2-16/+11
2023-10-28block: WARN_ON_ONCE() when we remove active partitionsChristian Brauner1-13/+17
2023-10-28block: simplify bdev_del_partition()Christian Brauner1-1/+12
2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara2-4/+6
2023-10-28block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()Jan Kara2-8/+10
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara2-16/+31
2023-10-28block: Provide bdev_open_* functionsJan Kara1-0/+48
2023-10-20blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov1-0/+6
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan1-3/+3
2023-10-17powerpc/pseries: PLPKS SED Opal keystore supportGreg Joyce1-0/+1
2023-10-17block: sed-opal: keystore access for SED Opal keysGreg Joyce1-2/+16
2023-10-13block: Fix regression in sed-opal for a saved key.Milan Broz1-4/+3
2023-10-11block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti1-5/+16
2023-10-04partitions/ibm: Introduce defines for magic string length valuesJan Höppner1-9/+13
2023-10-04partitions/ibm: Replace strncpy() and improve readabilityJan Höppner1-25/+61
2023-10-04partitions/ibm: Remove unnecessary memsetJan Höppner1-2/+0
2023-09-26badblocks: switch to the improved badblock handling codeColy Li1-305/+3
2023-09-26badblocks: improve badblocks_check() for multiple ranges handlingColy Li1-0/+97
2023-09-26badblocks: improve badblocks_clear() for multiple ranges handlingColy Li1-0/+325
2023-09-26badblocks: improve badblocks_set() for multiple ranges handlingColy Li1-20/+544
2023-09-26badblocks: add helper routines for badblock ranges handlingColy Li1-0/+386
2023-09-26block: fix kernel-doc for disk_force_media_change()Randy Dunlap1-1/+0
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou2-3/+1
2023-09-22blk-mq: support batched queue_rqs() on shared tags queueChengming Zhou1-6/+1
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou3-14/+2
2023-09-22blk-mq: account active requests when get driver tagChengming Zhou2-36/+53
2023-09-18block: correct stale comment in rq_qos_waitKemeng Shi1-1/+1
2023-09-11blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou1-6/+7
2023-09-06block: fix pin count management when merging same-page segmentsChristoph Hellwig1-4/+3
2023-08-31block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng1-0/+2
2023-08-31block: remove the call to file_remove_privs in blkdev_write_iterChristoph Hellwig1-4/+0
2023-08-30blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai1-8/+13
2023-08-30blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai1-45/+41
2023-08-30blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negativeYu Kuai1-6/+5
2023-08-30blk-throttle: print signed value 'carryover_bytes/ios' for userYu Kuai2-3/+3
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds16-216/+579
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-80/+71
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner7-62/+97
2023-08-22block: use strscpy() to instead of strncpy()Xu Panda1-8/+4
2023-08-22block: sed-opal: keyring support for SED keysGreg Joyce2-2/+174