summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+2
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-2/+1Star
|\
| * block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-201-2/+1Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\ \ | |/ |/|
| * signal/drbd: Use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1Star
|/
* drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-201-3/+8
* drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-201-1/+16
* block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
* drbd: don't override the queue_lockChristoph Hellwig2018-11-151-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche2018-10-041-1/+1
* | drbd: Convert from ahash to shashKees Cook2018-09-061-7/+7
|/
* drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang2018-08-081-8/+4Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * drbd: switch to proc_create_singleChristoph Hellwig2018-05-161-1/+2
* | drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-46/+25Star
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-1/+1
|/
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-281-2/+1Star
* drbd: switch to sock_recvmsg()Al Viro2017-12-031-7/+1Star
* drbd: Convert timers to use timer_setup()Kees Cook2017-11-061-11/+7Star
* drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown2017-08-301-3/+2Star
* drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner2017-08-301-1/+1
* drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-291-31/+31
* drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman2017-08-291-2/+2
* 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/+8Star
* drbd: mark symbols static where possibleBaoyou Xie2017-08-291-1/+3
* drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg2017-08-291-0/+13
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-3/+0Star
|\
| * drbd: ->sendpage() never needed set_fs()Al Viro2017-05-271-3/+0Star
* | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-1/+0Star
* | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-0/+9
* | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-1/+3
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
|/
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0Star
* drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-1/+2
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-031-7/+4Star
|\ \ | |/ |/|
| * [drbd] use sock_sendmsg()Al Viro2016-12-271-7/+4Star
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-011-4/+2Star
|\ \
| * | idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-4/+2Star
| |/
* | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-3/+3
|\ \
| * | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-3/+3
| |/
* / locking/atomic, kref: Kill kref_sub()Peter Zijlstra2017-01-141-3/+4
|/
* drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2016-11-101-1/+1
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4