lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 08 May 2023 18:34:27 +0000
From:   patchwork-bot+f2fs@...nel.org
To:     Chao Yu <chao@...nel.org>
Cc:     jaegeuk@...nel.org, linux-kernel@...r.kernel.org,
        frank.li@...o.com, linux-f2fs-devel@...ts.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH v11] f2fs: support
 errors=remount-ro|continue|panic mountoption

Hello:

This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim <jaegeuk@...nel.org>:

On Sun, 23 Apr 2023 23:49:15 +0800 you wrote:
> This patch supports errors=remount-ro|continue|panic mount option
> for f2fs.
> 
> f2fs behaves as below in three different modes:
> mode			continue	remount-ro	panic
> access ops		normal		noraml		N/A
> syscall errors		-EIO		-EROFS		N/A
> mount option		rw		ro		N/A
> pending dir write	keep		keep		N/A
> pending non-dir write	drop		keep		N/A
> pending node write	drop		keep		N/A
> pending meta write	keep		keep		N/A
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,v11] f2fs: support errors=remount-ro|continue|panic mountoption
    https://git.kernel.org/jaegeuk/f2fs/c/b62e71be2110

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