platform/upstream/kernel-adaptation-pc.git
2012-11-03 Philipp Reisnerdrbd: Converted got_Ping() and got_PingAck() from mdev...
2012-11-03 Philipp Reisnerdrbd: Allow packet handler functions that take a connec...
2012-11-03 Philipp Reisnerdrbd: Separate connection state changes from minor...
2012-11-03 Philipp Reisnerdrbd: Converted receive_protocol() from mdev to tconn
2012-11-03 Philipp Reisnerdrbd: Allow packet handler functions that take a connection
2012-11-03 Philipp Reisnerdrbd: Moved CONN_DRY_RUN to the per connection (tconn...
2012-11-03 Philipp Reisnerdrbd: Do not modify the connection state with something...
2012-11-03 Philipp Reisnerdrbd: Allow two diskless minors to be connected
2012-11-03 Philipp Reisnerdrbd: New minors have to intherit the connection state...
2012-11-03 Philipp Reisnerdrbd: process_done_ee() has to handle unconfigured...
2012-11-03 Philipp Reisnerdrbd: Ignore packets for non existing volumes
2012-11-03 Lars Ellenbergdrbd: introduce in-kernel "down" command
2012-11-03 Lars Ellenbergdrbd: add forgotten spin_unlock
2012-11-03 Lars Ellenbergdrbd: bail out if a config requrest is over-determined...
2012-11-03 Lars Ellenbergdrbd: new-connection and new-minor succeed, if the...
2012-11-03 Lars Ellenbergdrbd: Allow a Diskless Secondary volume to be removed
2012-11-03 Lars Ellenbergdrbd: simplify conn_all_vols_unconf, make it bool
2012-11-03 Lars Ellenbergdrbd: drbd_adm_get_status needs to show some more detail
2012-11-03 Lars Ellenbergdrbd: remove now unused connector related files
2012-11-03 Lars Ellenbergdrbd: allow holes in minor and volume id allocation
2012-11-03 Lars Ellenbergdrbd: switch configuration interface from connector...
2011-10-14 Lars Ellenbergdrbd: prepare the transition from connector to genetlink
2011-10-14 Lars Ellenbergdrbd: get rid of drbd_bcast_ee, it is of no use anymore
2011-10-14 Lars Ellenbergdrbd: fix drbd_delete_device: remove vnr from volumes...
2011-10-14 Lars Ellenbergdrbd: introduce a bio_set to allocate housekeeping...
2011-10-14 Lars Ellenbergdrbd: use the newly introduced page pool for bitmap IO
2011-10-14 Lars Ellenbergdrbd: add page pool to be used for meta data IO
2011-10-14 Lars Ellenbergdrbd: only wakeup if something changed in update_peer_seq
2011-10-14 Lars Ellenbergdrbd: default to detach on-io-error
2011-10-14 Lars Ellenbergdrbd: remove unused define
2011-10-14 Philipp Reisnerdrbd: Replaced the minor_table array by an idr
2011-10-14 Philipp Reisnerdrbd: Implemented new commands to create/delete connect...
2011-10-14 Philipp Reisnerdrbd: Converted drbd_nl_(net_conf|disconnect)() from...
2011-10-14 Philipp Reisnerdrbd: Preparing the connector interface to operator...
2011-10-14 Philipp Reisnerdrbd: Converted the transfer log from mdev to tconn
2011-10-14 Philipp Reisnerdrbd: Improved the dec_*() macros
2011-10-14 Philipp Reisnerdrbd: Removed the mdev parameter from the ..to_tags...
2011-10-14 Philipp Reisnerdrbd: Reworked the unconfiguring and thread stopping...
2011-10-14 Andreas Gruenbacherdrbd: Remove left-over function prototypes
2011-10-14 Andreas Gruenbacherdrbd: Replace get_asender_cmd() with its implementation
2011-10-14 Andreas Gruenbacherdrbd: Get rid of P_MAX_CMD
2011-10-14 Andreas Gruenbacherdrbd: Remove redundant check
2011-10-14 Andreas Gruenbacherdrbd: Improve how conflicting writes are handled
2011-10-14 Andreas Gruenbacherdrbd: Use ping-timeout when waiting for missing ack...
2011-10-14 Andreas Gruenbacherdrbd: Replace atomic_add_return with atomic_inc_return
2011-10-14 Andreas Gruenbacherdrbd: Concurrent write detection fix
2011-10-14 Andreas Gruenbacherdrbd: Use container_of() instead of casting
2011-10-14 Lars Ellenbergdrbd: fix a wrong likely(), updated comments
2011-10-14 Lars Ellenbergdrbd: silence some log messages on bitmap IO
2011-10-14 Lars Ellenbergdrbd: new on-disk activity log transaction format
2011-10-14 Lars Ellenberglru_cache: allow multiple changes per transaction
2011-10-14 Lars Ellenbergdrbd: allow to select specific bitmap pages for writeout
2011-10-14 Lars Ellenberglru_cache: consolidate lc_get and lc_try_get
2011-10-14 Lars Ellenberglru_cache.h: fix comments referring to ts_ instead...
2011-10-14 Lars Ellenbergdrbd: use clear_bit_unlock() where appropriate
2011-10-14 Lars Ellenbergdrbd: in drbd_suspend_al, set AL_SUSPENDED before unloc...
2011-10-14 Lars Ellenbergdrbd: fix typo in comment
2011-10-14 Lars Ellenbergdrbd: simplify condition in drbd_may_do_local_read()
2011-10-14 Andreas Gruenbacherdrbd: Use the IS_ALIGNED() macro in some more places
2011-10-14 Andreas Gruenbacherdrbd: Remove obsolete comment
2011-10-14 Andreas Gruenbacherdrbd: Iterate over all overlapping intervals in a tree
2011-10-14 Andreas Gruenbacherdrbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}reque...
2011-10-14 Andreas Gruenbacherdrbd: Rename drbd_submit_ee -> drbd_submit_peer_request
2011-10-14 Philipp Reisnerdrbd: Implemented connection wide state changes
2011-10-14 Philipp Reisnerdrbd: implemented receiving of P_CONN_ST_CHG_REQ
2011-10-14 Philipp Reisnerdrbd: Implemented receiving of P_CONN_ST_CHG_REPLY
2011-10-14 Philipp Reisnerdrbd: Global_state_lock not necessary here...
2011-10-14 Philipp Reisnerdrbd: Implemented conn_send_state_req()
2011-10-14 Philipp Reisnerdrbd: Introduced tconn->cstate_mutex
2011-10-14 Philipp Reisnerdrbd: Removed drbd_state_lock() and drbd_state_unlock()
2011-10-14 Philipp Reisnerdrbd: Killed volume0; last step of multi-volume-enablement
2011-09-28 Philipp Reisnerdrbd: Code de-duplication; new function apply_mask_val()
2011-09-28 Philipp Reisnerdrbd: Removed the os parameter form sanitize_state()
2011-09-28 Philipp Reisnerdrbd: Extracted is_valid_conn_transition() out of is_va...
2011-09-28 Philipp Reisnerdrbd: Extracted is_valid_transition() out of sanitize_s...
2011-09-28 Philipp Reisnerdrbd: Renamed is_valid_state_transition() to is_valid_s...
2011-09-28 Philipp Reisnerdrbd: Extracted after_conn_state_ch() out of after_stat...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send_ping() and related functions...
2011-09-28 Philipp Reisnerdrbd: Generalized the work callbacks
2011-09-28 Philipp Reisnerdrbd: Moved some initializing code into drbd_new_tconn()
2011-09-28 Philipp Reisnerdrbd: drbd_thread has now a pointer to a tconn instead...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_worker() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_asender() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbdd_init() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Consolidated the setup of the thread name into...
2011-09-28 Philipp Reisnerdrbd: Moved the mdev member into drbd_work (from drbd_r...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_free_sock() and drbd_disconnect...
2011-09-28 Philipp Reisnerdrbd: Converted drbdd() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_calc_cpu_mask() and drbd_thread_cu...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_connect() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Use and idr data structure to map volume numbers...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send_protocol() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_do_auth() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_(get|put)_data_sock() and drbd_sen...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_do_handshake() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_recv_header() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted decode_header() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: struct packet_info to hold information of decoded...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_recv() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send_handshake() from mdev to...
next