platform/adaptation/renesas_rcar/renesas_kernel.git
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...
2011-09-28 Andreas Gruenbacherdrbd: Initialize the sequence number sent over the...
2011-09-28 Andreas Gruenbacherdrbd: Remove redundant initialization
2011-09-28 Andreas Gruenbacherdrbd: Rename "enum drbd_packets" to "enum drbd_packet"
2011-09-28 Andreas Gruenbacherdrbd: Move cmdname() out of drbd_int.h
2011-09-28 Philipp Reisnerdrbd: Do not access tconn after it was freed
2011-09-28 Philipp Reisnerdrbd: Implemented receiving of new style packets on...
2011-09-28 Philipp Reisnerdrbd: Use new header layout
2011-08-29 Philipp Reisnerdrbd: Replaced all p_header80 with a generic p_header
2011-08-29 Philipp Reisnerdrbd: Preparing to use p_header96 for all packets
2011-08-29 Philipp Reisnerdrbd: Made drbd_flush_workqueue() to take a tconn inste...
2011-08-29 Philipp Reisnerdrbd: moved crypto transformations and friends from...
2011-08-29 Philipp Reisnerdrbd: moved req_lock and transfer log from mdev to...
2011-08-29 Philipp Reisnerdrbd: moved agreed_pro_version, last_received and ko_co...
2011-08-29 Philipp Reisnerdrbd: moved receiver, worker and asender from mdev...
2011-08-29 Philipp Reisnerdrbd: moved data and meta from mdev to tconn
2011-08-29 Philipp Reisnerdrbd: moved net_cont and net_cnt_wait from mdev to...
2011-08-29 Philipp Reisnerdrbd: moved net_conf from mdev to tconn
2011-08-29 Philipp Reisnerdrbd: Minimal struct drbd_tconn
2011-08-29 Philipp Reisneridr: idr_for_each_entry() macro
2011-08-29 Andreas Gruenbacherdrbd: Interval tree bugfix
2011-08-29 Andreas Gruenbacherdrbd: Inline function overlaps() is now unused
2011-08-29 Andreas Gruenbacherdrbd: Remove some useless paranoia code
2011-08-29 Andreas Gruenbacherdrbd: Replace the ERR_IF macro with an assert-like...
2011-08-29 Andreas Gruenbacherdrbd: Convert all constants in enum drbd_thread_state...
2011-08-29 Andreas Gruenbacherdrbd: Convert all constants in enum drbd_req_event...
2011-08-29 Andreas Gruenbacherdrbd: Remove the unused hash tables
2011-08-29 Andreas Gruenbacherdrbd: Use interval tree for overlapping epoch entry...
2011-08-29 Andreas Gruenbacherdrbd: Put sector and size in struct drbd_epoch_entry...
2011-08-29 Andreas Gruenbacherdrbd: Use the read and write request trees for request...
2011-08-29 Andreas Gruenbacherdrbd: Add read_requests tree
2011-08-25 Andreas Gruenbacherdrbd: Use interval tree for overlapping write request...
2011-08-25 Andreas Gruenbacherdrbd: Put sector and size in struct drbd_request into...
2011-08-25 Andreas Gruenbacherdrbd: Add interval tree data structure
2011-08-25 Andreas Gruenbacherdrbd: Request lookup code cleanup (4)
2011-08-25 Andreas Gruenbacherdrbd: Request lookup code cleanup (3)
2011-08-25 Andreas Gruenbacherdrbd: Request lookup code cleanup (2)
2011-08-25 Andreas Gruenbacherdrbd: Request lookup code cleanup (1)
2011-08-25 Andreas Gruenbacherdrbd: Update outdated comment
2011-08-25 Andreas Gruenbacherdrbd: Move drbd_free_tl_hash() to drbd_main()
2011-08-25 Andreas Gruenbacherdrbd: Magic reserved block_id value cleanup
2011-08-25 Andreas Gruenbacherdrbd: Endianness convert the constants instead of the...
2011-08-25 Andreas Gruenbacherdrbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
2011-08-25 Andreas Gruenbacherdrbd: Consistently use block_id == ID_SYNCER for checks...
next