summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2016-12-26[drbd] use sock_sendmsg()Al Viro
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-11-22block: drbd: remove impossible failure handlingMing Lei
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-13drbd: correctly handle failed crypto_alloc_hashLars Ellenberg
2016-06-13drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg
2016-06-13drbd: finally report ms, not jiffies, in log messageLars Ellenberg
2016-06-13drbd: get rid of empty statement in is_valid_stateRoland Kammerer
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg
2016-06-13drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg
2016-06-13drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: report sizes if rejecting too small peer diskLars Ellenberg
2016-06-13drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg
2016-06-13drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg
2016-06-13drbd: if there is no good data accessible, writes should be IO errorsLars Ellenberg
2016-06-13drbd: don't forget error completion when "unsuspending" IOLars Ellenberg
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg
2016-06-13drbd: finish resync on sync source only by notification from sync targetLars Ellenberg
2016-06-13drbd: allow larger max_discard_sectorsLars Ellenberg
2016-06-13drbd: zero-out partial unaligned discards on local backendLars Ellenberg