Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e658983af6e62304be785cd6b0ae756723057395
/
drivers
/
block
e658983
drbd: Remove headers from on-the-wire data structures (struct p_*)
by Andreas Gruenbacher
· 14 years ago
50d0b1a
drbd: Remove some fixed header size assumptions
by Andreas Gruenbacher
· 14 years ago
da39fec
drbd: Remove now-unused int_dig_out buffer
by Andreas Gruenbacher
· 14 years ago
9f5bdc3
drbd: Replace and remove old primitives
by Andreas Gruenbacher
· 14 years ago
52b061a
drbd: Introduce drbd_header_size()
by Andreas Gruenbacher
· 14 years ago
dba5858
drbd: Introduce new primitives for sending commands
by Andreas Gruenbacher
· 14 years ago
a17647a
drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
8b924f1
drbd: Use tconn in request_timer_fn()
by Philipp Reisner
· 14 years ago
706cb24
drbd: Improved logging of state changes
by Philipp Reisner
· 14 years ago
a6d00c8
drbd: Implemented IO thawing for multiple volumes
by Philipp Reisner
· 14 years ago
4669265
drbd: Implemented conn_lowest_disk()
by Philipp Reisner
· 14 years ago
19f83c7
drbd: Implemented conn_lowest_conn()
by Philipp Reisner
· 14 years ago
8c7e16c
drbd: Calculate and provide ns_min to the w_after_conn_state_ch() work
by Philipp Reisner
· 14 years ago
5f082f9
drbd: Renamed nms to ns_max
by Philipp Reisner
· 14 years ago
da9fbc2
drbd: Introduced a new type union drbd_dev_state
by Philipp Reisner
· 14 years ago
8e0af25
drbd: Moved susp, susp_nod and susp_fen to the connection object
by Philipp Reisner
· 14 years ago
2aebfab
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
by Philipp Reisner
· 14 years ago
78bae59
drbd: Introduced drbd_read_state()
by Philipp Reisner
· 14 years ago
e15766e
drbd: improvements to activate/deactivate multiple activity log extents
by Lars Ellenberg
· 14 years ago
23361cf
drbd: get rid of bio_split, allow bios of "arbitrary" size
by Lars Ellenberg
· 14 years ago
7726547
drbd: prepare to activate two activity log extents at once
by Lars Ellenberg
· 14 years ago
181286a
drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io
by Lars Ellenberg
· 14 years ago
85f103d
drbd: introduce the "initialized" activity log transaction type
by Lars Ellenberg
· 14 years ago
6038178
drbd: Change how the "handshake" packets are called
by Andreas Gruenbacher
· 14 years ago
e5d6f33
drbd: Change how the initial packets are called
by Andreas Gruenbacher
· 14 years ago
7c96715
drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket
by Andreas Gruenbacher
· 14 years ago
2bf8962
drbd: drbd_connect(): Initialize struct drbd_socket before sending anything
by Andreas Gruenbacher
· 14 years ago
1952e91
drbd: Map from (connection, volume number) to device in the asender handlers
by Andreas Gruenbacher
· 14 years ago
e05e1e5
drbd: Pass struct packet_info down to the asender receive functions
by Andreas Gruenbacher
· 14 years ago
438c837
drbd: Do not segfault if a sync dependency reaches a diskless device
by Philipp Reisner
· 14 years ago
778bcf2
drbd: Allow to disconnect if one volume is diskless
by Philipp Reisner
· 14 years ago
435693e
drbd: Print common state changes of all volumes as connection state changes
by Philipp Reisner
· 14 years ago
88ef594
drbd: Fixed logging of old connection state
by Philipp Reisner
· 14 years ago
bd0c824
drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()
by Philipp Reisner
· 14 years ago
4a76b16
drbd: Map from (connection, volume number) to device in the receive handlers
by Andreas Gruenbacher
· 14 years ago
e285721
drbd: Pass struct packet_info down to the receive functions
by Andreas Gruenbacher
· 14 years ago
49ba9b1
drbd: Remove useless error messages
by Andreas Gruenbacher
· 14 years ago
deebe19
drbd: A small cleanup in drbdd()
by Andreas Gruenbacher
· 14 years ago
79ed9bd
drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer
by Andreas Gruenbacher
· 14 years ago
5a87d92
drbd: Preallocate one page per drbd_socket as a send buffer
by Andreas Gruenbacher
· 14 years ago
fc56815
drbd: receive_bitmap(): Use the pre-allocated receive buffer
by Andreas Gruenbacher
· 14 years ago
e6ef8a5
drbd: Preallocate one page per drbd_socket as a receive buffer
by Andreas Gruenbacher
· 14 years ago
cb70345
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
by Philipp Reisner
· 14 years ago
a02d124
drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used
by Andreas Gruenbacher
· 14 years ago
058820c
drbd: Make _drbd_send_bitmap() static
by Andreas Gruenbacher
· 14 years ago
e307f35
drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c
by Andreas Gruenbacher
· 14 years ago
0916e0e
drbd: Always use the same protocol version for the same peer
by Andreas Gruenbacher
· 14 years ago
0829f5e
drbd: drbd_connected(): Return an error code upon failure.
by Andreas Gruenbacher
· 14 years ago
a5c3190
drbd: Introduce and use drbd_recv_all_warn()
by Andreas Gruenbacher
· 14 years ago
309a834
drbd: Get rid of typedef drbd_work_cb
by Andreas Gruenbacher
· 14 years ago
8f7bed7
drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity
by Andreas Gruenbacher
· 14 years ago
0da34df
drbd: drbd_may_do_local_read(): Use bool/true/false
by Andreas Gruenbacher
· 14 years ago
1097e9a
drbd: Remove unnecessary assertion
by Andreas Gruenbacher
· 14 years ago
69f5ec7
drbd: Remove duplicate initialization
by Andreas Gruenbacher
· 14 years ago
3fbf4d2
drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
ac29f40
drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
22ab6a3
drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()
by Andreas Gruenbacher
· 14 years ago
82bc019
drbd: Make all command handlers return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
c696774
drbd: Add drbd_recv_all(): Receive an entire buffer
by Andreas Gruenbacher
· 14 years ago
a982dd5
drbd: send_bitmap_rle_or_plain(): Error handling cleanup
by Andreas Gruenbacher
· 14 years ago
e1c1b0f
drbd: recv_resync_read(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
28284ce
drbd: recv_dless_read(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
fc5be83
drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
69bc7bc
drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
8172f3e
drbd: decode_header(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
e2b3032
drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
99920dc
drbd: Make all worker callbacks return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
b2f0ab6
drbd: Temporarily change the return type of all worker callbacks
by Andreas Gruenbacher
· 14 years ago
a896527c
drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
6bdb9b0
drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
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
d24ae21
drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwise
by Andreas Gruenbacher
· 14 years ago
caee1c3
drbd: conn_send_state_req(): Return 0 upon success and an error code otherwise
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
e8d17b0
drbd: drbd_send_handshake(): 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
Next »