summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: make struct rq_list available for !CONFIG_BLOCKJens Axboe9 days1-1/+1
* block: add a rq_list typeChristoph Hellwig11 days1-3/+8
* block: export blk_validate_limitsChristoph Hellwig11 days1-0/+1
* block: pre-calculate max_zone_append_sectorsChristoph Hellwig13 days1-18/+3
* block: always verify unfreeze lock on the owner taskMing Lei2024-11-071-0/+4
* block: Add a public bdev_zone_is_seq() helperDamien Le Moal2024-11-071-0/+27
* block: RCU protect disk->conv_zones_bitmapDamien Le Moal2024-11-071-1/+1
* Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-071-3/+18
* block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-041-18/+3
* block: add a bdev_limits helperChristoph Hellwig2024-10-291-5/+10
* block: model freeze & enter queue as lock for supporting lockdepMing Lei2024-10-261-0/+6
* Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe2024-10-221-0/+16
|\
| * block: Add bdev atomic write limits helpersJohn Garry2024-10-191-0/+16
* | block: enable passthrough command statisticsKeith Busch2024-10-221-0/+5
* | block: introduce add_disk_fwnode()Christian Marangi2024-10-221-0/+3
|/
* block: Remove unused blk_limits_io_{min,opt}Dr. David Alan Gilbert2024-09-201-2/+0
* Merge tag 'v6.11' into for-6.12/blockJens Axboe2024-09-171-6/+1
|\
| * block: Drop NULL check in bdev_write_zeroes_sectors()John Garry2024-08-191-6/+1
* | block: constify the lim argument to queue_limits_max_zone_append_sectorsChristoph Hellwig2024-08-291-1/+2
|/
* Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-221-15/+16
|\
| * block: Make QUEUE_FLAG_x as an enumJohn Garry2024-07-191-13/+16
| * block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2024-07-191-2/+0
* | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-136/+212
|\|
| * block: Validate logical block size in blk_validate_limits()John Garry2024-07-091-0/+1
| * blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig2024-07-051-0/+1
| * block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-051-5/+0
| * block: simplify queue_logical_block_sizeChristoph Hellwig2024-06-281-6/+1
| * block: Delete blk_queue_flag_test_and_set()John Garry2024-06-271-1/+0
| * block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-261-4/+8
| * block: remove the fallback case in queue_dma_alignmentChristoph Hellwig2024-06-261-1/+1
| * block: remove disk_update_readaheadChristoph Hellwig2024-06-261-1/+0
| * block: convert features and flags to __bitwise typesChristoph Hellwig2024-06-261-42/+43
| * block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2024-06-261-1/+1
| * block: fix the blk_queue_nonrot polarityChristoph Hellwig2024-06-241-1/+1
| * block: Cleanup block device zone helpersDamien Le Moal2024-06-211-32/+12
| * block: Define bdev_nr_zones() as an inline functionDamien Le Moal2024-06-211-1/+5
| * block: Add atomic write support for statxPrasad Singamsetty2024-06-201-2/+4
| * block: Add core atomic write supportJohn Garry2024-06-201-0/+55
| * block: Generalize chunk_sectors support as boundary supportJohn Garry2024-06-201-6/+7
| * Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-201-15/+10
| |\
| | * block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2024-06-201-2/+5
| | * block: remove the discard_alignment flagChristoph Hellwig2024-06-201-1/+0
| | * block: move the misaligned flag into the features fieldChristoph Hellwig2024-06-201-1/+3
| | * block: renumber and rename the cache disabled flagChristoph Hellwig2024-06-201-3/+3
| | * block: remove the unused blk_bounce enumChristoph Hellwig2024-06-201-9/+0
| * | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-191-36/+83
| |\|
| | * block: move the bounce flag into the features fieldChristoph Hellwig2024-06-191-2/+4
| | * block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig2024-06-191-2/+4
| | * block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig2024-06-191-3/+4
| | * block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-191-2/+4