Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v4 5/6] add listmount(2) syscall, (continued)
- [PATCH 0/3] fanotify support for btrfs sub-volumes,
Amir Goldstein
- [syzbot] Monthly exfat report (Oct 2023), syzbot
- [PATCH] fuse: derive f_fsid from s_dev and connection start time,
Amir Goldstein
- [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace,
Michael Weiß
- [RESEND RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls, Michael Weiß
- [RESEND RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook, Michael Weiß
- [RESEND RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook, Michael Weiß
- [RESEND RFC PATCH v2 07/14] drm/amdkfd: Switch from devcgroup_check_permission to security hook, Michael Weiß
- [RESEND RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks, Michael Weiß
- [RESEND RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook, Michael Weiß
- [RESEND RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks, Michael Weiß
- [RESEND RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm, Michael Weiß
- [RESEND RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded, Michael Weiß
- [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns, Michael Weiß
- [RESEND RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access, Michael Weiß
- [RESEND RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook, Michael Weiß
- [RESEND RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook, Michael Weiß
- [RESEND RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled(), Michael Weiß
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace, Paul Moore
- Re: [RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace, Christian Brauner
- [PATCH v2] nfs: derive f_fsid from s_dev and server's fsid, Amir Goldstein
- [syzbot] [btrfs?] kernel BUG in remove_ticket, syzbot
- [robertosassu:ima-evm-lsms-v4-devel-v7] [evm] ea31d8b249: Kernel_panic-not_syncing:security_add_hooks_Too_many_LSMs_registered, kernel test robot
- [PATCH RFC 0/6] fs,block: yield devices,
Christian Brauner
- [PATCH RFC 1/6] fs: simplify setup_bdev_super() calls, Christian Brauner
- [PATCH RFC 2/6] xfs: simplify device handling, Christian Brauner
- [PATCH RFC 3/6] ext4: simplify device handling, Christian Brauner
- [PATCH RFC 4/6] bdev: simplify waiting for concurrent claimers, Christian Brauner
- [PATCH RFC 5/6] block: mark device as about to be released, Christian Brauner
- [PATCH RFC 6/6] fs: add ->yield_devices(), Christian Brauner
- Re: [PATCH RFC 0/6] fs,block: yield devices, Jan Kara
- Re: (subset) [PATCH RFC 0/6] fs,block: yield devices, Christian Brauner
- [PATCH v2 00/39] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size(), Suren Baghdasaryan
- [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h, Suren Baghdasaryan
- [PATCH v2 05/39] prandom: Remove unused include, Suren Baghdasaryan
- [PATCH v2 06/39] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v2 13/39] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v2 12/39] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v2 14/39] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 16/39] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts, Suren Baghdasaryan
- [PATCH v2 19/39] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v2 20/39] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v2 22/39] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v2 27/39] xfs: Memory allocation profiling fixups, Suren Baghdasaryan
- [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 26/39] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 28/39] timekeeping: Fix a circular include dependency, Suren Baghdasaryan
- [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v2 32/39] arm64: Fix circular header dependency, Suren Baghdasaryan
- [PATCH v2 34/39] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 35/39] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH v2 00/39] Memory allocation profiling, Roman Gushchin
- [PATCH v2 00/10] Implement freeze and thaw as holder operations,
Christian Brauner
- [PATCH v2 01/10] fs: massage locking helpers, Christian Brauner
- [PATCH v2 02/10] bdev: rename freeze and thaw helpers, Christian Brauner
- [PATCH v2 03/10] bdev: surface the error from sync_blockdev(), Christian Brauner
- [PATCH v2 04/10] bdev: add freeze and thaw holder operations, Christian Brauner
- [PATCH v2 05/10] bdev: implement freeze and thaw holder operations, Christian Brauner
- [PATCH v2 06/10] fs: remove get_active_super(), Christian Brauner
- [PATCH v2 07/10] super: remove bd_fsfreeze_sb, Christian Brauner
- [PATCH v2 09/10] porting: document block device freeze and thaw changes, Christian Brauner
- [PATCH v2 08/10] fs: remove unused helper, Christian Brauner
- [PATCH v2 10/10] blkdev: comment fs_holder_ops, Christian Brauner
- Re: [PATCH v2 00/10] Implement freeze and thaw as holder operations, Christian Brauner
- Re: [PATCH v2 00/10] Implement freeze and thaw as holder operations, Christoph Hellwig
- [PATCH] freevxfs: derive f_fsid from bdev->bd_dev,
Amir Goldstein
- [PATCH] nfs: derive f_fsid from server's fsid,
Amir Goldstein
- [syzbot] [ntfs3?] WARNING in sys_pivot_root, syzbot
- [jlayton:kdevops] [fs] c8e00140fa: BUG:unable_to_handle_page_fault_for_address, kernel test robot
- [PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork(),
Peng Zhang
- [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested(), Peng Zhang
- [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(), Peng Zhang
- [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior., Peng Zhang
- [PATCH v6 05/10] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH v6 06/10] maple_tree: Update the documentation of maple tree, Peng Zhang
- [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
- [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(), Peng Zhang
- Re: [PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork(), Liam R. Howlett
- [PATCH] gfs2: fs: derive f_fsid from s_uuid,
Amir Goldstein
- Fwd: Memleaks in offset_ctx->xa (shmem),
Bagas Sanjaya
- add and use a per-mapping stable writes flag,
Christoph Hellwig
- [PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead,
Hugh Dickins
- [git pull] nfsd fix,
Al Viro
- [PATCH] [RFC] vfs: Convert BUG_ON to WARN_ON_ONCE in open_last_lookups,
Bernd Schubert
- [PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate,
Bernd Schubert
- [PATCH v2 0/4] Support more filesystems with FAN_REPORT_FID,
Amir Goldstein
- [PATCH] fs: report f_fsid from s_dev for "simple" filesystems,
Amir Goldstein
- [PATCH] fuse: make delete_stale configurable,
Jingbo Xu
- [PATCH] autofs: fix add autofs_parse_fd(),
Ian Kent
- [PATCH] dcache: remove unnecessary NULL check in dget_dlock(),
Vegard Nossum
- [syzbot] [exfat?] INFO: task hung in fat_write_inode,
syzbot
- [syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (4),
syzbot
- [syzbot] [reiserfs?] general protection fault in ext4_file_write_iter, syzbot
- [GIT PULL] iomap: bug fixes for 6.6-rc7,
Darrick J. Wong
- [PERFORMANCE]fs: sendfile suffer performance degradation when buffer size have performance impact on underling IO,
David Wang
- [GIT PULL] fanotify fix for 6.6-rc7,
Jan Kara
- [brauner-vfs:vfs.misc.backing_file] [fs/pipe] 8114dc703a: stress-ng.pipeherd.ops_per_sec 70.9% improvement, kernel test robot
- [syzbot] [btrfs?] WARNING: refcount bug in btrfs_evict_inode (2), syzbot
- [linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24, kernel test robot
- [ANNOUNCE] xfs-linux: iomap-for-next updated to 3ac974796e5d, Darrick J. Wong
- re: autofs: add autofs_parse_fd(),
Naresh Kamboju
- [PATCH v17 00/12] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[GIT PULL] ntfs3: bugfixes for 6.6, Konstantin Komarovc
[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33,
kernel test robot
[syzbot] [mm?] [fs?] general protection fault in folio_flags,
syzbot
[PATCH RFC 0/9] fs: multigrain timestamps (redux),
Jeff Layton
[PATCH] fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock,
Jan Kara
[RFC PATCH 00/19] Rust abstractions for VFS,
Wedson Almeida Filho
- [RFC PATCH 01/19] rust: fs: add registration/unregistration of file systems, Wedson Almeida Filho
- [RFC PATCH 02/19] rust: fs: introduce the `module_fs` macro, Wedson Almeida Filho
- [RFC PATCH 03/19] samples: rust: add initial ro file system sample, Wedson Almeida Filho
- [RFC PATCH 04/19] rust: fs: introduce `FileSystem::super_params`, Wedson Almeida Filho
- [RFC PATCH 05/19] rust: fs: introduce `INode<T>`, Wedson Almeida Filho
- [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`, Wedson Almeida Filho
- [RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`, Wedson Almeida Filho
- [RFC PATCH 08/19] rust: fs: introduce `FileSystem::lookup`, Wedson Almeida Filho
- [RFC PATCH 10/19] rust: fs: introduce `FileSystem::read_folio`, Wedson Almeida Filho
- [RFC PATCH 09/19] rust: folio: introduce basic support for folios, Wedson Almeida Filho
- [RFC PATCH 11/19] rust: fs: introduce `FileSystem::read_xattr`, Wedson Almeida Filho
- [RFC PATCH 12/19] rust: fs: introduce `FileSystem::statfs`, Wedson Almeida Filho
- [RFC PATCH 13/19] rust: fs: introduce more inode types, Wedson Almeida Filho
- [RFC PATCH 14/19] rust: fs: add per-superblock data, Wedson Almeida Filho
- [RFC PATCH 15/19] rust: fs: add basic support for fs buffer heads, Wedson Almeida Filho
- [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device, Wedson Almeida Filho
- [RFC PATCH 17/19] rust: fs: allow per-inode data, Wedson Almeida Filho
- [RFC PATCH 18/19] rust: fs: export file type from mode constants, Wedson Almeida Filho
- [RFC PATCH 19/19] tarfs: introduce tar fs, Wedson Almeida Filho
- Re: [RFC PATCH 00/19] Rust abstractions for VFS, Ariel Miculas (amiculas)
- Re: [RFC PATCH 00/19] Rust abstractions for VFS, Matthew Wilcox
[PATCH] fat: fix mtime handing in __fat_write_inode,
Jeff Layton
[RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace,
Michael Weiß
- [RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access, Michael Weiß
- [RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks, Michael Weiß
- [RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded, Michael Weiß
- [RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns, Michael Weiß
- [RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks, Michael Weiß
- [RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm, Michael Weiß
- [RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook, Michael Weiß
- [RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled(), Michael Weiß
- [RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook, Michael Weiß
- [RFC PATCH v2 07/14] drm/amdkfd: Switch from devcgroup_check_permission to security hook, Michael Weiß
- [RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook, Michael Weiß
- [RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook, Michael Weiß
- [RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook, Michael Weiß
- [RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls, Michael Weiß
[RFC PATCH v2] fs: introduce check for inode nlink when delete, cheng.lin130
[PATCH 0/5] Support more filesystems with FAN_REPORT_FID,
Amir Goldstein
[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]