summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-10-05drbd: remove ->this_bdevChristoph Hellwig
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra
2020-06-15sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-01-29drbd: fifo_alloc() should use struct_sizeStephen Kitt
2019-07-23drbd: dynamically allocate shash descriptorArnd Bergmann
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-12-20drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg
2018-12-20drbd: fix comment typosLars Ellenberg
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg
2018-12-20drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg
2018-12-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg
2018-12-20drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg
2018-12-20drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-09-06drbd: Convert from ahash to shashKees Cook
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-07-09drbd: mark expected switch fall-throughsGustavo A. R. Silva
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2017-12-02drbd: switch to sock_recvmsg()Al Viro
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook
2017-08-29drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer
2017-08-29drbd: fix race between handshake and admin disconnect/downLars Ellenberg
2017-08-29drbd: mark symbols static where possibleBaoyou Xie
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar