Philipp Reisner ([email protected])

Number of posts: 477 (0.1 per day)
First post: 2009-03-23 15:56:13
Last post: 2022-04-02 09:56:38

Date List Subject
2014-10-29 16:39:28 linux-kernel [PATCH 2/7] drbd: Only use drbd_msg_put_info() in drbd_nl.c
2014-10-29 16:39:26 linux-kernel [PATCH 5/7] drbd: merge_bvec_fn: properly remap bvm->bi_bdev
2014-10-29 16:39:25 linux-kernel [PATCH 6/7] drbd: Fix state change in case of connection timeout
2014-10-29 16:38:47 linux-kernel [PATCH 7/7] drbd: Remove an useless copy of kernel_setsockopt()
2014-10-29 16:38:08 linux-kernel [PATCH 0/7] RFC DRBD updates for 3.19
2014-10-29 16:38:06 linux-kernel [PATCH 1/7] drbd: Minor cleanups
2014-10-29 16:38:04 linux-kernel [PATCH 4/7] drbd: fix resync throttling initialization
2014-07-10 16:48:01 linux-kernel Re: [GIT PULL] DRBD updates for your for-3.17/drivers branch
2014-07-10 13:54:21 linux-kernel [GIT PULL] DRBD updates for your for-3.17/drivers branch
2014-07-10 09:54:01 linux-kernel Re: [PATCH] drbd: fix regression 'out of mem, failed to invoke fence-peer helper'
2014-07-09 19:18:38 linux-kernel [PATCH] Fix DRBD regression
2014-07-09 19:18:37 linux-kernel [PATCH] drbd: fix regression 'out of mem, failed to invoke fence-peer helper'
2014-07-03 08:53:00 linux-kernel [PATCH 00/23] RFC DRBD fixes
2014-07-03 08:52:58 linux-kernel [PATCH 04/23] drbd: gather detailed timing statistics for drbd_requests
2014-07-03 08:52:57 linux-kernel [PATCH 03/23] drbd: track meta data IO intent, start and submit time
2014-07-03 08:50:27 linux-kernel [PATCH 05/23] drbd: add lists to find oldest pending requests
2014-07-03 08:50:25 linux-kernel [PATCH 06/23] drbd: add caching oldest request pointers for replication stages
2014-07-03 08:50:23 linux-kernel [PATCH 07/23] drbd: improve throttling decisions of background resynchronisation
2014-07-03 08:50:21 linux-kernel [PATCH 08/23] drbd: track timing details of peer_requests
2014-07-03 08:50:19 linux-kernel [PATCH 09/23] drbd: register peer requests on read_ee early
2014-07-03 08:50:17 linux-kernel [PATCH 10/23] drbd: track details of bitmap IO
2014-07-03 08:49:24 linux-kernel [PATCH 11/23] drbd: debugfs: add basic hierarchy
2014-07-03 08:49:23 linux-kernel [PATCH 13/23] drbd: debugfs: deal with destructor racing with open of debugfs file
2014-07-03 08:44:09 linux-kernel [PATCH 14/23] drbd: debugfs: Add in_flight_summary
2014-07-03 08:44:06 linux-kernel [PATCH 16/23] drbd: debugfs: add per volume oldest_requests
2014-07-03 08:44:04 linux-kernel [PATCH 17/23] drbd: debugfs: add version tag to debugfs files
2014-07-03 08:44:01 linux-kernel [PATCH 15/23] drbd: debugfs: add callback_history
2014-07-03 08:43:59 linux-kernel [PATCH 18/23] drbd: debugfs: add per connection oldest requests
2014-07-03 08:43:58 linux-kernel [PATCH 20/23] drbd: resync should only lock out specific ranges
2014-07-03 08:43:56 linux-kernel [PATCH 19/23] drbd: debugfs: add per device data_gen_id
2014-07-03 08:43:55 linux-kernel [PATCH 21/23] drbd: drop spurious parameters from _drbd_md_sync_page_io
2014-07-03 08:43:53 linux-kernel [PATCH 23/23] drbd: silence underflow warning in read_in_block()
2014-07-03 08:43:52 linux-kernel [PATCH 22/23] drbd: implicitly truncate cpu-mask
2014-07-03 08:43:34 linux-kernel [PATCH 12/23] drbd: debugfs: add in_flight_summary data
2014-07-03 08:43:23 linux-kernel [PATCH 01/23] drbd: poison free'd device, resource and connection structs
2014-07-03 08:43:20 linux-kernel [PATCH 02/23] drbd: fix drbd_destroy_device reference count updates
2014-07-02 09:59:03 linux-kernel Re: [Drbd-dev] [PATCH 15/20] drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)
2014-07-01 16:22:42 linux-kernel [PATCH 03/20] drbd: Remove unnecessary/unused code
2014-07-01 16:22:27 linux-kernel [PATCH 04/20] drbd: fix bogus resync stats in /proc/drbd
2014-07-01 16:21:33 linux-kernel [PATCH 06/20] drbd: implement csums-after-crash-only
2014-07-01 16:21:32 linux-kernel [PATCH 08/20] drbd: New net configuration option socket-check-timeout
2014-07-01 16:21:29 linux-kernel [PATCH 10/20] drbd: short-circuit in maybe_pull_ahead
2014-07-01 16:20:54 linux-kernel [PATCH 09/20] drbd: application writes may set-in-sync in protocol != C
2014-07-01 16:20:53 linux-kernel [PATCH 11/20] drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.c
2014-07-01 16:19:33 linux-kernel [PATCH 12/20] block: Convert last uses of __FUNCTION__ to __func__
2014-07-01 16:19:31 linux-kernel [PATCH 13/20] drbd: improve resync request throttling due to sendbuf size
2014-07-01 16:19:30 linux-kernel [PATCH 14/20] drbd: clear CRASHED_PRIMARY only after successful resync
2014-07-01 16:19:29 linux-kernel [PATCH 15/20] drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)
2014-07-01 16:18:09 linux-kernel [PATCH 18/20] drbd: drop drbd_md_flush
2014-07-01 16:18:06 linux-kernel [PATCH 16/20] drbd: drbd_rs_number_requests: fix unit mismatch in comparison
2014-07-01 16:18:04 linux-kernel [PATCH 19/20] drbd: consistently use list_add_tail for peer_request tracking