From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Namjae Jeon <linkinjeon@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
CIFS <linux-cifs@vger.kernel.org>,
samba-technical <samba-technical@lists.samba.org>,
linux-fsdevel <linux-fsdevel@vger.kernel.org>
Subject: Re: [GIT PULL] ksmbd server fixes
Date: Sun, 21 May 2023 23:38:23 -0500 [thread overview]
Message-ID: <CAH2r5muRG45L3bNsNV1LJ_komzbp-js11sn+EfQ6Ys6b=X683Q@mail.gmail.com> (raw)
In-Reply-To: <CAHk-=wjeuUNo6o6k4y3nQD2mmT5T04ack7i_UOAetmga-4_SbQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2691 bytes --]
On Sun, May 21, 2023 at 2:21 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Sun, May 21, 2023 at 12:03 PM Steve French <smfrench@gmail.com> wrote:
> >
> > I would be happy to do the move (to fs/smb) of the directories and
> > update the config soon (seems reasonably low risk) - let me know if you
> > want me to send it this week or wait till 6.5-rc
>
> So I think the "do it now or wait until the 6.5 merge window" is
> entirely up to you.
>
> We've often intentionally done big renames during the "quiet time"
> after the merge window is oven, just because doing them during the
> merge window can be somewhat painful with unnecessary conflicts.
>
> I would *not* want to do it during the last week of the release, just
> in case there are small details that need to be fixed up, but doing it
> now during the rc3/rc4 kind of timeframe is not only fairly quiet, but
> also gives us time to find any surprises.
>
> So in that sense, doing it now is likely one of the better times, and
> a pure rename should not be risky from a code standpoint.
>
> At the same time, doing it during the merge window isn't *wrong*
> either. Despite the somewhat painful merge with folio changes, I
> don't think fs/cifs/ or fs/ksmbd/ normally have a lot of conflicts,
> and git does handle rename conflicts fairly well unless there's just
> lots of complexity.
>
> So it's really fine either way. The normal kind of "big changes"
> should obviously always be merge window things, but pure renames
> really are different and are often done outside of the merge window
> (the same way I intentionally did the MAINTAINERS re-ordering just
> *after* the merge window)
>
> But we don't do renames often enough to have any kind of strict rules
> about things like this.
>
> So I think "whenever is most convenient for you" is the thing to aim
> for here. This is *not* a "only during merge window" kind of thing.
>
> Linus
Here are two patches:
1) Move CIFS/SMB3 related client and server files (cifs.ko and ksmbd.ko
and helper modules) to new fs/smb subdirectory (fs/smbfs was not used
to avoid confusion with the directory of the same name removed in 2.6.27
release and we also avoid using CONFIG_SMB_FS for the same reason)
fs/cifs --> fs/smb/client
fs/ksmbd --> fs/smb/server
fs/smbfs_common --> fs/smb/common
2) With the fs/cifs directory moved to fs/smb/client, correct mentions
of this in Documentation and comments.
Follow on patch can change Documentation/filesystems/cifs -->
Documentation/filesystems/smb (since it contains both server
and client documentation)
--
Thanks,
Steve
[-- Attachment #2: 0001-smb-move-client-and-server-files-to-common-directory.patch --]
[-- Type: application/x-patch, Size: 43387 bytes --]
[-- Attachment #3: 0002-cifs-correct-references-in-Documentation-to-old-fs-c.patch --]
[-- Type: application/x-patch, Size: 5631 bytes --]
next prev parent reply other threads:[~2023-05-22 4:38 UTC|newest]
Thread overview: 150+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-21 5:14 [GIT PULL] ksmbd server fixes Steve French
2023-05-21 18:06 ` Linus Torvalds
2023-05-21 18:32 ` Linus Torvalds
2023-05-21 19:03 ` Steve French
2023-05-21 19:21 ` Linus Torvalds
2023-05-22 4:38 ` Steve French [this message]
2023-05-22 8:04 ` ronnie sahlberg
2023-05-21 18:09 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-08-21 2:02 Steve French
2025-08-21 12:01 ` pr-tracker-bot
2025-08-08 4:58 Steve French
2025-08-09 5:19 ` pr-tracker-bot
2025-07-11 13:21 Steve French
2025-07-12 18:15 ` pr-tracker-bot
2025-06-18 22:46 Steve French
2025-06-19 0:52 ` pr-tracker-bot
2025-05-23 15:23 Steve French
2025-05-23 16:51 ` pr-tracker-bot
2025-05-08 3:34 Steve French
2025-05-08 15:46 ` pr-tracker-bot
2025-04-28 23:44 Steve French
2025-04-29 0:08 ` pr-tracker-bot
2025-04-18 16:24 Steve French
2025-04-18 16:46 ` pr-tracker-bot
2025-04-03 23:13 Steve French
2025-04-03 23:24 ` pr-tracker-bot
2025-03-15 1:55 Steve French
2025-03-15 4:49 ` pr-tracker-bot
2025-01-22 23:51 Steve French
2025-01-24 1:10 ` pr-tracker-bot
2025-01-10 0:37 Steve French
2025-01-10 2:25 ` pr-tracker-bot
2024-12-18 23:40 Steve French
2024-12-19 17:03 ` pr-tracker-bot
2024-12-12 23:47 Steve French
2024-12-13 5:00 ` pr-tracker-bot
2024-12-05 16:17 Steve French
2024-12-05 23:08 ` pr-tracker-bot
2024-11-28 22:32 Steve French
2024-11-30 18:39 ` pr-tracker-bot
2024-11-08 22:29 Steve French
2024-11-08 23:25 ` pr-tracker-bot
2024-10-16 6:09 Steve French
2024-10-16 20:51 ` pr-tracker-bot
2024-10-03 16:29 Steve French
2024-10-03 16:53 ` pr-tracker-bot
2024-09-28 2:05 Steve French
2024-09-28 16:45 ` pr-tracker-bot
2024-09-17 6:23 Steve French
2024-09-19 5:20 ` pr-tracker-bot
2024-09-04 14:55 Steve French
2024-09-04 16:46 ` pr-tracker-bot
2024-08-24 13:35 Steve French
2024-08-25 0:22 ` pr-tracker-bot
2024-08-20 23:53 Steve French
2024-08-21 2:07 ` pr-tracker-bot
2024-08-13 2:57 Steve French
2024-08-13 16:17 ` pr-tracker-bot
2024-07-21 23:55 Steve French
2024-07-22 3:54 ` pr-tracker-bot
2024-07-09 14:57 Steve French
2024-07-09 15:21 ` pr-tracker-bot
2024-06-15 15:45 Steve French
2024-06-15 19:15 ` pr-tracker-bot
2024-05-25 3:16 Steve French
2024-05-25 21:32 ` pr-tracker-bot
2024-04-22 23:20 Steve French
2024-04-22 23:51 ` pr-tracker-bot
2024-04-05 3:15 Steve French
2024-04-05 17:09 ` pr-tracker-bot
2024-02-10 1:45 Steve French
2024-02-10 16:26 ` pr-tracker-bot
2024-01-27 7:20 Steve French
2024-01-27 17:21 ` pr-tracker-bot
2024-01-18 0:39 Steve French
2024-01-19 18:03 ` pr-tracker-bot
2024-01-11 14:20 Steve French
2024-01-12 5:07 ` pr-tracker-bot
2023-11-27 21:00 Steve French
2023-11-28 1:26 ` pr-tracker-bot
2023-11-10 7:16 Steve French
2023-11-10 18:47 ` pr-tracker-bot
2023-11-02 2:46 Steve French
2023-11-02 18:38 ` pr-tracker-bot
2023-10-15 2:46 Steve French
2023-10-15 2:52 ` pr-tracker-bot
2023-10-08 4:27 Steve French
2023-10-08 18:06 ` pr-tracker-bot
2023-09-29 22:11 Steve French
2023-09-29 23:59 ` pr-tracker-bot
2023-09-17 1:55 Steve French
2023-09-17 18:24 ` pr-tracker-bot
2023-08-09 23:11 Steve French
2023-08-10 5:02 ` pr-tracker-bot
2023-07-26 6:17 Steve French
2023-07-26 18:42 ` pr-tracker-bot
2023-06-30 5:59 Steve French
2023-07-01 5:04 ` pr-tracker-bot
2023-06-20 4:45 Steve French
2023-06-20 19:01 ` pr-tracker-bot
2023-06-11 1:59 Steve French
2023-06-11 17:43 ` pr-tracker-bot
2023-05-06 0:19 Steve French
2023-05-06 2:20 ` pr-tracker-bot
2023-04-27 2:11 Steve French
2023-04-29 18:19 ` pr-tracker-bot
2023-04-07 4:16 Steve French
2023-04-07 20:56 ` pr-tracker-bot
2023-03-25 0:00 Steve French
2023-03-25 1:18 ` pr-tracker-bot
2023-02-22 4:15 Steve French
2023-02-22 22:26 ` pr-tracker-bot
2023-01-28 1:45 Steve French
2023-01-28 19:33 ` pr-tracker-bot
2023-01-10 3:13 Steve French
2023-01-10 11:36 ` pr-tracker-bot
2022-12-15 3:18 Steve French
2022-12-15 17:32 ` Linus Torvalds
2022-12-15 18:28 ` pr-tracker-bot
2022-10-06 23:53 Steve French
2022-10-07 17:00 ` pr-tracker-bot
2022-08-19 5:03 Steve French
2022-08-19 21:14 ` pr-tracker-bot
2022-08-08 20:00 Steve French
2022-08-09 3:20 ` pr-tracker-bot
2022-06-28 22:07 Steve French
2022-06-29 16:44 ` pr-tracker-bot
2022-06-01 6:20 Steve French
2022-06-01 19:34 ` pr-tracker-bot
2022-04-24 0:10 Steve French
2022-04-24 0:32 ` pr-tracker-bot
2022-04-01 18:40 Steve French
2022-04-01 21:41 ` Linus Torvalds
2022-04-01 21:45 ` pr-tracker-bot
2022-03-29 1:39 Steve French
2022-03-30 1:48 ` Linus Torvalds
2022-03-30 1:57 ` Steve French
2022-03-30 2:23 ` Linus Torvalds
2022-03-30 9:18 ` Christoph Hellwig
2022-03-30 9:17 ` Christoph Hellwig
2022-04-01 1:20 ` Al Viro
2022-04-01 12:52 ` Namjae Jeon
2022-04-01 13:34 ` Al Viro
2022-04-01 14:58 ` Namjae Jeon
2022-02-07 21:04 Steve French
2022-02-07 23:34 ` pr-tracker-bot
2021-11-27 21:43 Steve French
2021-11-27 22:52 ` pr-tracker-bot
2021-09-26 12:13 Steve French
2021-09-26 21:11 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAH2r5muRG45L3bNsNV1LJ_komzbp-js11sn+EfQ6Ys6b=X683Q@mail.gmail.com' \
--to=smfrench@gmail.com \
--cc=linkinjeon@kernel.org \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=samba-technical@lists.samba.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).