Re: [GIT PULL] nfsd bugfix for 5.10

2020-11-18 Thread pr-tracker-bot
The pull request you sent on Wed, 18 Nov 2020 10:15:13 -0500: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ce228d45942492580968d698b0216d3356d75226 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfix for 5.10

2020-11-18 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10-2 Just one quick fix for a tracing oops. --b. Scott Mayhew (1): SUNRPC: Fix oops in the rpc_xdr_buf event class include/trace/events/sunrpc.h | 3 ++- 1

Re: [GIT PULL] nfsd 5.10 fixes

2020-11-09 Thread pr-tracker-bot
The pull request you sent on Mon, 9 Nov 2020 14:11:12 -0500: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3552c3709c0e78144c11748718180441ac647ece Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd 5.10 fixes

2020-11-09 Thread J. Bruce Fields
Please pull nfsd fixes for 5.10 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10-1 This is mainly server-to-server copy and fallout from Chuck's 5.10 rpc refactoring. --b. Chuck Lever (3): NFSD: NFSv3 PATHCONF Reply is improperly formed SUNRPC: Fix general protection

Re: [GIT PULL] nfsd change for 5.10

2020-10-22 Thread pr-tracker-bot
The pull request you sent on Wed, 21 Oct 2020 22:07:41 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/24717cffa415d1e3dca0f21c417e5faf8208 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd change for 5.10

2020-10-21 Thread J. Bruce Fields
Please pull nfsd changes for 5.10 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.10 The one new feature this time, from Anna Schumaker, is READ_PLUS, which has the same arguments as READ but allows the server to return an array of data and hole extents. Otherwise it's a lot of

Re: [GIT PULL] nfsd bugfix for 5.8

2020-07-24 Thread pr-tracker-bot
The pull request you sent on Fri, 24 Jul 2020 18:02:25 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.8-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5876aa073f52541f4787b6111c8494ea9cfcde15 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfix for 5.8

2020-07-24 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.8-2 This is just one fix for a NULL dereference if someone happens to read /proc/fs/nfsd/client/../state at the wrong moment. --b. J. Bruce Fields (1): nfsd4: fix NULL dereference in nfsd/clients display code

Re: [GIT PULL] nfsd bugfixes for 5.8

2020-07-02 Thread pr-tracker-bot
The pull request you sent on Thu, 2 Jul 2020 11:10:39 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.8-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/083176c86ffae8c9b467358eca5ba05a54a27898 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfixes for 5.8

2020-07-02 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.8-1 Fixes for a umask bug on exported filesystems lacking ACL support, a leak and a module unloading bug in the /proc/fs/nfsd/clients/ code, and a compile warning. --b.

Re: [GIT PULL] nfsd changes for 5.4

2019-09-27 Thread pr-tracker-bot
The pull request you sent on Fri, 27 Sep 2019 16:08:38 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4f375483559c94ec7c58fa3499e28e327d1ef911 Thank you! -- Deet-doot-dot, I am a bot.

Re: Re: [GIT PULL] nfsd changes for 5.4

2019-09-27 Thread pr-tracker-bot
The pull request you sent on Fri, 27 Sep 2019 19:55:54 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/298fb76a5583900a155d387efaf37a8b39e5dea2 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] nfsd changes for 5.4

2019-09-27 Thread J. Bruce Fields
On Fri, Sep 27, 2019 at 03:44:02PM -0700, Linus Torvalds wrote: > But then the actual code is just one single small commit: > > > Dave Wysochanski (1): > > SUNRPC: Track writers of the 'channel' file to improve > > cache_listeners_exist And that's also all that was in the diffstat in my

Re: [GIT PULL] nfsd changes for 5.4

2019-09-27 Thread Linus Torvalds
On Fri, Sep 27, 2019 at 1:08 PM J. Bruce Fields wrote: > > Please pull nfsd changes from: > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.4 Hmm. I styarted to pull, but then realized that the description doesn't match the content at all. You say: > Highlights: > > - add a new

[GIT PULL] nfsd changes for 5.4

2019-09-27 Thread J. Bruce Fields
Please pull nfsd changes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.4 --b. Highlights: - add a new knfsd file cache, so that we don't have to open and close on each (NFSv2/v3) READ or WRITE.

Re: [GIT PULL] nfsd bugfixes for 5.3

