summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal1-2/+0
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-0/+3
2024-11-20block: return bool from get_disk_ro and bdev_read_onlyChristoph Hellwig1-2/+2
2024-11-20block: remove a duplicate definition for bdev_read_onlyChristoph Hellwig1-1/+0
2024-11-20block: return bool from blk_rq_alignedChristoph Hellwig1-1/+1
2024-11-20block: return unsigned int from blk_lim_dma_alignment_and_padChristoph Hellwig1-1/+2
2024-11-20block: return unsigned int from queue_dma_alignmentChristoph Hellwig1-1/+1
2024-11-20block: return unsigned int from bdev_io_optChristoph Hellwig1-1/+1
2024-11-19block: Support atomic writes limits for stacked devicesJohn Garry1-0/+4
2024-11-19block: return unsigned int from bdev_io_minChristoph Hellwig1-1/+1
2024-11-15block: make struct rq_list available for !CONFIG_BLOCKJens Axboe1-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig1-3/+8
2024-11-13block: export blk_validate_limitsChristoph Hellwig1-0/+1
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-18/+3
2024-11-08block: always verify unfreeze lock on the owner taskMing Lei1-0/+4
2024-11-08block: Add a public bdev_zone_is_seq() helperDamien Le Moal1-0/+27
2024-11-08block: RCU protect disk->conv_zones_bitmapDamien Le Moal1-1/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-3/+18
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-18/+3
2024-10-29block: add a bdev_limits helperChristoph Hellwig1-5/+10
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei1-0/+6
2024-10-22Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe1-0/+16
2024-10-22block: enable passthrough command statisticsKeith Busch1-0/+5
2024-10-22block: introduce add_disk_fwnode()Christian Marangi1-0/+3
2024-10-20block: Add bdev atomic write limits helpersJohn Garry1-0/+16
2024-09-20block: Remove unused blk_limits_io_{min,opt}Dr. David Alan Gilbert1-2/+0
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe1-6/+1
2024-08-29block: constify the lim argument to queue_limits_max_zone_append_sectorsChristoph Hellwig1-1/+2
2024-08-19block: Drop NULL check in bdev_write_zeroes_sectors()John Garry1-6/+1
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-15/+16
2024-07-19block: Make QUEUE_FLAG_x as an enumJohn Garry1-13/+16
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig1-2/+0
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-136/+212
2024-07-09block: Validate logical block size in blk_validate_limits()John Garry1-0/+1
2024-07-05blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig1-0/+1
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-5/+0
2024-06-29block: simplify queue_logical_block_sizeChristoph Hellwig1-6/+1
2024-06-27block: Delete blk_queue_flag_test_and_set()John Garry1-1/+0
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig1-4/+8
2024-06-26block: remove the fallback case in queue_dma_alignmentChristoph Hellwig1-1/+1
2024-06-26block: remove disk_update_readaheadChristoph Hellwig1-1/+0
2024-06-26block: convert features and flags to __bitwise typesChristoph Hellwig1-42/+43
2024-06-26block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig1-1/+1
2024-06-24block: fix the blk_queue_nonrot polarityChristoph Hellwig1-1/+1
2024-06-21block: Cleanup block device zone helpersDamien Le Moal1-32/+12
2024-06-21block: Define bdev_nr_zones() as an inline functionDamien Le Moal1-1/+5
2024-06-21block: Add atomic write support for statxPrasad Singamsetty1-2/+4
2024-06-21block: Add core atomic write supportJohn Garry1-0/+55
2024-06-21block: Generalize chunk_sectors support as boundary supportJohn Garry1-6/+7
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-15/+10