<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2831fa8b8bcf1083f9526aa0c41fafb0796cf874 - Merge tag &apos;nfsd-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#2831fa8b8bcf1083f9526aa0c41fafb0796cf874</link>
        <description>Merge tag &apos;nfsd-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxPull nfsd updates from Chuck Lever: &quot;Neil Brown and Jeff Layton contributed a dynamic thread pool sizing  mechanism for NFSD. The sunrpc layer now tracks minimum and maximum  thread counts per pool, and NFSD adjusts running thread counts based  on workload: idle threads exit after a timeout when the pool exceeds  its minimum, and new threads spawn automatically when all threads are  busy. Administrators control this behavior via the nfsdctl netlink  interface.  Rick Macklem, FreeBSD NFS maintainer, generously contributed server-  side support for the POSIX ACL extension to NFSv4, as specified in  draft-ietf-nfsv4-posix-acls. This extension allows NFSv4 clients to  get and set POSIX access and default ACLs using native NFSv4  operations, eliminating the need for sideband protocols. The feature  is gated by a Kconfig option since the IETF draft has not yet been  ratified.  Chuck Lever delivered numerous improvements to the xdrgen tool. Error  reporting now covers parsing, AST transformation, and invalid  declarations. Generated enum decoders validate incoming values against  valid enumerator lists. New features include pass-through line support  for embedding C directives in XDR specifications, 16-bit integer  types, and program number definitions. Several code generation issues  were also addressed.  When an administrator revokes NFSv4 state for a filesystem via the  unlock_fs interface, ongoing async COPY operations referencing that  filesystem are now cancelled, with CB_OFFLOAD callbacks notifying  affected clients.  The remaining patches in this pull request are clean-ups and minor  optimizations. Sincere thanks to all contributors, reviewers, testers,  and bug reporters who participated in the v7.0 NFSD development cycle&quot;* tag &apos;nfsd-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux: (45 commits)  NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasks  NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operation  NFSD: Add support for POSIX draft ACLs for file creation  NFSD: Add support for XDR decoding POSIX draft ACLs  NFSD: Refactor nfsd_setattr()&apos;s ACL error reporting  NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributes  NFSD: Add nfsd4_encode_fattr4_posix_access_acl  NFSD: Add nfsd4_encode_fattr4_posix_default_acl  NFSD: Add nfsd4_encode_fattr4_acl_trueform_scope  NFSD: Add nfsd4_encode_fattr4_acl_trueform  Add RPC language definition of NFSv4 POSIX ACL extension  NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLs  xdrgen: Implement pass-through lines in specifications  nfsd: cancel async COPY operations when admin revokes filesystem state  nfsd: add controls to set the minimum number of threads per pool  nfsd: adjust number of running nfsd threads based on activity  sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY  sunrpc: split new thread creation into a separate function  sunrpc: introduce the concept of a minimum number of threads per pool  sunrpc: track the max number of requested threads in a pool  ...

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Thu, 12 Feb 2026 17:23:53 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e344a031a4928e9f0ae3124f0e45e953a873f3bd - NFSD: Add instructions on how to deal with xdrgen files</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#e344a031a4928e9f0ae3124f0e45e953a873f3bd</link>
        <description>NFSD: Add instructions on how to deal with xdrgen filesxdrgen requires a number of Python packages on the build system. Wedon&apos;t want to add these to the kernel build dependency list, whichis long enough already.The generated files are generated manually using  $ cd fs/nfsd &amp;&amp; make xdrgenwhenever the .x files are modified, then they are checked into thekernel repo so others do not need to rebuild them.Signed-off-by: Chuck Lever &lt;chuck.lever@oracle.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Thu, 20 Nov 2025 21:15:51 +0100</pubDate>
        <dc:creator>Chuck Lever &lt;chuck.lever@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2c26b68cd5c51689b8cee9cb6a21abb5d2ab2d0f - Merge tag &apos;nfsd-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#2c26b68cd5c51689b8cee9cb6a21abb5d2ab2d0f</link>
        <description>Merge tag &apos;nfsd-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxPull nfsd updates from Chuck Lever: &quot;The marquee feature for this release is that the limit on the maximum  rsize and wsize has been raised to 4MB. The default remains at 1MB,  but risk-seeking administrators now have the ability to try larger I/O  sizes with NFS clients that support them. Eventually the default  setting will be increased when we have confidence that this change  will not have negative impact.  With v6.16, NFSD now has its own debugfs file system where we can add  experimental features and make them available outside of our  development community without impacting production deployments. The  first experimental setting added is one that makes all NFS READ  operations use vfs_iter_read() instead of the NFSD splice actor. The  plan is to eventually retire the splice actor, as that will enable a  number of new capabilities such as the use of struct bio_vec from the  top to the bottom of the NFSD stack.  Jeff Layton contributed a number of observability improvements. The  use of dprintk() in a number of high-traffic code paths has been  replaced with static trace points.  This release sees the continuation of efforts to harden the NFSv4.2  COPY operation. Soon, the restriction on async COPY operations can be  lifted.  Many thanks to the contributors, reviewers, testers, and bug reporters  who participated during the v6.16 development cycle&quot;* tag &apos;nfsd-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux: (60 commits)  xdrgen: Fix code generated for counted arrays  SUNRPC: Bump the maximum payload size for the server  NFSD: Add a &quot;default&quot; block size  NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro  NFSD: Remove NFSD_BUFSIZE  sunrpc: Remove the RPCSVC_MAXPAGES macro  svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages  svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages  sunrpc: Adjust size of socket&apos;s receive page array dynamically  SUNRPC: Remove svc_rqst :: rq_vec  SUNRPC: Remove svc_fill_write_vector()  NFSD: Use rqstp-&gt;rq_bvec in nfsd_iter_write()  SUNRPC: Export xdr_buf_to_bvec()  NFSD: De-duplicate the svc_fill_write_vector() call sites  NFSD: Use rqstp-&gt;rq_bvec in nfsd_iter_read()  sunrpc: Replace the rq_bvec array with dynamically-allocated memory  sunrpc: Replace the rq_pages array with dynamically-allocated memory  sunrpc: Remove backchannel check in svc_init_buffer()  sunrpc: Add a helper to derive maxpages from sv_max_mesg  svcrdma: Reduce the number of rdma_rw contexts per-QP  ...

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 28 May 2025 21:21:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9fe5ea760e64f04412dbed51645a0dac7220d40a - NFSD: Add /sys/kernel/debug/nfsd</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#9fe5ea760e64f04412dbed51645a0dac7220d40a</link>
        <description>NFSD: Add /sys/kernel/debug/nfsdCreate a small sandbox under /sys/kernel/debug for experimental NFSserver feature settings. There is no API/ABI compatibility guaranteefor these settings.The only documentation for such settings, if any documentation exists,is in the kernel source code.Reviewed-by: Jeff Layton &lt;jlayton@kernel.org&gt;Signed-off-by: Chuck Lever &lt;chuck.lever@oracle.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Sat, 08 Mar 2025 21:14:37 +0100</pubDate>
        <dc:creator>Chuck Lever &lt;chuck.lever@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>946661e3bef8efa11ba8079d4ebafe6fc3b0aaad - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#946661e3bef8efa11ba8079d4ebafe6fc3b0aaad</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.15 merge window.

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Sat, 05 Apr 2025 08:04:35 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b119045b79a672bc6d8f18641c60fc8ce1b4585 - Merge tag &apos;v6.14-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#0b119045b79a672bc6d8f18641c60fc8ce1b4585</link>
        <description>Merge tag &apos;v6.14-rc4&apos; into nextSync up with the mainline.

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 26 Feb 2025 01:03:25 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9e676a024fa1fa2bd8150c2d2ba85478280353bc - Merge tag &apos;v6.14-rc1&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#9e676a024fa1fa2bd8150c2d2ba85478280353bc</link>
        <description>Merge tag &apos;v6.14-rc1&apos; into perf-tools-nextTo get the various fixes in the current master.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 23:57:18 +0100</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0410c6121529409b08e81a77ae3ee58c657e2243 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#0410c6121529409b08e81a77ae3ee58c657e2243</link>
        <description>Merge drm/drm-next into drm-xe-nextSync to fix conlicts between drm-xe-next and drm-intel-next.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Fri, 28 Feb 2025 15:54:14 +0100</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>93c7dd1b39444ebd5a6a98e56a363d7a4e646775 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#93c7dd1b39444ebd5a6a98e56a363d7a4e646775</link>
        <description>Merge drm/drm-next into drm-misc-nextBring rc1 to start the new release dev.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Thu, 06 Feb 2025 13:47:32 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ea9f8f2b21795a5d80418a655bcb212d5b89e08f - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#ea9f8f2b21795a5d80418a655bcb212d5b89e08f</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v6.14-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 18:12:37 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/fs/nfsd/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/fs/nfsd/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
</channel>
</rss>
