Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
Signed-off-by: Chao Yu
---
drivers/staging/erofs/data.c | 29 +
1 file changed, 29 insertions(+)
diff --git a/drivers/staging/erofs/data.c b/drivers/staging/erofs/data.c
index fbce71403d87..03da57f04347 1006
Hi Chao,
On 2019/7/16 15:05, Chao Yu wrote:
> Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
>
> Signed-off-by: Chao Yu
> ---
> drivers/staging/erofs/data.c | 29 +
> 1 file changed, 29 insertions(+)
>
> diff --git a/drivers/staging/erofs/data.c b/drive
Hi Xiang,
On 2019/7/16 15:19, Gao Xiang wrote:
> Hi Chao,
>
> On 2019/7/16 15:05, Chao Yu wrote:
>> Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
>>
>> Signed-off-by: Chao Yu
>> ---
>> drivers/staging/erofs/data.c | 29 +
>> 1 file changed, 29 insertion
On 2019/7/16 15:35, Chao Yu wrote:
> Hi Xiang,
>
> On 2019/7/16 15:19, Gao Xiang wrote:
>> Hi Chao,
>>
>> On 2019/7/16 15:05, Chao Yu wrote:
>>> Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
>>>
>>> Signed-off-by: Chao Yu
>>> ---
>>> drivers/staging/erofs/data.c | 29 +++
On Mon, Jul 15, 2019 at 02:21:23PM -0700, john.hubb...@gmail.com wrote:
> From: John Hubbard
>
> This commit was created by running indent(1):
> `indent -linux`
>
> ...and then applying some manual corrections and
> cleanup afterward, to keep it sane. No functional changes
> were made.
>
>
Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
Signed-off-by: Chao Yu
---
v2:
- support mapping normal blocks for inline inode suggested by Xiang
- rebase to linux-next
drivers/staging/erofs/data.c | 33 +
1 file changed, 33 insertions(+)
diff --git
Use __GFP_NOFAIL to avoid opened loop codes in z_erofs_vle_unzip().
Signed-off-by: Chao Yu
---
drivers/staging/erofs/unzip_vle.c | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/erofs/unzip_vle.c
b/drivers/staging/erofs/unzip_vle.c
index f0da
Hi Chao,
Cc lkml mailing list?
On 2019/7/16 16:46, Chao Yu wrote:
> Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
>
> Signed-off-by: Chao Yu
> ---
> v2:
> - support mapping normal blocks for inline inode suggested by Xiang
> - rebase to linux-next
> drivers/staging/erofs/data.c |
On 2019/7/16 15:37, Gao Xiang wrote:
>
>
> On 2019/7/16 15:35, Chao Yu wrote:
>> Hi Xiang,
>>
>> On 2019/7/16 15:19, Gao Xiang wrote:
>>> Hi Chao,
>>>
>>> On 2019/7/16 15:05, Chao Yu wrote:
Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
Signed-off-by: Chao Yu
---
Hi Chao,
On 2019/7/16 16:52, Chao Yu wrote:
> Use __GFP_NOFAIL to avoid opened loop codes in z_erofs_vle_unzip().
>
> Signed-off-by: Chao Yu
> ---
> drivers/staging/erofs/unzip_vle.c | 17 -
> 1 file changed, 8 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/staging/erof
Hi Xiang,
On 2019/7/16 17:01, Gao Xiang wrote:
> Hi Chao,
>
> Cc lkml mailing list?
Oh, no problem, let me update my default cc list.
>
> On 2019/7/16 16:46, Chao Yu wrote:
>> Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
>>
>> Signed-off-by: Chao Yu
>> ---
>> v2:
>> - support m
Hi Xiang,
On 2019/7/16 17:12, Gao Xiang wrote:
> Hi Chao,
>
> On 2019/7/16 16:52, Chao Yu wrote:
>> Use __GFP_NOFAIL to avoid opened loop codes in z_erofs_vle_unzip().
>>
>> Signed-off-by: Chao Yu
>> ---
>> drivers/staging/erofs/unzip_vle.c | 17 -
>> 1 file changed, 8 insertion
Add erofs_bmap() to support FIBMAP ioctl on flatmode inode.
Reviewed-by: Gao Xiang
Signed-off-by: Chao Yu
---
v3:
- use erofs_blk_t instead of unsigned int.
- simply judgment condition.
drivers/staging/erofs/data.c | 33 +
1 file changed, 33 insertions(+)
diff -
On 2019/7/16 17:27, Chao Yu wrote:
> Hi Xiang,
>
> On 2019/7/16 17:12, Gao Xiang wrote:
>> Hi Chao,
>>
>> On 2019/7/16 16:52, Chao Yu wrote:
>>> Use __GFP_NOFAIL to avoid opened loop codes in z_erofs_vle_unzip().
>>>
>>> Signed-off-by: Chao Yu
>>> ---
>>> drivers/staging/erofs/unzip_vle.c | 1
Use __GFP_NOFAIL to avoid opened loop codes in z_erofs_vle_unzip().
Signed-off-by: Chao Yu
---
v2:
- change variable name from 'flags' to 'gfp_flags' to avoid common
name.
drivers/staging/erofs/unzip_vle.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drive
On Mon, Jul 15, 2019 at 03:01:43PM -0700, John Hubbard wrote:
> On 7/15/19 2:47 PM, Matt Sickler wrote:
> > It looks like Outlook is going to absolutely trash this email. Hopefully
> > it comes through okay.
> >
> ...
> >>
> >> Because this is a common pattern, and because the code here doesn't
On 2019/7/16 17:44, Chao Yu wrote:
> Use __GFP_NOFAIL to avoid opened loop codes in z_erofs_vle_unzip().
>
> Signed-off-by: Chao Yu
Reviewed-by: Gao Xiang
Thanks,
Gao Xiang
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linux
tree:
https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/staging.git
staging-testing
head: a8ee5f6cf86f02b87a0a27abff63ea933cca0bab
commit: b15e62615afd9ea7caf03126ad5d944fc5f5e371 [1/41] staging: isdn: hysdn:
fix symbol 'hysdn_proc_entry' was not declared.
config: arm-allmodcon
My name is Mr. Allen, I have a Business Proposal of Four million five hundred
thousand united states dollars for you to handle with me from my bank. I will
need you to assist me in executing this Business
Allen
aj4...@gmail.com
___
devel mailing lis
Hi,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[cannot apply to v5.2 next-20190716]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits
Fix camel case use in variable names,
Fix multiple assignments done in a single line,
Fix end of line containing '('.
Signed-off-by: Karen Palacio
---
drivers/staging/erofs/super.c | 55 ++-
1 file changed, 28 insertions(+), 27 deletions(-)
diff --git a/d
Signed-off-by: Karen Palacio
---
drivers/staging/erofs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@
On 2019/7/17 12:35, Karen Palacio wrote:
> Fix camel case use in variable names,
> Fix multiple assignments done in a single line,
> Fix end of line containing '('.
One type one patch...
>
> Signed-off-by: Karen Palacio
> ---
> drivers/staging/erofs/super.c | 55
> +
On 7/16/19 1:36 AM, Greg Kroah-Hartman wrote:
> On Mon, Jul 15, 2019 at 02:21:23PM -0700, john.hubb...@gmail.com wrote:
>> From: John Hubbard
...
>> drivers/staging/kpc2000/kpc2000_i2c.c | 189 +++--
>> drivers/staging/kpc2000/kpc2000_spi.c | 116 +-
>> drivers
On Tue, Jul 16, 2019 at 01:47:43PM -0300, Karen Palacio wrote:
> Signed-off-by: Karen Palacio
> ---
> drivers/staging/erofs/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I can not take patches without any changelog text, sorry.
___
de
On Tue, Jul 16, 2019 at 08:54:52PM +0800, kbuild test robot wrote:
> tree:
> https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/staging.git
> staging-testing
> head: a8ee5f6cf86f02b87a0a27abff63ea933cca0bab
> commit: b15e62615afd9ea7caf03126ad5d944fc5f5e371 [1/41] staging: isdn:
From: Christian L Moreno
Block comments should align the * on each line.
This warning was reported by checkpatch.pl
Signed-off-by: Christian L Moreno
---
drivers/staging/rtl8712/recv_linux.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8712/recv_li
Fix typo in Kconfig
Signed-off-by: Karen Palacio
diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
If unsure, l
On Tue, Jul 16, 2019 at 06:16:23PM -0300, Karen Palacio wrote:
> Fix typo in Kconfig
> Signed-off-by: Karen Palacio
I need a blank line before the signed-off-by line :(
3rd try?
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linux
Hi Karen,
On 2019/7/17 ??2:56, Karen Palacio wrote:
> Hello, thanks for the fast reply.??
>
> />NACK, all linux filesystems use Opt_xxx. EROFS should obey this practice.
> /I wasn't aware of that convention, my apologies.
>
> Should I fix that, keep the other changes and resend as v2, or
> a
30 matches
Mail list logo