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. https://korg.docs

[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 f

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. https://korg.docs.

[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 fau

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. https://korg.docs.k

[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 cleanu

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. https://korg.wiki.

[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 fs/nfsd/nfs4

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. https://korg.wiki.k

[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. https://korg.wiki.ke

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. https://korg.wiki.ke

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 pu

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 k

[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. This

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. https://korg.wiki.

[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. https://korg.wiki.ke

[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 long-req

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. https://korg.wiki.k

[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. https://korg.wiki.

[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. https://korg.wiki.ke

[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 use

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. https://korg.wiki.

[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 file_lock

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. https://korg.wiki.ke

[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 spe

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. https://korg.wiki.k

[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 nfsd4_clone_fil

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. https://korg.wiki.ke

[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 cle

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. https://korg.wiki

[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 truncatin

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: > > > http://lkml.kernel.or

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 > >net/sunrpc/xprtrdma/svc_rdma_backchan

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 linux-nex

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 asynchronous

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 th

[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 prot

[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 i

[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 fs/nfsd/

[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 a

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 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 MAINTAINERs > file. (I

[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 j

[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 nfs

[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 function-poi

[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 fo

[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 Chuck

[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 oversiz

[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 they

[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 bee

[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 sta

[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 w

[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 hi

[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 w

[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 necessa

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, 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

[GIT PULL] nfsd bugfix for 4.5

2016-02-24 Thread J. Bruce Fields
Please pull an nfsd bugfix for 4.5 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.5-1 One fix for a bug that could cause a NULL write past the end of a buffer in case of unusually long writes to some system interfaces used by mountd and other nfs support utilities. --b. Stefan Hajnoc

[GIT PULL] nfsd fix for 4.4

2015-12-21 Thread J. Bruce Fields
Please pull an nfsd change for 4.4: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.4-1 Just one fix for a NFSv4 callback bug introduced in 4.4. Jeff Layton (1): nfsd: don't hold ls_mutex across a layout recall fs/nfsd

[GIT PULL] nfsd changes for 4.4

2015-11-11 Thread J. Bruce Fields
Please pull nfsd changes from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.4 Apologies for coming a little late in the merge window. Fortunately this is another fairly quiet one, mainly smaller bugfixes and cleanup. We're still finding some bugs from the breakup of the big NFSv4 state l

[GIT PULL] nfsd bugfix for 4.3

2015-10-07 Thread J. Bruce Fields
Please pull an nfsd bugfix for 4.3 from: git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.3-1 Just this one RDMA fix for now.--b. Steve Wise (1): svcrdma: handle rdma read with a non-zero initial page offset net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 6 -- 1 file changed, 4 insert

Re: [GIT PULL] nfsd changes for 4.3

2015-09-05 Thread Linus Torvalds
On Fri, Sep 4, 2015 at 1:09 PM, J. Bruce Fields wrote: > > (Also, that's my first attempt at a pull request for a signed tag. Let > me know if I screwed anything up.) Looks fine here. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[GIT PULL] nfsd changes for 4.3

2015-09-04 Thread J. Bruce Fields
Please pull nfsd changes for 4.3 from git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.3 Nothing major, but: - Add Jeff Layton as an nfsd co-maintainer: no change to existing practice, just an acknowledgement of the status quo. - Two patches ("nfsd: ensure that...")

Re: [GIT PULL] nfsd bugfixes for 4.2

2015-08-05 Thread J. Bruce Fields
On Wed, Aug 05, 2015 at 11:01:53AM +0200, Linus Torvalds wrote: > On Tue, Aug 4, 2015 at 11:09 PM, J. Bruce Fields wrote: > > Please pull a few nfsd bugfixes for 4.2 from: > > Pulled. However, I wonder if you could start making signed tag pull > requests. I don't know how linux-nfs.org is maintai

Re: [GIT PULL] nfsd bugfixes for 4.2

2015-08-05 Thread Linus Torvalds
On Tue, Aug 4, 2015 at 11:09 PM, J. Bruce Fields wrote: > Please pull a few nfsd bugfixes for 4.2 from: Pulled. However, I wonder if you could start making signed tag pull requests. I don't know how linux-nfs.org is maintained, and it's probably all really good and private, but it still makes me

[GIT PULL] nfsd bugfixes for 4.2

2015-08-04 Thread J. Bruce Fields
Please pull a few nfsd bugfixes for 4.2 from: git://linux-nfs.org/~bfields/linux.git for-4.2 --b. Jeff Layton (1): nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid Kinglong Mee (2): nfsd: Dro

[GIT PULL] nfsd changes for 4.2

2015-06-26 Thread J. Bruce Fields
Please pull nfsd changes from git://linux-nfs.org/~bfields/linux.git for-4.2 A relatively quiet cycle, with a mix of cleanup and smaller bugfixes. --b. Andreas Gruenbacher (4): nfsd: Disable NFSv2 timestamp workaround for

[GIT PULL] nfsd bugfixes for 4.1

2015-05-11 Thread J. Bruce Fields
Please pull nfsd fixes for 4.1 from git://linux-nfs.org/~bfields/linux.git for-4.1 Mainly pnfs fixes (and for problems with generic callback code made more obvious by pnfs). --b. Christoph Hellwig (5): nfsd/blocklayout: pr

[GIT PULL] nfsd changes for 3.19

2014-12-15 Thread J. Bruce Fields
Please pull nfsd changes for 3.19 from git://linux-nfs.org/~bfields/linux.git for-3.19 A comparatively quieter cycle for nfsd this time, but still with two larger changes: - RPC server scalability improvements from Jeff Layton (using RCU instead of a spinlock to find idle thr

[GIT PULL] nfsd bugfixes for 3.18

2014-11-25 Thread J. Bruce Fields
Please pull the following nfsd bugfixes for 3.18: git://linux-nfs.org/~bfields/linux.git for-3.18 These fix one mishandling of the case when security labels are configured out, and two races in the 4.1 backchannel code. --b. Chr

[GIT PULL] nfsd bugfixes for 3.18

2014-10-27 Thread J. Bruce Fields
Please pull nfsd bugfixes from: git://linux-nfs.org/~bfields/linux.git for-3.18 One regression from the 3.16 xdr rewrite, one an older bug exposed by a separate bug in the client's new SEEK code. --b. J. Bruce Fields (2):

[GIT PULL] nfsd changes for 3.18

2014-10-06 Thread J. Bruce Fields
Please pull 3.18 nfsd changes from: git://linux-nfs.org/~bfields/linux.git for-3.18 Highlights: - support the NFSv4.2 SEEK operation (allowing clients to support SEEK_HOLE/SEEK_DATA), thanks to Anna. - end the grace period early in a number of cases, mitigating a

[GIT PULL] nfsd bugfix for 3.17

2014-10-01 Thread J. Bruce Fields
Please pull the following change from: git://linux-nfs.org/~bfields/linux.git for-3.17 This fixes a data corruption bug introduced by the v3.16 xdr encoding rewrite. I haven't managed to reproduce it myself yet, but it's apparently not hard to hit given the right workload. --b. commit 15b23e

[GIT PULL] nfsd bugfixes for 3.14

2014-02-13 Thread J. Bruce Fields
Please pull two nfsd bugfixes for 3.14: git://linux-nfs.org/~bfields/linux.git for-3.14 --b. J. Bruce Fields (1): nfsd4: fix acl buffer overrun NeilBrown (1): lockd: send correct lock when granting a delayed lock.

[GIT PULL] nfsd reply cache bugfix

2013-12-12 Thread J. Bruce Fields
Please pull one bugfix for nfsd crashes from git://linux-nfs.org/~bfields/linux.git for-3.13 --b. Jeff Layton (1): nfsd: when reusing an existing repcache entry, unhash it first fs/nfsd/nfscache.c |9 - 1 file