Re: [f2fs-dev] [PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII

2021-05-10 Thread Adam Borowski
On Mon, May 10, 2021 at 12:26:12PM +0200, Mauro Carvalho Chehab wrote: > There are several UTF-8 characters at the Kernel's documentation. [...] > Other UTF-8 characters were added along the time, but they're easily > replaceable by ASCII chars. > > As Linux developers are all around the globe, an

Re: [f2fs-dev] Bug#955549: f2fs-tools: fsck.f2fs segfaults

2020-04-09 Thread Adam Borowski
On Tue, Apr 07, 2020 at 06:22:19PM +0800, Chao Yu wrote: > I figured out two patches to fix segfault issues, could you please have > a try: > > fsck.f2fs: fix to check validation of i_xattr_nid > fsck.f2fs: fix to check validation of block address > > In addition, I found that fsck ma

Re: [f2fs-dev] Bug#955549: f2fs-tools: fsck.f2fs segfaults

2020-04-02 Thread Adam Borowski
On Thu, Apr 02, 2020 at 03:16:58PM -0400, Theodore Y. Ts'o wrote: > On Thu, Apr 02, 2020 at 02:01:26PM +0200, Adam Borowski wrote: > > > > After a lot of output on a damaged filesystem (SD card copied to an image) > > fsck.f2fs dies with: > > > > -

Re: [f2fs-dev] [RFC PATCH 0/6] Allow setting file birth time with utimensat()

2019-02-17 Thread Adam Borowski
On Sun, Feb 17, 2019 at 06:35:25PM +0200, Boaz Harrosh wrote: > On 15/02/19 00:06, Dave Chinner wrote: > > So you're adding an interface that allows users to change the create > > time of files without needing any privileges? > > Inode create time is forensic metadata in XFS - information we use

[f2fs-dev] [PATCH v2] libf2fs: read "disk model" from SCSI ioctl the same way kernel does

2018-05-24 Thread Adam Borowski
On Mon, May 07, 2018 at 02:58:11PM -0700, Jaegeuk Kim wrote: > On 05/07, Adam Borowski wrote: > > One offender I own has: > > STORAGE DEVICE > > 1404x05xe3x07QGENEx00%x00x00x00x00x00x00x00x00x00x00x00x00x170x04 > > > > I limited it to pure ASCII only, but you m

[f2fs-dev] [PATCH] libf2fs: quote non-printables when displaying "disk model"

2018-05-06 Thread Adam Borowski
, cutting off at the first control character might be a good alternative too. Signed-off-by: Adam Borowski --- lib/libf2fs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libf2fs.c b/lib/libf2fs.c index 5ef0214..8782afc 100644 --- a/lib/libf2fs.c +++ b/lib/libf2fs.c

[f2fs-dev] [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at

2017-12-12 Thread Adam Borowski
This link is replicated in most filesystems' config stanzas. Referring to an archived version of that site is pointless as it mostly deals with patches; user documentation is available elsewhere. Signed-off-by: Adam Borowski --- Sending this as one piece; if you guys would instead prefer

Re: [f2fs-dev] [PATCH] F2FS support

2017-05-04 Thread Adam Borowski
On Thu, May 04, 2017 at 11:12:40AM -0700, Jaegeuk Kim wrote: > "F2FS (Flash-Friendly File System) is flash-friendly file system which was > merged > into Linux kernel v3.8 in 2013. > > The motive for F2FS was to build a file system that from the start, takes into > account the characteristics of