platform/upstream/kernel-adaptation-pc.git
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...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_recv_fp() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Removed unused mdev argument from drbd_recv_short...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send_fp() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted drbd_send() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: Converted helper functions for drbd_send() to...
2011-09-28 Philipp Reisnerdrbd: Converted wake_asender() and request_ping() from...
2011-09-28 Philipp Reisnerdrbd: Moved SIGNAL_ASENDER to the per connection (tconn...
2011-09-28 Philipp Reisnerdrbd: Moved SEND_PING to the per connection (tconn...
2011-09-28 Philipp Reisnerdrbd: Moved DISCARD_CONCURRENT to the per connection...
2011-09-28 Philipp Reisnerdrbd: Started to separated connection flags (tconn...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_wait_for_connect() from mdev to...
2011-09-28 Philipp Reisnerdrbd: Converted drbd_try_connect() from mdev to tconn
2011-09-28 Philipp Reisnerdrbd: conn_printk() a dev_printk() alike for drbd's...
2011-09-28 Philipp Reisnerdrbd: Moving state related macros to drbd_state.h
2011-09-28 Philipp Reisnerdrbd: Revert "Make sure we dont send state if a cluster...
2011-09-28 Philipp Reisnerdrbd: Do no sleep long in drbd_start_resync
2011-09-28 Philipp Reisnerdrbd: Moved code
2011-09-28 Philipp Reisnerdrbd: Eliminated the user of drbd_task_to_thread()
2011-09-28 Philipp Reisnerdrbd: Moved the thread name into the data structure
2011-09-28 Philipp Reisnerdrbd: Moved the state functions into its own source...
2011-09-28 Andreas Gruenbacherdrbd: Local variable renames: e -> peer_req
2011-09-28 Andreas Gruenbacherdrbd: Update some comments
2011-09-28 Andreas Gruenbacherdrbd: Clean up some left-overs
2011-09-28 Andreas Gruenbacherdrbd: Rename struct drbd_epoch_entry to struct drbd_pee...
2011-09-28 Andreas Gruenbacherdrbd: Remove unused variable in struct drbd_conf
2011-09-28 Andreas Gruenbacherdrbd: Improve the drbd_find_overlap() documentation
2011-09-28 Andreas Gruenbacherdrbd: Make the peer_seq updating code more obvious
2011-09-28 Andreas Gruenbacherdrbd: Defer new writes when detecting conflicting writes
2011-09-28 Andreas Gruenbacherdrbd: Remove unnecessary reference counting left-over
2011-09-28 Andreas Gruenbacherdrbd: _req_conflicts(): Get rid of the epoch_entries...
2011-09-28 Andreas Gruenbacherdrbd: Allow to wait for the completion of an epoch...
2011-09-28 Andreas Gruenbacherdrbd: Remove redundant check from drbd_contains_interval()
2011-09-28 Andreas Gruenbacherdrbd: struct drbd_request: Introduce a new collision...
2011-09-28 Andreas Gruenbacherdrbd: Move some functions to where they are used
2011-09-28 Andreas Gruenbacherdrbd: Move sequence number logic into drbd_receiver...
next