summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-183-7/+7
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-1813-45/+10
* block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-183-6/+7
* block: add a bdev_fua helperChristoph Hellwig2022-04-181-2/+1
* block: add a bdev_write_cache helperChristoph Hellwig2022-04-182-2/+2
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-181-1/+1
* drbd: cleanup decide_on_discard_supportChristoph Hellwig2022-04-181-33/+35
* drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig2022-04-181-1/+1
* drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig2022-04-181-5/+7
* drbd: remove assign_p_sizes_qlimChristoph Hellwig2022-04-181-27/+20
* pktcdvd: stop using bio_resetChristoph Hellwig2022-04-181-16/+9
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-181-12/+13
* block: null_blk: end timed out poll requestMing Lei2022-04-141-1/+1
* drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder2022-04-061-0/+1
* drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong2022-04-061-4/+2
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-064-33/+42
* Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-021-12/+12
|\
| * Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe2022-04-021-12/+12
* | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-027-33/+50
|\|
| * drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-011-15/+27
| * drbd: remove usage of list iterator variable after loopJakob Koschel2022-04-011-2/+5
| * nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-03-311-12/+12
| * drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
| * loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-0/+1
| * n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu2022-03-211-1/+1
| * xen/blkfront: fix comment for need_copyDongli Zhang2022-03-211-1/+1
| * xen-blkback: remove redundant assignment to variable iColin Ian King2022-03-211-1/+1
* | Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-281-4/+4
|\ \
| * | xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-161-4/+4
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-2510-160/+21
|\ \ \
| * | | scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-021-1/+1
| * | | scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-021-2/+4
| * | | scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-234-14/+3
| * | | scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-235-143/+13
* | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-0/+1
|\ \ \ \
| * | | | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-232-5/+1
|\ \ \ \ \
| * | | | | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-222-5/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2213-84/+86
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-03-181-0/+1
| |\ \ \ \
| | * | | | nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2022-03-161-0/+1
| * | | | | virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-171-4/+4
| |/ / / /
| * | | | xen/blkfront: speed up purge_persistent_grants()Juergen Gross2022-03-111-1/+4
| * | | | floppy: use memcpy_{to,from}_bvecChristoph Hellwig2022-03-041-4/+2
| * | | | drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig2022-03-041-2/+2
| * | | | drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig2022-03-041-3/+3
| * | | | zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig2022-03-041-4/+1
| * | | | zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig2022-03-041-3/+1
| * | | | aoe: use bvec_kmap_local in bvcpyChristoph Hellwig2022-03-041-2/+2
| * | | | null_blk: null_alloc_page() cleanupChaitanya Kulkarni2022-02-271-7/+5