summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds2024-02-101-3/+4
|\
| * virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun2024-02-081-3/+4
* | Merge tag 'block-6.8-2024-01-26' of git://git.kernel.dk/linuxLinus Torvalds2024-01-261-1/+4
|\|
| * aoe: avoid potential deadlock at set_capacityMaksim Kiselev2024-01-241-1/+4
* | rbd: don't move requests to the running list on errorsIlya Dryomov2024-01-221-8/+14
* | rbd: remove usage of the deprecated ida_simple_*() APIChristophe JAILLET2024-01-221-5/+5
|/
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-184-36/+28
|\
| * loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig2024-01-181-27/+25
| * nbd: always initialize struct msghdr completelyEric Dumazet2024-01-171-5/+1
| * virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing2024-01-151-2/+0
| * null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-141-2/+2
* | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\ \
| * | io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-121-1/+1
* | | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1113-115/+84
|\ \ \ | | |/ | |/|
| * | drivers/block/xen-blkback/common.h: Fix spelling typo in commentliyouhong2024-01-041-1/+1
| * | zram: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
| * | null_blk: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
| * | nbd: use the default discard granularityChristoph Hellwig2023-12-291-5/+1
| * | loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+2
| * | aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+2
| * | null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-10/+2
| * | loop: don't update discard limits from loop_set_statusChristoph Hellwig2023-12-271-2/+0
| * | drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap2023-12-221-6/+10
| * | block: simplify disk_set_zonedChristoph Hellwig2023-12-193-3/+3
| * | block: remove support for the host aware zone modelChristoph Hellwig2023-12-193-3/+3
| * | virtio_blk: remove the broken zone revalidation supportChristoph Hellwig2023-12-191-26/+0
| * | virtio_blk: cleanup zoned device probingChristoph Hellwig2023-12-191-28/+22
| * | block/rnbd-srv: Check for unlikely string overflowKees Cook2023-12-131-9/+10
| * | block/rnbd: use %pe to print errorsSupriti Singh2023-11-272-13/+13
| * | block/rnbd: add support for REQ_OP_WRITE_ZEROESSantosh Pradhan2023-11-273-8/+18
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-094-34/+42
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| * | zram: use kmap_local_page()Sergey Senozhatsky2023-12-101-15/+15
| * | zram: tweak writeback config helpSergey Senozhatsky2023-12-101-2/+2
| * | zram: split memory-tracking and ac-time trackingSergey Senozhatsky2023-12-103-16/+24
| |/
* | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-7/+2
|\ \
| * | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-5/+2
| * | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
* | | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+0
|\ \ \
| * | | fs: move file_start_write() into vfs_iter_write()Amir Goldstein2023-11-241-2/+0
| |/ /
* | / virtio_blk: fix snprintf truncation compiler warningStefan Hajnoczi2023-12-041-4/+4
| |/ |/|
* | nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan2023-11-211-13/+22
* | block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou2023-11-201-12/+13
* | nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan2023-11-201-1/+17
* | nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan2023-11-201-8/+19
* | nbd: fold nbd config initialization into nbd_alloc_config()Li Nan2023-11-201-22/+19
|/
* nbd: fix uaf in nbd_openLi Lingfeng2023-11-071-2/+9
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-051-1/+3
|\
| * virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi2023-11-011-1/+3
* | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-014-132/+237
|\ \