summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig2024-07-032-21/+12
| * | block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig2024-07-032-37/+33
| * | block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig2024-07-032-1/+3
| * | block: don't call bio_uninit from bio_endioChristoph Hellwig2024-07-031-2/+12
| * | block: split integrity support out of bio.hChristoph Hellwig2024-07-033-2/+3
| * | Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe2024-07-034-4/+30
| |\ \
* | \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-07-191-2/+1
|\ \ \ \
| * | | | scsi: bsg: Pass dev to blk_mq_alloc_queue()John Garry2024-05-311-2/+1
* | | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1530-1416/+1113
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | block: take offset into account in blk_bvec_map_sg againChristoph Hellwig2024-07-091-2/+2
| * | | block: fix get_max_segment_size() warningChaitanya Kulkarni2024-07-091-1/+1
| * | | block: Validate logical block size in blk_validate_limits()John Garry2024-07-091-0/+4
| * | | block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig2024-07-081-14/+11
| * | | block: add a bvec_phys helperChristoph Hellwig2024-07-082-3/+3
| * | | blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig2024-07-052-24/+44
| * | | block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig2024-07-051-1/+1
| * | | block: refacto blkdev_issue_zerooutChristoph Hellwig2024-07-051-39/+55
| * | | block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig2024-07-051-28/+23
| * | | block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig2024-07-051-5/+0
| * | | block: factor out a blk_write_zeroes_limit helperChristoph Hellwig2024-07-051-7/+11
| * | | block: Remove blk_alloc_zone_bitmap()Damien Le Moal2024-07-051-10/+2
| * | | block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-052-77/+4
| * | | block: reuse original bio_vec array for integrity during cloneAnuj Gupta2024-07-041-6/+3
| | |/ | |/|
| * | block/mq-deadline: Fix the tag reservation codeBart Van Assche2024-07-021-3/+17
| * | block: Call .limit_depth() after .hctx has been setBart Van Assche2024-07-021-6/+6
| * | block: don't reduce max_sectors based on io_optChristoph Hellwig2024-07-011-1/+1
| * | block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig2024-07-011-2/+1
| * | blk-wbt: don't throttle swap writes in direct reclaimBaokun Li2024-07-011-9/+9
| * | block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig2024-06-283-97/+96
| * | block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig2024-06-281-173/+82
| * | blk-throttle: fix lower control under super low iops limitYu Kuai2024-06-281-0/+3
| * | block: set bip_vcnt correctlyAnuj Gupta2024-06-281-0/+2
| * | block: check bio alignment in blk_mq_submit_bioMing Lei2024-06-281-0/+20
| * | block: remove bio_integrity_processChristoph Hellwig2024-06-283-72/+79
| * | block: switch on bio operation in bio_integrity_prepChristoph Hellwig2024-06-281-5/+7
| * | block: remove allocation failure warnings in bio_integrity_prepChristoph Hellwig2024-06-281-2/+0
| * | block: simplify adding the payload in bio_integrity_prepChristoph Hellwig2024-06-281-26/+6
| * | block: only zero non-PI metadata tuples in bio_integrity_prepChristoph Hellwig2024-06-281-4/+4
| * | block: Delete blk_queue_flag_test_and_set()John Garry2024-06-271-14/+0
| * | block: clean up the check in blkdev_iomap_begin()Li Nan2024-06-271-2/+3
| * | block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-263-19/+2
| * | block: remove disk_update_readaheadChristoph Hellwig2024-06-263-8/+4
| * | block: conding style fixup for blk_queue_max_guaranteed_bioChristoph Hellwig2024-06-261-2/+1
| * | block: convert features and flags to __bitwise typesChristoph Hellwig2024-06-261-3/+3
| * | block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2024-06-261-9/+9
| * | block: correctly report cache typeChristoph Hellwig2024-06-261-3/+3
| * | block: Fix blk_validate_atomic_write_limits() build for arm32John Garry2024-06-211-2/+1
| * | block: Define bdev_nr_zones() as an inline functionDamien Le Moal2024-06-211-18/+0
| * | block: Add fops atomic write supportJohn Garry2024-06-201-3/+17
| * | block: Add atomic write support for statxPrasad Singamsetty2024-06-201-10/+26