- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 2bccef3 drbd: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 974c585 drbd: remove BIOSET_NEED_RESCUER flag from drbd_{md_,}io_bio_set by NeilBrown · 7 years ago
- 5fc1efd drbd: Fix allyesconfig build, fix recent commit by Philipp Reisner · 7 years ago
- 365cf66 drbd: switch from kmalloc() to kmalloc_array() by Roland Kammerer · 7 years ago
- d3d2948 drbd: abort drbd_start_resync if there is no connection by Roland Kammerer · 7 years ago
- 183ece3 drbd: move global variables to drbd namespace and make some static by Roland Kammerer · 7 years ago
- 8ab761e drbd: rename "usermode_helper" to "drbd_usermode_helper" by Greg Kroah-Hartman · 7 years ago
- cde81d9 drbd: fix race between handshake and admin disconnect/down by Lars Ellenberg · 7 years ago
- 33d32fa drbd: fix potential deadlock when trying to detach during handshake by Lars Ellenberg · 7 years ago
- 427fd2b drbd: A single dot should be put into a sequence. by Markus Elfring · 7 years ago
- 3f1a1b7 drbd: fix rmmod cleanup, remove _all_ debugfs entries by Lars Ellenberg · 7 years ago
- be7445a drbd: Use setup_timer() instead of init_timer() to simplify the code. by Geliang Tang · 7 years ago
- 7c752ed drbd: fix potential get_ldev/put_ldev refcount imbalance during attach by Lars Ellenberg · 7 years ago
- 9de7e14 drbd: new disk-option disable-write-same by Lars Ellenberg · 7 years ago
- c200d98 drbd: Fix resource role for newly created resources in events2 by Philipp Reisner · 7 years ago
- 1ffa7bf drbd: mark symbols static where possible by Baoyou Xie · 7 years ago
- e1fbc4c drbd: Send P_NEG_ACK upon write error in protocol != C by Lars Ellenberg · 7 years ago
- de6978b drbd: add explicit plugging when submitting batches by Lars Ellenberg · 7 years ago
- 9da10e8 drbd: change list_for_each_safe to while(list_first_entry_or_null) by Lars Ellenberg · 7 years ago
- c51a0ef drbd: introduce drbd_recv_header_maybe_unplug by Lars Ellenberg · 7 years ago
- 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
- d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
- 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- e9d5d4a drbd: Drop unnecessary static by Julia Lawall · 7 years ago
- 0b0bcac block: don't bother with bounce limits for make_request drivers by Christoph Hellwig · 7 years ago
- ca1579f Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs by Al Viro · 7 years ago
- 8cb0def drbd: use bio_clone_fast() instead of bio_clone() by NeilBrown · 7 years ago
- 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 7 years ago
- 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
- af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 7 years ago
- 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
- 10428957 drbd: ->sendpage() never needed set_fs() by Al Viro · 8 years ago
- 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- a00ebd1 drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub() by Lars Ellenberg · 8 years ago
- 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
- 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
- fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
- 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
- 45c2179 drbd: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
- 0dbed96 drbd: make intelligent use of blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
- ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
- 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
- cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
- 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- d3e709e idr: Return the deleted entry from idr_remove by Matthew Wilcox · 8 years ago
- dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
- bdfafc4 locking/atomic, kref: Kill kref_sub() by Peter Zijlstra · 8 years ago
- 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
- 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
- 79ab80b [drbd] use sock_sendmsg() by Al Viro · 10 years ago
- 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 06efffd block: drbd: remove impossible failure handling by Ming Lei · 8 years ago
- d8e9e5e drbd: Fix kernel_sendmsg() usage - potential NULL deref by Richard Weinberger · 8 years ago
- 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
- a2b8096 block: replace REQ_NOIDLE with REQ_IDLE by Christoph Hellwig · 8 years ago
- 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
- 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
- 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
- 1b57e66 drbd: correctly handle failed crypto_alloc_hash by Lars Ellenberg · 8 years ago
- 27ea1d8 drbd: al_write_transaction: skip re-scanning of bitmap page pointer array by Lars Ellenberg · 8 years ago
- 13c2088 drbd: finally report ms, not jiffies, in log message by Lars Ellenberg · 8 years ago
- 4e526a0 drbd: get rid of empty statement in is_valid_state by Roland Kammerer · 8 years ago
- 7e5fec3 drbd: code cleanups without semantic changes by Fabian Frederick · 8 years ago
- 20004e2 drbd: bump current uuid when resuming IO with diskless peer by Lars Ellenberg · 8 years ago
- 31d6460 drbd: disallow promotion during resync handshake, avoid deadlock and hard reset by Lars Ellenberg · 8 years ago
- f2d3d75 drbd: sync_handshake: handle identical uuids with current (frozen) Primary by Lars Ellenberg · 8 years ago
- 9104d31 drbd: introduce WRITE_SAME support by Lars Ellenberg · 8 years ago
- 60bac04 drbd: report sizes if rejecting too small peer disk by Lars Ellenberg · 8 years ago
- 65f5be3 drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0 by Lars Ellenberg · 8 years ago
- af61494 drbd: only restart frozen disk io when D_UP_TO_DATE by Lars Ellenberg · 8 years ago
- 0ead5cc drbd: if there is no good data accessible, writes should be IO errors by Lars Ellenberg · 8 years ago
- 7bd000c drbd: don't forget error completion when "unsuspending" IO by Lars Ellenberg · 8 years ago
- 26a9611 drbd: introduce unfence-peer handler by Lars Ellenberg · 8 years ago
- 5052fee drbd: finish resync on sync source only by notification from sync target by Lars Ellenberg · 8 years ago
- 505675f drbd: allow larger max_discard_sectors by Lars Ellenberg · 8 years ago
- 7435e90 drbd: zero-out partial unaligned discards on local backend by Lars Ellenberg · 8 years ago
- 69ba1ee drbd: possibly disable discard support, if backend has discard_zeroes_data=0 by Lars Ellenberg · 8 years ago
- dd4f699 drbd: when receiving P_TRIM, zero-out partial unaligned chunks by Lars Ellenberg · 8 years ago
- f9ff0da drbd: allow parallel flushes for multi-volume resources by Lars Ellenberg · 8 years ago
- 0982368 drbd: fix for truncated minor number in callback command line by Lars Ellenberg · 8 years ago
- 1b228c9 drbd: fix regression: protocol A sometimes synchronous, C sometimes double-latency by Lars Ellenberg · 8 years ago
- bca1cba drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWED by Lars Ellenberg · 8 years ago
- 92d94ae drbd: Create the protocol feature THIN_RESYNC by Philipp Reisner · 8 years ago
- a5ca66c drbd: Introduce new disk config option rs-discard-granularity by Philipp Reisner · 8 years ago
- 700ca8c drbd: Implement handling of thinly provisioned storage on resync target nodes by Philipp Reisner · 8 years ago
- c5c2385 drbd: Kill code duplication by Philipp Reisner · 8 years ago
- be115b6 drbd: change bitmap write-out when leaving resync states by Lars Ellenberg · 8 years ago
- c0065f9 drbd: bitmap bulk IO: do not always suspend IO by Lars Ellenberg · 8 years ago
- 8bf223c block: drbd: avoid to use BIO_MAX_SIZE by Ming Lei · 9 years ago
- 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
- bb3cc85 drbd: use bio op accessors by Mike Christie · 8 years ago
- 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago