index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: spelling fix: too small
Lars Ellenberg
2012-11-08
2
-6
/
+6
*
drbd: cosmetic: fix accidental division instead of modulo when pretty printing
Lars Ellenberg
2012-11-08
1
-1
/
+1
*
drbd: Use DRBD_MINOR_COUNT_DEF in one more place
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: Lower log priority for an event that is definitely not an error
Philipp Reisner
2012-11-08
1
-1
/
+1
*
drbd: Don't use empty nested netlink attributes
Andreas Gruenbacher
2012-11-08
1
-3
/
+3
*
drbd: drbd_adm_prepare(): Pass through error codes
Andreas Gruenbacher
2012-11-08
1
-3
/
+7
*
drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY f...
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: Make drbd's use of netlink attribute flags less confusing
Andreas Gruenbacher
2012-11-08
3
-222
/
+193
*
drbd: Remove unused GENLA_F_MAY_IGNORE flag
Andreas Gruenbacher
2012-11-08
1
-6
/
+0
*
drbd: Output signed / unsigned netlink fields correctly
Andreas Gruenbacher
2012-11-08
2
-22
/
+53
*
drbd: Use more generic constant names
Andreas Gruenbacher
2012-11-08
1
-4
/
+4
*
drbd: Send PROTOCOL_UPDATE packets when appropriate
Philipp Reisner
2012-11-08
3
-13
/
+6
*
drbd: Receiving part for the PROTOCOL_UPDATE packet
Philipp Reisner
2012-11-08
3
-15
/
+63
*
drbd: Allocation of int_dig_in and int_dig_vv was missing
Philipp Reisner
2012-11-08
1
-0
/
+15
*
drbd: Made cmp_after_sb() more generic into convert_after_sb()
Philipp Reisner
2012-11-08
1
-16
/
+9
*
drbd: protect updates to integrits_tfm by tconn->data->mutex
Philipp Reisner
2012-11-08
2
-5
/
+6
*
drbd: Refuse to change network options online when...
Philipp Reisner
2012-11-08
2
-4
/
+19
*
drbd: Rename DISK_SIZE_SECT -> DISK_SIZE
Andreas Gruenbacher
2012-11-08
1
-3
/
+4
*
drbd: Convert resync-after into a signed netlink field
Andreas Gruenbacher
2012-11-08
3
-1
/
+6
*
drbd: Fix the upper limit of resync-after
Andreas Gruenbacher
2012-11-08
6
-23
/
+24
*
drbd: Refer to connect-int consistently throughout the code
Andreas Gruenbacher
2012-11-08
2
-7
/
+7
*
drbd: Refer to resync-rate consistently throughout the code
Andreas Gruenbacher
2012-11-08
5
-10
/
+11
*
drbd: skip spurious wait_event in drbd_al_begin_io
Lars Ellenberg
2012-11-08
1
-8
/
+10
*
drbd: Rename the want_lose field/flag to discard_my_data
Andreas Gruenbacher
2012-11-08
5
-14
/
+14
*
drbd: Also define the default values of boolean flags in a single place
Andreas Gruenbacher
2012-11-08
2
-8
/
+18
*
drbd: Make broadcast events return NO_ERROR
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: Removing drbd_cfg_rwsem
Philipp Reisner
2012-11-08
6
-75
/
+72
*
drbd: Use RCU for the drbd_tconns list
Philipp Reisner
2012-11-08
2
-8
/
+11
*
drbd: Refcounting for mdev objects
Philipp Reisner
2012-11-08
4
-19
/
+31
*
drbd: Turn no-tcp-cork into tcp-cork={yes|no}
Andreas Gruenbacher
2012-11-08
3
-6
/
+6
*
drbd: Turn no-md-flushes into md-flushes={yes|no}
Andreas Gruenbacher
2012-11-08
2
-4
/
+4
*
drbd: Turn no-disk-drain into disk-drain={yes|no}
Andreas Gruenbacher
2012-11-08
2
-2
/
+2
*
drbd: Turn no-disk-flushes into disk-flushes={yes|no}
Andreas Gruenbacher
2012-11-08
2
-3
/
+3
*
drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8
Andreas Gruenbacher
2012-11-08
1
-8
/
+2
*
drbd: RCU for rs_plan_s
Philipp Reisner
2012-11-08
4
-55
/
+77
*
drbd: Enforce limits of disk_conf members; centralized these checks
Philipp Reisner
2012-11-08
1
-10
/
+14
*
drbd: Made the fifo object a self contained object (preparing for RCU)
Philipp Reisner
2012-11-08
5
-31
/
+57
*
drbd: RCU for disk_conf
Philipp Reisner
2012-11-08
6
-133
/
+282
*
drbd: Introduce __s32_field in the genetlink macro magic
Lars Ellenberg
2012-11-08
3
-5
/
+8
*
drbd: Renamed (old|new)_conf into (old|new)_net_conf in receive_SyncParam
Philipp Reisner
2012-11-08
1
-16
/
+16
*
drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_...
Philipp Reisner
2012-11-08
3
-23
/
+17
*
drbd: drbd_dew_dev_size() gets the user requests disk_size as argument
Philipp Reisner
2012-11-08
3
-7
/
+8
*
drbd: Renamed the net_conf_update mutex to conf_update
Philipp Reisner
2012-11-08
5
-17
/
+17
*
drbd: Removed dead code
Philipp Reisner
2012-11-08
1
-2
/
+0
*
drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h
Andreas Gruenbacher
2012-11-08
6
-124
/
+91
*
drbd: Remove left-over unused define
Andreas Gruenbacher
2012-11-08
1
-1
/
+0
*
drbd: fix schedule in atomic
Lars Ellenberg
2012-11-08
1
-4
/
+9
*
drbd: fix thread stop deadlock
Lars Ellenberg
2012-11-08
4
-23
/
+11
*
drbd: fix race when forcefully disconnecting
Lars Ellenberg
2012-11-08
3
-50
/
+62
*
drbd: Allow to change data-integrity-alg on the fly
Andreas Gruenbacher
2012-11-08
3
-40
/
+40
[next]