aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+0
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+21
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov1-3/+0
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+4
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos1-1/+15
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-109/+376
2025-12-04blk-mq: add blk_rq_nr_bvec() helperChaitanya Kulkarni2-6/+4
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-290/+421
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+11
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-4/+5
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-33/+21
2025-12-01block/rnbd: correct all kernel-doc complaintsRandy Dunlap1-4/+11
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-24Revert "Merge branch 'loop-aio-nowait' into for-6.19/block"Jens Axboe1-194/+39
2025-11-24zram: fix the issue that the write - back limits might overflowYuwen Chen1-0/+10
2025-11-24zram: read slot block idx under slot lockSergey Senozhatsky1-3/+3
2025-11-24zram: rework bdev block allocationSergey Senozhatsky1-19/+18
2025-11-24zram: drop wb_limit_lockSergey Senozhatsky2-18/+5
2025-11-24zram: take write lock in wb limit store handlersSergey Senozhatsky1-7/+10
2025-11-24zram: add writeback batch size device attrSergey Senozhatsky2-6/+41
2025-11-24zram: 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-06virtio_blk: NULL out vqs to avoid double free on failed resumeCong Zhang1-1/+12
2025-11-06null_blk: allow byte aligned memory offsetsKeith Busch2-22/+25
2025-11-06null_blk: single kmap per bio segmentKeith Busch1-18/+14
2025-11-06null_blk: consistently use blk_status_tKeith Busch1-7/+7
2025-11-06null_blk: simplify copy_from_nullbKeith Busch1-4/+3
2025-11-06ublk: use rq_for_each_segment() for user copyCaleb Sander Mateos1-51/+19
2025-11-06ublk: 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-05rust: 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-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-11-04nbd: don't copy kernel credsChristian Brauner1-33/+21
2025-11-03ublk: use struct_size() for allocationMing Lei1-3/+3
2025-11-03ublk: implement NUMA-aware memory allocationMing Lei1-31/+53
2025-11-03ublk: reorder tag_set initialization before queue allocationMing Lei1-6/+6
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-11/+11
2025-11-03drbd: replace kmap() with kmap_local_page() in receiver pathShi Hao1-4/+4
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-10-31null_blk: set dma alignment to logical block sizeHans Holmberg1-0/+1
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2025-10-20nbd: override creds to kernel when calling sock_{send,recv}msg()Ondrej Mosnacek1-0/+15
2025-10-20rnull: use `kernel::fmt`Tamir Duberstein1-4/+5
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+7
2025-10-08loop: remove redundant __GFP_NOWARN flagPedro Demarchi Gomes1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+9
2025-10-02loop: fix backing file reference leak on validation errorLi Chen1-2/+6
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-296/+617
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-09-24ublk: remove redundant zone op check in ublk_setup_iod()Caleb Sander Mateos1-5/+0
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-3/+3
2025-09-21aoe: stop calling page_address() in free_page()Vishal Moola (Oracle)1-1/+1
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-5/+3
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos1-10/+14
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos1-6/+5
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos1-4/+4
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos1-3/+2
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos1-5/+5
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos1-4/+4
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos1-13/+11
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos1-4/+6
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos1-2/+2
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos1-1/+1
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos1-0/+34
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos1-7/+5
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos1-3/+0
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-09-17drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-09-15zram: fix slot write race conditionSergey Senozhatsky1-5/+3
2025-09-13zram: protect recomp_algorithm_show() with ->init_lockSergey Senozhatsky1-15/+8
2025-09-10ublk: consolidate nr_io_ready and nr_queues_readyCaleb Sander Mateos1-16/+12
2025-09-09drivers/block: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari5-5/+5
2025-09-09drivers/block: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-09drivers/block: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2025-09-09block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum1-6/+3
2025-09-09nbd: restrict sockets to TCP and UDPEric Dumazet1-0/+8
2025-09-08null_blk: Fix the description of the cache_size module argumentGenjian Zhang1-1/+1
2025-09-03ublk: inline __ublk_ch_uring_cmd()Caleb Sander Mateos1-39/+23
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe9-23/+22
2025-09-02rnull: add soft-irq completion supportAndreas Hindborg2-13/+78
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg1-0/+9
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg1-3/+5
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg3-29/+239
2025-09-02rnull: move driver to separate directoryAndreas Hindborg5-12/+18
2025-09-01brd: use page reference to protect page lifetimeYu Kuai1-27/+48
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei1-2/+70
2025-08-25floppy: Sort headers alphabeticallyAndy Shevchenko1-22/+22
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko1-2/+0
2025-08-25loop: fix zero sized loop for block special fileYu Kuai1-10/+16
2025-08-18loop: use vfs_getattr_nosec for accurate file sizeRajeev Mishra1-2/+13
2025-08-18loop: Consolidate size calculation logic into lo_calculate_size()Rajeev Mishra1-17/+9
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro9-23/+22
2025-08-11ublk: check for unprivileged daemon on each I/O fetchCaleb Sander Mateos1-9/+7
2025-08-11ublk: don't quiesce in ublk_ch_releaseUday Shankar1-7/+5
2025-08-11drbd: Remove the open-coded page poolPhilipp Reisner4-347/+71
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-31zloop: fix KASAN use-after-free of tag setShin'ichiro Kawasaki1-1/+2
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds14-3231/+449
2025-07-22sunvdc: Balance device refcount in vdc_port_mpgroup_checkMa Ke1-1/+3
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2025-07-16loop: use kiocb helpers to fix lockdep warningMing Lei1-3/+2
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos1-5/+4
2025-07-15ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()Ming Lei1-2/+2
2025-07-15ublk: remove ublk_commit_and_fetch()Ming Lei1-18/+18
2025-07-15ublk: add helper ublk_check_fetch_buf()Ming Lei1-13/+19
2025-07-15ublk: store auto buffer register data into `struct ublk_io`Ming Lei1-18/+12
2025-07-15ublk: move auto buffer register handling into one dedicated helperMing Lei1-56/+71
2025-07-15ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()Ming Lei1-15/+29
2025-07-15ublk: let ublk_fill_io_cmd() cover more thingsMing Lei1-4/+2
2025-07-15ublk: move fake timeout logic into __ublk_complete_rq()Ming Lei1-4/+1
2025-07-15ublk: look up ublk task via its pid in timeout handlerMing Lei1-8/+17
2025-07-15ublk: validate ublk server pidMing Lei1-0/+9
2025-07-13block: floppy: Fix uninitialized use of outparamPurva Yeshi1-1/+1
2025-07-11loop: Avoid updating block size under exclusive ownerJan Kara1-8/+30
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2025-07-09null_blk: use memzero_page()Matthew Wilcox (Oracle)1-1/+1
2025-07-09nbd: fix lockdep deadlock warningMing Lei1-1/+11
2025-07-08drbd: add missing kref_get in handle_write_conflictsSarah Newman1-1/+5
2025-07-08block: mtip32xx: Fix usage of dma_map_sg()Thomas Fourier1-10/+17
2025-07-07nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing1-3/+3
2025-07-07block: remove pktcdvd driverJens Axboe3-2960/+0
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds2-7/+10
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar1-20/+34
2025-07-04ublk: speed up ublk server exit handlingUday Shankar1-15/+21
2025-07-03zram: pass buffer offset to zcomp_available_show()Sergey Senozhatsky3-13/+13
2025-07-03block: zram: replace scnprintf() with sysfs_emit() in *_show() functionsRahul Kumar1-11/+11
2025-07-01virtio: blk/scsi: use block layer helpers to calculate num of queuesDaniel Wagner1-3/+2
2025-07-01brd: fix sleeping function called from invalid context in brd_insert_page()Yu Kuai1-2/+4
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei1-5/+6
2025-06-30ublk: cache-align struct ublk_ioCaleb Sander Mateos1-1/+1
2025-06-30ublk: remove ubq checks from ublk_{get,put}_req_ref()Caleb Sander Mateos1-24/+11
2025-06-30ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon taskCaleb Sander Mateos1-1/+8
2025-06-30ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon taskCaleb Sander Mateos1-9/+61
2025-06-30ublk: return early if blk_should_fake_timeout()Caleb Sander Mateos1-2/+3
2025-06-30ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any taskCaleb Sander Mateos1-5/+22
2025-06-30ublk: don't take ublk_queue in ublk_unregister_io_buf()Caleb Sander Mateos1-3/+3
2025-06-30ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checksCaleb Sander Mateos1-4/+1
2025-06-30ublk: remove task variable from __ublk_ch_uring_cmd()Caleb Sander Mateos1-3/+1
2025-06-30ublk: handle UBLK_IO_FETCH_REQ earlierCaleb Sander Mateos1-9/+12
2025-06-30ublk: check cmd_op firstCaleb Sander Mateos1-6/+6
2025-06-30ublk: remove struct ublk_rq_dataCaleb Sander Mateos1-60/+71
2025-06-30ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos1-2/+2
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-12/+37
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg1-1/+2
2025-06-24ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei1-10/+25
2025-06-24ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei1-1/+10
2025-06-19Merge tag 'block-6.16-20250619' of git://git.kernel.dk/linuxLinus Torvalds4-3/+22
2025-06-19ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg1-0/+3
2025-06-17aoe: defer rexmit timer downdev work to workqueueJustin Sanders3-3/+11
2025-06-17aoe: clean device rq_list in aoedev_downdev()Justin Sanders1-0/+8
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2025-06-11loop: move lo_set_size() out of queue freezeMing Lei1-6/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-10/+14
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds2-57/+62
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-13/+35
2025-05-31zram: support deflate-specific paramsSergey Senozhatsky3-6/+28
2025-05-31zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky6-7/+7
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-108/+223
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar1-55/+56
2025-05-27loop: add file_start_write() and file_end_write()Ming Lei1-2/+6
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds8-320/+1892