Re: [PATCH] xfs: fix comment typo of struct xfs_da_blkinfo.

2012-07-17 Thread Paulo Alcantara
From: Christoph Hellwig Date: Tue, 17 Jul 2012 03:06:43 -0400 > Btw, if you need more reviers for the syslinus support feel free to pass > it by me (or the list). This is the branch I'm maintaing for the XFS readonly driver: git://zytor.com/users/pcacjr/syslinux.git (branch: xfs) The current s

Re: [PATCH v3] cifs: Silently ignore unknown oplock break handle

2021-03-25 Thread Paulo Alcantara
commit message > > fs/cifs/smb2misc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Paulo Alcantara (SUSE)

Re: [EXTERNAL] Re: [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.

2021-04-19 Thread Paulo Alcantara
Salvatore Bonaccorso writes: > Thanks Greg! Shyam, Steven, now the commit was reverted for the older > brnaches. But did you got a chance to find why it breaks for the older > series? That commit has revealed another bug in cifs_mount() where we failed to update the super's prefix path after cha

Re: [EXTERNAL] Re: [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.

2021-04-19 Thread Paulo Alcantara
Salvatore Bonaccorso writes: > So just to be clear, first apply again a738c93fb1c1 and then your > additional patch on top? Yes.

Re: [PATCH v2 1/3] cifs: Add support for root file systems

2019-09-20 Thread Paulo Alcantara
"Paulo Alcantara (SUSE)" writes: > Introduce a new CONFIG_CIFS_ROOT option to handle root file systems > over a SMB share. > > In order to mount the root file system during the init process, make > cifs.ko perform non-blocking socket operations while mounting and >

[PATCH v2 3/3] ipconfig: Handle CONFIG_CIFS_ROOT option

2019-09-19 Thread Paulo Alcantara (SUSE)
The experimental root file system support in cifs.ko relies on ipconfig to set up the network stack and then accessing the SMB share that contains the rootfs files. Cc: "David S. Miller" Cc: Alexey Kuznetsov Cc: Hideaki YOSHIFUJI Signed-off-by: Paulo Alcantara (SUSE) --- net/ipv4/

[PATCH v2 2/3] init: Support mounting root file systems over SMB

2019-09-19 Thread Paulo Alcantara (SUSE)
appropriate mount options for cifs.ko. Cc: Andrew Morton Signed-off-by: Paulo Alcantara (SUSE) --- init/do_mounts.c | 49 1 file changed, 49 insertions(+) diff --git a/init/do_mounts.c b/init/do_mounts.c index 53cb37b66227..cffef647a95b 100644 --- a

[PATCH v2 1/3] cifs: Add support for root file systems

2019-09-19 Thread Paulo Alcantara (SUSE)
Introduce a new CONFIG_CIFS_ROOT option to handle root file systems over a SMB share. In order to mount the root file system during the init process, make cifs.ko perform non-blocking socket operations while mounting and accessing it. Signed-off-by: Paulo Alcantara (SUSE) Signed-off-by

[PATCH 2/3] init: Support mounting root file systems over SMB

2019-07-16 Thread Paulo Alcantara (SUSE)
appropriate mount options for cifs.ko. Cc: Andrew Morton Signed-off-by: Paulo Alcantara (SUSE) --- init/do_mounts.c | 49 1 file changed, 49 insertions(+) diff --git a/init/do_mounts.c b/init/do_mounts.c index 2d1ea3028454..28c5b583afef 100644 --- a

[PATCH 3/3] ipconfig: Handle CONFIG_CIFS_ROOT option

2019-07-16 Thread Paulo Alcantara (SUSE)
The experimental root file system support in cifs.ko relies on ipconfig to set up the network stack and then accessing the SMB share that contains the rootfs files. Cc: "David S. Miller" Cc: Alexey Kuznetsov Cc: Hideaki YOSHIFUJI Signed-off-by: Paulo Alcantara (SUSE) --- net/ipv4/

[PATCH 1/3] cifs: Add support for root file systems

2019-07-16 Thread Paulo Alcantara (SUSE)
Introduce a new CONFIG_CIFS_ROOT option to handle root file systems over a SMB share. In order to mount the root file system during the init process, make cifs.ko perform non-blocking socket operations while mounting and accessing it. Cc: Steve French Signed-off-by: Paulo Alcantara (SUSE