index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-08
drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-11
/
+11
2012-11-08
drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET
Andreas Gruenbacher
2
-38
/
+22
2012-11-08
drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-8
/
+8
2012-11-08
drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-11
/
+10
2012-11-08
drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-14
/
+11
2012-11-08
drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
2
-16
/
+12
2012-11-08
drbd: Add drbd_send_all(): Send an entire buffer
Andreas Gruenbacher
2
-0
/
+21
2012-11-08
drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise
Andreas Gruenbacher
3
-18
/
+9
2012-11-08
drbd: drbd_send(): Return a "real" error code if we have no socket
Andreas Gruenbacher
1
-1
/
+1
2012-11-08
drbd: Fixed conn_lowest_minor
Philipp Reisner
3
-11
/
+13
2012-11-08
drbd: distribute former syncer_conf settings to disk, connection, and resourc...
Lars Ellenberg
6
-288
/
+449
2012-11-04
xen/blkback: persistent-grants fixes
Roger Pau Monne
3
-5
/
+9
2012-11-04
drbd: conn_khelper() for user mode callbacks for connections
Philipp Reisner
1
-25
/
+72
2012-11-04
drbd: Allow volumes to become primary only on one side
Philipp Reisner
2
-3
/
+19
2012-11-04
drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attach
Lars Ellenberg
1
-2
/
+3
2012-11-04
drbd: Separate connection state changes from minor dev state changes #2
Philipp Reisner
1
-21
/
+26
2012-11-04
drbd: Converted got_Ping() and got_PingAck() from mdev to tconn
Philipp Reisner
1
-6
/
+5
2012-11-04
drbd: Allow packet handler functions that take a connection (meta connection)
Philipp Reisner
1
-25
/
+41
2012-11-04
drbd: Separate connection state changes from minor dev state changes #1
Philipp Reisner
1
-8
/
+28
2012-11-04
drbd: Converted receive_protocol() from mdev to tconn
Philipp Reisner
1
-23
/
+23
2012-11-04
drbd: Allow packet handler functions that take a connection
Philipp Reisner
1
-33
/
+42
2012-11-04
drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags
Philipp Reisner
2
-5
/
+5
2012-11-04
drbd: Do not modify the connection state with something else that conn_reques...
Philipp Reisner
3
-17
/
+11
2012-11-04
drbd: Allow two diskless minors to be connected
Philipp Reisner
1
-6
/
+0
2012-11-04
drbd: New minors have to intherit the connection state form their connection
Philipp Reisner
4
-4
/
+11
2012-11-04
drbd: process_done_ee() has to handle unconfigured devices now
Philipp Reisner
1
-26
/
+18
2012-11-04
drbd: Ignore packets for non existing volumes
Philipp Reisner
1
-8
/
+25
2012-11-04
drbd: introduce in-kernel "down" command
Lars Ellenberg
2
-53
/
+152
2012-11-04
drbd: add forgotten spin_unlock
Lars Ellenberg
1
-1
/
+3
2012-11-04
drbd: bail out if a config requrest is over-determined, and not matching
Lars Ellenberg
1
-8
/
+8
2012-11-04
drbd: new-connection and new-minor succeed, if the object already exists
Lars Ellenberg
1
-2
/
+14
2012-11-04
drbd: Allow a Diskless Secondary volume to be removed
Lars Ellenberg
1
-1
/
+8
2012-11-04
drbd: simplify conn_all_vols_unconf, make it bool
Lars Ellenberg
2
-10
/
+8
2012-11-04
drbd: drbd_adm_get_status needs to show some more detail
Lars Ellenberg
3
-28
/
+107
2012-11-04
drbd: allow holes in minor and volume id allocation
Lars Ellenberg
3
-20
/
+22
2012-11-04
drbd: switch configuration interface from connector to genetlink
Lars Ellenberg
5
-805
/
+804
2012-11-01
rbd: get additional info in parent spec
Alex Elder
1
-0
/
+133
2012-11-01
rbd: get parent spec for version 2 images
Alex Elder
1
-0
/
+131
2012-11-01
rbd: allow null image name
Alex Elder
1
-1
/
+4
2012-11-01
rbd: allow null image name
Alex Elder
1
-0
/
+8
2012-11-01
rbd: encapsulate last part of probe
Alex Elder
1
-75
/
+86
2012-11-01
rbd: define rbd_dev_{create,destroy}() helpers
Alex Elder
1
-21
/
+41
2012-11-01
rbd: consolidate rbd_dev init in rbd_add()
Alex Elder
1
-19
/
+18
2012-11-01
rbd: don't pass rbd_dev to rbd_get_client()
Alex Elder
1
-18
/
+15
2012-11-01
rbd: fill rbd_spec in rbd_add_parse_args()
Alex Elder
1
-38
/
+75
2012-11-01
rbd: add reference counting to rbd_spec
Alex Elder
1
-10
/
+42
2012-10-30
xen/blkback: Persistent grant maps for xen blk drivers
Roger Pau Monne
4
-55
/
+474
2012-10-30
rbd: define image specification structure
Alex Elder
1
-68
/
+90
2012-10-30
rbd: have rbd_add_parse_args() return error
Alex Elder
1
-17
/
+20
2012-10-30
rbd: pass and populate rbd_options structure
Alex Elder
1
-11
/
+19
[prev]
[next]