Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7fae55da38e810c75b97cc56380aa6f735504216
/
drivers
/
block
/
drbd
/
drbd_main.c
7fae55d
drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
7b57b89d
drbd: drbd_send_block(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
9f69230
drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
88b390f
drbd: _drbd_send_page(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
b987427
drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
73218a3c
drbd: drbd_send_oos(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
db1b0b7
drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
6c1005e
drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
5b9f499
drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
fa79abd
drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
a9a9994
drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never used
by Andreas Gruenbacher
· 14 years ago
dd51612
drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
a8c32aa
drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
d4e67d7
drbd: drbd_send_b_ack(): Return void: the result is never used
by Andreas Gruenbacher
· 14 years ago
2f4e7ab
drbd: drbd_send_sr_reply(): Return void: the result is never used
by Andreas Gruenbacher
· 14 years ago
758970c
drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
f02d4d0
drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
9c1b7f7
drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used
by Andreas Gruenbacher
· 14 years ago
2ae5f95
drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
387eb30
drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
927036f
drbd: drbd_send_state(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
103ea27
drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
f725446
drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
7d168ed
drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET
by Andreas Gruenbacher
· 14 years ago
596a37f
drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
04dfa13
drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
ecf2363
drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
ce9879c
drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
fb708e4
drbd: Add drbd_send_all(): Send an entire buffer
by Andreas Gruenbacher
· 14 years ago
11b0be2
drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
c0d42c8
drbd: drbd_send(): Return a "real" error code if we have no socket
by Andreas Gruenbacher
· 14 years ago
e90285e
drbd: Fixed conn_lowest_minor
by Philipp Reisner
· 14 years ago
f399002
drbd: distribute former syncer_conf settings to disk, connection, and resource level
by Lars Ellenberg
· 14 years ago
2325eb6
drbd: New minors have to intherit the connection state form their connection
by Philipp Reisner
· 14 years ago
85f75dd7
drbd: introduce in-kernel "down" command
by Lars Ellenberg
· 14 years ago
543cc10
drbd: drbd_adm_get_status needs to show some more detail
by Lars Ellenberg
· 14 years ago
8432b31
drbd: allow holes in minor and volume id allocation
by Lars Ellenberg
· 14 years ago
3b98c0c
drbd: switch configuration interface from connector to genetlink
by Lars Ellenberg
· 14 years ago
569083c
drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchronize_rcu(); before cleanup
by Lars Ellenberg
· 14 years ago
da4a75d
drbd: introduce a bio_set to allocate housekeeping bios from
by Lars Ellenberg
· 14 years ago
35abf59
drbd: add page pool to be used for meta data IO
by Lars Ellenberg
· 14 years ago
2c4a48d
drbd: remove unused define
by Lars Ellenberg
· 14 years ago
81a5d60
drbd: Replaced the minor_table array by an idr
by Philipp Reisner
· 14 years ago
774b305
drbd: Implemented new commands to create/delete connections/minors
by Philipp Reisner
· 14 years ago
8088319
drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn
by Philipp Reisner
· 14 years ago
1aba4d7
drbd: Preparing the connector interface to operator on connections
by Philipp Reisner
· 14 years ago
2f5cdd0
drbd: Converted the transfer log from mdev to tconn
by Philipp Reisner
· 14 years ago
6e849ce
drbd: Get rid of P_MAX_CMD
by Andreas Gruenbacher
· 14 years ago
7be8da0
drbd: Improve how conflicting writes are handled
by Andreas Gruenbacher
· 14 years ago
8ccf218
drbd: Replace atomic_add_return with atomic_inc_return
by Andreas Gruenbacher
· 14 years ago
7ad651b
drbd: new on-disk activity log transaction format
by Lars Ellenberg
· 14 years ago
4738fa1
drbd: use clear_bit_unlock() where appropriate
by Lars Ellenberg
· 14 years ago
047cd4a
drbd: implemented receiving of P_CONN_ST_CHG_REQ
by Philipp Reisner
· 14 years ago
cf29c9d
drbd: Implemented conn_send_state_req()
by Philipp Reisner
· 14 years ago
8410da8
drbd: Introduced tconn->cstate_mutex
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
6699b65
drbd: Moved some initializing code into drbd_new_tconn()
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
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
8082228
drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn
by Philipp Reisner
· 14 years ago
062e879
drbd: Use and idr data structure to map volume numbers to mdev pointers
by Philipp Reisner
· 14 years ago
dc8228d
drbd: Converted drbd_send_protocol() 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
d38e787
drbd: Converted drbd_send_fp() from mdev to tconn
by Philipp Reisner
· 14 years ago
bedbd2a
drbd: Converted drbd_send() from mdev to tconn
by Philipp Reisner
· 14 years ago
1a7ba64
drbd: Converted helper functions for drbd_send() 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
01a311a
drbd: Started to separated connection flags (tconn) from block device flags (mdev)
by Philipp Reisner
· 14 years ago
60ae496
drbd: conn_printk() a dev_printk() alike for drbd's connections
by Philipp Reisner
· 14 years ago
8ea62f5
drbd: Revert "Make sure we dont send state if a cluster wide state change is in progress"
by Philipp Reisner
· 14 years ago
bc31fe3
drbd: Eliminated the user of drbd_task_to_thread()
by Philipp Reisner
· 14 years ago
bed879a
drbd: Moved the thread name into the data structure
by Philipp Reisner
· 14 years ago
b890733
drbd: Moved the state functions into its own source file
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
5e47226
drbd: _req_conflicts(): Get rid of the epoch_entries tree
by Andreas Gruenbacher
· 14 years ago
9e204cd
drbd: Move some functions to where they are used
by Andreas Gruenbacher
· 14 years ago
cc37827
drbd: Initialize the sequence number sent over the network even when not used
by Andreas Gruenbacher
· 14 years ago
bdc7adb
drbd: Remove redundant initialization
by Andreas Gruenbacher
· 14 years ago
d876302
drbd: Rename "enum drbd_packets" to "enum drbd_packet"
by Andreas Gruenbacher
· 14 years ago
f2ad906
drbd: Move cmdname() out of drbd_int.h
by Andreas Gruenbacher
· 14 years ago
b42a70a
drbd: Do not access tconn after it was freed
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
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
2111438
drbd: Minimal struct drbd_tconn
by Philipp Reisner
· 14 years ago
70dc65e
drbd: Remove some useless paranoia code
by Andreas Gruenbacher
· 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
Next »