messages from 2024-02-11 09:35:46 to 2024-02-13 00:13:30 UTC [more...]
[PATCH v4 0/3] virtiofs: export filesystem tags through sysfs
2024-02-13 0:11 UTC (4+ messages)
` [PATCH v4 1/3] virtiofs: forbid newlines in tags
` [PATCH v4 2/3] virtiofs: export filesystem tags through sysfs
` [PATCH v4 3/3] virtiofs: emit uevents on filesystem events
[PATCH v3 00/35] Memory allocation profiling
2024-02-13 0:10 UTC (55+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
` [PATCH v3 04/35] mm: enumerate all gfp flags
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 11/35] lib: code tagging module support
` [PATCH v3 12/35] lib: prevent module unloading if memory is not freed
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 14/35] lib: introduce support for page allocation tagging
` [PATCH v3 15/35] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v3 16/35] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v3 17/35] mm: enable page allocation tagging
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 19/35] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
` [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 24/35] mempool: Hook up to memory allocation profiling
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups
` [PATCH v3 26/35] mm: percpu: Introduce pcpuobj_ext
` [PATCH v3 27/35] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v3 28/35] mm: percpu: enable per-cpu allocation tagging
` [PATCH v3 29/35] mm: vmalloc: Enable memory allocation profiling
` [PATCH v3 30/35] rhashtable: Plumb through alloc tag
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
[PATCH] quota: Detect loops in quota tree
2024-02-12 23:59 UTC (4+ messages)
[PATCH v2 0/7] filesystem visibililty ioctls
2024-02-12 23:24 UTC (13+ messages)
` [PATCH v2 3/7] fs: FS_IOC_GETUUID
[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-12 23:02 UTC (12+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 2/8] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 3/8] dm: "
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 6/8] dax: Check for data cache aliasing at runtime
` [PATCH v5 7/8] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v5 8/8] dax: Fix incorrect list of data cache aliasing architectures
[PATCH v4 0/3] per-vma locks in userfaultfd
2024-02-12 22:53 UTC (13+ messages)
` [PATCH v4 3/3] userfaultfd: use per-vma locks in userfaultfd operations
[PATCH v9 0/8] Landlock: IOCTL support
2024-02-12 22:10 UTC (6+ messages)
` [PATCH v9 1/8] landlock: Add IOCTL access right
[LSF/MM/BPF TOPIC] Removing GFP_NOFS
2024-02-12 22:07 UTC (10+ messages)
[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
2024-02-12 22:03 UTC (3+ messages)
[syzbot] Monthly fs report (Feb 2024)
2024-02-12 21:31 UTC
[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
2024-02-12 21:16 UTC (24+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 13/25] security: Introduce file_release hook
` [PATCH v9 14/25] security: Introduce path_post_mknod hook
` [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v9 20/25] ima: Move to LSM infrastructure
` [PATCH v9 22/25] evm: "
` [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v9 24/25] ima: "
` [PATCH v9 25/25] integrity: Remove LSM
[PATCH] udf: convert to new mount API
2024-02-12 20:31 UTC (2+ messages)
[PATCH v2] fs, USB gadget: Rework kiocb cancellation
2024-02-12 19:28 UTC (5+ messages)
[PATCH v5 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
2024-02-12 19:01 UTC (4+ messages)
` [PATCH v5 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
next: fs/quota/quota_tree.c:674:8: error: variable 'blk' is uninitialized when used here [-Werror,-Wuninitialized]
2024-02-12 17:54 UTC
[syzbot] [fs?] [trace?] BUG: unable to handle kernel paging request in tracefs_apply_options
2024-02-12 17:10 UTC (2+ messages)
[GIT PULL] vfs fixes
2024-02-12 17:03 UTC (2+ messages)
[PATCH v4 00/25] fs-verity support for XFS
2024-02-12 16:58 UTC (26+ messages)
` [PATCH v4 01/25] fsverity: remove hash page spin lock
` [PATCH v4 02/25] xfs: add parent pointer support to attribute code
` [PATCH v4 03/25] xfs: define parent pointer ondisk extended attribute format
` [PATCH v4 04/25] xfs: add parent pointer validator functions
` [PATCH v4 05/25] fs: add FS_XFLAG_VERITY for verity files
` [PATCH v4 06/25] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v4 07/25] fsverity: support block-based Merkle tree caching
` [PATCH v4 08/25] fsverity: calculate readahead in bytes instead of pages
` [PATCH v4 09/25] fsverity: add tracepoints
` [PATCH v4 10/25] iomap: integrate fsverity verification into iomap's read path
` [PATCH v4 11/25] xfs: add XBF_VERITY_SEEN xfs_buf flag
` [PATCH v4 12/25] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v4 13/25] xfs: introduce workqueue for post read IO work
` [PATCH v4 14/25] xfs: add attribute type for fs-verity
` [PATCH v4 15/25] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v4 16/25] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v4 17/25] xfs: add fs-verity ro-compat flag
` [PATCH v4 18/25] xfs: add inode on-disk VERITY flag
` [PATCH v4 19/25] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v4 20/25] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v4 21/25] xfs: disable direct read path for fs-verity files
` [PATCH v4 22/25] xfs: add fs-verity support
` [PATCH v4 23/25] xfs: make scrub aware of verity dinode flag
` [PATCH v4 24/25] xfs: add fs-verity ioctls
` [PATCH v4 25/25] xfs: enable ro-compat fs-verity flag
[PATCH v5 0/9] File abstractions needed by Rust Binder
2024-02-12 16:00 UTC (5+ messages)
` [PATCH v5 7/9] rust: file: add `Kuid` wrapper
[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
2024-02-12 15:41 UTC (3+ messages)
[PATCH v11 00/26] DEPT(Dependency Tracker)
2024-02-12 15:16 UTC (5+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
2024-02-12 14:56 UTC (12+ messages)
[syzbot] [ext4?] WARNING in lock_two_nondirectories
2024-02-12 13:28 UTC (3+ messages)
[syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_ext_remove_space
2024-02-12 13:27 UTC (3+ messages)
[syzbot] [ext4?] kernel BUG in ext4_enable_quotas
2024-02-12 13:23 UTC (3+ messages)
[syzbot] [reiserfs?] KASAN: vmalloc-out-of-bounds Read in cleanup_bitmap_list
2024-02-12 12:53 UTC (2+ messages)
[syzbot] Monthly btrfs report (Feb 2024)
2024-02-12 12:15 UTC (3+ messages)
[PATCH] zonefs: convert zonefs to use the new mount api
2024-02-12 12:12 UTC (5+ messages)
[PATCH v3 09/15] block: Add checks to merging of atomic writes
2024-02-12 12:09 UTC (5+ messages)
` "
[PATCH 0/6] block atomic writes for XFS
2024-02-12 12:06 UTC (9+ messages)
` [PATCH 4/6] fs: xfs: Support atomic write for statx
[syzbot] [reiserfs?] KASAN: use-after-free Read in reiserfs_release_objectid
2024-02-12 11:07 UTC
[PATCH] fs/hfsplus: use better @opf description
2024-02-12 10:55 UTC (2+ messages)
[PATCH v3] fs, USB gadget: Remove libaio I/O cancellation support
2024-02-12 10:54 UTC (2+ messages)
[syzbot] [overlayfs?] possible deadlock in seq_read_iter (3)
2024-02-12 10:36 UTC
[syzbot] [bluetooth?] KASAN: null-ptr-deref Read in ida_free (4)
2024-02-12 10:32 UTC (2+ messages)
[syzbot] Monthly udf report (Feb 2024)
2024-02-12 10:25 UTC
[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
2024-02-12 10:24 UTC (6+ messages)
` [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map
[PATCH] [RFC] fs: prefer kfree_rcu() in fasync_remove_entry()
2024-02-12 9:59 UTC (4+ messages)
[PATCH] fs/proc/task_mmu: Add display flag for VM_MAYOVERLAY
2024-02-12 9:05 UTC (6+ messages)
[PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
2024-02-12 8:14 UTC (11+ messages)
[PATCH] dcache: rename d_genocide()
2024-02-12 8:09 UTC (6+ messages)
convert write_cache_pages() to an iterator v7
2024-02-12 7:13 UTC (15+ messages)
` [PATCH 01/14] writeback: don't call mapping_set_error in writepage_cb
` [PATCH 02/14] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 03/14] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 04/14] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 05/14] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 06/14] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 07/14] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 08/14] writeback: Factor writeback_get_batch() "
` [PATCH 09/14] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/14] pagevec: Add ability to iterate a queue
` [PATCH 11/14] writeback: Use the folio_batch queue iterator
` [PATCH 12/14] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 13/14] writeback: add a writeback iterator
` [PATCH 14/14] writeback: Remove a use of write_cache_pages() from do_writepages()
[PATCH 0/5] fs/ntfs3: Bugfix
2024-02-11 12:31 UTC (2+ messages)
[PATCH net-next v7 0/4] Per epoll context busy poll support
2024-02-11 9:40 UTC (5+ messages)
` [PATCH net-next v7 1/4] eventpoll: support busy poll per epoll instance
` [PATCH net-next v7 4/4] eventpoll: Add epoll ioctl for epoll_params
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).