aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche1-8/+7
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche1-5/+6
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)1-4/+2
2022-04-17drbd: Replace "unsigned" with "unsigned int"Cai Huoqing1-4/+4
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing1-2/+2
2022-04-17block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong1-1/+0
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+3
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+1
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-40/+7
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig1-2/+2
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig1-40/+7
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+4
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-18/+4
2021-12-13drbd: Use struct_group() to zero algsKees Cook1-1/+2
2021-06-09drbd: remove unnecessary oom messageZhen Lei1-16/+6
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones1-1/+1
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones1-13/+11
2021-01-31drbd: Avoid comma separated statementsJoe Perches1-2/+4
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-1/+1
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-10-05drbd: remove ->this_bdevChristoph Hellwig1-5/+5
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-3/+1
2020-06-15sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra1-2/+1
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-3/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-2/+2
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-2/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-01-29drbd: fifo_alloc() should use struct_sizeStephen Kitt1-1/+1
2019-07-23drbd: dynamically allocate shash descriptorArnd Bergmann1-2/+12
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner1-13/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-2/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+220
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg1-15/+156
2018-12-20drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg1-1/+1
2018-12-20drbd: fix comment typosLars Ellenberg1-1/+1
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg1-0/+19
2018-12-20drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg1-5/+6