Re: [PATCH] btrfs: fix a potential hole-punching failure

2021-03-24 Thread bingjing chang
In order to reply in plain text, I send the mail from Gmail. Filipe Manana 於 2021年3月24日 週三 下午8:16寫道: > > On Wed, Mar 24, 2021 at 11:15 AM bingjingc wrote: > > > > From: BingJing Chang > > > > In commit d77815461f04 ("btrfs: Avoid trucating page or punching

Re: [PATCH v2 1/3] parser: add unsigned int parser

2021-01-28 Thread bingjing chang
plain-text > Randy Dunlap 於 2021-01-29 05:26 寫道: > > On 1/27/21 11:13 PM, bingjingc wrote: > > From: BingJing Chang > > > > Will be used by fs parsing options & fix kernel-doc typos > > > > Reviewed-by: Robbie Ko > > Reviewed-by: Chung-Chiang Ch

Re: [PATCH 3/3] parser: add unsigned int parser

2021-01-28 Thread bingjing chang
Hi Miklos, Thank you for your mail. Please see my message below. bingjingc 於 2021年1月29日 週五 下午1:50寫道: > > [loop bxxxj...@gmail.com] in order to reply in plain-text > Miklos Szeredi 於 2021-01-28 16:37 寫道: > > On Thu, Jan 28, 2021 at 3:21 AM bingjingc wrote: > > >

Re: [PATCH v2 0/3] handle large user and group ID for isofs and udf

2021-01-28 Thread bingjing chang
+0100, Jan Kara wrote: > > On Thu 28-01-21 15:12:27, bingjingc wrote: > > > From: BingJing Chang > > > > > > The uid/gid (unsigned int) of a domain user may be larger than INT_MAX. > > > The parse_options of isofs and udf will return 0, and mount will fai