| Commit message (Expand) | Author | Age | Files | Lines |
* | drbd: use set_capacity_and_notify | Christoph Hellwig | 2020-11-16 | 1 | -4/+2 |
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-13 | 1 | -19/+12 |
|\ |
|
| * | drbd: remove ->this_bdev | Christoph Hellwig | 2020-10-05 | 1 | -17/+12 |
| * | drbd: don't set ->bd_contains | Christoph Hellwig | 2020-09-25 | 1 | -2/+0 |
* | | drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() | Coly Li | 2020-10-02 | 1 | -1/+1 |
|/ |
|
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | writeback: remove bdi->congested_fn | Christoph Hellwig | 2020-07-08 | 1 | -59/+0 |
* | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig | 2020-07-01 | 1 | -1/+1 |
* | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 2020-07-01 | 1 | -4/+5 |
* | drbd: stop using ->queuedata | Christoph Hellwig | 2020-07-01 | 1 | -1/+0 |
* | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 2020-05-28 | 1 | -1/+1 |
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-03-30 | 1 | -11/+0 |
|\ |
|
| * | block/drbd: delete invalid function drbd_md_mark_dirty_ | Jackie Liu | 2020-03-12 | 1 | -11/+0 |
* | | block: simplify queue allocation | Christoph Hellwig | 2020-03-27 | 1 | -2/+1 |
|/ |
|
* | block: drbd: remove a stray unlock in __drbd_send_protocol() | Dan Carpenter | 2019-11-08 | 1 | -1/+0 |
* | signal: Allow cifs and drbd to receive their terminating signals | Eric W. Biederman | 2019-08-19 | 1 | -0/+2 |
* | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-07-09 | 1 | -2/+1 |
|\ |
|
| * | block: drbd: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-20 | 1 | -2/+1 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | signal/drbd: Use send_sig not force_sig | Eric W. Biederman | 2019-05-27 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91 | Thomas Gleixner | 2019-05-24 | 1 | -13/+1 |
|/ |
|
* | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire") | Lars Ellenberg | 2018-12-20 | 1 | -3/+8 |
* | drbd: centralize printk reporting of new size into drbd_set_my_capacity() | Lars Ellenberg | 2018-12-20 | 1 | -1/+16 |
* | block: remove the lock argument to blk_alloc_queue_node | Christoph Hellwig | 2018-11-15 | 1 | -1/+1 |
* | drbd: don't override the queue_lock | Christoph Hellwig | 2018-11-15 | 1 | -1/+1 |
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-11-01 | 1 | -1/+1 |
|\ |
|
| * | iov_iter: Separate type from direction and use accessor functions | David Howells | 2018-10-24 | 1 | -1/+1 |
* | | block: Finish renaming REQ_DISCARD into REQ_OP_DISCARD | Bart Van Assche | 2018-10-03 | 1 | -1/+1 |
* | | drbd: Convert from ahash to shash | Kees Cook | 2018-09-06 | 1 | -7/+7 |
|/ |
|
* | drivers/block/drbd: remove the null check for kmem_cache_destroy | zhong jiang | 2018-08-08 | 1 | -8/+4 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+2 |
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 1 | -1/+1 |
|\ |
|
| * | drbd: switch to proc_create_single | Christoph Hellwig | 2018-05-16 | 1 | -1/+2 |
* | | drbd: convert to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 1 | -46/+25 |
* | | block drivers/block: Use octal not symbolic permissions | Joe Perches | 2018-05-24 | 1 | -1/+1 |
|/ |
|
* | block: Fix a race between the cgroup code and request queue initialization | Bart Van Assche | 2018-02-28 | 1 | -2/+1 |
* | drbd: switch to sock_recvmsg() | Al Viro | 2017-12-02 | 1 | -7/+1 |
* | drbd: Convert timers to use timer_setup() | Kees Cook | 2017-11-06 | 1 | -11/+7 |
* | drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_set | NeilBrown | 2017-08-30 | 1 | -3/+2 |
* | drbd: Fix allyesconfig build, fix recent commit | Philipp Reisner | 2017-08-30 | 1 | -1/+1 |
* | drbd: move global variables to drbd namespace and make some static | Roland Kammerer | 2017-08-29 | 1 | -31/+31 |
* | drbd: rename "usermode_helper" to "drbd_usermode_helper" | Greg Kroah-Hartman | 2017-08-29 | 1 | -2/+2 |
* | drbd: fix rmmod cleanup, remove _all_ debugfs entries | Lars Ellenberg | 2017-08-29 | 1 | -1/+2 |
* | drbd: Use setup_timer() instead of init_timer() to simplify the code. | Geliang Tang | 2017-08-29 | 1 | -12/+8 |
* | drbd: mark symbols static where possible | Baoyou Xie | 2017-08-29 | 1 | -1/+3 |
* | drbd: introduce drbd_recv_header_maybe_unplug | Lars Ellenberg | 2017-08-29 | 1 | -0/+13 |
* | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-05 | 1 | -3/+0 |
|\ |
|
| * | drbd: ->sendpage() never needed set_fs() | Al Viro | 2017-05-27 | 1 | -3/+0 |
* | | block: don't bother with bounce limits for make_request drivers | Christoph Hellwig | 2017-06-27 | 1 | -1/+0 |
* | | drbd: use bio_clone_fast() instead of bio_clone() | NeilBrown | 2017-06-18 | 1 | -0/+9 |