Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
360cc7405295d1f604d5689e8d6c206968d47886
/
drivers
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
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
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
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
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
01a311a
drbd: Started to separated connection flags (tconn) from block device flags (mdev)
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
60ae496
drbd: conn_printk() a dev_printk() alike for drbd's connections
by Philipp Reisner
· 14 years ago
b53339f
drbd: Moving state related macros to drbd_state.h
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
e64a329
drbd: Do no sleep long in drbd_start_resync
by Philipp Reisner
· 14 years ago
1f04af3
drbd: Moved code
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
18b75d7
drbd: Clean up some left-overs
by Andreas Gruenbacher
· 14 years ago
f6ffca9
drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
by Andreas Gruenbacher
· 14 years ago
c6f7df4
drbd: Remove unused variable in struct drbd_conf
by Andreas Gruenbacher
· 14 years ago
70b1987
drbd: Improve the drbd_find_overlap() documentation
by Andreas Gruenbacher
· 14 years ago
43ae077
drbd: Make the peer_seq updating code more obvious
by Andreas Gruenbacher
· 14 years ago
6024fec
drbd: Defer new writes when detecting conflicting writes
by Andreas Gruenbacher
· 14 years ago
ddd8877
drbd: Remove unnecessary reference counting left-over
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
3e05146
drbd: Remove redundant check from drbd_contains_interval()
by Andreas Gruenbacher
· 14 years ago
a500c2e
drbd: struct drbd_request: Introduce a new collision flag
by Andreas Gruenbacher
· 14 years ago
9e204cd
drbd: Move some functions to where they are used
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
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
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
2111438
drbd: Minimal struct drbd_tconn
by Philipp Reisner
· 14 years ago
6618bf1
drbd: Interval tree bugfix
by Andreas Gruenbacher
· 14 years ago
e3cfa7b
drbd: Inline function overlaps() is now unused
by Andreas Gruenbacher
· 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
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
dac1389
drbd: Add read_requests tree
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
0939b0e
drbd: Add interval tree data structure
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
e7fad8a
drbd: Endianness convert the constants instead of the variables
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
3980485
drbd: Remove superfluous declaration
by Andreas Gruenbacher
· 14 years ago
28c455c
drbd: Get rid of req_validator_fn typedef
by Andreas Gruenbacher
· 14 years ago
e03c8dd
loop: always allow userspace partitions and optionally support automatic scanning
by Kay Sievers
· 13 years ago
dfaa2ef
loop: add discard support for loop devices
by Lukas Czerner
· 13 years ago
548ef6c
nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes
by Andrew Morton
· 13 years ago
5eedf54
nbd: replace some printk with dev_warn() and dev_info()
by WANG Cong
· 13 years ago
7742ce4
nbd: lower the loglevel of an error message
by WANG Cong
· 13 years ago
7f1b90f
nbd: replace printk KERN_ERR with dev_err()
by WANG Cong
· 13 years ago
1695b87
nbd: replace sysfs_create_file() with device_create_file()
by WANG Cong
· 13 years ago
Next »