Linux Filesystem Development
[Prev Page][Next Page]
[ANNOUNCE] xfs-linux: for-next updated to 4b2f459d8625, Chandan Babu R
Can overlayfs follow mounts in lowerdir?,
Rafał Miłecki
[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities,
Seth Forshee (DigitalOcean)
- [PATCH v2 04/25] capability: rename cpu_vfs_cap_data to vfs_caps, Seth Forshee (DigitalOcean)
- [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h, Seth Forshee (DigitalOcean)
- [PATCH v2 02/25] mnt_idmapping: include cred.h, Seth Forshee (DigitalOcean)
- [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data, Seth Forshee (DigitalOcean)
- [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper, Seth Forshee (DigitalOcean)
- [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids, Seth Forshee (DigitalOcean)
- [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps, Seth Forshee (DigitalOcean)
- [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps, Seth Forshee (DigitalOcean)
- [PATCH v2 12/25] selinux: add hooks for fscaps operations, Seth Forshee (DigitalOcean)
- [PATCH v2 10/25] xattr: use is_fscaps_xattr(), Seth Forshee (DigitalOcean)
- [PATCH v2 13/25] smack: add hooks for fscaps operations, Seth Forshee (DigitalOcean)
- [PATCH v2 14/25] evm: add support for fscaps security hooks, Seth Forshee (DigitalOcean)
- [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace, Seth Forshee (DigitalOcean)
- [PATCH v2 09/25] commoncap: use is_fscaps_xattr(), Seth Forshee (DigitalOcean)
- [PATCH v2 18/25] fs: add vfs_set_fscaps(), Seth Forshee (DigitalOcean)
- [PATCH v2 21/25] ovl: use vfs_{get,set}_fscaps() for copy-up, Seth Forshee (DigitalOcean)
- [PATCH v2 20/25] ovl: add fscaps handlers, Seth Forshee (DigitalOcean)
- [PATCH v2 23/25] commoncap: remove cap_inode_getsecurity(), Seth Forshee (DigitalOcean)
- [PATCH v2 19/25] fs: add vfs_remove_fscaps(), Seth Forshee (DigitalOcean)
- [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs, Seth Forshee (DigitalOcean)
- [PATCH v2 15/25] security: call evm fscaps hooks from generic security hooks, Seth Forshee (DigitalOcean)
- [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps, Seth Forshee (DigitalOcean)
- [PATCH v2 17/25] fs: add vfs_get_fscaps(), Seth Forshee (DigitalOcean)
- [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr(), Seth Forshee (DigitalOcean)
- [PATCH v2 24/25] commoncap: use vfs fscaps interfaces, Seth Forshee (DigitalOcean)
- Re: [PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities, Christian Brauner
[PATCH] proc: allow restricting /proc/pid/mem writes,
Adrian Ratiu
[PATCH v4 00/36] Memory allocation profiling,
Suren Baghdasaryan
[PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
[PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
[PATCH v4 06/36] mm: enumerate all gfp flags, Suren Baghdasaryan
[PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
[PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
[PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
[PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
[PATCH v4 11/36] lib: code tagging framework, Suren Baghdasaryan
[PATCH v4 12/36] lib: code tagging module support, Suren Baghdasaryan
[PATCH v4 13/36] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
[PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
[PATCH v4 15/36] lib: introduce support for page allocation tagging, Suren Baghdasaryan
[PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
[PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
[PATCH v4 18/36] mm: enable page allocation tagging, Suren Baghdasaryan
[PATCH v4 19/36] mm: create new codetag references during page splitting, Suren Baghdasaryan
[PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
[PATCH v4 21/36] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
[PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
[PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
[PATCH v4 24/36] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
[PATCH v4 25/36] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
[PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
[PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
[PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
[PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
[PATCH v4 30/36] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
[PATCH v4 31/36] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
[PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
[PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
[PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
[PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
[PATCH v4 36/36] memprofiling: Documentation, Suren Baghdasaryan
Re: [PATCH v4 00/36] Memory allocation profiling, Vlastimil Babka
[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c, kernel test robot
[PATCH v7 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op,
Gabriel Krisman Bertazi
- [PATCH v7 01/10] ovl: Always reject mounting over case-insensitive directories, Gabriel Krisman Bertazi
- [PATCH v7 02/10] fscrypt: Factor out a helper to configure the lookup dentry, Gabriel Krisman Bertazi
- [PATCH v7 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v7 04/10] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v7 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v7 06/10] libfs: Add helper to choose dentry operations at mount-time, Gabriel Krisman Bertazi
- [PATCH v7 07/10] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v7 08/10] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v7 09/10] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v7 10/10] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
- Re: [PATCH v7 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op, Eric Biggers
- Re: [f2fs-dev] [PATCH v7 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op, patchwork-bot+f2fs
Re: [REGRESSION] 6.8-rc process is unable to exit and consumes a lot of cpu,
Linux regression tracking (Thorsten Leemhuis)
[PATCH 5.10 229/379] tcp: add sanity checks to rx zerocopy, Greg Kroah-Hartman
[PATCH 5.15 275/476] tcp: add sanity checks to rx zerocopy, Greg Kroah-Hartman
[PATCH 1/2] dcache: prefer kfree()/kfree_rcu() in dentry_free(),
Dmitry Antipov
Re: [syzbot] [reiserfs?] kernel BUG in reiserfs_update_sd_size, syzbot
[PATCH v12 00/27] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v12 01/27] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v12 03/27] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH v12 04/27] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH v12 05/27] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH v12 02/27] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v12 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v12 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v12 06/27] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v12 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v12 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v12 12/27] dept: Distinguish each work from another, Byungchul Park
- [PATCH v12 14/27] cpu/hotplug: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v12 13/27] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v12 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait, Byungchul Park
- [PATCH v12 16/27] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v12 11/27] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v12 17/27] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v12 18/27] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH v12 19/27] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v12 21/27] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v12 20/27] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v12 22/27] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v12 23/27] dept: Make Dept able to work with an external wgen, Byungchul Park
- [PATCH v12 24/27] dept: Track PG_locked with dept, Byungchul Park
- [PATCH v12 25/27] dept: Print event context requestor's stacktrace on report, Byungchul Park
- [PATCH v12 26/27] fs/jbd2: Use a weaker annotation in journal handling, Byungchul Park
- [PATCH v12 27/27] dept: Add 'Dept' documentation, Byungchul Park
[PATCH 0/2] *** introduce content activity based ioprio ***,
zhaoyang.huang
[PATCH] mm: use ERR_CAST() as a cleanup,
Dan Carpenter
[ANNOUNCE] xfs-linux: for-next updated to 7d5ba7ca6a45, Chandan Babu R
[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more,
Kent Overstreet
[PATCH v9 0/1] mm: report per-page metadata information,
Sourav Panda
[PATCH 0/2] udf: convert to new mount API,
Eric Sandeen
[PATCH] Convert coda to use the new mount API,
Eric Sandeen
folio oops,
Steve French
[PATCH v2] efs: convert efs to use the new mount api,
Bill O'Donnell
[PATCH -next] iomap: add pos and dirty_len into trace_iomap_writepage_map,
Zhang Yi
Re: [syzbot] [integrity?] [lsm?] KMSAN: uninit-value in ima_add_template_entry, Roberto Sassu
[PATCH bpf-next 00/11] bpf: probe-read bpf_d_path() and add new acquire/release BPF kfuncs,
Matt Bobrowski
- [PATCH bpf-next 01/11] bpf: make bpf_d_path() helper use probe-read semantics, Matt Bobrowski
- [PATCH bpf-next 02/11] bpf/selftests: adjust selftests for BPF helper bpf_d_path(), Matt Bobrowski
- [PATCH bpf-next 03/11] bpf: rename fs_kfunc_set_ids to lsm_kfunc_set_ids, Matt Bobrowski
- [PATCH bpf-next 04/11] bpf: add new acquire/release BPF kfuncs for mm_struct, Matt Bobrowski
- [PATCH bpf-next 05/11] bpf/selftests: add selftests for mm_struct acquire/release BPF kfuncs, Matt Bobrowski
- [PATCH bpf-next 06/11] bpf: add new acquire/release based BPF kfuncs for exe_file, Matt Bobrowski
- [PATCH bpf-next 07/11] bpf/selftests: add selftests for exe_file acquire/release BPF kfuncs, Matt Bobrowski
- [PATCH bpf-next 08/11] bpf: add acquire/release based BPF kfuncs for fs_struct's paths, Matt Bobrowski
- [PATCH bpf-next 09/11] bpf/selftests: add selftests for root/pwd path based BPF kfuncs, Matt Bobrowski
- [PATCH bpf-next 10/11] bpf: add trusted d_path() based BPF kfunc bpf_path_d_path(), Matt Bobrowski
- [PATCH bpf-next 11/11] bpf/selftests: adapt selftests test_d_path for BPF kfunc bpf_path_d_path(), Matt Bobrowski
[PATCH v12 0/8] Cache insensitive cleanup for ext4/f2fs,
Eugen Hristev
[linus:master] [readahead] ab4443fe3c: vm-scalability.throughput -21.4% regression,
kernel test robot
[goldwynr:buffered-iomap] [iomap] 5ade73f9dd: BUG:KASAN:slab-use-after-free_in_ifs_free, kernel test robot
[PATCH] libfs: Remove unnecessary ‘0’ values from ret,
Li zeming
[PATCH] fs_context: Remove unnecessary ‘0’ values from ret, Li zeming
[PATCH] exec: Remove unnecessary ‘NULL’ values from mm, Li kunyu
[PATCH] exec: Delete unnecessary statements in remove_arg_zero(),
Li kunyu
[PATCH] exec: Remove unnecessary ‘NULL’ values from vma,
Li zeming
[PATCH] efs: convert efs to use the new mount api,
Bill O'Donnell
[PATCH] landlock: Fix asymmetric private inodes referring, Mickaël Salaün
[ANNOUNCE] xfs-linux: for-next updated to 49c379d3a72a, Chandan Babu R
[PATCH 0/2] afs: Miscellaneous fixes,
David Howells
[PATCH v4 00/11] block atomic writes,
John Garry
- [PATCH v4 11/11] nvme: Ensure atomic writes will be executed atomically, John Garry
- [PATCH v4 01/11] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v4 09/11] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v4 02/11] block: Call blkdev_dio_unaligned() from blkdev_direct_IO(), John Garry
- [PATCH v4 07/11] block: Add fops atomic write support, John Garry
- [PATCH v4 06/11] block: Add atomic write support for statx, John Garry
- [PATCH v4 04/11] fs: Add initial atomic write support info to statx, John Garry
- [PATCH v4 05/11] block: Add core atomic write support, John Garry
- [PATCH v4 03/11] fs: Initial atomic write support, John Garry
- [PATCH v4 08/11] scsi: sd: Atomic write support, John Garry
- [PATCH v4 10/11] nvme: Atomic write support, John Garry
[syzbot] [nilfs?] INFO: task hung in nilfs_segctor_thread (2),
syzbot
[PATCH v11 0/8] Cache insensitive cleanup for ext4/f2fs,
Eugen Hristev
[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail,
kernel test robot
[cel:simple-offset-maple] [libfs] a616bc6667: aim9.disk_src.ops_per_sec 11.8% improvement,
kernel test robot
Re: [syzbot] [jfs?] INFO: task hung in __get_metapage,
syzbot
[PATCH] iomap: Add processed for iomap_iter,
Kassey Li
Re: [syzbot] [reiserfs?] kernel BUG in reiserfs_cut_from_item, syzbot
Re: [syzbot] [udf?] KASAN: use-after-free Write in udf_close_lvid,
syzbot
[linux-next:master] [filelock] b6be371400: ltp.fcntl17_64.fail, kernel test robot
[PATCH] filelock: fix deadlock detection in POSIX locking,
Jeff Layton
Re: [syzbot] [ntfs3?] kernel panic: stack is corrupted in __lock_acquire (5),
syzbot
[linux-next:master] [filelock] b6be371400: stress-ng.lockf.ops_per_sec -100.0% regression, kernel test robot
[LSF TOPIC] beyond uidmapping, & towards a better security model,
Kent Overstreet
[PATCH v2 0/6] Use Maple Trees for simple_offset utilities,
Chuck Lever
[PATCH RESEND] cachefiles: fix memory leak in cachefiles_add_cache(),
Baokun Li
[PATCH v1] exfat: fix appending discontinuous clusters to empty file,
Yuezhang.Mo@xxxxxxxx
[PATCH 0/2] Adjust brk randomness,
Kees Cook
Re: [syzbot] [reiserfs?] divide error in do_journal_end (3), syzbot
[weekly bcachefs cabal] tuesday, 1PM EST, Kent Overstreet
[PATCH] fs/select: rework stack allocation hack for clang,
Arnd Bergmann
[PATCH] dax: add set_dax_nomc() and set_dax_nocache() stub helpers,
Arnd Bergmann
Regression: File truncate inotify behavior change,
Paul Lawrence
[PATCH] test_xarray: fix soft lockup for advanced-api tests,
Luis Chamberlain
[PATCH fstests 0/3] few enhancements,
Luis Chamberlain
[PATCH v3 fstests] check: add support for --start-after,
Luis Chamberlain
[syzbot] Monthly v9fs report (Feb 2024), syzbot
[GIT PULL] zonefs fixes for 6.8-rc5,
Damien Le Moal
[syzbot] [kernfs?] KASAN: slab-use-after-free Read in kernfs_get, syzbot
[syzbot] [overlayfs?] KASAN: slab-use-after-free Read in ovl_dentry_update_reval, syzbot
[syzbot] [mm?] possible deadlock in lock_vma, syzbot
[syzbot] [mm?] WARNING in move_pages, syzbot
[RFC v3 0/5] overlayfs: Optimize override/revert creds,
Vinicius Costa Gomes
[PATCH v2 fstests] check: add support for --start-after,
Luis Chamberlain
[syzbot] [ext4?] possible deadlock in ext4_evict_inode (3), syzbot
[PATCH v4 0/2] Fix libaio cancellation support,
Bart Van Assche
[PATCH v7 0/4] per-vma locks in userfaultfd,
Lokesh Gidra
[PATCH v2] mm/filemap: Allow arch to request folio size for exec memory,
Ryan Roberts
[PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression,
Mathieu Desnoyers
[PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure,
Mathieu Desnoyers
sendfile(2) erroneously yields EINVAL on too large counts,
Jan Engelhardt
[syzbot] Monthly f2fs report (Feb 2024), syzbot
[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
[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]