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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-08
drbd: Remove headers from on-the-wire data structures (struct p_*)
Andreas Gruenbacher
4
-154
/
+110
2012-11-08
drbd: Remove some fixed header size assumptions
Andreas Gruenbacher
3
-34
/
+35
2012-11-08
drbd: Remove now-unused int_dig_out buffer
Andreas Gruenbacher
3
-11
/
+0
2012-11-08
drbd: Replace and remove old primitives
Andreas Gruenbacher
4
-373
/
+319
2012-11-08
drbd: Introduce drbd_header_size()
Andreas Gruenbacher
3
-4
/
+21
2012-11-08
drbd: Introduce new primitives for sending commands
Andreas Gruenbacher
2
-0
/
+73
2012-11-08
drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...
Andreas Gruenbacher
2
-4
/
+4
2012-11-08
drbd: Use tconn in request_timer_fn()
Philipp Reisner
2
-7
/
+9
2012-11-08
drbd: Improved logging of state changes
Philipp Reisner
2
-15
/
+32
2012-11-08
drbd: Implemented IO thawing for multiple volumes
Philipp Reisner
1
-32
/
+40
2012-11-08
drbd: Implemented conn_lowest_disk()
Philipp Reisner
2
-0
/
+13
2012-11-08
drbd: Implemented conn_lowest_conn()
Philipp Reisner
3
-1
/
+14
2012-11-08
drbd: Calculate and provide ns_min to the w_after_conn_state_ch() work
Philipp Reisner
1
-11
/
+31
2012-11-08
drbd: Renamed nms to ns_max
Philipp Reisner
1
-8
/
+8
2012-11-08
drbd: Introduced a new type union drbd_dev_state
Philipp Reisner
6
-14
/
+45
2012-11-08
drbd: Moved susp, susp_nod and susp_fen to the connection object
Philipp Reisner
2
-1
/
+12
2012-11-08
drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)
Philipp Reisner
6
-12
/
+17
2012-11-08
drbd: Introduced drbd_read_state()
Philipp Reisner
6
-20
/
+27
2012-11-08
drbd: improvements to activate/deactivate multiple activity log extents
Lars Ellenberg
1
-23
/
+23
2012-11-08
drbd: get rid of bio_split, allow bios of "arbitrary" size
Lars Ellenberg
2
-84
/
+28
2012-11-08
drbd: prepare to activate two activity log extents at once
Lars Ellenberg
1
-5
/
+13
2012-11-08
drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io
Lars Ellenberg
5
-19
/
+19
2012-11-08
drbd: introduce the "initialized" activity log transaction type
Lars Ellenberg
1
-2
/
+14
2012-11-08
drbd: Change how the "handshake" packets are called
Andreas Gruenbacher
3
-19
/
+19
2012-11-08
drbd: Change how the initial packets are called
Andreas Gruenbacher
3
-10
/
+10
2012-11-08
drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...
Andreas Gruenbacher
4
-22
/
+22
2012-11-08
drbd: drbd_connect(): Initialize struct drbd_socket before sending anything
Andreas Gruenbacher
1
-32
/
+34
2012-11-08
drbd: Map from (connection, volume number) to device in the asender handlers
Andreas Gruenbacher
1
-55
/
+82
2012-11-08
drbd: Pass struct packet_info down to the asender receive functions
Andreas Gruenbacher
1
-18
/
+18
2012-11-08
drbd: Do not segfault if a sync dependency reaches a diskless device
Philipp Reisner
1
-0
/
+2
2012-11-08
drbd: Allow to disconnect if one volume is diskless
Philipp Reisner
3
-1
/
+8
2012-11-08
drbd: Print common state changes of all volumes as connection state changes
Philipp Reisner
2
-108
/
+70
2012-11-08
drbd: Fixed logging of old connection state
Philipp Reisner
1
-30
/
+87
2012-11-08
drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()
Philipp Reisner
1
-75
/
+75
2012-11-08
drbd: Map from (connection, volume number) to device in the receive handlers
Andreas Gruenbacher
1
-98
/
+164
2012-11-08
drbd: Pass struct packet_info down to the receive functions
Andreas Gruenbacher
1
-85
/
+65
2012-11-08
drbd: Remove useless error messages
Andreas Gruenbacher
1
-6
/
+2
2012-11-08
drbd: A small cleanup in drbdd()
Andreas Gruenbacher
1
-7
/
+9
2012-11-08
drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer
Andreas Gruenbacher
1
-19
/
+7
2012-11-08
drbd: Preallocate one page per drbd_socket as a send buffer
Andreas Gruenbacher
4
-26
/
+9
2012-11-08
drbd: receive_bitmap(): Use the pre-allocated receive buffer
Andreas Gruenbacher
1
-16
/
+5
2012-11-08
drbd: Preallocate one page per drbd_socket as a receive buffer
Andreas Gruenbacher
3
-37
/
+54
2012-11-08
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
6
-96
/
+152
2012-11-08
drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used
Andreas Gruenbacher
3
-46
/
+39
2012-11-08
drbd: Make _drbd_send_bitmap() static
Andreas Gruenbacher
2
-2
/
+1
2012-11-08
drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c
Andreas Gruenbacher
2
-11
/
+14
2012-11-08
drbd: Always use the same protocol version for the same peer
Andreas Gruenbacher
2
-4
/
+4
2012-11-08
drbd: drbd_connected(): Return an error code upon failure.
Andreas Gruenbacher
1
-8
/
+9
2012-11-08
drbd: Introduce and use drbd_recv_all_warn()
Andreas Gruenbacher
1
-73
/
+40
2012-11-08
drbd: Get rid of typedef drbd_work_cb
Andreas Gruenbacher
1
-3
/
+1
[next]