summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
* drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2022-04-171-4/+2
* drbd: Replace "unsigned" with "unsigned int"Cai Huoqing2022-04-171-4/+4
* drbd: Make use of PFN_UP helper macroCai Huoqing2022-04-171-2/+2
* block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong2022-04-171-1/+0
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+3
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-40/+7
|\
| * scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-40/+7
* | drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig2022-03-041-2/+2
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+4
* | drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig2022-02-021-18/+4
|/
* drbd: Use struct_group() to zero algsKees Cook2021-12-131-1/+2
* drbd: remove unnecessary oom messageZhen Lei2021-06-091-16/+6
* drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1
* block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones2021-04-061-1/+1
* block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones2021-04-061-13/+11
* drbd: Avoid comma separated statementsJoe Perches2021-01-311-2/+4
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-1/+1
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-1/+1
* drbd: remove ->this_bdevChristoph Hellwig2020-10-051-5/+5
* drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-251-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-4/+1
|\
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-3/+1
| * sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
|/
* tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-281-3/+2
* tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-2/+2
* tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-2/+2
* block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
* drbd: fifo_alloc() should use struct_sizeStephen Kitt2020-01-291-1/+1
* drbd: dynamically allocate shash descriptorArnd Bergmann2019-07-231-2/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-2/+2
|\
| * block: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-2/+2
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
| |/
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-021-31/+220
|\
| * drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-201-15/+156
| * drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
| * drbd: fix comment typosLars Ellenberg2018-12-201-1/+1
| * drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-201-0/+19
| * drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
| * drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
| * drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
| * drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2018-12-201-5/+6
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
|/