summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
Commit message (Expand)AuthorAgeFilesLines
* block/drbd: align properly u64 in nl messagesNicolas Dichtel2016-05-101-12/+16
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* drbd: Use shash and ahashHerbert Xu2016-01-271-22/+37
* drbd: fix error path during resizeLars Ellenberg2015-11-251-30/+38
* drbd: avoid potential deadlock during handshakeLars Ellenberg2015-11-251-14/+19
* drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner2015-11-251-3/+5
* drbd: fix memory leak in drbd_adm_resizeOleg Drokin2015-11-251-0/+2
* drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg2015-11-251-35/+86
* drbd: fix queue limit setup for discardLars Ellenberg2015-11-251-9/+14
* drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg2015-11-251-1/+24
* drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner2015-11-251-2/+2
* drbd: fix refcount error during detach of an already failed diskLars Ellenberg2015-11-251-3/+7
* drbd: drbdsetup detach of an unresponsive local disk should not block IO "for...Lars Ellenberg2015-11-251-1/+1
* drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner2015-11-251-6/+6
* drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring2015-11-251-2/+1
* drbd: Backport the "status" commandAndreas Gruenbacher2015-11-251-79/+487
* drbd: Backport the "events2" commandAndreas Gruenbacher2015-11-251-3/+622
* drbd: Fix locking across all resourcesAndreas Gruenbacher2015-11-251-21/+24
* drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher2015-11-251-12/+16
* drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher2015-11-251-2/+2
* drbd: Remove pointless checkPhilipp Reisner2015-11-251-1/+1
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-2/+2
* drbd: fix race between role change and handshakePhilipp Reisner2014-11-101-1/+1
* drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher2014-11-101-1/+1
* drbd: Minor cleanupsAndreas Gruenbacher2014-11-101-34/+26
* Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-44/+66
|\
| * drbd: track meta data IO intent, start and submit timeLars Ellenberg2014-07-101-2/+2
| * drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg2014-07-101-1/+3
| * drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-1/+1
| * drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-1/+1
| * drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg2014-07-101-3/+1
| * drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg2014-07-101-2/+2
| * drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg2014-07-101-0/+4
| * drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-101-7/+0
| * drbd: allow write-ordering policy to be bumped up againLars Ellenberg2014-07-101-1/+9
| * drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-101-12/+18
| * drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-101-15/+26
| * drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-101-2/+2
* | drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-07-101-0/+6
|/
* drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner2014-04-301-1/+1
* drbd: Test cstate while holding req_lockPhilipp Reisner2014-04-301-1/+2
* drbd: use blk_set_stacking_limits()Philipp Reisner2014-04-301-6/+6
* drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg2014-04-301-1/+7
* drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg2014-04-301-0/+20
* drbd: allow parallel promote/demote actionsLars Ellenberg2014-04-301-14/+86
* drbd: perpare for genetlink parallel_opsLars Ellenberg2014-04-301-167/+166
* drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner2014-04-301-1/+1
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-301-1/+0
* drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner2014-04-301-0/+8
* drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher2014-02-211-1/+1