aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2022-11-25drbd: use after free in drbd_create_device()Dan Carpenter
2022-06-14drbd: fix duplicate array initializerArnd Bergmann
2022-05-25drbd: remove usage of list iterator variable after loopJakob Koschel
2019-11-08block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15drbd: don't override the queue_lockChristoph Hellwig
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche
2018-09-06drbd: Convert from ahash to shashKees Cook
2018-08-08drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-16drbd: switch to proc_create_singleChristoph Hellwig
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche
2017-12-02drbd: switch to sock_recvmsg()Al Viro
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook
2017-08-30drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown
2017-08-30drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner
2017-08-29drbd: move global variables to drbd namespace and make some staticRoland Kammerer
2017-08-29drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman
2017-08-29drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg
2017-08-29drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang
2017-08-29drbd: mark symbols static where possibleBaoyou Xie
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-05-27drbd: ->sendpage() never needed set_fs()Al Viro
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara