summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan2023-12-191-1/+3
* block: skip cgroups for passthrough ioKundan Kumar2023-12-181-0/+3
* block: support adding less than len in bio_add_hw_pageChristoph Hellwig2023-12-151-1/+4
* block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig2023-12-151-1/+1
* block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche2023-12-141-8/+4
* block: add check that partition length needs to be aligned with block sizeMin Li2023-12-131-4/+7
* block: Set memalloc_noio to false on device_add_disk() error pathLi Nan2023-12-131-0/+1
* block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2023-12-071-22/+24
* block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar2023-12-012-2/+3
* block: bio-integrity: directly map user buffersKeith Busch2023-12-011-2/+216
* Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-241-0/+2
|\
| * block: update the stable_writes flag in bdev_addChristoph Hellwig2023-11-201-0/+2
* | block: Remove blk_set_runtime_active()Damien Le Moal2023-11-201-28/+5
* | blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei2023-11-171-0/+13
* | blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei2023-11-171-2/+0
* | blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei2023-11-171-0/+2
* | blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig2023-11-131-37/+38
|/
* blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai2023-11-071-2/+2
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-3/+3
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-3/+3
* | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-018-384/+1465
|\ \
| * | powerpc/pseries: PLPKS SED Opal keystore supportGreg Joyce2023-10-171-0/+1
| * | block: sed-opal: keystore access for SED Opal keysGreg Joyce2023-10-171-2/+16
| * | partitions/ibm: Introduce defines for magic string length valuesJan Höppner2023-10-041-9/+13
| * | partitions/ibm: Replace strncpy() and improve readabilityJan Höppner2023-10-041-25/+61
| * | partitions/ibm: Remove unnecessary memsetJan Höppner2023-10-041-2/+0
| * | badblocks: switch to the improved badblock handling codeColy Li2023-09-261-305/+3
| * | badblocks: improve badblocks_check() for multiple ranges handlingColy Li2023-09-261-0/+97
| * | badblocks: improve badblocks_clear() for multiple ranges handlingColy Li2023-09-261-0/+325
| * | badblocks: improve badblocks_set() for multiple ranges handlingColy Li2023-09-261-20/+544
| * | badblocks: add helper routines for badblock ranges handlingColy Li2023-09-261-0/+386
| * | blk-mq: update driver tags request table when start requestChengming Zhou2023-09-222-3/+1
| * | blk-mq: support batched queue_rqs() on shared tags queueChengming Zhou2023-09-221-6/+1
| * | blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou2023-09-223-14/+2
| * | blk-mq: account active requests when get driver tagChengming Zhou2023-09-222-36/+53
* | | Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-306-58/+142
|\ \ \
| * | | block: assert that we're not holding open_mutex over blk_report_disk_deadChristian Brauner2023-10-281-0/+7
| * | | block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig2023-10-282-16/+11
| * | | block: WARN_ON_ONCE() when we remove active partitionsChristian Brauner2023-10-281-13/+17
| * | | block: simplify bdev_del_partition()Christian Brauner2023-10-281-1/+12
| * | | fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara2023-10-282-4/+6
| * | | block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()Jan Kara2023-10-282-8/+10
| * | | block: Use bdev_open_by_dev() in blkdev_open()Jan Kara2023-10-282-16/+31
| * | | block: Provide bdev_open_* functionsJan Kara2023-10-281-0/+48
* | | | blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov2023-10-201-0/+6
|/ / /
* | | block: Fix regression in sed-opal for a saved key.Milan Broz2023-10-131-4/+3
* | | block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti2023-10-111-5/+16
| |/ |/|
* | block: fix kernel-doc for disk_force_media_change()Randy Dunlap2023-09-261-1/+0
* | block: correct stale comment in rq_qos_waitKemeng Shi2023-09-181-1/+1
|/
* blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou2023-09-111-6/+7