summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: fix pin count management when merging same-page segmentsChristoph Hellwig2023-09-061-4/+3
* block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng2023-08-311-0/+2
* block: remove the call to file_remove_privs in blkdev_write_iterChristoph Hellwig2023-08-311-4/+0
* blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai2023-08-301-8/+13
* blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai2023-08-301-45/+41
* blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negativeYu Kuai2023-08-301-6/+5
* blk-throttle: print signed value 'carryover_bytes/ios' for userYu Kuai2023-08-302-3/+3
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-2916-216/+579
|\
| * block: use strscpy() to instead of strncpy()Xu Panda2023-08-221-8/+4
| * block: sed-opal: keyring support for SED keysGreg Joyce2023-08-222-2/+174
| * block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce2023-08-222-0/+44
| * block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce2023-08-221-3/+35
| * blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou2023-08-221-0/+10
| * blk-mq: delete redundant tagset map update when fallbackChengming Zhou2023-08-221-1/+0
| * blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou2023-08-221-1/+5
| * blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo2023-08-171-14/+18
| * block: Bring back zero_fill_bio_iterKent Overstreet2023-08-141-3/+3