summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* drbd: remove usage of list iterator variable after loopJakob Koschel2022-05-251-2/+5
* block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones2022-05-151-5/+8
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-154-33/+42
* drbd: fix potential silent data corruptionLars Ellenberg2022-04-151-1/+2
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-0/+2
* drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2019-12-172-6/+3
* drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2019-12-051-1/+1
* drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2019-12-051-8/+29
* drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2019-12-052-3/+22
* drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2019-12-051-3/+30
* block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-12-051-1/+0
* drbd: dynamically allocate shash descriptorArnd Bergmann2019-08-161-2/+12
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-121-7/+8
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-121-1/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-121-5/+6
* drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang2018-08-081-8/+4
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-2/+2
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-182-5/+2
* drbd: mark expected switch fall-throughsGustavo A. R. Silva2018-07-091-0/+3
* drbd: Do not redefine __must_hold()Bart Van Assche2018-07-091-2/+0
* Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-061-1/+1
|\
| * drbd: fix access after freeLars Ellenberg2018-07-021-1/+1
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-301-2/+2
|\ \ | |/
| * drbd: Fix drbd_request_prepare() discard handlingBart Van Assche2018-06-291-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
|/
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-35/+3
|\
| * drbd: switch to proc_create_singleChristoph Hellwig2018-05-163-35/+4
* | drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-59/+38
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-242-11/+11
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+2
|/
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-281-2/+1
* Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-302-8/+3
|\
| * drbd: switch to sock_recvmsg()Al Viro2017-12-022-8/+3
* | block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-136-21/+17
|\
| * drbd: Convert timers to use timer_setup()Kees Cook2017-11-066-21/+17
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
|/
* drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown2017-08-301-3/+2
* drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner2017-08-301-1/+1
* drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2017-08-291-1/+1
* drbd: abort drbd_start_resync if there is no connectionRoland Kammerer2017-08-291-0/+5
* drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-294-49/+43
* drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman2017-08-293-13/+13
* drbd: fix race between handshake and admin disconnect/downLars Ellenberg2017-08-291-0/+3
* drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg2017-08-293-23/+56
* drbd: A single dot should be put into a sequence.Markus Elfring2017-08-291-1/+1
* drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg2017-08-291-1/+2
* drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang2017-08-291-12/+8
* drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg2017-08-291-3/+5