summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)Author
2019-12-05drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg
2019-12-05drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg
2019-02-12drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg
2016-06-13drbd: don't forget error completion when "unsuspending" IOLars Ellenberg
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg
2016-06-13drbd: possibly disable discard support, if backend has discard_zeroes_data=0Lars Ellenberg
2016-06-13drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg
2016-06-13drbd: fix for truncated minor number in callback command lineLars Ellenberg
2016-06-13drbd: Introduce new disk config option rs-discard-granularityPhilipp Reisner
2016-06-13drbd: Kill code duplicationPhilipp Reisner
2016-05-10block/drbd: align properly u64 in nl messagesNicolas Dichtel
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-27drbd: Use shash and ahashHerbert Xu
2015-11-25drbd: fix error path during resizeLars Ellenberg
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner
2015-11-25drbd: fix memory leak in drbd_adm_resizeOleg Drokin
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg
2015-11-25drbd: fix queue limit setup for discardLars Ellenberg
2015-11-25drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner
2015-11-25drbd: fix refcount error during detach of an already failed diskLars Ellenberg
2015-11-25drbd: drbdsetup detach of an unresponsive local disk should not block IO "for...Lars Ellenberg
2015-11-25drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner
2015-11-25drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher
2015-11-25drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher
2015-11-25drbd: Remove pointless checkPhilipp Reisner
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg
2014-07-10drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg
2014-07-10drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner