Sergey Bronnikov

Results 139 issues of Sergey Bronnikov

something like bit flip Data degradation is the gradual corruption of computer data due to an accumulation of non-critical failures in a data storage device. The phenomenon is also known...

fault-injection
scheduled

fsfreeze(8): > fsfreeze suspends or resumes access to a filesystem. > > fsfreeze halts any new access to the filesystem and creates a > stable image on disk. fsfreeze is...

fault-injection

Shuffle dir entries and so on. See disorderfs(1): > disorderfs is an overlay FUSE filesystem that introduces non-determinism into filesystem > metadata. For example, it can randomize the order in...

fault-injection

FIFO channel should support a number of commands for each error injection: - errinj_errno - errinj_kill_caller - errinj_noop - behavior is undefined - errinj_slowdown

unreliablefs uses linked list for error injections, see https://github.com/ligurio/unreliablefs/blob/c6a6b1e7136de3ff25dacf2cf785406313a6b39f/unreliablefs_errinj.c#L183-L235 On each operation, it traverses a list with error injections, and it is not optimal from performance point of view, algorithmic...

`flags |= O_DIRECT` https://github.com/gburd/libdirectio https://man7.org/linux/man-pages/man2/open.2.html

fault-injection

https://man7.org/linux/man-pages/man2/open.2.html

fault-injection
raw_idea

Embeddable HTTP server libraries: - https://github.com/cesanta/mongoose - https://www.gnu.org/software/libmicrohttpd/

raw_idea

PostgreSQL's fsync() surprise https://lwn.net/Articles/752063/ https://lwn.net/Articles/591723/ https://archive.fosdem.org/2019/schedule/event/postgresql_fsync/ https://www.usenix.org/system/files/atc20-rebello.pdf

fault-injection
raw_idea