summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Bring back zero_fill_bio_iterKent Overstreet2023-08-141-3/+3
* block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet2023-08-141-4/+6
* block: Add some exports for bcachefsKent Overstreet2023-08-143-1/+3
* block: fix bad lockdep annotation in blk-iolatencyJens Axboe2023-08-111-1/+1
* block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng2023-08-101-24/+11
* bio-integrity: create multi-page bvecs in bio_integrity_add_page()Jinyoung Choi2023-08-101-7/+24
* bio-integrity: cleanup adding integrity pages to bip's bvec.Jinyoung Choi2023-08-101-13/+3
* bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-101-1/+1
* block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2023-08-102-1/+5
* block/mq-deadline: use correct way to throttling write requestsZhiguo Niu2023-08-081-1/+2
* fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-10/+60
* block: use iomap for writes to block devicesChristoph Hellwig2023-08-022-2/+30
* block: stop setting ->direct_IOChristoph Hellwig2023-08-021-2/+1
* block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig2023-08-021-2/+43
* block: cleanup bio_integrity_prepJinyoung Choi2023-07-261-5/+1
* block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2023-07-251-6/+10
* block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig2023-07-251-9/+7
* block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig2023-07-251-37/+20
* block: downgrade a bio_full call in bio_add_pageChristoph Hellwig2023-07-251-1/+1
* block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig2023-07-251-4/+5
* block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig2023-07-251-23/+22
* block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig2023-07-251-3/+6
* block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig2023-07-251-1/+1
* block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig2023-07-251-6/+4
* block: refactor to use helperNitesh Shetty2023-07-211-3/+1
* blk-flush: reuse rq queuelist in flush state machineChengming Zhou2023-07-171-7/+10
* blk-flush: count inflight flush_data requestsChengming Zhou2023-07-172-7/+7
* blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou2023-07-171-1/+1
* blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou2023-07-171-6/+6
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-172-6/+12
* block: cleanup queue_wc_storeChristoph Hellwig2023-07-171-11/+3
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-07-151-36/+50
|\
| * Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-111-36/+50
| |\
| | * scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal2023-07-061-36/+50
* | | block: queue data commands from the flush state machine at the headChristoph Hellwig2023-07-141-1/+1
* | | blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou2023-07-131-17/+30
* | | block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche2023-07-121-1/+1
* | | blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2023-07-061-2/+10
* | | block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-061-1/+1
|/ /
* | Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-048-143/+160
|\ \
| * | block: add request polling helperKeith Busch2023-06-291-16/+32
| * | Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe2023-06-298-127/+128
| |\ \
| | * | blk-sysfs: add a new attr_group for blk_mqYu Kuai2023-06-261-11/+31
| | * | blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai2023-06-261-2/+5
| | * | blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai2023-06-261-3/+2
| | * | blk-wbt: remove dead code to handle wbt enable/disable with io inflightYu Kuai2023-06-261-16/+0
| | * | blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai2023-06-262-88/+74
| | * | blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei2023-06-251-1/+5
| | * | blk-throttle: Fix io statistics for cgroup v1Jinke Han2023-06-253-8/+13
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-304-9/+13
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|