aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown1-0/+9
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-1/+3
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-05-27drbd: ->sendpage() never needed set_fs()Al Viro1-3/+0
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-2/+0
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+4
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-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-4/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-3/+3
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-3/+4
2016-12-26[drbd] use sock_sendmsg()Al Viro1-7/+4
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-4/+4
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-1/+1
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-10/+72
2016-06-13drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWEDLars Ellenberg1-1/+6
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner1-0/+18
2016-06-13drbd: bitmap bulk IO: do not always suspend IOLars Ellenberg1-2/+4
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07drbd: use bio op accessorsMike Christie1-9/+11
2016-04-12drbd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-01-27drbd: Use shash and ahashHerbert Xu1-8/+8
2015-11-25drbd: don't block forever in disconnect during resync if fencing=r-a-stonithLars Ellenberg1-1/+3
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg1-14/+2
2015-11-25drbd: fix spurious alert level printkLars Ellenberg1-0/+4
2015-11-25drbd: use resource name in workqueueLars Ellenberg1-2/+2
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-9/+1
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner1-5/+5
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-1/+23
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher1-1/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-1/+0
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-5/+5
2015-03-24block, drbd: use mempool_create_slab_pool()David Rientjes1-4/+3
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher1-14/+3
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-3/+3
2014-09-11drbd: Use better variable namesAndreas Gruenbacher1-14/+14
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg1-0/+14
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg1-14/+19
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg1-3/+19
2014-07-10drbd: track details of bitmap IOLars Ellenberg1-0/+1
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-0/+1
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg1-1/+6
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg1-3/+4
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-7/+7