summaryrefslogtreecommitdiff
path: root/gnu/build/file-systems.scm
AgeCommit message (Expand)AuthorFilesLines
2026-03-29revert 7e7487166b02aa41d42e96a1dfccaceda7fefc12nckx-patch-1nckx1-7/+6
2026-02-23file-systems: canonicalize-device-spec: Wait for device to exist.Rutherther1-6/+7
2026-02-23file-systems: mount-file-system: Guard against missing devices.Rutherther1-26/+54
2025-11-06file-systems: Support the 'remount' mount flag.Sören Tempel1-0/+2
2025-09-21file-systems: Fix article usage in docstrings.Jean-Baptiste Note1-3/+3
2025-09-21file-systems: Add support for hibernation swap detection.Jean-Baptiste Note1-0/+37
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer1-1/+1
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer1-1/+1
2025-09-18Update Maxim's email address.Maxim Cournoyer1-1/+1
2025-06-16file-systems: Support UUIDs for FAT12.Quentin Vincent1-4/+7
2024-11-11bootloader: grub: Remove hardcoded partition number for the Hurd.Janneke Nieuwenhuizen1-0/+58
2024-09-01file-systems: Add support for exFAT.Tobias Geerinckx-Rice1-1/+116
2024-07-26file-systems: Allow specifying CIFS credentials in a file.vicvbcun1-0/+42
2024-07-20file-systems: Skip checking the cifs file-system type.Richard Sent1-0/+1
2024-06-04file-systems: Add support for mounting CIFS file systemsRichard Sent1-2/+43
2024-06-04file-systems: Add host-to-ip nested functionRichard Sent1-5/+10
2024-02-19file-systems: Recognize “none” as a valid device spec.Nicolas Graves1-4/+5
2023-02-26file-systems: Validate 'no-diratime flag.Tobias Geerinckx-Rice1-0/+1
2022-11-20file-systems: Always do recursive bind mounts.Ricardo Wurmus1-1/+1
2022-11-03file-systems: Gracefully handle EMEDIUMTYPE in 'read-partitions'.Marius Bakke1-0/+4
2022-10-20file-systems: Support the 'no-diratime' mount flag.Ludovic Courtès1-0/+2
2022-09-08file-systems: Open files with O_CLOEXEC.Ludovic Courtès1-1/+14
2022-08-10gnu: system: file-systems: Add shared flag.Oleg Pykhalov1-0/+6
2022-07-01file-systems: Add 'cleanly-unmounted-ext2?'.Ludovic Courtès1-0/+24
2022-04-08file-systems: Invoke fsck tools with 'system*/tty'.Ludovic Courtès1-44/+44
2022-04-08mapped-devices: Ensure 'cryptsetup open' gets a tty.Ludovic Courtès1-1/+29
2021-11-23system: Add swap flags.Josselin Poiret1-1/+35
2021-09-28file-systems: Prefer low-memory mode of ‘btrfs check’.Tobias Geerinckx-Rice1-1/+4
2021-09-23file-systems: Add support for XFS.Tobias Geerinckx-Rice1-2/+70
2021-09-23file-systems: Add file system to *-SUPERBLOCK-VOLUME-NAME docstrings.Tobias Geerinckx-Rice1-18/+18
2021-09-23gnu: Don't abuse check-btrfs-file-system to scan.Tobias Geerinckx-Rice1-2/+0
2021-09-23file-systems: Support forced checks & repairs.Tobias Geerinckx-Rice1-60/+149
2021-05-04file-systems: Rewrite comment.Tobias Geerinckx-Rice1-5/+5
2021-05-04file-systems: Handle abnormal ‘bcachefs fsck’ exits.Tobias Geerinckx-Rice1-2/+3
2021-04-23file-systems: read-partition-{uuid,label} don't swallow ENOENT & co.Ludovic Courtès1-15/+14
2021-03-10file-systems: 'mount-file-system' preserves the right mount flags.Ludovic Courtès1-8/+2
2021-02-25file-systems: 'mount-file-system' preserves source flags for bind mounts.Ludovic Courtès1-15/+30
2020-12-06file-systems: Fix ‘bcachefs fsck’ exit value logic.Tobias Geerinckx-Rice1-6/+8
2020-11-07file-systems: Add support for bcachefs.Tobias Geerinckx-Rice1-1/+58
2020-10-30file-systems: Allow swap space lookup by UUID/label.Ludovic Courtès1-1/+45
2020-09-07linux-boot: Handle nfs-root device strings.Stefan1-1/+2
2020-07-31file-system: Add mount-may-fail? option.Mathieu Othacehe1-21/+28
2020-07-26file-systems: Add NTFS support.Mathieu Othacehe1-1/+40
2020-05-20linux-boot: Refactor boot-system.Maxim Cournoyer1-2/+4
2020-05-03file-systems: Fix UTF-16 handling in initrd.Danny Milosavljevic1-0/+25
2020-05-03file-systems: Fix F2FS volume name accessor.Danny Milosavljevic1-1/+19
2020-05-02file-systems: Add support for F2FS.raingloom1-2/+59
2020-03-02build: file-systems: Do not warn about file system check for NFS.Maxim Cournoyer1-0/+2
2020-01-05file-systems: Handle LUKS2 header.David Trudgian1-2/+11
2020-01-03file-systems: Add support for JFS.Tobias Geerinckx-Rice1-2/+47