index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2011-09-28
drbd: Improve the drbd_find_overlap() documentation
Andreas Gruenbacher
2011-09-28
drbd: Make the peer_seq updating code more obvious
Andreas Gruenbacher
2011-09-28
drbd: Defer new writes when detecting conflicting writes
Andreas Gruenbacher
2011-09-28
drbd: Remove unnecessary reference counting left-over
Andreas Gruenbacher
2011-09-28
drbd: _req_conflicts(): Get rid of the epoch_entries tree
Andreas Gruenbacher
2011-09-28
drbd: Allow to wait for the completion of an epoch entry as well
Andreas Gruenbacher
2011-09-28
drbd: Remove redundant check from drbd_contains_interval()
Andreas Gruenbacher
2011-09-28
drbd: struct drbd_request: Introduce a new collision flag
Andreas Gruenbacher
2011-09-28
drbd: Move some functions to where they are used
Andreas Gruenbacher
2011-09-28
drbd: Move sequence number logic into drbd_receiver.c and simplify it
Andreas Gruenbacher
2011-09-28
drbd: Initialize the sequence number sent over the network even when not used
Andreas Gruenbacher
2011-09-28
drbd: Remove redundant initialization
Andreas Gruenbacher
2011-09-28
drbd: Rename "enum drbd_packets" to "enum drbd_packet"
Andreas Gruenbacher
2011-09-28
drbd: Move cmdname() out of drbd_int.h
Andreas Gruenbacher
2011-09-28
drbd: Do not access tconn after it was freed
Philipp Reisner
2011-09-28
drbd: Implemented receiving of new style packets on meta socket
Philipp Reisner
2011-09-28
drbd: Use new header layout
Philipp Reisner
2011-08-29
drbd: Replaced all p_header80 with a generic p_header
Philipp Reisner
2011-08-29
drbd: Preparing to use p_header96 for all packets
Philipp Reisner
2011-08-29
drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
Philipp Reisner
2011-08-29
drbd: moved crypto transformations and friends from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved req_lock and transfer log from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved agreed_pro_version, last_received and ko_count to tconn
Philipp Reisner
2011-08-29
drbd: moved receiver, worker and asender from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved data and meta from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved net_cont and net_cnt_wait from mdev to tconn
Philipp Reisner
2011-08-29
drbd: moved net_conf from mdev to tconn
Philipp Reisner
2011-08-29
drbd: Minimal struct drbd_tconn
Philipp Reisner
2011-08-29
drbd: Interval tree bugfix
Andreas Gruenbacher
2011-08-29
drbd: Inline function overlaps() is now unused
Andreas Gruenbacher
2011-08-29
drbd: Remove some useless paranoia code
Andreas Gruenbacher
2011-08-29
drbd: Replace the ERR_IF macro with an assert-like macro
Andreas Gruenbacher
2011-08-29
drbd: Convert all constants in enum drbd_thread_state to upper case
Andreas Gruenbacher
2011-08-29
drbd: Convert all constants in enum drbd_req_event to upper case
Andreas Gruenbacher
2011-08-29
drbd: Remove the unused hash tables
Andreas Gruenbacher
2011-08-29
drbd: Use interval tree for overlapping epoch entry detection
Andreas Gruenbacher
2011-08-29
drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
Andreas Gruenbacher
2011-08-29
drbd: Use the read and write request trees for request lookups
Andreas Gruenbacher
2011-08-29
drbd: Add read_requests tree
Andreas Gruenbacher
2011-08-25
drbd: Use interval tree for overlapping write request detection
Andreas Gruenbacher
2011-08-25
drbd: Put sector and size in struct drbd_request into struct drbd_interval
Andreas Gruenbacher
2011-08-25
drbd: Add interval tree data structure
Andreas Gruenbacher
2011-08-25
drbd: Request lookup code cleanup (4)
Andreas Gruenbacher
2011-08-25
drbd: Request lookup code cleanup (3)
Andreas Gruenbacher
2011-08-25
drbd: Request lookup code cleanup (2)
Andreas Gruenbacher
2011-08-25
drbd: Request lookup code cleanup (1)
Andreas Gruenbacher
2011-08-25
drbd: Update outdated comment
Andreas Gruenbacher
2011-08-25
drbd: Move drbd_free_tl_hash() to drbd_main()
Andreas Gruenbacher
2011-08-25
drbd: Magic reserved block_id value cleanup
Andreas Gruenbacher
2011-08-25
drbd: Endianness convert the constants instead of the variables
Andreas Gruenbacher
[next]