summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-10-22block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2
2024-10-22Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang1-4/+4
2024-10-22block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-22block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce1-0/+26
2024-10-22block: enable passthrough command statisticsKeith Busch2-1/+61
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig3-13/+8
2024-10-22block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov1-0/+2
2024-10-22block: move issue side time stamping to blk_account_io_start()Jens Axboe1-8/+4
2024-10-22block: set issue time stamp based on queue stateJens Axboe1-1/+1
2024-10-22block: add support for partition table defined in OFChristian Marangi5-0/+124
2024-10-22block: introduce add_disk_fwnode()Christian Marangi1-4/+24
2024-10-22block: add support for defining read-only partitionsChristian Marangi3-0/+7
2024-10-22block: kill blk_do_io_stat() helperJens Axboe3-21/+9
2024-10-22block: remove 'req->part' check for stats accountingJens Axboe1-4/+3
2024-10-22block: move iostat check into blk_acount_io_start()Jens Axboe2-20/+22
2024-10-20fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry1-8/+10
2024-10-20block/fs: Pass an iocb to generic_atomic_write_valid()John Garry1-4/+4
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-10/+21
2024-10-16blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-14blk-mq: setup queue ->tag_set before initializing hctxMing Lei1-2/+6
2024-10-11elevator: Remove argument from elevator_find_getBreno Leitao1-4/+3
2024-10-11elevator: do not request_module if elevator existsBreno Leitao1-1/+9
2024-10-07block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2-6/+5
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-02blk_iocost: remove some duplicate irq disable/enablesDan Carpenter1-4/+4
2024-10-02block: fix blk_rq_map_integrity_sg kernel-docKeith Busch1-2/+1
2024-09-26Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds7-59/+37
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-09-20block: Remove unused blk_limits_io_{min,opt}Dr. David Alan Gilbert1-42/+0
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2024-09-17block: Fix elv_iosched_local_module handling of "none" schedulerDamien Le Moal1-1/+3
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe7-30/+58
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-09-17block: change wait on bd_claiming to use a var_waitqueueNeilBrown1-2/+2
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds3-19/+147
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds18-366/+416
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+1
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+6
2024-09-13blk-integrity: improved sg segment mappingKeith Busch1-4/+11
2024-09-13block: unexport blk_rq_count_integrity_sgKeith Busch1-1/+0
2024-09-13block: provide a request helper for user integrity segmentsKeith Busch2-1/+14
2024-09-13blk-integrity: consider entire bio list for mergingKeith Busch1-4/+0
2024-09-13blk-integrity: properly account for segmentsKeith Busch2-2/+4
2024-09-13blk-mq: set the nr_integrity_segments from bioKeith Busch1-0/+3
2024-09-13blk-mq: unconditional nr_integrity_segmentsKeith Busch1-2/+0
2024-09-12block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman1-3/+5
2024-09-12blk_iocost: make read-only static array vrate_adj_pct constColin Ian King1-1/+1
2024-09-11block: implement async io_uring discard cmdPavel Begunkov3-0/+115