2019-08-21 Thread pr-tracker-bot
The pull request you sent on Wed, 21 Aug 2019 11:06:46 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.3-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2babd34df2294a72df02dc4a3745df3408147eba Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfixes for 5.3

2019-08-21 Thread J. Bruce Fields
Please pull nfsd bugfixes for 5.3 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.3-1 Fix nfsd bugs, three in the new nfsd/clients/ code, one in the reply cache containerization. --b. He Zhe (1): nfsd4: Fix kernel crash when reading proc file reply_cache_stats J. Bruce Fields

Re: [GIT PULL] nfsd changes for 5.3

2019-07-10 Thread pr-tracker-bot
The pull request you sent on Wed, 10 Jul 2019 18:02:36 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d2b6b4c832f7e3067709e8d4970b7b82b44419ac Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd changes for 5.3

2019-07-10 Thread J. Bruce Fields
Please pull nfsd changes for 5.3: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.3 Note there's a conflict with a mount API patch in the vfs tree; Stephen Rothwell's resolution in linux-next looks good. Highlights: - Add a new /proc/fs/nfsd/clients/ directory which exposes some

Re: [GIT PULL] nfsd bugfixes for 5.2

2019-07-05 Thread pr-tracker-bot
The pull request you sent on Fri, 5 Jul 2019 13:40:37 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.2-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/a8f46b5afe1c0a83c3013a339e6aeccc2f37342d Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfixes for 5.2

2019-07-05 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.2-2 Two more quick bugfixes for nfsd, fixing a regression causing mount failures on high-memory machines and fixing the DRC over RDMA. --b. Chuck Lever (1): svcrdma: Ignore source port when computing DRC hash Paul Menzel

Re: [GIT PULL] nfsd bugfix for 5.2

2019-05-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 May 2019 16:39:44 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.2-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3ab4436f688c2d2f221793953cd05435ca84261c Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfix for 5.2

2019-05-31 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.2-1 This reverts a minor fix which could cause us to treat conflicting NLM locks as nonconflicting. We have proper fix queued up for 5.3. In the meantime, a quick revert seems best for 5.2 and stable. --b. Benjamin Coddington

Re: [GIT PULL] nfsd changes for 5.2

2019-05-15 Thread pr-tracker-bot
The pull request you sent on Wed, 15 May 2019 14:26:58 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/700a800a949467cb86491763b983e1edcdee8642 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd changes for 5.2

2019-05-15 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.2 This pull consists mostly of nfsd container work: Scott Mayhew revived an old api that communicates with a userspace daemon to manage some on-disk state that's used to track clients across server reboots. We've been using a

Re: [GIT PULL] nfsd bugfixes for 5.1

2019-04-23 Thread pr-tracker-bot
The pull request you sent on Tue, 23 Apr 2019 16:11:39 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.1-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/12a54b150fb5b6c2f3da932dc0e665355f8a5a48 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfixes for 5.1

2019-04-23 Thread J. Bruce Fields
Please pull nfsd bugfixes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.1-1 Fix miscellaneous nfsd bugs, in NFSv4.1 callbacks, NFSv4.1 lock-notification callbacks, NFSv3 readdir encoding, and the cache/upcall code. --b. Jeff Layton (2): nfsd: wake waiters blocked on

Re: [GIT PULL] nfsd changes for 5.1

2019-03-12 Thread pr-tracker-bot
The pull request you sent on Tue, 12 Mar 2019 14:23:59 -0400: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ebc551f2b8f905eca0e25c476c1e5c098cd92103 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd changes for 5.1

2019-03-12 Thread J. Bruce Fields
Please pull nfsd changes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.1 Miscellaneous NFS server fixes. Probably the most visible bug is one that could artificially limit NFSv4.1 performance by limiting the number of oustanding rpcs from a single client. Neil Brown also gets a

Re: [GIT PULL] nfsd fixes for 5.0

2019-02-07 Thread pr-tracker-bot
The pull request you sent on Thu, 7 Feb 2019 16:44:42 -0500: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.0-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ee6c0737a0253d6e79063f0a74c1101fdaad0812 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd fixes for 5.0

2019-02-07 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.0-1 for two small nfsd bugfixes for 5.0, for an RDMA bug and a file clone bug. --b. Chuck Lever (1): svcrdma: Remove max_sge check at connect time Trond Myklebust (1): nfsd: Fix error return values for

Re: [GIT PULL] nfsd

