aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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