aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+15
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg1-12/+15
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig2-8/+1
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig5-7/+15
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig4-110/+7
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-3/+6
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+5
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar3-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds4-10/+12
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-4/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara4-10/+12
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra2-24/+14
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-1/+1
2016-12-26[drbd] use sock_sendmsg()Al Viro1-7/+4
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-15/+3
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-1/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe4-9/+9
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt2-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds16-319/+1218
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig2-26/+38
2016-06-13drbd: correctly handle failed crypto_alloc_hashLars Ellenberg1-1/+2
2016-06-13drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg3-15/+54
2016-06-13drbd: finally report ms, not jiffies, in log messageLars Ellenberg1-4/+8
2016-06-13drbd: get rid of empty statement in is_valid_stateRoland Kammerer1-1/+2
2016-06-13drbd: code cleanups without semantic changesFabian Frederick13-54/+51
2016-06-13drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg1-6/+28
2016-06-13drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg1-0/+9
2016-06-13drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg1-3/+44
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg10-80/+360
2016-06-13drbd: report sizes if rejecting too small peer diskLars Ellenberg1-3/+6
2016-06-13drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg1-3/+6
2016-06-13drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg1-1/+1
2016-06-13drbd: if there is no good data accessible, writes should be IO errorsLars Ellenberg1-0/+22
2016-06-13drbd: don't forget error completion when "unsuspending" IOLars Ellenberg1-16/+32
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg3-3/+28
2016-06-13drbd: finish resync on sync source only by notification from sync targetLars Ellenberg2-9/+26
2016-06-13drbd: allow larger max_discard_sectorsLars Ellenberg2-5/+5
2016-06-13drbd: zero-out partial unaligned discards on local backendLars Ellenberg2-6/+25