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: drbd_get_data_sock(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2012-11-08
3
-18
/
+9
|
*
drbd: drbd_send(): Return a "real" error code if we have no socket
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
|
*
drbd: Fixed conn_lowest_minor
Philipp Reisner
2012-11-08
3
-11
/
+13
|
*
drbd: distribute former syncer_conf settings to disk, connection, and resourc...
Lars Ellenberg
2012-11-08
6
-288
/
+449
|
*
drbd: conn_khelper() for user mode callbacks for connections
Philipp Reisner
2012-11-04
1
-25
/
+72
|
*
drbd: Allow volumes to become primary only on one side
Philipp Reisner
2012-11-04
2
-3
/
+19
|
*
drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attach
Lars Ellenberg
2012-11-04
1
-2
/
+3
|
*
drbd: Separate connection state changes from minor dev state changes #2
Philipp Reisner
2012-11-04
1
-21
/
+26
|
*
drbd: Converted got_Ping() and got_PingAck() from mdev to tconn
Philipp Reisner
2012-11-04
1
-6
/
+5
|
*
drbd: Allow packet handler functions that take a connection (meta connection)
Philipp Reisner
2012-11-04
1
-25
/
+41
|
*
drbd: Separate connection state changes from minor dev state changes #1
Philipp Reisner
2012-11-04
1
-8
/
+28
|
*
drbd: Converted receive_protocol() from mdev to tconn
Philipp Reisner
2012-11-04
1
-23
/
+23
|
*
drbd: Allow packet handler functions that take a connection
Philipp Reisner
2012-11-04
1
-33
/
+42
|
*
drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags
Philipp Reisner
2012-11-04
2
-5
/
+5
|
*
drbd: Do not modify the connection state with something else that conn_reques...
Philipp Reisner
2012-11-04
3
-17
/
+11
|
*
drbd: Allow two diskless minors to be connected
Philipp Reisner
2012-11-04
1
-6
/
+0
|
*
drbd: New minors have to intherit the connection state form their connection
Philipp Reisner
2012-11-04
4
-4
/
+11
|
*
drbd: process_done_ee() has to handle unconfigured devices now
Philipp Reisner
2012-11-04
1
-26
/
+18
|
*
drbd: Ignore packets for non existing volumes
Philipp Reisner
2012-11-04
1
-8
/
+25
|
*
drbd: introduce in-kernel "down" command
Lars Ellenberg
2012-11-04
2
-53
/
+152
|
*
drbd: add forgotten spin_unlock
Lars Ellenberg
2012-11-04
1
-1
/
+3
|
*
drbd: bail out if a config requrest is over-determined, and not matching
Lars Ellenberg
2012-11-04
1
-8
/
+8
|
*
drbd: new-connection and new-minor succeed, if the object already exists
Lars Ellenberg
2012-11-04
1
-2
/
+14
|
*
drbd: Allow a Diskless Secondary volume to be removed
Lars Ellenberg
2012-11-04
1
-1
/
+8
|
*
drbd: simplify conn_all_vols_unconf, make it bool
Lars Ellenberg
2012-11-04
2
-10
/
+8
|
*
drbd: drbd_adm_get_status needs to show some more detail
Lars Ellenberg
2012-11-04
3
-28
/
+107
|
*
drbd: allow holes in minor and volume id allocation
Lars Ellenberg
2012-11-04
3
-20
/
+22
|
*
drbd: switch configuration interface from connector to genetlink
Lars Ellenberg
2012-11-04
5
-805
/
+804
|
*
drbd: get rid of drbd_bcast_ee, it is of no use anymore
Lars Ellenberg
2011-10-14
1
-2
/
+0
|
*
drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...
Lars Ellenberg
2011-10-14
1
-18
/
+24
|
*
drbd: introduce a bio_set to allocate housekeeping bios from
Lars Ellenberg
2011-10-14
5
-4
/
+41
|
*
drbd: use the newly introduced page pool for bitmap IO
Lars Ellenberg
2011-10-14
1
-5
/
+4
|
*
drbd: add page pool to be used for meta data IO
Lars Ellenberg
2011-10-14
2
-1
/
+31
|
*
drbd: only wakeup if something changed in update_peer_seq
Lars Ellenberg
2011-10-14
1
-4
/
+5
|
*
drbd: remove unused define
Lars Ellenberg
2011-10-14
1
-2
/
+0
|
*
drbd: Replaced the minor_table array by an idr
Philipp Reisner
2011-10-14
5
-45
/
+31
|
*
drbd: Implemented new commands to create/delete connections/minors
Philipp Reisner
2011-10-14
3
-73
/
+105
|
*
drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn
Philipp Reisner
2011-10-14
3
-61
/
+63
|
*
drbd: Preparing the connector interface to operator on connections
Philipp Reisner
2011-10-14
3
-33
/
+79
|
*
drbd: Converted the transfer log from mdev to tconn
Philipp Reisner
2011-10-14
7
-72
/
+79
|
*
drbd: Improved the dec_*() macros
Philipp Reisner
2011-10-14
1
-22
/
+29
|
*
drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...
Philipp Reisner
2011-10-14
1
-19
/
+19
|
*
drbd: Reworked the unconfiguring and thread stopping code
Philipp Reisner
2011-10-14
6
-70
/
+80
|
*
drbd: Remove left-over function prototypes
Andreas Gruenbacher
2011-10-14
2
-3
/
+0
|
*
drbd: Replace get_asender_cmd() with its implementation
Andreas Gruenbacher
2011-10-14
1
-38
/
+28
|
*
drbd: Get rid of P_MAX_CMD
Andreas Gruenbacher
2011-10-14
3
-9
/
+5
|
*
drbd: Remove redundant check
Andreas Gruenbacher
2011-10-14
1
-27
/
+0
|
*
drbd: Improve how conflicting writes are handled
Andreas Gruenbacher
2011-10-14
5
-191
/
+351
|
*
drbd: Use ping-timeout when waiting for missing ack packets
Andreas Gruenbacher
2011-10-14
1
-2
/
+3
|
*
drbd: Replace atomic_add_return with atomic_inc_return
Andreas Gruenbacher
2011-10-14
2
-6
/
+6
[prev]
[next]