summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-012-2/+2
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-012-2/+3
* drbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-4/+2
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-137-52/+28
|\
| * drbd: remove ->this_bdevChristoph Hellwig2020-10-057-33/+25
| * drbd: don't set ->bd_containsChristoph Hellwig2020-09-251-2/+0
| * drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-9/+1
| * drbd: remove dead code in device_to_statisticsChristoph Hellwig2020-09-241-6/+0
* | drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li2020-10-021-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-11/+11
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-4/+1
|\
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-3/+1
| * sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-2/+2
|\ \
| * | block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-2/+2
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \ \
| * | | Replace HTTP links with HTTPS ones: DRBD driverAlexander A. Klimov2020-07-051-1/+1
| | |/ | |/|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-4/+4
|\ \ \ | |_|/ |/| |
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
| * | drbd: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-59/+0
* | | drbd: remove a bogus bdi_rw_congested callChristoph Hellwig2020-07-081-1/+0
* | | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-015-7/+7
* | | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-013-6/+7
* | | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
* | | drbd: stop using ->queuedataChristoph Hellwig2020-07-012-2/+1
|/ /
* / drbd: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-152-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-39/+10
|\
| * tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-282-10/+2
| * tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-283-10/+3
| * tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-283-19/+5
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-23/+4
|\ \
| * | drbd: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-23/+4
| |/
* / mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-3/+1
|/
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-11/+0
|\
| * block/drbd: delete invalid function drbd_md_mark_dirty_Jackie Liu2020-03-121-11/+0
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-252-0/+2
|/
* drbd: fifo_alloc() should use struct_sizeStephen Kitt2020-01-294-5/+6
* drbd: Remove unneeded semicolonzhengbin2019-11-281-1/+1
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-7/+6
|\
| * drbd: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-7/+6
* | block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-11-081-1/+0
* | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-26/+3
* | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+2
* | drbd: dynamically allocate shash descriptorArnd Bergmann2019-07-231-2/+12
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-093-66/+5
|\
| * block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-3/+3
|\ \ | |/ |/|