]> Pileus Git - ~andy/linux/history - drivers/block/drbd/drbd_main.c
Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6
[~andy/linux] / drivers / block / drbd / drbd_main.c
2012-11-09 Philipp ReisnerMerge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd...
2012-11-09 Philipp Reisnerdrbd: fix regression: potential NULL pointer dereference
2012-11-09 Lars Ellenbergdrbd: always write bitmap on detach
2012-11-09 Philipp Reisnerdrbd: Call drbd_md_sync() explicitly after a state...
2012-11-09 Lars Ellenbergdrbd: fix potential list_add corruption
2012-11-09 Philipp Reisnerdrbd: Protect accesses to the uuid set with a spinlock
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/
2012-11-09 Lars Ellenbergdrbd: announce FLUSH/FUA capability to upper layers
2012-11-08 Lars Ellenbergdrbd: report congestion if we are waiting for some...
2012-11-08 Lars Ellenbergdrbd: differentiate between normal and forced detach
2012-11-08 Lars Ellenbergdrbd: allow read requests to be retried after force...
2012-11-08 Lars Ellenbergdrbd: base completion and destruction of requests on...
2012-11-08 Lars Ellenbergdrbd: __drbd_make_request() is now void
2012-11-08 Lars Ellenbergdrbd: remove struct drbd_tl_epoch objects (barrier...
2012-11-08 Lars Ellenbergdrbd: move the drbd_work_queue from drbd_socket to...
2012-11-08 Lars Ellenbergdrbd: allow to dequeue batches of work at a time
2012-11-08 Lars Ellenbergdrbd: transfer log epoch numbers are now per resource
2012-11-08 Lars Ellenbergdrbd: rename drbd_restart_write to drbd_restart_request
2012-11-08 Philipp Reisnerdrbd: use bitmap_parse instead of __bitmap_parse
2012-11-08 Lars Ellenbergdrbd: ignore volume number for drbd barrier packet...
2012-11-08 Lars Ellenbergdrbd: fix potential deadlock during "restart" of confli...
2012-11-08 Lars Ellenbergdrbd: don't pretend that barrier_nr == 0 was special
2012-11-08 Lars Ellenbergdrbd: remove now unused seq_num member from struct...
2012-11-08 Lars Ellenbergdrbd: fix potential data corruption and protocol error
2012-11-08 Lars Ellenbergdrbd: explicitly clear unused dp_flags in drbd_send_block
2012-11-08 Philipp Reisnerdrbd: Move list of epochs from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Move write_ordering from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Move the CREATE_BARRIER flag from connection...
2012-11-08 Philipp Reisnerdrbd: Fixes from the drbd-8.3 branch
2012-11-08 Philipp Reisnerdrbd: Fixes from the drbd-8.3 branch
2012-11-08 Lars Ellenbergdrbd: detach must not try to abort non-local requests
2012-11-08 Andreas Gruenbacherdrbd: Get rid of MR_{READ,WRITE}_SHIFT
2012-11-08 Andreas Gruenbacherdrbd: Fix the data-integrity-alg setting
2012-11-08 Andreas Gruenbacherdrbd: Turn tl_apply() into tl_abort_disk_io()
2012-11-08 Lars Ellenbergdrbd: on attach, enforce clean meta data
2012-11-08 Philipp Reisnerdrbd: detach from frozen backing device
2012-11-08 Philipp Reisnerdrbd: Improve compatibility with drbd's older than...
2012-11-08 Andreas Gruenbacherdrbd: Rename --dry-run to --tentative
2012-11-08 Andreas Gruenbacherdrbd: Allow to pass resource options to the new-resourc...
2012-11-08 Andreas Gruenbacherdrbd: Convert the generic netlink interface to accept...
2012-11-08 Andreas Gruenbacherdrbd: Use DRBD_MINOR_COUNT_DEF in one more place
2012-11-08 Philipp Reisnerdrbd: Send PROTOCOL_UPDATE packets when appropriate
2012-11-08 Philipp Reisnerdrbd: Receiving part for the PROTOCOL_UPDATE packet
2012-11-08 Philipp Reisnerdrbd: protect updates to integrits_tfm by tconn->data...
2012-11-08 Andreas Gruenbacherdrbd: Refer to resync-rate consistently throughout...
2012-11-08 Andreas Gruenbacherdrbd: Rename the want_lose field/flag to discard_my_data
2012-11-08 Philipp Reisnerdrbd: Removing drbd_cfg_rwsem
2012-11-08 Philipp Reisnerdrbd: Use RCU for the drbd_tconns list
2012-11-08 Philipp Reisnerdrbd: Refcounting for mdev objects
2012-11-08 Philipp Reisnerdrbd: Made the fifo object a self contained object...
2012-11-08 Philipp Reisnerdrbd: RCU for disk_conf
2012-11-08 Philipp Reisnerdrbd: Renamed the net_conf_update mutex to conf_update
2012-11-08 Andreas Gruenbacherdrbd: Generate the drbd_set_*_defaults() functions...
2012-11-08 Lars Ellenbergdrbd: fix thread stop deadlock
2012-11-08 Andreas Gruenbacherdrbd: Allow to change data-integrity-alg on the fly
2012-11-08 Andreas Gruenbacherdrbd: Introduce a "lockless" variant of drbd_send_proto...
2012-11-08 Andreas Gruenbacherdrbd: Rename integrity_r_tfm -> peer_integrity_tfm
2012-11-08 Andreas Gruenbacherdrbd: Rename integrity_w_tfm -> integrity_tfm
2012-11-08 Lars Ellenbergdrbd: on reconfiguration requests, mind the SET_DEFAULT...
2012-11-08 Philipp Reisnerdrbd: Take a reference on tconn when finding a tconn...
2012-11-08 Philipp Reisnerdrbd: Basic refcounting for drbd_tconn
2012-11-08 Philipp Reisnerdrbd: Eliminated drbd_free_resoruces() it is superseede...
2012-11-08 Lars Ellenbergdrbd: cmdname() enum to string convertion was missing...
2012-11-08 Philipp Reisnerdrbd: Proper locking for updates to net_conf under RCU
2012-11-08 Philipp Reisnerdrbd: rcu_read_lock() and rcu_dereference() for tconn...
2012-11-08 Philipp Reisnerdrbd: Runtime changeable wire protocol
2012-11-08 Philipp Reisnerdrbd: protect all idr accesses that might sleep with...
2012-11-08 Philipp Reisnerdrbd: Converted drbd_cfg_mutex into drbd_cfg_rwsem
2012-11-08 Philipp Reisnerdrbd: rcu_read_[un]lock() for all idr accesses that...
2012-11-08 Philipp Reisnerdrbd: Inlined drbd_free_mdev(); it got called only...
2012-11-08 Philipp Reisnerdrbd: drbd_delete_device() takes a struct drbd_conf...
2012-11-08 Andreas Gruenbacherdrbd: Rename drbd_release_ee() to drbd_free_peer_reqs()
2012-11-08 Andreas Gruenbacherdrbd: drbd_init_ee() no longer exists
2012-11-08 Andreas Gruenbacherdrbd: Removed outdated comments and code that envisione...
2012-11-08 Andreas Gruenbacherdrbd: Introduce protocol version 100 headers
2012-11-08 Andreas Gruenbacherdrbd: Remove headers from on-the-wire data structures...
2012-11-08 Andreas Gruenbacherdrbd: Remove some fixed header size assumptions
2012-11-08 Andreas Gruenbacherdrbd: Remove now-unused int_dig_out buffer
2012-11-08 Andreas Gruenbacherdrbd: Replace and remove old primitives
2012-11-08 Andreas Gruenbacherdrbd: Introduce drbd_header_size()
2012-11-08 Andreas Gruenbacherdrbd: Introduce new primitives for sending commands
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_ping(), drbd_send_ping(): Return 0...
2012-11-08 Philipp Reisnerdrbd: Introduced a new type union drbd_dev_state
2012-11-08 Andreas Gruenbacherdrbd: Change how the "handshake" packets are called
2012-11-08 Andreas Gruenbacherdrbd: Change how the initial packets are called
2012-11-08 Andreas Gruenbacherdrbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_bitmap(): Use the pre-allocated send...
2012-11-08 Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a send...
2012-11-08 Andreas Gruenbacherdrbd: Preallocate one page per drbd_socket as a receive...
2012-11-08 Andreas Gruenbacherdrbd: Rename the DCBP_* functions to dcbp_* and move...
2012-11-08 Andreas Gruenbacherdrbd: Make _drbd_send_bitmap() static
2012-11-08 Andreas Gruenbacherdrbd: Move drbd_send_ping() and drbd_send_ping_ack...
2012-11-08 Andreas Gruenbacherdrbd: Always use the same protocol version for the...
2012-11-08 Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
2012-11-08 Andreas Gruenbacherdrbd: drbd_md_sync_page_io(): Return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: send_bitmap_rle_or_plain(): Error handling cleanup
2012-11-08 Andreas Gruenbacherdrbd: Make all worker callbacks return 0 upon success...
2012-11-08 Andreas Gruenbacherdrbd: Temporarily change the return type of all worker...
2012-11-08 Andreas Gruenbacherdrbd: drbd_send_dblock(): Return 0 upon success and...
2012-11-08 Andreas Gruenbacherdrbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return...
next