index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: Fixes from the 8.3 development branch
Philipp Reisner
2012-11-08
2
-20
/
+46
*
drbd: downgraded error printk to info
Lars Ellenberg
2012-11-08
1
-4
/
+2
*
DRBD: Fix comparison always false warning due to long/long long compare
David Howells
2012-11-08
1
-1
/
+1
*
drbd: Rename --dry-run to --tentative
Andreas Gruenbacher
2012-11-08
2
-5
/
+5
*
drbd: Remove dead code
Andreas Gruenbacher
2012-11-08
1
-12
/
+0
*
drbd: Allow to pass resource options to the new-resource command
Andreas Gruenbacher
2012-11-08
3
-40
/
+61
*
drbd: Convert the generic netlink interface to accept connection endpoints
Andreas Gruenbacher
2012-11-08
5
-76
/
+133
*
drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE}
Andreas Gruenbacher
2012-11-08
1
-11
/
+11
*
drbd: Split off netlink mandatory attribute handling into separate file
Andreas Gruenbacher
2012-11-08
6
-56
/
+66
*
drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes...
Andreas Gruenbacher
2012-11-08
2
-20
/
+82
*
drbd: Use the terminology suggested by the command names in the source code a...
Andreas Gruenbacher
2012-11-08
1
-8
/
+8
*
drbd: spelling fix: too small
Lars Ellenberg
2012-11-08
1
-4
/
+4
*
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: 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
1
-4
/
+18
*
drbd: Fix the upper limit of resync-after
Andreas Gruenbacher
2012-11-08
3
-17
/
+17
*
drbd: Refer to connect-int consistently throughout the code
Andreas Gruenbacher
2012-11-08
1
-6
/
+6
*
drbd: Refer to resync-rate consistently throughout the code
Andreas Gruenbacher
2012-11-08
3
-6
/
+6
*
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
4
-13
/
+13
*
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
2
-5
/
+5
*
drbd: Turn no-md-flushes into md-flushes={yes|no}
Andreas Gruenbacher
2012-11-08
1
-3
/
+3
*
drbd: Turn no-disk-drain into disk-drain={yes|no}
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
drbd: Turn no-disk-flushes into disk-flushes={yes|no}
Andreas Gruenbacher
2012-11-08
1
-1
/
+1
*
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
1
-4
/
+4
*
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
3
-78
/
+12
*
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
[next]