index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-14
drbd: Killed volume0; last step of multi-volume-enablement
Philipp Reisner
7
-86
/
+276
2011-09-28
drbd: Code de-duplication; new function apply_mask_val()
Philipp Reisner
1
-9
/
+13
2011-09-28
drbd: Removed the os parameter form sanitize_state()
Philipp Reisner
1
-20
/
+19
2011-09-28
drbd: Extracted is_valid_conn_transition() out of is_valid_transition()
Philipp Reisner
1
-14
/
+23
2011-09-28
drbd: Extracted is_valid_transition() out of sanitize_state()
Philipp Reisner
1
-22
/
+49
2011-09-28
drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()
Philipp Reisner
1
-16
/
+10
2011-09-28
drbd: Extracted after_conn_state_ch() out of after_state_ch()
Philipp Reisner
1
-10
/
+16
2011-09-28
drbd: Converted drbd_send_ping() and related functions from mdev to tconn
Philipp Reisner
5
-24
/
+36
2011-09-28
drbd: Generalized the work callbacks
Philipp Reisner
6
-70
/
+100
2011-09-28
drbd: Moved some initializing code into drbd_new_tconn()
Philipp Reisner
1
-10
/
+14
2011-09-28
drbd: drbd_thread has now a pointer to a tconn instead of to a mdev
Philipp Reisner
5
-32
/
+29
2011-09-28
drbd: Converted drbd_worker() from mdev to tconn
Philipp Reisner
1
-46
/
+51
2011-09-28
drbd: Converted drbd_asender() from mdev to tconn
Philipp Reisner
1
-56
/
+69
2011-09-28
drbd: Converted drbdd_init() from mdev to tconn
Philipp Reisner
1
-11
/
+11
2011-09-28
drbd: Consolidated the setup of the thread name into the framework
Philipp Reisner
3
-7
/
+3
2011-09-28
drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...
Philipp Reisner
9
-21
/
+34
2011-09-28
drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn
Philipp Reisner
3
-46
/
+56
2011-09-28
drbd: Converted drbdd() from mdev to tconn
Philipp Reisner
2
-16
/
+19
2011-09-28
drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from m...
Philipp Reisner
5
-20
/
+25
2011-09-28
drbd: Converted drbd_connect() from mdev to tconn
Philipp Reisner
1
-49
/
+53
2011-09-28
drbd: Use and idr data structure to map volume numbers to mdev pointers
Philipp Reisner
2
-2
/
+14
2011-09-28
drbd: Converted drbd_send_protocol() from mdev to tconn
Philipp Reisner
3
-17
/
+17
2011-09-28
drbd: Converted drbd_do_auth() from mdev to tconn
Philipp Reisner
1
-29
/
+29
2011-09-28
drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn
Philipp Reisner
4
-27
/
+27
2011-09-28
drbd: Converted drbd_do_handshake() from mdev to tconn
Philipp Reisner
1
-15
/
+15
2011-09-28
drbd: Converted drbd_recv_header() from mdev to tconn
Philipp Reisner
1
-11
/
+11
2011-09-28
drbd: Converted decode_header() from mdev to tconn
Philipp Reisner
1
-4
/
+4
2011-09-28
drbd: struct packet_info to hold information of decoded packets
Philipp Reisner
1
-49
/
+54
2011-09-28
drbd: Converted drbd_recv() from mdev to tconn
Philipp Reisner
1
-23
/
+23
2011-09-28
drbd: Converted drbd_send_handshake() from mdev to tconn
Philipp Reisner
2
-11
/
+11
2011-09-28
drbd: Converted drbd_recv_fp() from mdev to tconn
Philipp Reisner
1
-3
/
+3
2011-09-28
drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
Philipp Reisner
1
-14
/
+11
2011-09-28
drbd: Converted drbd_send_fp() from mdev to tconn
Philipp Reisner
3
-29
/
+33
2011-09-28
drbd: Converted drbd_send() from mdev to tconn
Philipp Reisner
2
-25
/
+24
2011-09-28
drbd: Converted helper functions for drbd_send() to tconn
Philipp Reisner
1
-16
/
+16
2011-09-28
drbd: Converted wake_asender() and request_ping() from mdev to tconn
Philipp Reisner
5
-11
/
+11
2011-09-28
drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags
Philipp Reisner
2
-7
/
+6
2011-09-28
drbd: Moved SEND_PING to the per connection (tconn) flags
Philipp Reisner
2
-4
/
+4
2011-09-28
drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
Philipp Reisner
3
-9
/
+9
2011-09-28
drbd: Started to separated connection flags (tconn) from block device flags (...
Philipp Reisner
2
-7
/
+11
2011-09-28
drbd: Converted drbd_wait_for_connect() from mdev to tconn
Philipp Reisner
1
-15
/
+14
2011-09-28
drbd: Converted drbd_try_connect() from mdev to tconn
Philipp Reisner
1
-16
/
+16
2011-09-28
drbd: conn_printk() a dev_printk() alike for drbd's connections
Philipp Reisner
2
-1
/
+13
2011-09-28
drbd: Moving state related macros to drbd_state.h
Philipp Reisner
1
-52
/
+0
2011-09-28
drbd: Revert "Make sure we dont send state if a cluster wide state change is ...
Philipp Reisner
1
-5
/
+0
2011-09-28
drbd: Do no sleep long in drbd_start_resync
Philipp Reisner
2
-22
/
+37
2011-09-28
drbd: Moved code
Philipp Reisner
1
-22
/
+21
2011-09-28
drbd: Eliminated the user of drbd_task_to_thread()
Philipp Reisner
4
-9
/
+7
2011-09-28
drbd: Moved the thread name into the data structure
Philipp Reisner
3
-32
/
+36
2011-09-28
drbd: Moved the state functions into its own source file
Philipp Reisner
5
-1219
/
+1326
[next]