index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
drbd: struct packet_info to hold information of decoded packets
Philipp Reisner
2011-09-28
1
-49
/
+54
|
*
drbd: Converted drbd_recv() from mdev to tconn
Philipp Reisner
2011-09-28
1
-23
/
+23
|
*
drbd: Converted drbd_send_handshake() from mdev to tconn
Philipp Reisner
2011-09-28
2
-11
/
+11
|
*
drbd: Converted drbd_recv_fp() from mdev to tconn
Philipp Reisner
2011-09-28
1
-3
/
+3
|
*
drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
Philipp Reisner
2011-09-28
1
-14
/
+11
|
*
drbd: Converted drbd_send_fp() from mdev to tconn
Philipp Reisner
2011-09-28
3
-29
/
+33
|
*
drbd: Converted drbd_send() from mdev to tconn
Philipp Reisner
2011-09-28
2
-25
/
+24
|
*
drbd: Converted helper functions for drbd_send() to tconn
Philipp Reisner
2011-09-28
1
-16
/
+16
|
*
drbd: Converted wake_asender() and request_ping() from mdev to tconn
Philipp Reisner
2011-09-28
5
-11
/
+11
|
*
drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags
Philipp Reisner
2011-09-28
2
-7
/
+6
|
*
drbd: Moved SEND_PING to the per connection (tconn) flags
Philipp Reisner
2011-09-28
2
-4
/
+4
|
*
drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
Philipp Reisner
2011-09-28
3
-9
/
+9
|
*
drbd: Started to separated connection flags (tconn) from block device flags (...
Philipp Reisner
2011-09-28
2
-7
/
+11
|
*
drbd: Converted drbd_wait_for_connect() from mdev to tconn
Philipp Reisner
2011-09-28
1
-15
/
+14
|
*
drbd: Converted drbd_try_connect() from mdev to tconn
Philipp Reisner
2011-09-28
1
-16
/
+16
|
*
drbd: conn_printk() a dev_printk() alike for drbd's connections
Philipp Reisner
2011-09-28
2
-1
/
+13
|
*
drbd: Moving state related macros to drbd_state.h
Philipp Reisner
2011-09-28
1
-52
/
+0
|
*
drbd: Revert "Make sure we dont send state if a cluster wide state change is ...
Philipp Reisner
2011-09-28
1
-5
/
+0
|
*
drbd: Do no sleep long in drbd_start_resync
Philipp Reisner
2011-09-28
2
-22
/
+37
|
*
drbd: Moved code
Philipp Reisner
2011-09-28
1
-22
/
+21
|
*
drbd: Eliminated the user of drbd_task_to_thread()
Philipp Reisner
2011-09-28
4
-9
/
+7
|
*
drbd: Moved the thread name into the data structure
Philipp Reisner
2011-09-28
3
-32
/
+36
|
*
drbd: Moved the state functions into its own source file
Philipp Reisner
2011-09-28
5
-1219
/
+1326
|
*
drbd: Local variable renames: e -> peer_req
Andreas Gruenbacher
2011-09-28
5
-252
/
+259
|
*
drbd: Update some comments
Andreas Gruenbacher
2011-09-28
3
-5
/
+5
|
*
drbd: Clean up some left-overs
Andreas Gruenbacher
2011-09-28
1
-11
/
+2
|
*
drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
Andreas Gruenbacher
2011-09-28
5
-64
/
+61
|
*
drbd: Remove unused variable in struct drbd_conf
Andreas Gruenbacher
2011-09-28
1
-3
/
+0
|
*
drbd: Improve the drbd_find_overlap() documentation
Andreas Gruenbacher
2011-09-28
1
-3
/
+5
|
*
drbd: Make the peer_seq updating code more obvious
Andreas Gruenbacher
2011-09-28
1
-5
/
+5
|
*
drbd: Defer new writes when detecting conflicting writes
Andreas Gruenbacher
2011-09-28
1
-64
/
+39
|
*
drbd: Remove unnecessary reference counting left-over
Andreas Gruenbacher
2011-09-28
1
-12
/
+1
|
*
drbd: _req_conflicts(): Get rid of the epoch_entries tree
Andreas Gruenbacher
2011-09-28
6
-46
/
+22
|
*
drbd: Allow to wait for the completion of an epoch entry as well
Andreas Gruenbacher
2011-09-28
4
-25
/
+41
|
*
drbd: Remove redundant check from drbd_contains_interval()
Andreas Gruenbacher
2011-09-28
1
-1
/
+1
|
*
drbd: struct drbd_request: Introduce a new collision flag
Andreas Gruenbacher
2011-09-28
3
-41
/
+15
|
*
drbd: Move some functions to where they are used
Andreas Gruenbacher
2011-09-28
4
-33
/
+36
|
*
drbd: Move sequence number logic into drbd_receiver.c and simplify it
Andreas Gruenbacher
2011-09-28
2
-28
/
+28
|
*
drbd: Initialize the sequence number sent over the network even when not used
Andreas Gruenbacher
2011-09-28
1
-1
/
+1
|
*
drbd: Remove redundant initialization
Andreas Gruenbacher
2011-09-28
1
-1
/
+0
|
*
drbd: Rename "enum drbd_packets" to "enum drbd_packet"
Andreas Gruenbacher
2011-09-28
3
-83
/
+97
|
*
drbd: Move cmdname() out of drbd_int.h
Andreas Gruenbacher
2011-09-28
2
-58
/
+60
|
*
drbd: Do not access tconn after it was freed
Philipp Reisner
2011-09-28
1
-4
/
+3
|
*
drbd: Implemented receiving of new style packets on meta socket
Philipp Reisner
2011-09-28
1
-65
/
+68
|
*
drbd: Use new header layout
Philipp Reisner
2011-09-28
3
-49
/
+41
|
*
drbd: Replaced all p_header80 with a generic p_header
Philipp Reisner
2011-08-29
4
-72
/
+64
|
*
drbd: Preparing to use p_header96 for all packets
Philipp Reisner
2011-08-29
1
-5
/
+6
|
*
drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
Philipp Reisner
2011-08-29
3
-7
/
+7
|
*
drbd: moved crypto transformations and friends from mdev to tconn
Philipp Reisner
2011-08-29
4
-55
/
+56
|
*
drbd: moved req_lock and transfer log from mdev to tconn
Philipp Reisner
2011-08-29
7
-170
/
+170
[prev]
[next]