aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche1-1/+1
2018-09-06drbd: Convert from ahash to shashKees Cook1-7/+7
2018-08-08drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang1-8/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet1-46/+25
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-05-16drbd: switch to proc_create_singleChristoph Hellwig1-1/+2
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche1-2/+1
2017-12-02drbd: switch to sock_recvmsg()Al Viro1-7/+1
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook1-11/+7
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-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer1-31/+31
2017-08-29drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman1-2/+2
2017-08-29drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg1-1/+2
2017-08-29drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang1-12/+8
2017-08-29drbd: mark symbols static where possibleBaoyou Xie1-1/+3
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg1-0/+13
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown1-0/+9
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-05-27drbd: ->sendpage() never needed set_fs()Al Viro1-3/+0
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-2/+0
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-4/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-3/+3
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-3/+4
2016-12-26[drbd] use sock_sendmsg()Al Viro1-7/+4
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-4/+4
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-1/+1
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-10/+72
2016-06-13drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWEDLars Ellenberg1-1/+6
2016-06-13drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner1-0/+18
2016-06-13drbd: bitmap bulk IO: do not always suspend IOLars Ellenberg1-2/+4
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07drbd: use bio op accessorsMike Christie1-9/+11
2016-04-12drbd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-01-27drbd: Use shash and ahashHerbert Xu1-8/+8
2015-11-25drbd: don't block forever in disconnect during resync if fencing=r-a-stonithLars Ellenberg1-1/+3