2019-01-02 Thread pr-tracker-bot
The pull request you sent on Wed, 2 Jan 2019 15:43:07 -0500: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.21 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e45428a436765fcd154d461a2739b5640916dc00 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd

2019-01-02 Thread J. Bruce Fields
Please pull nfsd changes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.21 Thanks to Vasily Averin for fixing a use-after-free in the containerized NFSv4.2 client, and cleaning up some convoluted backchannel server code in the process. Otherwise, miscellaneous smaller bugfixes and

Re: [GIT PULL] nfsd bugfixes

2018-11-14 Thread pr-tracker-bot
The pull request you sent on Tue, 13 Nov 2018 16:06:35 -0500: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.20-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4e4490d438a1c84411e3ebd0b850b46dd2e752cf Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] nfsd bugfixes

2018-11-14 Thread pr-tracker-bot
The pull request you sent on Tue, 13 Nov 2018 16:06:35 -0500: > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.20-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4e4490d438a1c84411e3ebd0b850b46dd2e752cf Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] nfsd bugfixes

2018-11-13 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.20-1 Three nfsd bugfixes. None are new bugs, but they all take a little effort to hit, which might explain why they weren't found sooner. --b. Frank Sorenson (1): sunrpc: correct the computation for page_ptr when

[GIT PULL] nfsd bugfixes

2018-11-13 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.20-1 Three nfsd bugfixes. None are new bugs, but they all take a little effort to hit, which might explain why they weren't found sooner. --b. Frank Sorenson (1): sunrpc: correct the computation for page_ptr when

Re: [GIT PULL] nfsd changes for 4.20

2018-10-31 Thread Trond Myklebust
On Wed, 2018-10-31 at 11:44 -0400, J. Bruce Fields wrote: > Stephen also sent a warning about a merge conflict with the vfs tree > (not merged yet, I think) but I assume that's not as big a deal since > it > should actually show up at merge time, not build time: > > >

Re: [GIT PULL] nfsd changes for 4.20

2018-10-31 Thread Trond Myklebust
On Wed, 2018-10-31 at 11:44 -0400, J. Bruce Fields wrote: > Stephen also sent a warning about a merge conflict with the vfs tree > (not merged yet, I think) but I assume that's not as big a deal since > it > should actually show up at merge time, not build time: > > >

Re: [GIT PULL] nfsd changes for 4.20

2018-10-31 Thread J. Bruce Fields
On Tue, Oct 30, 2018 at 01:06:58PM -0700, Linus Torvalds wrote: > On Tue, Oct 30, 2018 at 12:55 PM Linus Torvalds > wrote: > > > > Pulled, > > Oh, I take that back. Semantic conflict with locking name change > (recv_lock -> queue_lock) and new code in > >

Re: [GIT PULL] nfsd changes for 4.20

2018-10-31 Thread J. Bruce Fields
On Tue, Oct 30, 2018 at 01:06:58PM -0700, Linus Torvalds wrote: > On Tue, Oct 30, 2018 at 12:55 PM Linus Torvalds > wrote: > > > > Pulled, > > Oh, I take that back. Semantic conflict with locking name change > (recv_lock -> queue_lock) and new code in > >

Re: [GIT PULL] nfsd changes for 4.20

2018-10-30 Thread Linus Torvalds
On Tue, Oct 30, 2018 at 12:55 PM Linus Torvalds wrote: > > Pulled, Oh, I take that back. Semantic conflict with locking name change (recv_lock -> queue_lock) and new code in net/sunrpc/xprtrdma/svc_rdma_backchannel.c exposed by my build test. And looking around, it was reported in

Re: [GIT PULL] nfsd changes for 4.20

2018-10-30 Thread Linus Torvalds
On Tue, Oct 30, 2018 at 12:55 PM Linus Torvalds wrote: > > Pulled, Oh, I take that back. Semantic conflict with locking name change (recv_lock -> queue_lock) and new code in net/sunrpc/xprtrdma/svc_rdma_backchannel.c exposed by my build test. And looking around, it was reported in

Re: [GIT PULL] nfsd changes for 4.20

2018-10-30 Thread Linus Torvalds
On Tue, Oct 30, 2018 at 12:17 PM J. Bruce Fields wrote: > > Please pull nfsd changes for 4.20: Pulled, Linus

Re: [GIT PULL] nfsd changes for 4.20

