messages from 2024-02-21 09:50:04 to 2024-02-22 11:01:47 UTC [more...]
[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
2024-02-22 11:01 UTC (8+ messages)
` [Lsf-pc] "
[syzbot] [reiserfs?] possible deadlock in reiserfs_ioctl
2024-02-22 10:55 UTC
Can overlayfs follow mounts in lowerdir?
2024-02-22 10:38 UTC (4+ messages)
[syzbot] [hfs?] possible deadlock in hfs_extend_file (2)
2024-02-22 10:01 UTC (3+ messages)
[PATCH v4 00/36] Memory allocation profiling
2024-02-22 9:59 UTC (53+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
2024-02-22 9:31 UTC (5+ messages)
` "
[PATCH] iomap: Add processed for iomap_iter
2024-02-22 9:22 UTC (3+ messages)
[PATCH] Convert coda to use the new mount API
2024-02-22 9:03 UTC (7+ messages)
` [PATCH V2] "
[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
2024-02-22 8:51 UTC (5+ messages)
` [PATCH v9 01/19] fs: Fix rw_hint validation
[LSF TOPIC] beyond uidmapping, & towards a better security model
2024-02-22 8:45 UTC (8+ messages)
[PATCH] pidfd: make pidfs_dentry_operations static
2024-02-22 8:45 UTC (2+ messages)
[PATCH 0/4] sysctl: move sysctl type to ctl_table_header
2024-02-22 7:07 UTC (5+ messages)
` [PATCH 1/4] sysctl: drop sysctl_is_perm_empty_ctl_table
` [PATCH 2/4] sysctl: move sysctl type to ctl_table_header
` [PATCH 3/4] sysctl: drop now unnecessary out-of-bounds check
` [PATCH 4/4] sysctl: remove unnecessary sentinel element
[ANNOUNCE] xfs-linux: for-next updated to 4b2f459d8625
2024-02-22 6:26 UTC
[linus:master] [readahead] ab4443fe3c: vm-scalability.throughput -21.4% regression
2024-02-22 1:32 UTC (3+ messages)
[fuse-devel] Proxmox + NFS w/ exported FUSE = EIO
2024-02-22 1:25 UTC (8+ messages)
[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
2024-02-22 0:37 UTC (37+ messages)
` [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH v2 02/25] mnt_idmapping: include cred.h
` [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data
` [PATCH v2 04/25] capability: rename cpu_vfs_cap_data to vfs_caps
` [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 12/25] selinux: add hooks for fscaps operations
` [PATCH v2 13/25] smack: "
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 15/25] security: call evm fscaps hooks from generic "
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers
` [PATCH v2 21/25] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs
` [PATCH v2 23/25] commoncap: remove cap_inode_getsecurity()
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces
` [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()
[PATCH v3 00/10] IOMMU memory observability
2024-02-22 0:27 UTC (9+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-21 21:12 UTC (29+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
[PATCH] proc: allow restricting /proc/pid/mem writes
2024-02-21 21:06 UTC
[PATCH v3 31/35] lib: add memory allocations report in show_mem()
2024-02-21 18:26 UTC (15+ messages)
[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
2024-02-21 18:21 UTC
[syzbot] [udf?] KASAN: slab-out-of-bounds Write in udf_adinicb_writepage
2024-02-21 18:21 UTC (3+ messages)
[syzbot] [reiserfs?] [fat?] BUG: corrupted list in __mark_inode_dirty
2024-02-21 18:18 UTC (2+ messages)
` [syzbot] [reiserfs] "
[PATCH v4 0/2] Fix libaio cancellation support
2024-02-21 17:39 UTC (6+ messages)
` [PATCH v4 1/2] fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
` (subset) "
[PATCH 0/6] block atomic writes for XFS
2024-02-21 17:38 UTC (12+ messages)
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
[PATCH v7 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
2024-02-21 17:14 UTC (11+ messages)
` [PATCH v7 01/10] ovl: Always reject mounting over case-insensitive directories
` [PATCH v7 02/10] fscrypt: Factor out a helper to configure the lookup dentry
` [PATCH v7 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v7 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v7 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v7 06/10] libfs: Add helper to choose dentry operations at mount-time
` [PATCH v7 07/10] ext4: Configure dentry operations at dentry-creation time
` [PATCH v7 08/10] f2fs: "
` [PATCH v7 09/10] ubifs: "
` [PATCH v7 10/10] libfs: Drop generic_set_encrypted_ci_d_ops
[PATCH fstests 0/3] few enhancements
2024-02-21 16:46 UTC (7+ messages)
` [PATCH 2/3] check: add support for --list-group-tests
` [PATCH 3/3] check: add --print-start-done to enhance watchdogs
[PATCH -next] iomap: add pos and dirty_len into trace_iomap_writepage_map
2024-02-21 16:37 UTC (2+ messages)
[REGRESSION] 6.8-rc process is unable to exit and consumes a lot of cpu
2024-02-21 16:32 UTC
[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
2024-02-21 14:42 UTC (2+ messages)
[PATCH 5.10 229/379] tcp: add sanity checks to rx zerocopy
2024-02-21 13:06 UTC
[PATCH 5.15 275/476] tcp: add sanity checks to rx zerocopy
2024-02-21 13:05 UTC
[PATCH 1/2] dcache: prefer kfree()/kfree_rcu() in dentry_free()
2024-02-21 13:39 UTC (3+ messages)
` [PATCH 2/2] eventpoll: prefer kfree_rcu() in __ep_remove()
` (subset) "
[PATCH bpf-next 00/11] bpf: probe-read bpf_d_path() and add new acquire/release BPF kfuncs
2024-02-21 13:38 UTC (6+ messages)
` [PATCH bpf-next 01/11] bpf: make bpf_d_path() helper use probe-read semantics
[PATCH v2 0/6] Use Maple Trees for simple_offset utilities
2024-02-21 13:31 UTC (5+ messages)
` [PATCH v2 1/6] libfs: Re-arrange locking in offset_iterate_dir()
` [PATCH v2 6/6] libfs: Convert simple directory offsets to use a Maple Tree
[PATCH 0/2] udf: convert to new mount API
2024-02-21 12:58 UTC (2+ messages)
[PATCH 0/2] *** introduce content activity based ioprio ***
2024-02-21 12:53 UTC (3+ messages)
` [PATCH 1/2] block: introduce content activity based ioprio
[syzbot] [reiserfs?] kernel BUG in reiserfs_update_sd_size
2024-02-21 11:19 UTC
[PATCH 5.4,4.19] lsm: new security_file_ioctl_compat() hook
2024-02-21 10:52 UTC (2+ messages)
[syzbot] [jfs?] INFO: task hung in lmLogClose (2)
2024-02-21 10:34 UTC (3+ messages)
[syzbot] [ntfs3?] kernel panic: stack is corrupted in run_unpack_ex
2024-02-21 10:23 UTC (3+ messages)
[PATCH v12 00/27] DEPT(Dependency Tracker)
2024-02-21 9:49 UTC (9+ messages)
` [PATCH v12 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v12 21/27] dept: Apply timeout consideration to dma fence wait
` [PATCH v12 22/27] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v12 23/27] dept: Make Dept able to work with an external wgen
` [PATCH v12 24/27] dept: Track PG_locked with dept
` [PATCH v12 25/27] dept: Print event context requestor's stacktrace on report
` [PATCH v12 26/27] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v12 27/27] dept: Add 'Dept' documentation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).