summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-28loop: 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-27block: 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
2024-06-26block: remove the fallback case in queue_dma_alignmentChristoph Hellwig1-1/+1
2024-06-26block: remove disk_update_readaheadChristoph Hellwig4-9/+4
2024-06-26block: conding style fixup for blk_queue_max_guaranteed_bioChristoph Hellwig1-2/+1
2024-06-26block: convert features and flags to __bitwise typesChristoph Hellwig2-45/+46
2024-06-26block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2-10/+10
2024-06-26block: correctly report cache typeChristoph Hellwig1-3/+3
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig6-9/+14
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka2-10/+10
2024-06-24block: fix the blk_queue_nonrot polarityChristoph Hellwig1-1/+1
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-23cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-21block: Fix blk_validate_atomic_write_limits() build for arm32John Garry1-2/+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 Moal2-19/+5
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-20nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry1-134/+454
2024-06-20scsi: sd: Atomic write supportJohn Garry5-1/+124
2024-06-20block: Add fops atomic write supportJohn Garry1-3/+17
2024-06-20block: Add atomic write support for statxPrasad Singamsetty3-19/+39
2024-06-20block: Add core atomic write supportJohn Garry8-5/+304
2024-06-20fs: Add initial atomic write support info to statxPrasad Singamsetty4-2/+50
2024-06-20fs: Initial atomic write supportPrasad Singamsetty6-14/+45
2024-06-20block: Generalize chunk_sectors support as boundary supportJohn Garry3-13/+22
2024-06-20block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry3-4/+7
2024-06-20rust: block: do not use removed queue flag APIAndreas Hindborg1-14/+3
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig4-9/+8