summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-211-1/+1
* block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui2022-09-211-3/+0
* drbd: remove orphan _req_may_be_done() declarationGaosheng Cui2022-09-211-2/+0
* block/drbd: remove unused w_start_resync declarationGaosheng Cui2022-09-121-1/+0
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg2022-08-021-7/+42
* block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche2022-07-143-11/+9
* block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-13/+15
* drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig2022-07-141-4/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* drbd: Return true/false (not 1/0) from bool functionsHaowen Bai2022-04-171-1/+1
* drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2022-04-173-12/+6
* drbd: Replace "unsigned" with "unsigned int"Cai Huoqing2022-04-171-4/+4
* drbd: Make use of PFN_UP helper macroCai Huoqing2022-04-173-4/+4
* block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong2022-04-171-1/+0
* drbd: address enum mismatch warningsArnd Bergmann2022-04-171-11/+13
* drbd: fix duplicate array initializerArnd Bergmann2022-04-171-5/+6
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+3
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-172-6/+6
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-173-20/+4
* block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-172-4/+6
* drbd: cleanup decide_on_discard_supportChristoph Hellwig2022-04-171-33/+35
* drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig2022-04-171-1/+1
* drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig2022-04-171-5/+7
* drbd: remove assign_p_sizes_qlimChristoph Hellwig2022-04-171-27/+20
* 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-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-012-18/+34
|\
| * drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-03-311-15/+27
| * drbd: remove usage of list iterator variable after loopJakob Koschel2022-03-311-2/+5
| * drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-245-143/+13
|\ \
| * | scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-225-143/+13
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-5/+1
|\ \ \ | |_|/ |/| |
| * | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-222-5/+1
| |/
* | 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
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-042-4/+4
* | drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig2022-02-041-2/+1
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+4
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-022-7/+5
* | drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig2022-02-021-18/+4
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* drbd: Use struct_group() to zero algsKees Cook2021-12-133-4/+8
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-3/+1
|\
| * drbd: Fix double free problem in drbd_create_deviceWu Bo2021-11-041-3/+1
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\ \ | |/ |/|