2018-10-30 Thread Linus Torvalds
On Tue, Oct 30, 2018 at 12:17 PM J. Bruce Fields wrote: > > Please pull nfsd changes for 4.20: Pulled, Linus

[GIT PULL] nfsd changes for 4.20

2018-10-30 Thread J. Bruce Fields
Please pull nfsd changes for 4.20: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.20 Olga added support for the NFSv4.2 asynchronous copy protocol. We already supported COPY, by copying a limited amount of data and then returning a short result, letting the client resend. The

[GIT PULL] nfsd changes for 4.20

2018-10-30 Thread J. Bruce Fields
Please pull nfsd changes for 4.20: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.20 Olga added support for the NFSv4.2 asynchronous copy protocol. We already supported COPY, by copying a limited amount of data and then returning a short result, letting the client resend. The

Re: [GIT PULL] nfsd changes for 4.19

2018-08-23 Thread J. Bruce Fields
Apologies, I messed up my pull request. The result was just a few commits mentioned in the tag description but missing from the tip of the branch, and I thought simplest was to make a new tag and a new pull request with the additional commits, I hope that works OK. Thanks to Chuck for noticing

Re: [GIT PULL] nfsd changes for 4.19

2018-08-23 Thread J. Bruce Fields
Apologies, I messed up my pull request. The result was just a few commits mentioned in the tag description but missing from the tip of the branch, and I thought simplest was to make a new tag and a new pull request with the additional commits, I hope that works OK. Thanks to Chuck for noticing

[GIT PULL] nfsd changes for 4.19

2018-08-23 Thread J. Bruce Fields
Please pull nfsd changes for 4.19 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.19 --b. Chuck Lever fixed a problem with NFSv4.0 callbacks over GSS from multi-homed servers. The only new feature is a minor bit of

[GIT PULL] nfsd changes for 4.19

2018-08-23 Thread J. Bruce Fields
Please pull nfsd changes for 4.19 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.19 --b. Chuck Lever fixed a problem with NFSv4.0 callbacks over GSS from multi-homed servers. The only new feature is a minor bit of

[GIT PULL] nfsd changes for 4.17

2018-04-05 Thread J. Bruce Fields
Please pull nfsd changes for 4.17 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.17 Chuck Lever did a bunch of work on nfsd tracepoints, on RDMA, and on server xdr decoding (with an eye towards eliminating a data copy in the RDMA case). I did some refactoring of the delegation code

[GIT PULL] nfsd changes for 4.17

2018-04-05 Thread J. Bruce Fields
Please pull nfsd changes for 4.17 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.17 Chuck Lever did a bunch of work on nfsd tracepoints, on RDMA, and on server xdr decoding (with an eye towards eliminating a data copy in the RDMA case). I did some refactoring of the delegation code

[GIT PULL] nfsd bugfix for 4.16

2018-03-20 Thread J. Bruce Fields
Please pull an nfsd bugfix from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.16-1 Just one fix for an occasional panic from Jeff Layton. --b. Jeff Layton (1): nfsd: remove blocked locks on client teardown

[GIT PULL] nfsd bugfix for 4.16

2018-03-20 Thread J. Bruce Fields
Please pull an nfsd bugfix from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.16-1 Just one fix for an occasional panic from Jeff Layton. --b. Jeff Layton (1): nfsd: remove blocked locks on client teardown

[GIT PULL] nfsd fixes for 4.15

2017-11-29 Thread J. Bruce Fields
Please pull nfsd fixes for 4.15 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.15-1 I screwed up my merge window pull request; I only sent half of what I meant to. There were no new features, just bugfixes of various importance and some very minor cleanup, so I think it's all still

[GIT PULL] nfsd fixes for 4.15

2017-11-29 Thread J. Bruce Fields
Please pull nfsd fixes for 4.15 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.15-1 I screwed up my merge window pull request; I only sent half of what I meant to. There were no new features, just bugfixes of various importance and some very minor cleanup, so I think it's all still

