Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fcefa62e4c26e70c70b9e8252a4bc9b9031a4182
/
drivers
/
block
/
drbd
/
drbd_receiver.c
fcefa62
drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio
by Andreas Gruenbacher
· 14 years ago
fbe29de
drbd: Rename drbd_submit_ee -> drbd_submit_peer_request
by Andreas Gruenbacher
· 14 years ago
047cd4a
drbd: implemented receiving of P_CONN_ST_CHG_REQ
by Philipp Reisner
· 14 years ago
fc3b10a
drbd: Implemented receiving of P_CONN_ST_CHG_REPLY
by Philipp Reisner
· 14 years ago
8410da8
drbd: Introduced tconn->cstate_mutex
by Philipp Reisner
· 14 years ago
dad2055
drbd: Removed drbd_state_lock() and drbd_state_unlock()
by Philipp Reisner
· 14 years ago
bbeb641
drbd: Killed volume0; last step of multi-volume-enablement
by Philipp Reisner
· 14 years ago
2a67d8b
drbd: Converted drbd_send_ping() and related functions from mdev to tconn
by Philipp Reisner
· 14 years ago
00d5694
drbd: Generalized the work callbacks
by Philipp Reisner
· 14 years ago
392c880
drbd: drbd_thread has now a pointer to a tconn instead of to a mdev
by Philipp Reisner
· 14 years ago
32862ec
drbd: Converted drbd_asender() from mdev to tconn
by Philipp Reisner
· 14 years ago
4d641dd
drbd: Converted drbdd_init() from mdev to tconn
by Philipp Reisner
· 14 years ago
f1b3a6e
drbd: Consolidated the setup of the thread name into the framework
by Philipp Reisner
· 14 years ago
a21e929
drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)
by Philipp Reisner
· 14 years ago
360cc74
drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn
by Philipp Reisner
· 14 years ago
eefc2f7
drbd: Converted drbdd() from mdev to tconn
by Philipp Reisner
· 14 years ago
8082228
drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn
by Philipp Reisner
· 14 years ago
907599e
drbd: Converted drbd_connect() from mdev to tconn
by Philipp Reisner
· 14 years ago
dc8228d
drbd: Converted drbd_send_protocol() from mdev to tconn
by Philipp Reisner
· 14 years ago
13e6037
drbd: Converted drbd_do_auth() from mdev to tconn
by Philipp Reisner
· 14 years ago
6112087
drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn
by Philipp Reisner
· 14 years ago
65d11ed
drbd: Converted drbd_do_handshake() from mdev to tconn
by Philipp Reisner
· 14 years ago
9ba7aa0
drbd: Converted drbd_recv_header() from mdev to tconn
by Philipp Reisner
· 14 years ago
ce24385
drbd: Converted decode_header() from mdev to tconn
by Philipp Reisner
· 14 years ago
77351055b
drbd: struct packet_info to hold information of decoded packets
by Philipp Reisner
· 14 years ago
de0ff33
drbd: Converted drbd_recv() from mdev to tconn
by Philipp Reisner
· 14 years ago
8a22ccc
drbd: Converted drbd_send_handshake() from mdev to tconn
by Philipp Reisner
· 14 years ago
a25b63f
drbd: Converted drbd_recv_fp() from mdev to tconn
by Philipp Reisner
· 14 years ago
dbd9eea
drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
by Philipp Reisner
· 14 years ago
d38e787
drbd: Converted drbd_send_fp() from mdev to tconn
by Philipp Reisner
· 14 years ago
0625ac1
drbd: Converted wake_asender() and request_ping() from mdev to tconn
by Philipp Reisner
· 14 years ago
808e37b
drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags
by Philipp Reisner
· 14 years ago
e43ef19
drbd: Moved SEND_PING to the per connection (tconn) flags
by Philipp Reisner
· 14 years ago
25703f8
drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
by Philipp Reisner
· 14 years ago
7653620
drbd: Converted drbd_wait_for_connect() from mdev to tconn
by Philipp Reisner
· 14 years ago
eac3e99
drbd: Converted drbd_try_connect() from mdev to tconn
by Philipp Reisner
· 14 years ago
bc31fe3
drbd: Eliminated the user of drbd_task_to_thread()
by Philipp Reisner
· 14 years ago
db830c4
drbd: Local variable renames: e -> peer_req
by Andreas Gruenbacher
· 14 years ago
6c852be
drbd: Update some comments
by Andreas Gruenbacher
· 14 years ago
f6ffca9
drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
by Andreas Gruenbacher
· 14 years ago
43ae077
drbd: Make the peer_seq updating code more obvious
by Andreas Gruenbacher
· 14 years ago
5e47226
drbd: _req_conflicts(): Get rid of the epoch_entries tree
by Andreas Gruenbacher
· 14 years ago
5384064
drbd: Allow to wait for the completion of an epoch entry as well
by Andreas Gruenbacher
· 14 years ago
a500c2e
drbd: struct drbd_request: Introduce a new collision flag
by Andreas Gruenbacher
· 14 years ago
3e394da
drbd: Move sequence number logic into drbd_receiver.c and simplify it
by Andreas Gruenbacher
· 14 years ago
d876302
drbd: Rename "enum drbd_packets" to "enum drbd_packet"
by Andreas Gruenbacher
· 14 years ago
257d0af
drbd: Implemented receiving of new style packets on meta socket
by Philipp Reisner
· 14 years ago
fd340c1
drbd: Use new header layout
by Philipp Reisner
· 14 years ago
c012949
drbd: Replaced all p_header80 with a generic p_header
by Philipp Reisner
· 14 years ago
c6d25cf
drbd: Preparing to use p_header96 for all packets
by Philipp Reisner
· 14 years ago
191d3cc
drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
by Philipp Reisner
· 14 years ago
a063845
drbd: moved crypto transformations and friends from mdev to tconn
by Philipp Reisner
· 14 years ago
87eeee4
drbd: moved req_lock and transfer log from mdev to tconn
by Philipp Reisner
· 14 years ago
31890f4
drbd: moved agreed_pro_version, last_received and ko_count to tconn
by Philipp Reisner
· 14 years ago
e6b3ea8
drbd: moved receiver, worker and asender from mdev to tconn
by Philipp Reisner
· 14 years ago
e42325a
drbd: moved data and meta from mdev to tconn
by Philipp Reisner
· 14 years ago
b2fb6dbe
drbd: moved net_cont and net_cnt_wait from mdev to tconn
by Philipp Reisner
· 14 years ago
89e58e7
drbd: moved net_conf from mdev to tconn
by Philipp Reisner
· 14 years ago
841ce24
drbd: Replace the ERR_IF macro with an assert-like macro
by Andreas Gruenbacher
· 14 years ago
e77a0a5
drbd: Convert all constants in enum drbd_thread_state to upper case
by Andreas Gruenbacher
· 14 years ago
8554df1
drbd: Convert all constants in enum drbd_req_event to upper case
by Andreas Gruenbacher
· 14 years ago
bb3bfe9
drbd: Remove the unused hash tables
by Andreas Gruenbacher
· 14 years ago
8b94625
drbd: Use interval tree for overlapping epoch entry detection
by Andreas Gruenbacher
· 14 years ago
010f6e6
drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
by Andreas Gruenbacher
· 14 years ago
bc9c5c4
drbd: Use the read and write request trees for request lookups
by Andreas Gruenbacher
· 14 years ago
de69671
drbd: Use interval tree for overlapping write request detection
by Andreas Gruenbacher
· 14 years ago
ace652a
drbd: Put sector and size in struct drbd_request into struct drbd_interval
by Andreas Gruenbacher
· 14 years ago
c3afd8f
drbd: Request lookup code cleanup (4)
by Andreas Gruenbacher
· 14 years ago
ae3388d
drbd: Request lookup code cleanup (3)
by Andreas Gruenbacher
· 14 years ago
668eebc
drbd: Request lookup code cleanup (2)
by Andreas Gruenbacher
· 14 years ago
5162458
drbd: Request lookup code cleanup (1)
by Andreas Gruenbacher
· 14 years ago
9c50842
drbd: Update outdated comment
by Andreas Gruenbacher
· 14 years ago
d628769
drbd: Move drbd_free_tl_hash() to drbd_main()
by Andreas Gruenbacher
· 14 years ago
579b57e
drbd: Magic reserved block_id value cleanup
by Andreas Gruenbacher
· 14 years ago
ca9bc12
drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
by Andreas Gruenbacher
· 14 years ago
9a8e775
drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify
by Andreas Gruenbacher
· 14 years ago
28c455c
drbd: Get rid of req_validator_fn typedef
by Andreas Gruenbacher
· 14 years ago
cb6518c
drbd: when receive times out on meta socket, also check last receive time on data socket
by Lars Ellenberg
· 13 years ago
9b2f61a
drbd: fix warning
by Philipp Reisner
· 13 years ago
24c4830
drbd: Fix spelling
by Bart Van Assche
· 13 years ago
99432fc
drbd: Take a more conservative approach when deciding max_bio_size
by Philipp Reisner
· 13 years ago
a8e4079
drbd: Fix for the connection problems on high latency links
by Philipp Reisner
· 13 years ago
f36af18
drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int
by Lars Ellenberg
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7fde2be
drbd: Implemented real timeout checking for request processing time
by Philipp Reisner
· 14 years ago
fdda654
drbd: improve log message if received sector offset exceeds local capacity
by Lars Ellenberg
· 14 years ago
10f6d992
drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio fails
by Lars Ellenberg
· 14 years ago
0ddc554
drbd: silence some noisy log messages during disconnect
by Lars Ellenberg
· 14 years ago
20ceb2b
drbd: describe bitmap locking for bulk operation in finer detail
by Lars Ellenberg
· 14 years ago
62b0da3
drbd: log UUIDs whenever they change
by Lars Ellenberg
· 14 years ago
d07c9c1
drbd: We can not process BIOs with a size of 0
by Philipp Reisner
· 14 years ago
79a30d2
drbd: queue bitmap writeout more intelligently
by Lars Ellenberg
· 14 years ago
20ee639
drbd: cleaned up __set_current_state() followed by schedule_timeout() calls
by Philipp Reisner
· 14 years ago
2deb833
drbd: Fixed P_NEG_ACK processing for protocol A and B
by Philipp Reisner
· 14 years ago
94f2b05
drbd: Killed an assert that is no longer valid
by Philipp Reisner
· 14 years ago
148efa1
drbd: Do not drop net config if sending in drbd_send_protocol() fails
by Philipp Reisner
· 14 years ago
370a43e
drbd: Work on the Ahead -> SyncSource transition
by Philipp Reisner
· 14 years ago
4a23f26
drbd: Do not full sync if a P_SYNC_UUID packet gets lost
by Philipp Reisner
· 14 years ago
da0a781
drbd: Be more careful with SyncSource -> Ahead transitions
by Philipp Reisner
· 14 years ago
d612d30
drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode
by Philipp Reisner
· 14 years ago
Next »