aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg1-1/+1
2018-12-20drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg1-3/+30
2018-12-20drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer1-5/+6
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-09-06drbd: Convert from ahash to shashKees Cook1-17/+18
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan1-2/+1
2018-07-09drbd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet1-3/+3
2017-12-02drbd: switch to sock_recvmsg()Al Viro1-1/+2
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-29drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer1-1/+1
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer1-1/+1
2017-08-29drbd: fix race between handshake and admin disconnect/downLars Ellenberg1-0/+3
2017-08-29drbd: mark symbols static where possibleBaoyou Xie1-1/+1
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg1-3/+44
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+3
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig1-98/+4
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-3/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-06-13drbd: correctly handle failed crypto_alloc_hashLars Ellenberg1-1/+2
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-4/+4
2016-06-13drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg1-3/+44
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-35/+102
2016-06-13drbd: report sizes if rejecting too small peer diskLars Ellenberg1-3/+6
2016-06-13drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg1-25/+115
2016-06-13drbd: allow parallel flushes for multi-volume resourcesLars Ellenberg1-25/+89
2016-06-13drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner1-1/+4
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner1-3/+85
2016-06-13drbd: change bitmap write-out when leaving resync statesLars Ellenberg1-3/+5