<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/next/linux-next.git/Documentation/filesystems, branch master</title>
<subtitle>The linux-next integration testing tree</subtitle>
<id>https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/atom?h=master</id>
<link rel='self' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/'/>
<updated>2026-09-11T12:20:12+00:00</updated>
<entry>
<title>Merge branch 'docs-next' of git://git.lwn.net/linux.git</title>
<updated>2026-09-11T12:20:12+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2026-09-11T12:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=06c59bbd9afe6c4f82d997f43bb41c0462e9e57b'/>
<id>urn:sha1:06c59bbd9afe6c4f82d997f43bb41c0462e9e57b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git</title>
<updated>2026-09-11T11:34:33+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2026-09-11T11:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=bb14556805e5e64aab5d64020981fc739674060d'/>
<id>urn:sha1:bb14556805e5e64aab5d64020981fc739674060d</id>
<content type='text'>
# Conflicts:
#	tools/testing/selftests/Makefile
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/Paragon-Software-Group/linux-ntfs3.git</title>
<updated>2026-09-11T11:34:28+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2026-09-11T11:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=c2f82a163aa9807f1033e648313a49e205c0d18e'/>
<id>urn:sha1:c2f82a163aa9807f1033e648313a49e205c0d18e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ksmbd-for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/smb.git</title>
<updated>2026-09-11T11:34:22+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2026-09-11T11:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=bf8b9ec092ce072a528303e218a7e5581a1ea5c9'/>
<id>urn:sha1:bf8b9ec092ce072a528303e218a7e5581a1ea5c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'dev' of https://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git</title>
<updated>2026-09-11T11:34:15+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2026-09-11T11:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=d3310aa75ed02c05bfb65570fb0c1c1d22094efa'/>
<id>urn:sha1:d3310aa75ed02c05bfb65570fb0c1c1d22094efa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs/ntfs3: document ads, nocase, and delalloc</title>
<updated>2026-09-08T08:44:23+00:00</updated>
<author>
<name>Konstantin Komarov</name>
<email>almaz.alexandrovich@paragon-software.com</email>
</author>
<published>2026-09-03T08:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=85482241f208975fcaba8c1892d2cfc95f6ef5aa'/>
<id>urn:sha1:85482241f208975fcaba8c1892d2cfc95f6ef5aa</id>
<content type='text'>
The 'ads', 'nocase', and 'delalloc' mount options are accepted by the
parser and reported by ntfs_show_options(), but were never added to the
mount option table in the documentation. Document them.

Signed-off-by: Konstantin Komarov &lt;almaz.alexandrovich@paragon-software.com&gt;
</content>
</entry>
<entry>
<title>docs: locking: Fix bracket</title>
<updated>2026-09-07T16:43:20+00:00</updated>
<author>
<name>Manuel Ebner</name>
<email>manuelebnerli@mailbox.org</email>
</author>
<published>2026-09-02T14:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=6283ba4b6d088c11096d984b2544a68fc61cdef3'/>
<id>urn:sha1:6283ba4b6d088c11096d984b2544a68fc61cdef3</id>
<content type='text'>
Remove needless '(' from code block.

Signed-off-by: Manuel Ebner &lt;manuelebnerli@mailbox.org&gt;
Reviewed-by: Jan Kara &lt;jack@suse.cz&gt;
Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Message-ID: &lt;20260902143936.703665-4-manuelebnerli@mailbox.org&gt;
</content>
</entry>
<entry>
<title>fs: porting.rst: add bracket</title>
<updated>2026-09-07T16:42:22+00:00</updated>
<author>
<name>Manuel Ebner</name>
<email>manuelebnerli@mailbox.org</email>
</author>
<published>2026-09-02T14:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=42c3cdd2636dab54988ac3e169aa55d090790c8f'/>
<id>urn:sha1:42c3cdd2636dab54988ac3e169aa55d090790c8f</id>
<content type='text'>
Add missing '(' to function in prose.

Signed-off-by: Manuel Ebner &lt;manuelebnerli@mailbox.org&gt;
Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
Message-ID: &lt;20260902145428.704582-3-manuelebnerli@mailbox.org&gt;
</content>
</entry>
<entry>
<title>ksmbd: doc: update feature status</title>
<updated>2026-09-07T14:02:50+00:00</updated>
<author>
<name>Namjae Jeon</name>
<email>linkinjeon@kernel.org</email>
</author>
<published>2026-08-28T07:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4b0e3cecd1b39dda9490ca4ec9c96f0ce9631070'/>
<id>urn:sha1:4b0e3cecd1b39dda9490ca4ec9c96f0ce9631070</id>
<content type='text'>
Add MSDFS, Continuous Availability (CA), and AD/DC to the ksmbd feature
status list, along with resilient handle. Mark Continuous Availability,
AD/DC, persistent handle, and SMB2 notify as under development.

Signed-off-by: Namjae Jeon &lt;linkinjeon@kernel.org&gt;
</content>
</entry>
<entry>
<title>ksmbd: doc: update RDMA feature support status</title>
<updated>2026-09-07T14:02:40+00:00</updated>
<author>
<name>Namjae Jeon</name>
<email>linkinjeon@kernel.org</email>
</author>
<published>2026-08-23T09:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=1ee6f4379f04d2f1e5866373ac6f1a892c171833'/>
<id>urn:sha1:1ee6f4379f04d2f1e5866373ac6f1a892c171833</id>
<content type='text'>
ksmbd supports SMB3 encryption over RDMA, while signing over RDMA is
still under development. Update the feature status table accordingly.

Signed-off-by: Namjae Jeon &lt;linkinjeon@kernel.org&gt;
</content>
</entry>
</feed>
