summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* drbd: new disk-option disable-write-sameLars Ellenberg2017-08-291-3/+12
* drbd: Fix resource role for newly created resources in events2Philipp Reisner2017-08-291-1/+1
* drbd: mark symbols static where possibleBaoyou Xie2017-08-293-3/+6
* drbd: Send P_NEG_ACK upon write error in protocol != CLars Ellenberg2017-08-291-0/+8
* drbd: add explicit plugging when submitting batchesLars Ellenberg2017-08-291-6/+15
* drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg2017-08-291-4/+4
* drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg2017-08-296-9/+139
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-236-8/+8
* block: pass in queue to inflight accountingJens Axboe2017-08-091-3/+7
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-3/+0
|\
| * Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-261-12/+15
| |\
| * | drbd: ->sendpage() never needed set_fs()Al Viro2017-05-271-3/+0
* | | drbd: Drop unnecessary staticJulia Lawall2017-06-271-1/+1
* | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-1/+0
* | | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* | | 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
* | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* | | block: switch bios to blk_status_tChristoph Hellwig2017-06-096-19/+19
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-12/+15
|\ \ | |/ |/|
| * drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg2017-05-111-12/+15
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-1/+1
|\
| * netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
OpenPOWER on IntegriCloud