]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/block/drbd/drbd_main.c
drbd: introduce in-kernel "down" command
[karo-tx-linux.git] / drivers / block / drbd / drbd_main.c
2012-11-03 Lars Ellenbergdrbd: introduce in-kernel "down" command
2012-11-03 Lars Ellenbergdrbd: drbd_adm_get_status needs to show some more detail
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: 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: add page pool to be used for meta data IO
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 Andreas Gruenbacherdrbd: Get rid of P_MAX_CMD
2011-10-14 Andreas Gruenbacherdrbd: Improve how conflicting writes are handled
2011-10-14 Andreas Gruenbacherdrbd: Replace atomic_add_return with atomic_inc_return
2011-10-14 Lars Ellenbergdrbd: new on-disk activity log transaction format
2011-10-14 Lars Ellenbergdrbd: use clear_bit_unlock() where appropriate
2011-10-14 Philipp Reisnerdrbd: implemented receiving of P_CONN_ST_CHG_REQ
2011-10-14 Philipp Reisnerdrbd: Implemented conn_send_state_req()
2011-10-14 Philipp Reisnerdrbd: Introduced tconn->cstate_mutex
2011-10-14 Philipp Reisnerdrbd: Killed volume0; last step of multi-volume-enablement
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: 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 drbd_calc_cpu_mask() and drbd_thread_cu...
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_(get|put)_data_sock() and drbd_sen...
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: Started to separated connection flags (tconn...
2011-09-28 Philipp Reisnerdrbd: conn_printk() a dev_printk() alike for drbd's...
2011-09-28 Philipp Reisnerdrbd: Revert "Make sure we dont send state if a cluster...
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: Rename struct drbd_epoch_entry to struct drbd_pee...
2011-09-28 Andreas Gruenbacherdrbd: _req_conflicts(): Get rid of the epoch_entries...
2011-09-28 Andreas Gruenbacherdrbd: Move some functions to where they are used
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: Use new header layout
2011-08-29 Philipp Reisnerdrbd: Replaced all p_header80 with a generic p_header
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 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: 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: Move drbd_free_tl_hash() to drbd_main()
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...
2011-08-03 John W. LinvilleMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-07-31 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2011-07-27 Chris MasonMerge branch 'integration' into for-linus
2011-07-27 Dmitry TorokhovMerge branch 'next' into for-linus
2011-07-26 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-07-23 Linus TorvaldsMerge branch 'x86-build-for-linus' of git://git.kernel...
2011-07-22 Linus TorvaldsMerge branch 'for-3.1' of git://git.kernel.org/pub...
2011-07-22 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-07-22 Jiri KosinaMerge branches 'roccat', 'upstream' and 'wiimote' into...
2011-07-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-07-15 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-07-11 Linus TorvaldsMerge branch 'movieboard' of git://git.kernel.org/pub...
2011-07-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-07-08 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-07-08 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-07-05 Takashi IwaiMerge branch 'for-3.1' of git://git.kernel.org/pub...
2011-07-05 Takashi IwaiMerge branch 'for-3.0' of git://git.kernel.org/pub...
2011-07-04 Tony LindgrenMerge branch 'iommu-for-tony' of git://github.com/ohadb...
2011-06-30 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-06-30 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2011-06-27 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next