summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
Commit message (Expand)AuthorAge
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-28
* Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-30
|\
| * drbd: switch to sock_recvmsg()Al Viro2017-12-02
* | block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-06
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * drbd: Convert timers to use timer_setup()Kees Cook2017-11-06
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_setNeilBrown2017-08-30
* drbd: Fix allyesconfig build, fix recent commitPhilipp Reisner2017-08-30
* drbd: switch from kmalloc() to kmalloc_array()Roland Kammerer2017-08-29
* drbd: abort drbd_start_resync if there is no connectionRoland Kammerer2017-08-29
* drbd: move global variables to drbd namespace and make some staticRoland Kammerer2017-08-29
* drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman2017-08-29
* drbd: fix race between handshake and admin disconnect/downLars Ellenberg2017-08-29
* drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg2017-08-29
* drbd: A single dot should be put into a sequence.Markus Elfring2017-08-29
* drbd: fix rmmod cleanup, remove _all_ debugfs entriesLars Ellenberg2017-08-29
* drbd: Use setup_timer() instead of init_timer() to simplify the code.Geliang Tang2017-08-29
* drbd: fix potential get_ldev/put_ldev refcount imbalance during attachLars Ellenberg2017-08-29
* drbd: new disk-option disable-write-sameLars Ellenberg2017-08-29
* drbd: Fix resource role for newly created resources in events2Philipp Reisner2017-08-29
* drbd: mark symbols static where possibleBaoyou Xie2017-08-29
* drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg2017-08-29
* drbd: add explicit plugging when submitting batchesLars Ellenberg2017-08-29
* drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg2017-08-29
* drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg2017-08-29
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: pass in queue to inflight accountingJens Axboe2017-08-09
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-05
|\
| * Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-26
| |\
| * | drbd: ->sendpage() never needed set_fs()Al Viro2017-05-27
* | | drbd: Drop unnecessary staticJulia Lawall2017-06-27
* | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-27
* | | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-18
* | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-18
* | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-18
* | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-18
* | | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-20
|\ \ | |/ |/|
| * drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg2017-05-11
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-08
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\
| * netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-08
* | drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* | drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig2017-04-08
* | block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-08
|/
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02