summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-12selftests: ublk: correct last_rw map type in seq_io.btCaleb Sander Mateos1-1/+1
2025-12-12selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()Ming Lei1-6/+6
2025-12-12block: move around bio flagging helpersPavel Begunkov1-15/+15
2025-12-10blk-mq-dma: always initialize dma stateKeith Busch1-0/+1
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang1-10/+2
2025-12-10block: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-09block: prohibit calls to bio_chain_endioShida Zhang1-1/+5
2025-12-09bcache: fix improper use of bi_end_ioShida Zhang1-3/+3
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos1-1/+15
2025-12-05Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe14-62/+69
2025-12-05nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee1-1/+1
2025-12-05nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
2025-12-05nvmet-tcp: use kvcalloc for commands arrayIsrael Rukshin1-3/+3
2025-12-05nvmet-rdma: use kvcalloc for commands and responses arraysIsrael Rukshin1-6/+6
2025-12-05nvme: fix typo error in nvme targetChu Guangqing2-2/+2
2025-12-05nvmet-fc: use pr_* print macros instead of dev_*Daniel Wagner1-27/+21
2025-12-05nvmet-fcloop: remove unused lsdir member.Daniel Wagner1-1/+0
2025-12-05nvmet-fcloop: check all request and response have been processedDaniel Wagner1-2/+6
2025-12-05nvme-fc: check all request and response have been processedDaniel Wagner1-0/+2
2025-12-05block: fix memory leak in __blkdev_issue_zero_pagesShaurya Rane1-3/+3
2025-12-05block: fix comment for op_is_zone_mgmt() to include RESET_ALLshechenglong1-4/+1
2025-12-05block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOsDamien Le Moal1-0/+4
2025-12-04blk-mq: Abort suspend when wakeup events are pendingCong Zhang1-2/+16
2025-12-04blk-mq: add blk_rq_nr_bvec() helperChaitanya Kulkarni3-6/+22
2025-12-04block: add IOC_PR_READ_RESERVATION ioctlStefan Hajnoczi2-0/+35
2025-12-04block: add IOC_PR_READ_KEYS ioctlStefan Hajnoczi2-0/+63
2025-12-04nvme: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+5
2025-12-04scsi: sd: reject invalid pr_read_keys() num_keys valuesStefan Hajnoczi1-1/+11
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang3-19/+12
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang2-55/+37
2025-12-04Merge tag 'ntfs3_for_6.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds13-331/+421
2025-12-04Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-711/+872
2025-12-04Merge tag 'gfs2-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds27-768/+396
2025-12-04Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds44-1743/+1194
2025-12-04Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds29-743/+363
2025-12-04Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-148/+178
2025-12-04Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds30-914/+2698
2025-12-04Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds74-2298/+2773
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds108-1557/+3019
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds46-856/+1299
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1652-23922/+57995
2025-12-04Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds157-4998/+10852
2025-12-04Merge tag 'linux_kselftest-kunit-6.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-3/+35
2025-12-04Merge tag 'linux_kselftest-next-6.19-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-19/+176
2025-12-04Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds17-115/+207
2025-12-04Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds131-477/+59666
2025-12-04Merge tag 'livepatching-for-6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+12
2025-12-04Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-411/+1893