summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-0/+2
2019-12-17drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2-6/+3
2019-12-05drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck1-1/+1
2019-12-05drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg1-8/+29
2019-12-05drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2-3/+22
2019-12-05drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg1-3/+30
2019-12-05block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter1-1/+0
2019-08-16drbd: dynamically allocate shash descriptorArnd Bergmann1-2/+12
2019-02-12drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg1-7/+8
2019-02-12drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg1-1/+1
2019-02-12drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer1-5/+6
2018-08-24drbd: Fix drbd_request_prepare() discard handlingBart Van Assche1-2/+2
2018-07-11drbd: fix access after freeLars Ellenberg1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-08-30drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown1-3/+2
2017-08-30drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner1-1/+1
2017-08-30drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer1-1/+1
2017-08-30drbd: abort drbd_start_resync if there is no connectionRoland Kammerer1-0/+5
2017-08-30drbd: move global variables to drbd namespace and make some staticRoland Kammerer4-49/+43
2017-08-30drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman3-13/+13
2017-08-30drbd: fix race between handshake and admin disconnect/downLars Ellenberg1-0/+3
2017-08-30drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg3-23/+56
2017-08-30drbd: A single dot should be put into a sequence.Markus Elfring1-1/+1
2017-08-30drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg1-1/+2
2017-08-30drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang1-12/+8
2017-08-30drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg1-3/+5
2017-08-30drbd: new disk-option disable-write-sameLars Ellenberg1-3/+12
2017-08-30drbd: Fix resource role for newly created resources in events2Philipp Reisner1-1/+1
2017-08-30drbd: mark symbols static where possibleBaoyou Xie3-3/+6
2017-08-30drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg1-0/+8
2017-08-30drbd: add explicit plugging when submitting batchesLars Ellenberg1-6/+15
2017-08-30drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg1-4/+4
2017-08-30drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg6-9/+139
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig6-8/+8
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+7
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2017-06-28drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-27Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro1-12/+15
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown3-1/+13
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-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig6-19/+19
2017-05-27drbd: ->sendpage() never needed set_fs()Al Viro1-3/+0
2017-05-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+15
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg1-12/+15
2017-05-09mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1