summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun2024-03-011-3/+4
* aoe: avoid potential deadlock at set_capacityMaksim Kiselev2024-03-011-1/+4
* block/rnbd-srv: Check for unlikely string overflowKees Cook2024-02-051-9/+10
* rbd: don't move requests to the running list on errorsIlya Dryomov2024-01-311-8/+14
* nbd: always initialize struct msghdr completelyEric Dumazet2024-01-311-5/+1
* loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig2024-01-251-27/+25
* null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig2024-01-251-10/+2
* virtio_blk: fix snprintf truncation compiler warningStefan Hajnoczi2024-01-201-4/+4
* nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan2023-12-201-13/+22
* nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan2023-12-201-1/+17
* nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan2023-12-201-8/+19
* nbd: fold nbd config initialization into nbd_alloc_config()Li Nan2023-12-201-22/+19
* virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi2023-11-281-1/+3
* nbd: fix uaf in nbd_openLi Lingfeng2023-11-201-2/+9
* Merge tag 'block-6.6-2023-10-06' of git://git.kernel.dk/linuxLinus Torvalds2023-10-061-1/+2
|\
| * nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctlChristoph Hellwig2023-10-031-1/+2
* | rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov2023-09-261-11/+11
* | rbd: decouple parent info read-in from updating rbd_devIlya Dryomov2023-09-261-62/+80
* | rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov2023-09-261-92/+114
* | rbd: move rbd_dev_refresh() definitionIlya Dryomov2023-09-261-35/+33
|/
* Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxLinus Torvalds2023-09-082-3/+11
|\
| * drbd: swap bvec_set_page len and offsetChristoph Böhmwalder2023-09-061-1/+1
| * null_blk: fix poll request timeout handlingChengming Zhou2023-09-011-2/+10
* | Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-061-3/+1
|\ \ | |/ |/|
| * rbd: use list_for_each_entry() helperJinjie Ruan2023-08-301-3/+1
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-293-29/+340
|\ \
| * | ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2023-08-201-2/+5
| * | drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian2023-08-161-1/+1
| * | ublk: Switch to memdup_user_nul() helperRuan Jinjie2023-08-151-8/+3
| * | ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei2023-08-111-1/+3
| * | swim3: mark swim3_init() staticArnd Bergmann2023-08-101-1/+1
| * | ublk: Fix signedness bug returning warningLi Zetao2023-08-101-2/+2
| * | ublk: enable zoned storage supportAndreas Hindborg2023-08-081-15/+316
| * | ublk: move check for empty address field on command submissionAndreas Hindborg2023-08-081-5/+9
| * | ublk: add helper to check if device supports user copyAndreas Hindborg2023-08-081-1/+6
| * | nbd: automatically load module on genl accessThomas Weißschuh2023-07-171-0/+1
* | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291-4/+5
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-12/+20
| |\ \ \
| * | | | genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-4/+5
* | | | | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-10/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-232-30/+20
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | amiflop: don't call fsync_bdev in FDFMTBEGChristoph Hellwig2023-08-211-1/+0
| * | | | floppy: call disk_force_media_change when changing the formatChristoph Hellwig2023-08-211-1/+1
| * | | | block: simplify the disk_force_media_change interfaceChristoph Hellwig2023-08-211-3/+3
| * | | | nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctlChristoph Hellwig2023-08-211-5/+3
* | | | | Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds2023-08-191-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian2023-08-181-1/+1
* | | | | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-111-12/+20
|\| | | | | |_|_|/ |/| | |
| * | | zram: take device and not only bvec offset into accountChristoph Hellwig2023-08-051-12/+20