Age | Commit message (Expand) | Author | Files | Lines |
2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -52/+28 |
2020-10-05 | drbd: remove ->this_bdev | Christoph Hellwig | 7 | -33/+25 |
2020-10-03 | drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() | Coly Li | 1 | -1/+1 |
2020-09-25 | drbd: don't set ->bd_contains | Christoph Hellwig | 1 | -2/+0 |
2020-09-25 | drbd: don't detour through bd_contains for the gendisk | Christoph Hellwig | 2 | -2/+2 |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig | 1 | -9/+1 |
2020-09-24 | drbd: remove dead code in device_to_statistics | Christoph Hellwig | 1 | -6/+0 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 5 | -11/+11 |
2020-08-06 | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+1 |
2020-08-05 | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2020-08-05 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+4 |
2020-07-21 | block: remove blk_queue_stack_limits | Christoph Hellwig | 1 | -2/+2 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -3/+3 |
2020-07-16 | drbd: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-09 | writeback: remove bdi->congested_fn | Christoph Hellwig | 1 | -59/+0 |
2020-07-09 | drbd: remove a bogus bdi_rw_congested call | Christoph Hellwig | 1 | -1/+0 |
2020-07-05 | Replace HTTP links with HTTPS ones: DRBD driver | Alexander A. Klimov | 1 | -1/+1 |
2020-07-01 | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig | 5 | -7/+7 |
2020-07-01 | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 3 | -6/+7 |
2020-07-01 | block: remove the request_queue argument from blk_queue_split | Christoph Hellwig | 1 | -1/+1 |
2020-07-01 | drbd: stop using ->queuedata | Christoph Hellwig | 2 | -2/+1 |
2020-06-16 | drbd: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -5/+5 |
2020-06-15 | sched: Remove sched_set_*() return value | Peter Zijlstra | 1 | -3/+1 |
2020-06-15 | sched,drbd: Convert to sched_set_fifo*() | Peter Zijlstra | 1 | -2/+1 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 4 | -39/+10 |
2020-06-03 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -23/+4 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -3/+1 |
2020-05-28 | tcp: add tcp_sock_set_quickack | Christoph Hellwig | 2 | -10/+2 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 3 | -10/+3 |
2020-05-28 | tcp: add tcp_sock_set_cork | Christoph Hellwig | 3 | -19/+5 |
2020-05-27 | drbd: use bio_{start,end}_io_acct | Christoph Hellwig | 1 | -23/+4 |
2020-03-30 | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -11/+0 |
2020-03-27 | block: simplify queue allocation | Christoph Hellwig | 1 | -2/+1 |
2020-03-25 | block: move the part_stat* helpers from genhd.h to a new header | Christoph Hellwig | 2 | -0/+2 |
2020-03-12 | block/drbd: delete invalid function drbd_md_mark_dirty_ | Jackie Liu | 1 | -11/+0 |
2020-01-30 | drbd: fifo_alloc() should use struct_size | Stephen Kitt | 4 | -5/+6 |
2019-11-28 | drbd: Remove unneeded semicolon | zhengbin | 1 | -1/+1 |
2019-11-26 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -7/+6 |
2019-11-08 | block: drbd: remove a stray unlock in __drbd_send_protocol() | Dan Carpenter | 1 | -1/+0 |
2019-10-18 | drbd: Use pr_warn instead of pr_warning | Kefeng Wang | 1 | -7/+6 |
2019-09-26 | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro | Michel Lespinasse | 1 | -26/+3 |
2019-08-19 | signal: Allow cifs and drbd to receive their terminating signals | Eric W. Biederman | 1 | -0/+2 |
2019-07-23 | drbd: dynamically allocate shash descriptor | Arnd Bergmann | 1 | -2/+12 |
2019-07-09 | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -66/+5 |
2019-07-09 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -3/+3 |
2019-06-20 | block: drbd: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 3 | -66/+5 |
2019-05-27 | signal/drbd: Use send_sig not force_sig | Eric W. Biederman | 3 | -3/+3 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91 | Thomas Gleixner | 13 | -169/+13 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -5/+6 |