summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig6-18/+18
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig3-7/+7
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig13-45/+10
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig3-6/+7
2022-04-18block: add a bdev_fua helperChristoph Hellwig1-2/+1
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig2-2/+2
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-18drbd: cleanup decide_on_discard_supportChristoph Hellwig1-33/+35
2022-04-18drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig1-1/+1
2022-04-18drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig1-5/+7
2022-04-18drbd: remove assign_p_sizes_qlimChristoph Hellwig1-27/+20
2022-04-18pktcdvd: stop using bio_resetChristoph Hellwig1-16/+9
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-12/+13
2022-04-14block: null_blk: end timed out poll requestMing Lei1-1/+1
2022-04-06drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder1-0/+1
2022-04-06drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong1-4/+2
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong4-33/+42
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+12
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-02Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds7-33/+50
2022-04-01drbd: remove check of list iterator against head past the loop bodyJakob Koschel1-15/+27
2022-04-01drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-03-31nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-12/+12
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg1-1/+2
2022-03-30loop: fix ioctl calls using compat_loop_infoCarlos Llamas1-0/+1
2022-03-29Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-160/+21
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown2-5/+1
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds13-84/+86
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds22-254/+70
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2022-03-21n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu1-1/+1
2022-03-21xen/blkfront: fix comment for need_copyDongli Zhang1-1/+1
2022-03-21xen-blkback: remove redundant assignment to variable iColin Ian King1-1/+1
2022-03-18Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Jens Axboe1-0/+1
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig1-0/+1
2022-03-16xen/grant-table: remove readonly parameter from functionsJuergen Gross1-4/+4
2022-03-11xen/blkfront: speed up purge_persistent_grants()Juergen Gross1-1/+4
2022-03-10Merge tag 'xsa396-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-26/+37
2022-03-09blk-mq: prepare for implementing hctx table via xarrayMing Lei1-1/+1
2022-03-09block: mtip32xx: don't touch q->queue_hw_ctxMing Lei1-3/+1
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig1-8/+1
2022-03-07xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-26/+37
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji1-10/+2
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji1-2/+8
2022-03-04floppy: use memcpy_{to,from}_bvecChristoph Hellwig1-4/+2
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig1-2/+2