summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-11-29zram: fix a spelling mistakeChu Guangqing1-1/+1
2025-11-28ublk: add helper of __ublk_fetch()Ming Lei1-22/+24
2025-11-28ublk: pass const pointer to ublk_queue_is_zoned()Ming Lei1-1/+1
2025-11-28ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei1-21/+43
2025-11-28ublk: add `union ublk_io_buf` with improved namingMing Lei1-18/+22
2025-11-28ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei1-5/+7
2025-11-26ublk: prevent invalid access with DEBUGKevin Brodsky1-2/+2
2025-11-25Revert "Merge branch 'loop-aio-nowait' into for-6.19/block"Jens Axboe1-194/+39
2025-11-25zram: fix the issue that the write - back limits might overflowYuwen Chen1-0/+10
2025-11-25zram: read slot block idx under slot lockSergey Senozhatsky1-3/+3
2025-11-25zram: rework bdev block allocationSergey Senozhatsky1-19/+18
2025-11-25zram: drop wb_limit_lockSergey Senozhatsky2-18/+5
2025-11-25zram: take write lock in wb limit store handlersSergey Senozhatsky1-7/+10
2025-11-25zram: add writeback batch size device attrSergey Senozhatsky2-6/+41
2025-11-25zram: introduce writeback bio batchingSergey Senozhatsky1-68/+301
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-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-08nbd: defer config put in recv_workZheng Qixing1-1/+1
2025-11-07virtio_blk: NULL out vqs to avoid double free on failed resumeCong Zhang1-1/+12
2025-11-07null_blk: allow byte aligned memory offsetsKeith Busch2-22/+25
2025-11-07null_blk: single kmap per bio segmentKeith Busch1-18/+14
2025-11-07null_blk: consistently use blk_status_tKeith Busch1-7/+7
2025-11-07null_blk: simplify copy_from_nullbKeith Busch1-4/+3
2025-11-07ublk: use rq_for_each_segment() for user copyCaleb Sander Mateos1-51/+19
2025-11-07ublk: use copy_{to,from}_iter() for user copyCaleb Sander Mateos1-48/+14
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-11-06rust: block: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-2/+1
2025-11-05block: introduce disk_report_zone()Damien Le Moal5-12/+14
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-11-04nbd: don't copy kernel credsChristian Brauner1-33/+21