index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_nl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into for-next
Jiri Kosina
2011-09-15
1
-2
/
+2
|
\
|
*
drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse
H Hartley Sweeten
2011-08-02
1
-2
/
+2
*
|
drbd: Use angle brackets for system includes
Joe Perches
2011-09-15
1
-2
/
+2
|
/
*
drbd: fix warning
Philipp Reisner
2011-05-24
1
-1
/
+1
*
drbd: Fix spelling
Bart Van Assche
2011-05-24
1
-3
/
+3
*
drbd: fix schedule in atomic
Lars Ellenberg
2011-05-24
1
-3
/
+11
*
drbd: Take a more conservative approach when deciding max_bio_size
Philipp Reisner
2011-05-24
1
-28
/
+68
*
drbd: Fixed state transitions after async outdate-peer-handler returned
Philipp Reisner
2011-05-24
1
-1
/
+14
*
Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-27
1
-59
/
+124
|
\
|
*
drbd: serialize admin requests for new verify run with pending bitmap io
Lars Ellenberg
2011-03-10
1
-0
/
+5
|
*
drbd: describe bitmap locking for bulk operation in finer detail
Lars Ellenberg
2011-03-10
1
-6
/
+13
|
*
drbd: log UUIDs whenever they change
Lars Ellenberg
2011-03-10
1
-0
/
+1
|
*
drbd: Provide hints with the error message when clearing the sync pause flag
Philipp Reisner
2011-03-10
1
-2
/
+10
|
*
drbd: serialize admin requests for new resync with pending bitmap io
Lars Ellenberg
2011-03-10
1
-1
/
+8
|
*
drbd: cleaned up __set_current_state() followed by schedule_timeout() calls
Philipp Reisner
2011-03-10
1
-2
/
+1
|
*
drbd: allow petabyte storage on 64bit arch
Lars Ellenberg
2011-03-10
1
-3
/
+5
|
*
drbd: bitmap keep track of changes vs on-disk bitmap
Lars Ellenberg
2011-03-10
1
-5
/
+6
|
*
drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_size
Andreas Gruenbacher
2011-03-10
1
-1
/
+7
|
*
drbd: drbd_nl_disk_conf: Avoid a compiler warning
Andreas Gruenbacher
2011-03-10
1
-3
/
+4
|
*
drbd: Use the standard bool, true, and false keywords
Andreas Gruenbacher
2011-03-10
1
-2
/
+2
|
*
drbd: Be more explicit about functions that return an enum drbd_state_rv
Andreas Gruenbacher
2011-03-10
1
-14
/
+15
|
*
drbd: Rename enum drbd_ret_codes to enum drbd_ret_code
Andreas Gruenbacher
2011-03-10
1
-2
/
+2
|
*
drbd: --force option for disconnect
Philipp Reisner
2011-03-10
1
-0
/
+15
|
*
drbd: add packet_type 27 (return_code_only) to netlink api
Lars Ellenberg
2011-03-10
1
-2
/
+4
|
*
drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nl
Lars Ellenberg
2011-03-10
1
-2
/
+3
|
*
drbd: New configuration parameters for dealing with network congestion
Philipp Reisner
2011-03-10
1
-0
/
+7
|
*
drbd: properly use max_hw_sectors to limit the our bio size
Lars Ellenberg
2011-03-10
1
-14
/
+13
|
*
drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k
Lars Ellenberg
2011-03-10
1
-2
/
+5
*
|
netlink: kill eff_cap from struct netlink_skb_parms
Patrick McHardy
2011-03-03
1
-1
/
+1
|
/
*
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...
Jens Axboe
2010-11-27
1
-67
/
+36
|
\
|
*
block: clean up blkdev_get() wrappers and their users
Tejun Heo
2010-11-13
1
-6
/
+6
|
*
block: make blkdev_get/put() handle exclusive access
Tejun Heo
2010-11-13
1
-67
/
+36
*
|
drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses
Philipp Reisner
2010-10-23
1
-2
/
+2
*
|
drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code
Philipp Reisner
2010-10-23
1
-2
/
+2
*
|
drbd: fix potential deadlock on detach
Lars Ellenberg
2010-10-22
1
-1
/
+15
*
|
drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuid
Lars Ellenberg
2010-10-22
1
-1
/
+0
|
/
*
drbd: cleanup useless leftover warn/error printk's
Lars Ellenberg
2010-10-14
1
-3
/
+0
*
drbd: protocol compatibility for maximum packet sizes
Lars Ellenberg
2010-10-14
1
-3
/
+15
*
drbd: Track the reasons to suspend IO in dedicated state bits
Philipp Reisner
2010-10-14
1
-6
/
+14
*
drbd: drbd_md_sync before calling user space helpers
Lars Ellenberg
2010-10-14
1
-0
/
+4
*
drbd: implicitly create unconfigured devices on sync-after dependencies
Lars Ellenberg
2010-10-14
1
-35
/
+41
*
drbd: fix race between deconfiguring and reconfiguring network
Lars Ellenberg
2010-10-14
1
-2
/
+4
*
drbd: Disable activity log updates when the whole device is out of sync
Philipp Reisner
2010-10-14
1
-1
/
+53
*
drbd: Actually allow BIOs up to 128k (was 32k).
Philipp Reisner
2010-10-14
1
-1
/
+3
*
drbd: new configuration parameter c-min-rate
Lars Ellenberg
2010-10-14
1
-1
/
+2
*
drbd: The new, smarter resync speed controller
Philipp Reisner
2010-10-14
1
-0
/
+22
*
drbd: New sync parameters for the smart resync rate controller
Philipp Reisner
2010-10-14
1
-0
/
+4
*
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended
Philipp Reisner
2010-10-14
1
-2
/
+2
*
drbd: Allow attach while IO is suspended
Philipp Reisner
2010-10-14
1
-1
/
+1
*
drbd: Ensure that the peer was not rebootet in the meantime before resending TL
Philipp Reisner
2010-10-14
1
-3
/
+0
[next]