Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v2 4/4] iomap: don't abandon the whole thing with iomap_folio_state, (continued)
- [PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode,
Eric Biggers
- [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function, Eric Biggers
- [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode, Eric Biggers
- [PATCH v5 03/13] ext4: move crypt info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 04/13] f2fs: move crypt info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 06/13] ceph: move crypt info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 05/13] ubifs: move crypt info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 07/13] fs: remove inode::i_crypt_info, Eric Biggers
- [PATCH v5 10/13] f2fs: move verity info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 11/13] btrfs: move verity info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 12/13] fs: remove inode::i_verity_info, Eric Biggers
- [PATCH v5 09/13] ext4: move verity info pointer to fs-specific part of inode, Eric Biggers
- [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode, Eric Biggers
- [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode(), Eric Biggers
- Re: [PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode, Christian Brauner
- Re: [PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode, Christoph Hellwig
- [PATCH 0/4] iomap: allow partial folio write with iomap_folio_state,
alexjlzheng
- [PATCH RFC v3 0/7] ovl: Enable support for casefold filesystems,
André Almeida
- [PATCH v3 00/12] man2: document "new" mount API,
Aleksa Sarai
- [PATCH v3 01/12] man/man2/statx.2: correctly document AT_NO_AUTOMOUNT, Aleksa Sarai
- [PATCH v3 02/12] man/man2/mount_setattr.2: fix stray quote in SYNOPSIS, Aleksa Sarai
- [PATCH v3 03/12] man/man2/mount_setattr.2: move mount_attr struct to mount_attr(2type), Aleksa Sarai
- [PATCH v3 04/12] man/man2/fsopen.2: document "new" mount API, Aleksa Sarai
- [PATCH v3 05/12] man/man2/fspick.2: document "new" mount API, Aleksa Sarai
- [PATCH v3 06/12] man/man2/fsconfig.2: document "new" mount API, Aleksa Sarai
- [PATCH v3 08/12] man/man2/move_mount.2: document "new" mount API, Aleksa Sarai
- [PATCH v3 07/12] man/man2/fsmount.2: document "new" mount API, Aleksa Sarai
- [PATCH v3 09/12] man/man2/open_tree.2: document "new" mount API, Aleksa Sarai
- [PATCH v3 10/12] man/man2/mount_setattr.2: mirror opening sentence from fsopen(2), Aleksa Sarai
- [PATCH v3 11/12] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API, Aleksa Sarai
- [PATCH v3 12/12] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction, Aleksa Sarai
- Re: [PATCH v3 00/12] man2: document "new" mount API, Askar Safin
- Re: [PATCH v3 00/12] man2: document "new" mount API, Askar Safin
- Re: [PATCH v3 00/12] man2: document "new" mount API, Askar Safin
- Re: [PATCH v3 00/12] man2: document "new" mount API, Askar Safin
- Tests for file_getattr()/file_setattr() and xfsprogs update,
Andrey Albershteyn
- [PATCH AUTOSEL 6.16-6.6] exfat: add cluster chain loop check for dir, Sasha Levin
- [PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock,
Suren Baghdasaryan
[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES,
Vlastimil Babka
[PATCH v2 0/5] add persistent huge zero folio support,
Pankaj Raghav (Samsung)
[syzbot] [netfs?] WARNING in netfs_writepages (2), syzbot
[PATCH v2] fsnotify: fix "rewriten"->"rewritten",
Xichao Zhao
[PATCH v2] fs: fix "writen"->"written",
Xichao Zhao
[PATCH v2] zonefs: correct some spelling mistakes,
Xichao Zhao
Ext4 iomap warning during btrfs/136 (yes, it's from btrfs test cases),
Qu Wenruo
[PATCH 0/6] fs: correct some spelling mistakes,
Xichao Zhao
Questions about dquota write by writeback in the context of storage shortage, hoyoung seo
futimens use of utimensat does not support O_PATH fds,
Josh Triplett
[PATCH 0/2] open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE,
Aleksa Sarai
[PATCH v2] fuse: keep inode->i_blkbits constant,
Joanne Koong
[no subject], Unknown
[PATCH] proc: proc_maps_open allow proc_mem_open to return NULL,
Jialin Wang
[PATCH v4 0/7] iomap: zero range folio batch support,
Brian Foster
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues,
Zihuan Zhang
- [RFC PATCH v1 1/9] freezer: Introduce freeze_priority field in task_struct, Zihuan Zhang
- [RFC PATCH v1 2/9] freezer: Introduce API to set per-task freeze priority, Zihuan Zhang
- [RFC PATCH v1 3/9] freezer: Add per-priority layered freeze logic, Zihuan Zhang
- [RFC PATCH v1 4/9] freezer: Set default freeze priority for userspace tasks, Zihuan Zhang
- [RFC PATCH v1 5/9] freezer: set default freeze priority for PF_SUSPEND_TASK processes, Zihuan Zhang
- [RFC PATCH v1 6/9] freezer: Set default freeze priority for zombie tasks, Zihuan Zhang
- [RFC PATCH v1 7/9] freezer: raise freeze priority of tasks failed to freeze last time, Zihuan Zhang
- [RFC PATCH v1 8/9] freezer: Add retry count statistics for freeze pass iterations, Zihuan Zhang
- [RFC PATCH v1 9/9] proc: Add /proc/<pid>/freeze_priority interface, Zihuan Zhang
- Re: [RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues, Michal Hocko
- Re: [RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues, Peter Zijlstra
[PATCH v3 00/30] Live Update Orchestrator,
Pasha Tatashin
- [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep, Pasha Tatashin
- [PATCH v3 02/30] kho: mm: Don't allow deferred struct page with KHO, Pasha Tatashin
- [PATCH v3 03/30] kho: warn if KHO is disabled due to an error, Pasha Tatashin
- [PATCH v3 04/30] kho: allow to drive kho from within kernel, Pasha Tatashin
- [PATCH v3 05/30] kho: make debugfs interface optional, Pasha Tatashin
- [PATCH v3 06/30] kho: drop notifiers, Pasha Tatashin
- [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges, Pasha Tatashin
- [PATCH v3 08/30] kho: don't unpreserve memory during abort, Pasha Tatashin
- [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate, Pasha Tatashin
- [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator, Pasha Tatashin
- [PATCH v3 11/30] liveupdate: luo_core: integrate with KHO, Pasha Tatashin
- [PATCH v3 13/30] liveupdate: luo_subsystems: implement subsystem callbacks, Pasha Tatashin
- [PATCH v3 12/30] liveupdate: luo_subsystems: add subsystem registration, Pasha Tatashin
- [PATCH v3 14/30] liveupdate: luo_files: add infrastructure for FDs, Pasha Tatashin
- [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface, Pasha Tatashin
- [PATCH v3 15/30] liveupdate: luo_files: implement file systems callbacks, Pasha Tatashin
- [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close, Pasha Tatashin
- [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management, Pasha Tatashin
- [PATCH v3 20/30] reboot: call liveupdate_reboot() before kexec, Pasha Tatashin
- [PATCH v3 21/30] kho: move kho debugfs directory to liveupdate, Pasha Tatashin
- [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring, Pasha Tatashin
- [PATCH v3 22/30] liveupdate: add selftests for subsystems un/registration, Pasha Tatashin
- [PATCH v3 23/30] selftests/liveupdate: add subsystem/state tests, Pasha Tatashin
- [PATCH v3 24/30] docs: add luo documentation, Pasha Tatashin
- [PATCH v3 25/30] MAINTAINERS: add liveupdate entry, Pasha Tatashin
- [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags, Pasha Tatashin
- [PATCH v3 27/30] mm: shmem: allow freezing inode mapping, Pasha Tatashin
- [PATCH v3 28/30] mm: shmem: export some functions to internal.h, Pasha Tatashin
- [PATCH v3 29/30] luo: allow preserving memfd, Pasha Tatashin
[PATCH v3 30/30] docs: add documentation for memfd preservation via LUO, Pasha Tatashin
Re: [PATCH v3 00/30] Live Update Orchestrator, David Hildenbrand
Re: [PATCH v3 00/30] Live Update Orchestrator, Pratyush Yadav
[PATCH 0/2] fanotify: support restartable permission events,
Ibrahim Jirdeh
[PATCH v2] audit: record fanotify event regardless of presence of rules,
Richard Guy Briggs
[RFC PATCH 31/31] cifs: Convert SMB2 Open request, David Howells
[RFC PATCH 29/31] cifs: Rearrange Create request subfuncs, David Howells
[RFC PATCH 30/31] cifs: Convert SMB2 Posix Mkdir request, David Howells
[RFC PATCH 28/31] cifs: Convert SMB2 Tree Disconnect request, David Howells
[RFC PATCH 27/31] cifs: Convert SMB2 Tree Connect request, David Howells
[RFC PATCH 26/31] cifs: Convert SMB2 Logoff request, David Howells
[RFC PATCH 25/31] cifs: Convert SMB2 Session Setup request, David Howells
[RFC PATCH 24/31] cifs: Convert SMB2 Negotiate Protocol request,
David Howells
[RFC PATCH 23/31] cifs: Add more pieces to smb_message, David Howells
[RFC PATCH 22/31] cifs: Add netmem allocation functions, David Howells
[RFC PATCH 21/31] cifs: [DEBUG] smb_message refcounting, David Howells
[RFC PATCH 20/31] cifs: Don't need state locking in smb2_get_mid_entry(), David Howells
[RFC PATCH 19/31] cifs: Clean up mid->callback_data and kill off mid->creator, David Howells
[RFC PATCH 18/31] cifs: Pass smb_message structs down into the transport layer,
David Howells
[RFC PATCH 17/31] cifs: Rework smb2 decryption, David Howells
[RFC PATCH 16/31] cifs: Rewrite base TCP transmission,
David Howells
[RFC PATCH 15/31] cifs: Use netfs_alloc/free_folioq_buffer(), David Howells
[RFC PATCH 14/31] cifs: Split crypt_message() into encrypt and decrypt variants, David Howells
[RFC PATCH 13/31] cifs: Institute message managing struct, David Howells
[RFC PATCH 12/31] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags, David Howells
[RFC PATCH 11/31] cifs: Fix SMB1 to not require separate kvec for the rfc1002 header, David Howells
[RFC PATCH 10/31] cifs: Make smb1's SendReceive() wrap cifs_send_recv(), David Howells
[RFC PATCH 09/31] cifs: Rename SMB2_xxxx_HE to SMB2_xxxx, David Howells
[RFC PATCH 08/31] cifs: Keep the CPU-endian command ID around, David Howells
[RFC PATCH 07/31] cifs: Rename mid_q_entry to smb_message, David Howells
[RFC PATCH 06/31] cifs: Move the SMB1 transport code out of transport.c, David Howells
[RFC PATCH 05/31] cifs: Introduce an ALIGN8() macro, David Howells
[RFC PATCH 04/31] cifs, nls: Provide unicode size determination func, David Howells
[RFC PATCH 03/31] netfs: Provide facility to alloc buffer in a bvecq, David Howells
[PATCH v3 0/2] fscontext: do not consume log entries when returning -EMSGSIZE,
Aleksa Sarai
[PATCH v2 00/11] man2: add man pages for 'new' mount API,
Aleksa Sarai
- [PATCH v2 01/11] mount_setattr.2: document glibc >= 2.36 syscall wrappers, Aleksa Sarai
- [PATCH v2 02/11] mount_setattr.2: move mount_attr struct to mount_attr.2type, Aleksa Sarai
- [PATCH v2 03/11] fsopen.2: document 'new' mount api, Aleksa Sarai
- [PATCH v2 04/11] fspick.2: document 'new' mount api, Aleksa Sarai
- [PATCH v2 05/11] fsconfig.2: document 'new' mount api, Aleksa Sarai
- [PATCH v2 06/11] fsmount.2: document 'new' mount api, Aleksa Sarai
- [PATCH v2 07/11] move_mount.2: document 'new' mount api, Aleksa Sarai
- [PATCH v2 08/11] open_tree.2: document 'new' mount api, Aleksa Sarai
- [PATCH v2 09/11] mount_setattr.2: mirror opening sentence from fsopen(2), Aleksa Sarai
- [PATCH v2 10/11] open_tree_attr.2, open_tree.2: document new open_tree_attr() api, Aleksa Sarai
- [PATCH v2 11/11] fsconfig.2, mount_setattr.2: add note about attribute-parameter distinction, Aleksa Sarai
- Re: [PATCH v2 00/11] man2: add man pages for 'new' mount API, Christian Brauner
[PATCH 0/2] hfs&hfsplus: abort for unexpected name length,
Yangtao Li
[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps,
Svetlana Parfenova
Message not available
[PATCH v3 0/3] execute PROCMAP_QUERY ioctl under per-vma lock,
Suren Baghdasaryan
[PATCH] fuse: Move same-superblock check to fuse_copy_file_range,
Chunsheng Luo
[PATCH v2 0/2] fscontext: do not consume log entries when returning -EMSGSIZE,
Aleksa Sarai
[PATCH v2 0/2] vfs: output mount_too_revealing() errors to fscontext,
Aleksa Sarai
linux-6.16/fs/netfs/read_collect.c:575: Pointless test ?, David Binderman
[PATCH 0/2] fscontext: do not consume log entries for -EMSGSIZE case,
Aleksa Sarai
[PATCH 0/2] vfs: output mount_too_revealing() errors to fscontext,
Aleksa Sarai
[PATCH 0/3] filemap_add_folio_nocharge(),
Boris Burkov
[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface,
Miklos Szeredi
Re: [PATCH] debugfs: fix mount options not being applied,
Eric Sandeen
[PATCH] hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super(),
Yangtao Li
[no subject], Unknown
Maintainers Summit 2025 Call for Topics, Theodore Ts'o
[PATCHv2 0/7] direct-io: even more flexible io vectors,
Keith Busch
[PATCH v3] fs: always return zero on success from replace_fd(),
Thomas Weißschuh
[PATCH 1/2] ext4: Fix fsmap end of range reporting with bigalloc,
Ojaswin Mujoo
[PATCH v4 0/4] procfs: make reference pidns more user-visible,
Aleksa Sarai
[PATCH RFC v2 0/8] ovl: Enable support for casefold filesystems,
André Almeida
Re: Should seed device be allowed to be mounted multiple times?,
Qu Wenruo
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]