aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-04-14block: null_blk: end timed out poll requestGravatar Ming Lei 1-1/+1
2022-04-06drbd: set QUEUE_FLAG_STABLE_WRITESGravatar Christoph Böhmwalder 1-0/+1
2022-04-06drbd: fix an invalid memory access caused by incorrect use of list iteratorGravatar Xiaomeng Tong 1-4/+2
2022-04-06drbd: Fix five use after free bugs in get_initial_stateGravatar Lv Yunlong 4-33/+42
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+12
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Gravatar Jens Axboe 1-12/+12
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-33/+50
2022-03-31drbd: remove check of list iterator against head past the loop bodyGravatar Jakob Koschel 1-15/+27
2022-03-31drbd: remove usage of list iterator variable after loopGravatar Jakob Koschel 1-2/+5
2022-03-31nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Gravatar Zhang Wensheng 1-12/+12
2022-03-30drbd: fix potential silent data corruptionGravatar Lars Ellenberg 1-1/+2
2022-03-30loop: fix ioctl calls using compat_loop_infoGravatar Carlos Llamas 1-0/+1
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 10-160/+21
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-5/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsGravatar NeilBrown 2-5/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-84/+86
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 22-254/+70
2022-03-21fs: Move many prototypes to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-21n64cart: convert bi_disk to bi_bdev->bd_disk fix buildGravatar Jackie Liu 1-1/+1
2022-03-21xen/blkfront: fix comment for need_copyGravatar Dongli Zhang 1-1/+1
2022-03-21xen-blkback: remove redundant assignment to variable iGravatar Colin Ian King 1-1/+1
2022-03-17Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Gravatar Jens Axboe 1-0/+1
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitGravatar Randy Dunlap 1-4/+4
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHGravatar Christoph Hellwig 1-0/+1
2022-03-15xen/grant-table: remove readonly parameter from functionsGravatar Juergen Gross 1-4/+4
2022-03-11xen/blkfront: speed up purge_persistent_grants()Gravatar Juergen Gross 1-1/+4
2022-03-09Merge tag 'xsa396-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-26/+37
2022-03-08blk-mq: prepare for implementing hctx table via xarrayGravatar Ming Lei 1-1/+1
2022-03-08block: mtip32xx: don't touch q->queue_hw_ctxGravatar Ming Lei 1-3/+1
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioGravatar Christoph Hellwig 1-8/+1
2022-03-07xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusGravatar Juergen Gross 1-26/+37
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Gravatar Xie Yongji 1-10/+2
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroGravatar Xie Yongji 1-2/+8
2022-03-04floppy: use memcpy_{to,from}_bvecGravatar Christoph Hellwig 1-4/+2
2022-03-04drbd: use bvec_kmap_local in recv_dless_readGravatar Christoph Hellwig 1-2/+2
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioGravatar Christoph Hellwig 1-3/+3
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeGravatar Christoph Hellwig 1-4/+1
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readGravatar Christoph Hellwig 1-3/+1
2022-03-04aoe: use bvec_kmap_local in bvcpyGravatar Christoph Hellwig 1-2/+2
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndGravatar Christoph Hellwig 1-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 1-2/+4
2022-02-27null_blk: null_alloc_page() cleanupGravatar Chaitanya Kulkarni 1-7/+5
2022-02-27null_blk: remove hardcoded null_alloc_page() paramGravatar Chaitanya Kulkarni 1-4/+4
2022-02-27null_blk: remove hardcoded alloc_cmd() parameterGravatar Chaitanya Kulkarni 1-17/+12
2022-02-27loop: allow user to set the queue depthGravatar Chaitanya Kulkarni 1-1/+20
2022-02-27loop: remove extra variable in lo_req_flushGravatar Chaitanya Kulkarni 1-2/+1
2022-02-27loop: remove extra variable in lo_fallocate()Gravatar Chaitanya Kulkarni 1-2/+1
2022-02-27loop: use sysfs_emit() in the sysfs xxx show()Gravatar Chaitanya Kulkarni 1-5/+5