summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2019-12-05block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter
2017-08-30drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown
2017-08-30drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer
2017-08-29drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman
2017-08-29drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg
2017-08-29drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang
2017-08-29drbd: mark symbols static where possibleBaoyou Xie
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-05-27drbd: ->sendpage() never needed set_fs()Al Viro
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra
2016-12-26[drbd] use sock_sendmsg()Al Viro
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWEDLars Ellenberg
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner
2016-06-13drbd: bitmap bulk IO: do not always suspend IOLars Ellenberg
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07drbd: use bio op accessorsMike Christie
2016-04-12drbd: switch to using blk_queue_write_cache()Jens Axboe
2016-01-27drbd: Use shash and ahashHerbert Xu
2015-11-25drbd: don't block forever in disconnect during resync if fencing=r-a-stonithLars Ellenberg
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg
2015-11-25drbd: fix spurious alert level printkLars Ellenberg
2015-11-25drbd: use resource name in workqueueLars Ellenberg
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo
2015-03-24block, drbd: use mempool_create_slab_pool()David Rientjes
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher