summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-05block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig1-28/+23
2024-07-05block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig1-5/+0
2024-07-05block: factor out a blk_write_zeroes_limit helperChristoph Hellwig1-7/+11
2024-07-05block: Remove blk_alloc_zone_bitmap()Damien Le Moal1-10/+2
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal8-87/+9
2024-07-05dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal4-5/+190
2024-07-05dm: Refactor is_abnormal_io()Damien Le Moal1-13/+11
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal3-3/+17
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig1-2/+0
2024-07-04block: reuse original bio_vec array for integrity during cloneAnuj Gupta1-6/+3
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun1-1/+1
2024-07-04Merge tag 'md-6.11-20240704' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe4-42/+52
2024-07-04block: t10-pi: Return correct ref tag when queue has no integrity profileAnuj Gupta1-2/+8
2024-07-04md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski1-23/+41
2024-07-04md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai1-6/+0
2024-07-04md-cluster: Constify struct md_cluster_operationsChristophe JAILLET3-5/+5
2024-07-04md: Remove unneeded semicolonYang Li1-1/+1
2024-07-04md/raid5: fix spares errors about rcu usageYu Kuai1-7/+5
2024-07-02xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig1-11/+5
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal1-1/+1
2024-07-02block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-07-02block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
2024-07-01nvme: don't set io_opt if NOWS is zeroChristoph Hellwig1-1/+2
2024-07-01block: don't reduce max_sectors based on io_optChristoph Hellwig1-1/+1
2024-07-01block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig1-2/+1
2024-07-01blk-wbt: don't throttle swap writes in direct reclaimBaokun Li1-9/+9
2024-06-28block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig3-97/+96
2024-06-28block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig1-173/+82
2024-06-28block: simplify queue_logical_block_sizeChristoph Hellwig1-6/+1
2024-06-28blk-throttle: fix lower control under super low iops limitYu Kuai1-0/+3
2024-06-28block: set bip_vcnt correctlyAnuj Gupta1-0/+2
2024-06-28rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg1-0/+2
2024-06-28rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig1-1/+0
2024-06-28rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig1-1/+0
2024-06-28mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-6/+0
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-2/+0
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-13/+2
2024-06-28block: check bio alignment in blk_mq_submit_bioMing Lei1-0/+20
2024-06-28block: Add ioprio to block_rq tracepointDongliang Cui1-9/+32
2024-06-28block: remove bio_integrity_processChristoph Hellwig4-81/+79
2024-06-28block: switch on bio operation in bio_integrity_prepChristoph Hellwig1-5/+7
2024-06-28block: remove allocation failure warnings in bio_integrity_prepChristoph Hellwig1-2/+0
2024-06-28block: simplify adding the payload in bio_integrity_prepChristoph Hellwig1-26/+6
2024-06-28block: only zero non-PI metadata tuples in bio_integrity_prepChristoph Hellwig1-4/+4
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig1-2/+2
2024-06-27loop: Fix a race between loop detach and loop openGulam Mohamed1-39/+36
2024-06-27block: Delete blk_queue_flag_test_and_set()John Garry2-15/+0
2024-06-27block: clean up the check in blkdev_iomap_begin()Li Nan1-2/+3
2024-06-26block: use the right type for stub rq_integrity_vec()Jens Axboe1-1/+1
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig8-33/+21