summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: Fixes from the 8.3 development branchPhilipp Reisner2012-11-082-20/+46
* drbd: downgraded error printk to infoLars Ellenberg2012-11-081-4/+2
* DRBD: Fix comparison always false warning due to long/long long compareDavid Howells2012-11-081-1/+1
* drbd: Rename --dry-run to --tentativeAndreas Gruenbacher2012-11-082-5/+5
* drbd: Remove dead codeAndreas Gruenbacher2012-11-081-12/+0
* drbd: Allow to pass resource options to the new-resource commandAndreas Gruenbacher2012-11-083-40/+61
* drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher2012-11-085-76/+133
* drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE}Andreas Gruenbacher2012-11-081-11/+11
* drbd: Split off netlink mandatory attribute handling into separate fileAndreas Gruenbacher2012-11-086-56/+66
* drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes...Andreas Gruenbacher2012-11-082-20/+82
* drbd: Use the terminology suggested by the command names in the source code a...Andreas Gruenbacher2012-11-081-8/+8
* drbd: spelling fix: too smallLars Ellenberg2012-11-081-4/+4
* drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg2012-11-081-1/+1
* drbd: Use DRBD_MINOR_COUNT_DEF in one more placeAndreas Gruenbacher2012-11-081-1/+1
* drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner2012-11-081-1/+1
* drbd: Don't use empty nested netlink attributesAndreas Gruenbacher2012-11-081-3/+3
* drbd: drbd_adm_prepare(): Pass through error codesAndreas Gruenbacher2012-11-081-3/+7
* drbd: Send PROTOCOL_UPDATE packets when appropriatePhilipp Reisner2012-11-083-13/+6
* drbd: Receiving part for the PROTOCOL_UPDATE packetPhilipp Reisner2012-11-083-15/+63
* drbd: Allocation of int_dig_in and int_dig_vv was missingPhilipp Reisner2012-11-081-0/+15
* drbd: Made cmp_after_sb() more generic into convert_after_sb()Philipp Reisner2012-11-081-16/+9
* drbd: protect updates to integrits_tfm by tconn->data->mutexPhilipp Reisner2012-11-082-5/+6
* drbd: Refuse to change network options online when...Philipp Reisner2012-11-081-4/+18
* drbd: Fix the upper limit of resync-afterAndreas Gruenbacher2012-11-083-17/+17
* drbd: Refer to connect-int consistently throughout the codeAndreas Gruenbacher2012-11-081-6/+6
* drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher2012-11-083-6/+6
* drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg2012-11-081-8/+10
* drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher2012-11-084-13/+13
* drbd: Make broadcast events return NO_ERRORAndreas Gruenbacher2012-11-081-1/+1
* drbd: Removing drbd_cfg_rwsemPhilipp Reisner2012-11-086-75/+72
* drbd: Use RCU for the drbd_tconns listPhilipp Reisner2012-11-082-8/+11
* drbd: Refcounting for mdev objectsPhilipp Reisner2012-11-084-19/+31
* drbd: Turn no-tcp-cork into tcp-cork={yes|no}Andreas Gruenbacher2012-11-082-5/+5
* drbd: Turn no-md-flushes into md-flushes={yes|no}Andreas Gruenbacher2012-11-081-3/+3
* drbd: Turn no-disk-drain into disk-drain={yes|no}Andreas Gruenbacher2012-11-081-1/+1
* drbd: Turn no-disk-flushes into disk-flushes={yes|no}Andreas Gruenbacher2012-11-081-1/+1
* drbd: RCU for rs_plan_sPhilipp Reisner2012-11-084-55/+77
* drbd: Enforce limits of disk_conf members; centralized these checksPhilipp Reisner2012-11-081-10/+14
* drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner2012-11-085-31/+57
* drbd: RCU for disk_confPhilipp Reisner2012-11-086-133/+282
* drbd: Introduce __s32_field in the genetlink macro magicLars Ellenberg2012-11-081-4/+4
* drbd: Renamed (old|new)_conf into (old|new)_net_conf in receive_SyncParamPhilipp Reisner2012-11-081-16/+16
* drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_...Philipp Reisner2012-11-083-23/+17
* drbd: drbd_dew_dev_size() gets the user requests disk_size as argumentPhilipp Reisner2012-11-083-7/+8
* drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner2012-11-085-17/+17
* drbd: Removed dead codePhilipp Reisner2012-11-081-2/+0
* drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher2012-11-083-78/+12
* drbd: fix schedule in atomicLars Ellenberg2012-11-081-4/+9
* drbd: fix thread stop deadlockLars Ellenberg2012-11-084-23/+11
* drbd: fix race when forcefully disconnectingLars Ellenberg2012-11-083-50/+62