aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25drbd: fix error path during resizeLars Ellenberg1-30/+38
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg1-14/+19
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner1-3/+5
2015-11-25drbd: fix memory leak in drbd_adm_resizeOleg Drokin1-0/+2
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg1-35/+86
2015-11-25drbd: fix queue limit setup for discardLars Ellenberg1-9/+14
2015-11-25drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg1-1/+24
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-2/+2
2015-11-25drbd: fix refcount error during detach of an already failed diskLars Ellenberg1-3/+7
2015-11-25drbd: drbdsetup detach of an unresponsive local disk should not block IO "forever"Lars Ellenberg1-1/+1
2015-11-25drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner1-6/+6
2015-11-25drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring1-2/+1
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher1-79/+487
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher1-3/+622
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-21/+24
2015-11-25drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher1-12/+16
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher1-2/+2
2015-11-25drbd: Remove pointless checkPhilipp Reisner1-1/+1
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-2/+2
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner1-1/+1
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher1-1/+1
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-34/+26
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-44/+66
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-2/+2
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg1-1/+3
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-1/+1
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-1/+1
2014-07-10drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg1-3/+1
2014-07-10drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg1-2/+2
2014-07-10drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg1-0/+4
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg1-7/+0
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg1-1/+9
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg1-12/+18
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-15/+26
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner1-2/+2
2014-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-04-30drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner1-1/+1
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner1-1/+2
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner1-6/+6
2014-04-30drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg1-1/+7
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg1-0/+20
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg1-14/+86
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg1-167/+166
2014-04-30drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner1-1/+1
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner1-1/+0
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner1-0/+8
2014-02-21drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher1-1/+1
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-5/+5
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-9/+18
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher1-1/+1