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