<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Jellyfin.Server.Implementations/StorageHelpers, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-03-25T02:31:17Z</updated>
<entry>
<title>Lint for the Linter Gods</title>
<updated>2026-03-25T02:31:17Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-03-25T02:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=fec78c8448bd19f96460d853732cf24812443b70'/>
<id>urn:sha1:fec78c8448bd19f96460d853732cf24812443b70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2026-03-24T03:09:56Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-03-24T03:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=965b602c6890623130d1d7e27de52e161c6d1069'/>
<id>urn:sha1:965b602c6890623130d1d7e27de52e161c6d1069</id>
<content type='text'>
Co-authored-by: JPVenson &lt;ger-delta-07@hotmail.de&gt;</content>
</entry>
<entry>
<title>Properly define variable type</title>
<updated>2026-03-23T21:22:35Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-03-23T21:22:35Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=8142bbd50e4c2218e99c621900430b0189c267c3'/>
<id>urn:sha1:8142bbd50e4c2218e99c621900430b0189c267c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure ResolvedPath is sent on error too</title>
<updated>2026-03-23T21:11:29Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-03-23T21:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=434ebc8b110a2736c9be08360c17cf74e27803d1'/>
<id>urn:sha1:434ebc8b110a2736c9be08360c17cf74e27803d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix FolderStorageInfo to show parent filesystem</title>
<updated>2026-03-23T21:08:15Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-03-23T21:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=300036c85913b79bf9bbf13c81ea2241f1216f78'/>
<id>urn:sha1:300036c85913b79bf9bbf13c81ea2241f1216f78</id>
<content type='text'>
A direct implementation using DriveInfo directly on a path does not work
as expected. The method will return a DriveInfo object with the given
path as both the Name and the RootDirectory, which is not helpful.

Instead, add parsing logic to find the best possible match out of all
filesystems on the system for the path, including handling edge cases
involving symlinked paths in the chain.

This ensures that the resulting DeviceId is a valid filesystem, allowing
it to be used in the UI to show a better description. It also includes
the new ResolvedPath which will show, if required, what the Path
resolved to after all symlinks are interpolated.

One possible issue here is that walking all drives as-is might become
slow(er) on a system with many partitions, but even on my
partition-heavy system with over a dozen ZVOLs and remote mounts, this
takes under 0.4 seconds including runup time for `dotnet run`, so I
imagine this should be fine.
</content>
</entry>
<entry>
<title>Backport pull request #15390 from jellyfin/release-10.11.z</title>
<updated>2025-11-17T19:08:53Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-11-17T19:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f848b8f12cc410ca5e8516762a8465280da8974d'/>
<id>urn:sha1:f848b8f12cc410ca5e8516762a8465280da8974d</id>
<content type='text'>
Don't enforce a minimum amount of free space for the tmp and log dirs

Original-merge: 097cb87f6f6df662361a4cd536b56470e4cd68a3

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Backport pull request #15098 from jellyfin/release-10.11.z</title>
<updated>2025-10-27T19:43:11Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-10-27T19:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=54d28d984282e0256cdb302c37f2947c4db15578'/>
<id>urn:sha1:54d28d984282e0256cdb302c37f2947c4db15578</id>
<content type='text'>
Lower required tmp dir size to 512MiB

Original-merge: 0a6e8146be0ca207a9d4b30fa4eaa117a27786cd

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Cleanup file related code (#14023)</title>
<updated>2025-05-04T14:40:34Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-05-04T14:40:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=0c3ba30de214eddcd6118c3b695b08e5482bf7ed'/>
<id>urn:sha1:0c3ba30de214eddcd6118c3b695b08e5482bf7ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create directory before checking for size (#13962)</title>
<updated>2025-04-26T15:30:57Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-04-26T15:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2ea7af777b99b52d2291495596defa97408fe6d0'/>
<id>urn:sha1:2ea7af777b99b52d2291495596defa97408fe6d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Api and startup check for sufficient storage capacity (#13888)</title>
<updated>2025-04-21T02:06:50Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-04-21T02:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a0931baa8eb879898f4bc4049176ed3bdb4d80d1'/>
<id>urn:sha1:a0931baa8eb879898f4bc4049176ed3bdb4d80d1</id>
<content type='text'>
</content>
</entry>
</feed>
