summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-101-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-091-7/+24
| * bio-integrity: cleanup adding integrity pages to bip's bvec.Jinyoung Choi2023-08-091-13/+3
| * bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-1/+1
| * block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2023-08-092-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-251-5/+1
| * block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2023-07-241-6/+10
| * block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig2023-07-241-9/+7
| * block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig2023-07-241-37/+20
| * block: downgrade a bio_full call in bio_add_pageChristoph Hellwig2023-07-241-1/+1
| * block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig2023-07-241-4/+5
| * block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig2023-07-241-23/+22
| * block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig2023-07-241-3/+6
| * block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig2023-07-241-1/+1
| * block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig2023-07-241-6/+4
| * block: refactor to use helperNitesh Shetty2023-07-201-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 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-285-80/+71
|\ \
| * \ Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-237-62/+97
| |\ \
| | * | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-4/+4
| | |/
| * | block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig2023-08-212-17/+8
| * | block: call into the file system for bdev_mark_deadChristoph Hellwig2023-08-212-41/+33
| * | block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig2023-08-214-13/+32
| * | block: drop the "busy inodes on changed media" log messageChristoph Hellwig2023-08-211-6/+2
| * | block: simplify the disk_force_media_change interfaceChristoph Hellwig2023-08-211-11/+4
* | | Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds2023-08-194-16/+48
|\ \ \
| * | | blk-mq: release scheduler resource when request completesChengming Zhou2023-08-192-3/+23