index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
drbd: Drop unnecessary static
Julia Lawall
1
-1
/
+1
2017-06-27
block: don't bother with bounce limits for make_request drivers
Christoph Hellwig
1
-1
/
+0
2017-06-27
Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs
Al Viro
1
-12
/
+15
2017-06-18
drbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
3
-1
/
+13
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
1
-1
/
+3
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-1
/
+1
2017-06-18
blk: remove bio_set arg from blk_queue_split()
NeilBrown
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
6
-19
/
+19
2017-05-27
drbd: ->sendpage() never needed set_fs()
Al Viro
1
-3
/
+0
2017-05-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+15
2017-05-11
drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()
Lars Ellenberg
1
-12
/
+15
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-1
/
+1
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
2
-8
/
+1
2017-04-08
drbd: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
5
-7
/
+15
2017-04-08
drbd: make intelligent use of blkdev_issue_zeroout
Christoph Hellwig
4
-110
/
+7
2017-04-08
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
1
-3
/
+6
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-2
/
+5
2017-03-03
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+4
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
3
-1
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-03-01
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-4
/
+2
2017-02-21
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-10
/
+12
2017-02-14
idr: Return the deleted entry from idr_remove
Matthew Wilcox
1
-4
/
+2
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
4
-10
/
+12
2017-01-14
locking/atomic, kref: Kill kref_sub()
Peter Zijlstra
2
-24
/
+14
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2017-01-14
locking/atomic, kref: Add KREF_INIT()
Peter Zijlstra
1
-1
/
+1
2016-12-27
[drbd] use sock_sendmsg()
Al Viro
1
-7
/
+4
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-15
/
+3
2016-11-22
block: drbd: remove impossible failure handling
Ming Lei
1
-13
/
+1
2016-11-10
drbd: Fix kernel_sendmsg() usage - potential NULL deref
Richard Weinberger
1
-1
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
1
-1
/
+1
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
4
-9
/
+9
2016-08-03
dynamic_debug: only add header when used
Luis de Bethencourt
2
-1
/
+1
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+0
2016-07-27
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-319
/
+1218
2016-07-21
block: get rid of bio_rw and READA
Christoph Hellwig
2
-26
/
+38
2016-06-14
drbd: correctly handle failed crypto_alloc_hash
Lars Ellenberg
1
-1
/
+2
2016-06-14
drbd: al_write_transaction: skip re-scanning of bitmap page pointer array
Lars Ellenberg
3
-15
/
+54
2016-06-14
drbd: finally report ms, not jiffies, in log message
Lars Ellenberg
1
-4
/
+8
2016-06-14
drbd: get rid of empty statement in is_valid_state
Roland Kammerer
1
-1
/
+2
2016-06-14
drbd: code cleanups without semantic changes
Fabian Frederick
13
-54
/
+51
2016-06-14
drbd: bump current uuid when resuming IO with diskless peer
Lars Ellenberg
1
-6
/
+28
2016-06-14
drbd: disallow promotion during resync handshake, avoid deadlock and hard reset
Lars Ellenberg
1
-0
/
+9
2016-06-14
drbd: sync_handshake: handle identical uuids with current (frozen) Primary
Lars Ellenberg
1
-3
/
+44
2016-06-14
drbd: introduce WRITE_SAME support
Lars Ellenberg
10
-80
/
+360
[prev]
[next]