summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-058-87/+9
* dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal2024-07-054-5/+190
* dm: Refactor is_abnormal_io()Damien Le Moal2024-07-051-13/+11
* null_blk: Introduce the zone_full parameterDamien Le Moal2024-07-053-3/+17
* loop: remove the unused inode variable in loop_configureChristoph Hellwig2024-07-051-2/+0
* block: reuse original bio_vec array for integrity during cloneAnuj Gupta2024-07-041-6/+3
* null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun2024-07-041-1/+1
* Merge tag 'md-6.11-20240704' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2024-07-044-42/+52
|\
| * md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski2024-07-041-23/+41
| * md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctlYu Kuai2024-07-041-6/+0
| * md-cluster: Constify struct md_cluster_operationsChristophe JAILLET2024-07-043-5/+5
| * md: Remove unneeded semicolonYang Li2024-07-041-1/+1
| * md/raid5: fix spares errors about rcu usageYu Kuai2024-07-041-7/+5
* | block: t10-pi: Return correct ref tag when queue has no integrity profileAnuj Gupta2024-07-041-2/+8
|/
* xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig2024-07-021-11/+5
* null_blk: Fix description of the fua parameterDamien Le Moal2024-07-021-1/+1
* 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
* nvme: don't set io_opt if NOWS is zeroChristoph Hellwig2024-07-011-1/+2
* 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
* block: simplify queue_logical_block_sizeChristoph Hellwig2024-06-281-6/+1
* 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
* rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg2024-06-281-0/+2
* rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig2024-06-281-1/+0
* rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig2024-06-281-1/+0
* mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-6/+0
* megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-2/+0
* loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-13/+2
* block: check bio alignment in blk_mq_submit_bioMing Lei2024-06-281-0/+20
* block: Add ioprio to block_rq tracepointDongliang Cui2024-06-281-9/+32
* block: remove bio_integrity_processChristoph Hellwig2024-06-284-81/+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
* bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig2024-06-281-2/+2
* loop: Fix a race between loop detach and loop openGulam Mohamed2024-06-281-39/+36
* block: Delete blk_queue_flag_test_and_set()John Garry2024-06-272-15/+0
* block: clean up the check in blkdev_iomap_begin()Li Nan2024-06-271-2/+3