Sergei Shtepa ([email protected])

Number of posts: 220 (0.19 per day)
First post: 2020-08-27 19:23:55
Last post: 2023-11-24 17:19:00

Date List Subject
2022-11-02 16:37:58 linux-kernel [PATCH v1 06/17] block, blksnap: attaching and detaching the filter and handling a bios
2022-11-02 16:37:58 linux-kernel [PATCH v1 13/17] block, blksnap: owner of information about overwritten blocks of the original block device
2022-11-02 16:37:57 linux-kernel [PATCH v1 10/17] block, blksnap: functions and structures for performing block I/O operations
2022-11-02 16:37:57 linux-kernel [PATCH v1 04/17] block, blksnap: init() and exit() functions
2022-11-02 16:37:57 linux-kernel [PATCH v1 08/17] block, blksnap: minimum data storage unit of the original block device
2022-11-02 16:37:25 linux-kernel [PATCH v1 07/17] block, blksnap: map of change block tracking
2022-11-02 16:37:15 linux-kernel [PATCH v1 09/17] lock, blksnap: buffer in memory for the minimum data storage unit
2022-07-14 09:32:16 linux-kernel Re: [PATCH 01/20] block, blk_filter: enable block device filters
2022-07-13 14:05:57 linux-kernel Re: [PATCH 01/20] block, blk_filter: enable block device filters
2022-07-08 11:25:54 linux-kernel Re: [PATCH 01/20] block, blk_filter: enable block device filters
2022-07-08 08:03:28 linux-kernel Re: [PATCH 15/20] block, blksnap: snapshot image block device
2022-07-07 09:43:54 linux-kernel Re: [PATCH 15/20] block, blksnap: snapshot image block device
2022-07-07 08:43:31 linux-kernel Re: [PATCH 01/20] block, blk_filter: enable block device filters
2022-06-14 09:51:52 linux-kernel Re: [PATCH 01/20] block, blk_filter: enable block device filters
2022-06-14 09:50:27 linux-kernel Re: [PATCH 01/20] block, blk_filter: enable block device filters
2022-06-13 19:44:23 linux-kernel [PATCH 10/20] block, blksnap: buffer in memory for the minimum data storage unit
2022-06-13 19:38:23 linux-kernel [PATCH 19/20] block, blksnap: Makefile
2022-06-13 19:30:24 linux-kernel [PATCH 01/20] block, blk_filter: enable block device filters
2022-06-13 19:14:43 linux-kernel [PATCH 00/20] blksnap - creating non-persistent snapshots for backup
2022-06-13 19:14:42 linux-kernel [PATCH 08/20] block, blksnap: big buffer in the form of an array of pages
2022-06-13 19:14:29 linux-kernel [PATCH 03/20] block, blksnap: module management interface functions
2022-06-13 19:14:16 linux-kernel [PATCH 16/20] block, blksnap: snapshot
2022-06-13 19:13:39 linux-kernel [PATCH 09/20] block, blksnap: minimum data storage unit of the original block device
2022-06-13 19:13:25 linux-kernel [PATCH 17/20] block, blksnap: debugging mechanism for monitoring memory consumption
2022-06-13 19:13:16 linux-kernel [PATCH 06/20] block, blksnap: attaching and detaching the filter and handling a bios
2022-06-13 19:13:03 linux-kernel [PATCH 04/20] block, blksnap: init() and exit() functions
2022-06-13 19:12:35 linux-kernel [PATCH 18/20] block, blksnap: Kconfig
2022-06-13 19:12:22 linux-kernel [PATCH 07/20] block, blksnap: map of change block tracking
2022-06-13 19:11:14 linux-kernel [PATCH 12/20] block, blksnap: storage for storing difference blocks
2022-06-13 19:11:13 linux-kernel [PATCH 02/20] block, blksnap: header file of the module interface
2022-06-13 19:11:11 linux-kernel [PATCH 15/20] block, blksnap: snapshot image block device
2022-06-13 19:00:49 linux-kernel [PATCH 11/20] block, blksnap: functions and structures for performing block I/O operations
2022-06-13 19:00:30 linux-kernel [PATCH 05/20] block, blksnap: interaction with sysfs
2022-06-13 18:59:35 linux-kernel [PATCH 13/20] block, blksnap: event queue from the difference storage
2022-06-13 18:59:35 linux-kernel [PATCH 20/20] block, blksnap: adds a blksnap to the kernel tree
2022-06-13 18:59:35 linux-kernel [PATCH 14/20] block, blksnap: owner of information about overwritten blocks of the original block device
2021-06-21 10:51:42 linux-kernel Re: [PATCH v9 0/4] block device interposer
2021-04-22 01:50:18 linux-kernel [PATCH v9 1/4] Adds blk_interposer
2021-04-22 00:57:36 linux-kernel [PATCH v9 2/4] Applying the blk_interposer in the block device layer
2021-04-22 00:57:32 linux-kernel [PATCH v9 4/4] Using dm_get_device_ex() instead of dm_get_device()
2021-04-22 00:57:32 linux-kernel [PATCH v9 3/4] Add blk_interposer in DM
2021-04-22 00:54:55 linux-kernel [PATCH v9 0/4] block device interposer
2021-04-13 16:23:38 linux-kernel Re: [PATCH v8 0/4] block device interposer
2021-04-09 11:52:16 linux-kernel [PATCH v8 3/4] Adds blk_interposer to md.
2021-04-09 11:51:49 linux-kernel [PATCH v8 2/4] Adds the blk_interposers logic to __submit_bio_noacct().
2021-04-09 11:50:41 linux-kernel [PATCH v8 4/4] fix origin_map - don't split a bio for the origin device if it does not have registered snapshots.
2021-04-09 11:50:38 linux-kernel [PATCH v8 0/4] block device interposer
2021-04-09 11:49:14 linux-kernel [PATCH v8 1/4] Adds blk_interposer. It allows to redirect bio requests to another block device.
2021-03-25 03:13:03 linux-kernel Re: [PATCH 1/1] block: fix potential infinite loop in the negative branch in __submit_bio_noacct_mq()
2021-03-23 11:53:23 linux-kernel [PATCH 0/1] block: fix potential infinite loop in the negative branch in __submit_bio_noacct_mq()
2021-03-23 11:51:37 linux-kernel [PATCH 1/1] block: fix potential infinite loop in the negative branch in __submit_bio_noacct_mq()