summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-301-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-031-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
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | drbd: Convert from ahash to shashKees Cook2018-09-061-17/+18
|/
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-181-2/+1
* drbd: mark expected switch fall-throughsGustavo A. R. Silva2018-07-091-0/+3
* drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-3/+3
* drbd: switch to sock_recvmsg()Al Viro2017-12-031-1/+2
* drbd: Convert timers to use timer_setup()Kees Cook2017-11-061-1/+1
* drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2017-08-291-1/+1
* drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-291-1/+1
* drbd: fix race between handshake and admin disconnect/downLars Ellenberg2017-08-291-0/+3
* drbd: mark symbols static where possibleBaoyou Xie2017-08-291-1/+1
* drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg2017-08-291-3/+44
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+3
* drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+3
* drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig2017-04-081-98/+4
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-3/+6
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* block: drbd: remove impossible failure handlingMing Lei2016-11-221-13/+1
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* drbd: correctly handle failed crypto_alloc_hashLars Ellenberg2016-06-141-1/+2
* drbd: code cleanups without semantic changesFabian Frederick2016-06-141-4/+4
* drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg2016-06-141-3/+44
* drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-141-35/+102