Re: [GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread Linus Torvalds
On Tue, Oct 10, 2017 at 12:27 PM, J. Bruce Fields wrote: > > I just deleted redid the tag with the same name. (Does it cause a > problem that the old object is still sitting around somewhere with the > same name but nothing pointing at it? I'm assuming not.) Thanks, that

Re: [GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread Linus Torvalds
On Tue, Oct 10, 2017 at 12:27 PM, J. Bruce Fields wrote: > > I just deleted redid the tag with the same name. (Does it cause a > problem that the old object is still sitting around somewhere with the > same name but nothing pointing at it? I'm assuming not.) Thanks, that worked fine.

Re: [GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread J. Bruce Fields
On Tue, Oct 10, 2017 at 11:42:01AM -0700, Linus Torvalds wrote: > On Tue, Oct 10, 2017 at 11:24 AM, J. Bruce Fields > wrote: > > Please pull nfsd fixes from > > > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1 > > There's nothing there. That tag just points to

Re: [GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread J. Bruce Fields
On Tue, Oct 10, 2017 at 11:42:01AM -0700, Linus Torvalds wrote: > On Tue, Oct 10, 2017 at 11:24 AM, J. Bruce Fields > wrote: > > Please pull nfsd fixes from > > > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1 > > There's nothing there. That tag just points to my 4.14-rc1 commit. >

Re: [GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread Linus Torvalds
On Tue, Oct 10, 2017 at 11:24 AM, J. Bruce Fields wrote: > Please pull nfsd fixes from > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1 There's nothing there. That tag just points to my 4.14-rc1 commit. > One fix for a 4.14 regression, and one minor fix to the

Re: [GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread Linus Torvalds
On Tue, Oct 10, 2017 at 11:24 AM, J. Bruce Fields wrote: > Please pull nfsd fixes from > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1 There's nothing there. That tag just points to my 4.14-rc1 commit. > One fix for a 4.14 regression, and one minor fix to the MAINTAINERs > file.

[GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread J. Bruce Fields
Please pull nfsd fixes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1 One fix for a 4.14 regression, and one minor fix to the MAINTAINERs file. (I was weirdly flattered by the idea that lots of random people suddenly seemed to think Jeff and I were VFS experts. Turns out it was

[GIT PULL] nfsd changes for 4.14-rc

2017-10-10 Thread J. Bruce Fields
Please pull nfsd fixes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1 One fix for a 4.14 regression, and one minor fix to the MAINTAINERs file. (I was weirdly flattered by the idea that lots of random people suddenly seemed to think Jeff and I were VFS experts. Turns out it was

[GIT PULL] nfsd changes for 4.14

2017-09-08 Thread J. Bruce Fields
Please pull nfsd changes for 4.14 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14 More RDMA work and some op-structure constification from Chuck Lever, and a small cleanup to our xdr encoding. --b. Chuck Lever (9): sunrpc: Const-ify instances of struct svc_xprt_ops

[GIT PULL] nfsd changes for 4.14

2017-09-08 Thread J. Bruce Fields
Please pull nfsd changes for 4.14 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14 More RDMA work and some op-structure constification from Chuck Lever, and a small cleanup to our xdr encoding. --b. Chuck Lever (9): sunrpc: Const-ify instances of struct svc_xprt_ops

[GIT PULL] nfsd changes for 4.13

2017-07-13 Thread J. Bruce Fields
Please pull nfsd changes for 4.13 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.13 Chuck's RDMA update overhauls the "call receive" side of the RPC-over-RDMA transport to use the new rdma_rw API. Christoph cleaned the way nfs operations are declared, removing a bunch of

[GIT PULL] nfsd changes for 4.13

2017-07-13 Thread J. Bruce Fields
Please pull nfsd changes for 4.13 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.13 Chuck's RDMA update overhauls the "call receive" side of the RPC-over-RDMA transport to use the new rdma_rw API. Christoph cleaned the way nfs operations are declared, removing a bunch of

[GIT PULL] nfsd bugfixes

2017-06-01 Thread J. Bruce Fields
Please pull a couple nfsd bugfixes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.12-1 Revert patch accidentally included in the merge window pull request, and fix a crash that was likely a result of buggy client behavior. --b. J. Bruce Fields (2): nfsd: Revert "nfsd: check

[GIT PULL] nfsd bugfixes

2017-06-01 Thread J. Bruce Fields
Please pull a couple nfsd bugfixes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.12-1 Revert patch accidentally included in the merge window pull request, and fix a crash that was likely a result of buggy client behavior. --b. J. Bruce Fields (2): nfsd: Revert "nfsd: check

[GIT PULL] nfsd changes for 4.12

2017-05-10 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.12 Another RDMA update from Chuck Lever, and a bunch of miscellaneous bugfixes. --b. Ari Kauppi (1): nfsd: fix undefined behavior in nfsd4_layout_verify

[GIT PULL] nfsd changes for 4.12

2017-05-10 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.12 Another RDMA update from Chuck Lever, and a bunch of miscellaneous bugfixes. --b. Ari Kauppi (1): nfsd: fix undefined behavior in nfsd4_layout_verify

[GIT PULL] nfsd fixes for 4.11

2017-04-27 Thread J. Bruce Fields
Please pull knfsd bugfixes for 4.11 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.11-3 Thanks to Ari Kauppi and Tuomas Haanpää at Synopsis for spotting bugs in our NFSv2/v3 xdr code that could crash the server or expose memory. --b. J. Bruce Fields (3): nfsd: check for

[GIT PULL] nfsd fixes for 4.11

2017-04-27 Thread J. Bruce Fields
Please pull knfsd bugfixes for 4.11 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.11-3 Thanks to Ari Kauppi and Tuomas Haanpää at Synopsis for spotting bugs in our NFSv2/v3 xdr code that could crash the server or expose memory. --b. J. Bruce Fields (3): nfsd: check for

[GIT PULL] nfsd bugfixes for 4.11

2017-03-31 Thread J. Bruce Fields
Please pull nfsd bugfixes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.11-1 The restriction of NFSv4 to TCP went overboard and also broke the backchannel; fix. Also some minor refinements to the nfsd version-setting interface that we'd like to get fixed before release. --b. Chuck

[GIT PULL] nfsd bugfixes for 4.11

2017-03-31 Thread J. Bruce Fields
Please pull nfsd bugfixes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.11-1 The restriction of NFSv4 to TCP went overboard and also broke the backchannel; fix. Also some minor refinements to the nfsd version-setting interface that we'd like to get fixed before release. --b. Chuck

[GIT PULL] nfsd changes for 4.11

2017-02-28 Thread J. Bruce Fields
Please pull nfsd changes for 4.11 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.11 The nfsd update this round is mainly a lot of miscellaneous cleanups and bugfixes. A couple changes could theoretically break working setups on upgrade. I don't expect complaints in practice, but

[GIT PULL] nfsd changes for 4.11

2017-02-28 Thread J. Bruce Fields
Please pull nfsd changes for 4.11 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.11 The nfsd update this round is mainly a lot of miscellaneous cleanups and bugfixes. A couple changes could theoretically break working setups on upgrade. I don't expect complaints in practice, but

[GIT PULL] nfsd bugfix for 4.10

2017-02-10 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.10-3 --b. This patch turned out to have a couple problems. The problems are fixable, but at least one of the fixes is a little ugly. The original bug has always

[GIT PULL] nfsd bugfix for 4.10

2017-02-10 Thread J. Bruce Fields
Please pull git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.10-3 --b. This patch turned out to have a couple problems. The problems are fixable, but at least one of the fixes is a little ugly. The original bug has always

[GIT PULL] nfsd changes for 4.10

2016-12-16 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.10 The one new feature is support for a new NFSv4.2 mode_umask attribute that makes ACL inheritance a little more useful in environments that default to restrictive umasks. Requires client-side support, also on its way for 4.10.

[GIT PULL] nfsd changes for 4.10

2016-12-16 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.10 The one new feature is support for a new NFSv4.2 mode_umask attribute that makes ACL inheritance a little more useful in environments that default to restrictive umasks. Requires client-side support, also on its way for 4.10.

[GIT PULL] nfsd bugfixes for 4.9

2016-11-04 Thread J. Bruce Fields
Please pull nfsd bugfixes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.9-1 --b. Fixes for some recent regressions including fallout from the vmalloc'd stack change (after which we can no longer encrypt stuff on the

[GIT PULL] nfsd bugfixes for 4.9

2016-11-04 Thread J. Bruce Fields
Please pull nfsd bugfixes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.9-1 --b. Fixes for some recent regressions including fallout from the vmalloc'd stack change (after which we can no longer encrypt stuff on the

[GIT PULL] nfsd changes for 4.9

2016-10-12 Thread J. Bruce Fields
Please pull nfsd changes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.9 for you to fetch changes up to 29ae7f9dc21a7dda41d78b27bbda7d427ece8ad4: NFSD: Implement the COPY call (2016-10-07 14:54:25 -0400) Some RDMA

[GIT PULL] nfsd changes for 4.9

2016-10-12 Thread J. Bruce Fields
Please pull nfsd changes from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.9 for you to fetch changes up to 29ae7f9dc21a7dda41d78b27bbda7d427ece8ad4: NFSD: Implement the COPY call (2016-10-07 14:54:25 -0400) Some RDMA

[GIT PULL] nfsd changes for 4.8

2016-08-04 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.8 for nfsd changes for 4.8. --b. Highlights: Trond made a change to the server's tcp logic that allows a fast client to better take advantage of

[GIT PULL] nfsd changes for 4.8

2016-08-04 Thread J. Bruce Fields
Please pull: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.8 for nfsd changes for 4.8. --b. Highlights: Trond made a change to the server's tcp logic that allows a fast client to better take advantage of

[GIT PULL] nfsd bugfixes for 4.7

2016-06-16 Thread J. Bruce Fields
Please pull nfsd bugfixes for 4.7 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.7-1 --b. Oleg Drokin found and fixed races in the nfsd4 state code that go back to the big nfs4_lock_state removal around 3.17 (but that

[GIT PULL] nfsd bugfixes for 4.7

2016-06-16 Thread J. Bruce Fields
Please pull nfsd bugfixes for 4.7 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.7-1 --b. Oleg Drokin found and fixed races in the nfsd4 state code that go back to the big nfs4_lock_state removal around 3.17 (but that

[GIT PULL] nfsd changes for 4.7

2016-05-24 Thread J. Bruce Fields
Please pull nfsd changes from the nfsd-4.7 branch at: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.7 A very quiet cycle for nfsd, mainly just an RDMA update from Chuck Lever.

[GIT PULL] nfsd changes for 4.7

2016-05-24 Thread J. Bruce Fields
Please pull nfsd changes from the nfsd-4.7 branch at: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.7 A very quiet cycle for nfsd, mainly just an RDMA update from Chuck Lever.

[GIT PULL] nfsd changes for 4.6, take 2

2016-03-24 Thread J. Bruce Fields
Please pull nfsd changes for 4.6 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6-1 Apologies for the previous request, which omitted the top 8 commits from my for-next branch (including the SCSI layout commits). This is just a fast-forward from the previous nfsd-4.6 tag so if

[GIT PULL] nfsd changes for 4.6, take 2

2016-03-24 Thread J. Bruce Fields
Please pull nfsd changes for 4.6 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6-1 Apologies for the previous request, which omitted the top 8 commits from my for-next branch (including the SCSI layout commits). This is just a fast-forward from the previous nfsd-4.6 tag so if

Re: [GIT PULL] nfsd changes for 4.6

2016-03-24 Thread J. Bruce Fields
On Thu, Mar 24, 2016 at 03:00:55PM -0400, Trond Myklebust wrote: > On Thu, Mar 24, 2016 at 9:35 AM, J. Bruce Fields wrote: > > Please pull nfsd changes for 4.6 from > > > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6 > > > >

Re: [GIT PULL] nfsd changes for 4.6

2016-03-24 Thread J. Bruce Fields
On Thu, Mar 24, 2016 at 03:00:55PM -0400, Trond Myklebust wrote: > On Thu, Mar 24, 2016 at 9:35 AM, J. Bruce Fields wrote: > > Please pull nfsd changes for 4.6 from > > > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6 > > > >

Re: [GIT PULL] nfsd changes for 4.6

2016-03-24 Thread Trond Myklebust
On Thu, Mar 24, 2016 at 9:35 AM, J. Bruce Fields wrote: > Please pull nfsd changes for 4.6 from > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6 > > > Various bugfixes, a RDMA update from Chuck Lever,

Re: [GIT PULL] nfsd changes for 4.6

2016-03-24 Thread Trond Myklebust
On Thu, Mar 24, 2016 at 9:35 AM, J. Bruce Fields wrote: > Please pull nfsd changes for 4.6 from > > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6 > > > Various bugfixes, a RDMA update from Chuck Lever, and support for a new

[GIT PULL] nfsd changes for 4.6

2016-03-24 Thread J. Bruce Fields
Please pull nfsd changes for 4.6 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.6 Various bugfixes, a RDMA update from Chuck Lever, and support for a new pnfs layout type from Christoph Hellwig. The new layout type is a

  1   2   >