aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-11-26ublk: prevent invalid access with DEBUGKevin Brodsky1-2/+2
2025-11-26s390/dasd: Use scnprintf() instead of sprintf()Jan Höppner1-1/+2
2025-11-26s390/dasd: Move device name formatting into separate functionJan Höppner1-26/+54
2025-11-26s390/dasd: Remove unnecessary debugfs_create() return checksStefan Haberland1-56/+8
2025-11-26s390/dasd: Fix gendisk parent after copy pair swapStefan Haberland1-0/+8
2025-11-24Revert "Merge branch 'loop-aio-nowait' into for-6.19/block"Jens Axboe1-194/+39
2025-11-20zloop: clear nowait flag in workqueue contextChaitanya Kulkarni1-0/+4
2025-11-20loop: clear nowait flag in workqueue contextChaitanya Kulkarni1-0/+4
2025-11-19zloop: fix zone append check in zloop_rw()Damien Le Moal1-1/+2
2025-11-18loop: add hint for handling aio via IOCB_NOWAITMing Lei1-0/+61
2025-11-18loop: try to handle loop aio command via NOWAIT IO firstMing Lei1-5/+63
2025-11-18loop: move command blkcg/memcg initialization into loop_queue_workMing Lei1-15/+17
2025-11-18loop: add lo_submit_rw_aio()Ming Lei1-17/+24
2025-11-18loop: add helper lo_rw_aio_prep()Ming Lei1-23/+40
2025-11-18loop: add helper lo_cmd_nr_bvec()Ming Lei1-4/+14
2025-11-18drbd: turn bitmap I/O comments into regular block commentsSukrut Heroorkar1-5/+5
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal1-12/+96
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal1-2/+30
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal1-10/+9
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal1-0/+4
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal1-3/+5
2025-11-17floppy: fix for PAGE_SIZE != 4KBRene Rebe1-1/+1
2025-11-14ps3disk: use memcpy_{from,to}_bvec indexRene Rebe1-0/+4
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky1-8/+65
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky1-12/+13
2025-11-13bcache: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+6
2025-11-13bcache: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari3-6/+9
2025-11-13bcache: replace use of system_wq with system_percpu_wqMarco Crivellari1-10/+10
2025-11-13bcache: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-11-13bcache: reduce gc latency by processing less nodes and sleep less timeColy Li3-24/+29
2025-11-13bcache: drop discard sysfs interfaceColy Li4-24/+2
2025-11-13bcache: remove discard code from alloc.cColy Li1-17/+4
2025-11-13bcache: get rid of discard code from journalColy Li2-98/+8
2025-11-13dm: fix zone reset all operation processingDamien Le Moal1-0/+9
2025-11-12null_blk: fix zone read length beyond write pointerKeith Busch2-2/+5
2025-11-11ublk: return unsigned from ublk_{,un}map_io()Caleb Sander Mateos1-3/+4
2025-11-11ublk: remove unnecessary checks in ublk_check_and_get_req()Caleb Sander Mateos1-6/+0
2025-11-11nbd: defer config unlock in nbd_genl_connectZheng Qixing1-1/+2
2025-11-11Merge tag 'md-6.19-20251111' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Jens Axboe9-72/+211
2025-11-11md: allow configuring logical block sizeLi Nan7-0/+83
2025-11-11md: add check_new_feature module parameterLi Nan1-3/+9
2025-11-11md/raid0: Move queue limit setup before r0conf initializationLi Nan1-9/+7
2025-11-11md: init bioset in mddev_initLi Nan1-36/+33
2025-11-11md: delete md_redundancy_group when array is becoming inactiveLi Nan1-0/+4
2025-11-11md: prevent adding disks with larger logical_block_size to active arraysLi Nan1-0/+7
2025-11-08nbd: defer config put in recv_workZheng Qixing1-1/+1
2025-11-08md/raid5: remove redundant __GFP_NOWARNHuiwen He1-1/+1
2025-11-08md: avoid repeated calls to del_gendiskXiao Ni2-1/+3
2025-11-08md/md-llbitmap: Remove unneeded semicolonChen Ni1-1/+1
2025-11-08md/md-linear: Enable atomic writesJohn Garry1-0/+1