summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds2024-11-011-39/+17
|\
| * block: fix queue limits checks in blk_rq_map_user_bvec for realChristoph Hellwig2024-10-281-39/+17
* | Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds2024-10-271-3/+1
|\|
| * block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang2024-10-231-3/+1
* | Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds2024-10-183-10/+21
|\|
| * blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval2024-10-161-1/+1
| * blk-mq: setup queue ->tag_set before initializing hctxMing Lei2024-10-141-2/+6
| * elevator: Remove argument from elevator_find_getBreno Leitao2024-10-111-4/+3
| * elevator: do not request_module if elevator existsBreno Leitao2024-10-111-1/+9
| * block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24152024-10-071-2/+2
* | Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2024-10-042-6/+5
|\|
| * blk_iocost: remove some duplicate irq disable/enablesDan Carpenter2024-10-021-4/+4
| * block: fix blk_rq_map_integrity_sg kernel-docKeith Busch2024-10-021-2/+1
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
|/
* Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds2024-09-257-59/+37
|\
| * block: Remove unused blk_limits_io_{min,opt}Dr. David Alan Gilbert2024-09-201-42/+0
| * block: Fix elv_iosched_local_module handling of "none" schedulerDamien Le Moal2024-09-171-1/+3
| * Merge tag 'v6.11' into for-6.12/blockJens Axboe2024-09-177-30/+58
| |\
| * | block: change wait on bd_claiming to use a var_waitqueueNeilBrown2024-09-161-2/+2
| * | blk-integrity: improved sg segment mappingKeith Busch2024-09-131-4/+11
| * | block: unexport blk_rq_count_integrity_sgKeith Busch2024-09-131-1/+0
| * | block: provide a request helper for user integrity segmentsKeith Busch2024-09-132-1/+14
| * | blk-integrity: consider entire bio list for mergingKeith Busch2024-09-131-4/+0
| * | blk-integrity: properly account for segmentsKeith Busch2024-09-132-2/+4
| * | blk-mq: set the nr_integrity_segments from bioKeith Busch2024-09-131-0/+3
| * | blk-mq: unconditional nr_integrity_segmentsKeith Busch2024-09-131-2/+0
* | | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-09-201-1/+1
|\ \ \
| * | | iomap: add a private argument for iomap_file_buffered_writeJosef Bacik2024-09-031-1/+1
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-191-0/+1
|\ \ \ \
| * | | | scsi: block: Don't check REQ_ATOMIC for readsJohn Garry2024-08-121-0/+1
| |/ / /
* | | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-1/+1
|\ \ \ \
| * | | | softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos2024-08-201-1/+1
| |/ / /
* | | | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-161-0/+7
|\ \ \ \
| * | | | block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers2024-08-201-0/+7
| |/ / /
* | | | Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-163-19/+147
|\ \ \ \
| * | | | block: implement async io_uring discard cmdPavel Begunkov2024-09-113-0/+115
| * | | | block: introduce blk_validate_byte_range()Pavel Begunkov2024-09-111-19/+32
| * | | | Merge branch 'for-6.12/block' into for-6.12/io_uring-discardJens Axboe2024-09-1117-362/+410
| |\ \ \ \
* | \ \ \ \ Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-1618-366/+416
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman2024-09-121-3/+5
| * | | | | blk_iocost: make read-only static array vrate_adj_pct constColin Ian King2024-09-111-1/+1
| | |/ / / | |/| | |
| * | | | block: unpin user pages belonging to a folio at onceKundan Kumar2024-09-111-9/+5
| * | | | block: introduce folio awareness and add a bigger size from folioKundan Kumar2024-09-111-18/+61
| * | | | block: Added folio-ized version of bio_add_hw_page()Kundan Kumar2024-09-112-0/+27
| * | | | block, bfq: factor out a helper to split bfqq in bfq_init_rq()Yu Kuai2024-09-101-51/+58
| * | | | block, bfq: remove local variable 'bfqq_already_existing' in bfq_init_rq()Yu Kuai2024-09-101-21/+16
| * | | | block, bfq: remove local variable 'split' in bfq_init_rq()Yu Kuai2024-09-101-15/+8
| * | | | block, bfq: remove bfq_log_bfqg()Yu Kuai2024-09-101-6/+0
| * | | | block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()Yu Kuai2024-09-102-5/+2
| * | | | block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai2024-09-101-20/+17