linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-23 12:29:42 to 2023-10-24 18:39:08 UTC [more...]

[PATCH v2 00/39] Memory allocation profiling
 2023-10-24 18:38 UTC  (42+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-24 18:23 UTC  (3+ messages)

[PATCH] nfs: derive f_fsid from server's fsid
 2023-10-24 18:00 UTC  (6+ messages)

[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-24 16:29 UTC  (12+ messages)
` [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v6 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v6 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
 2023-10-24 16:25 UTC  (4+ messages)
    ` Include __GFP_NOWARN in GFP_NOWAIT

add and use a per-mapping stable writes flag
 2023-10-24 16:16 UTC  (16+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device

[PATCH v2 0/4] Support more filesystems with FAN_REPORT_FID
 2023-10-24 16:08 UTC  (8+ messages)
` [PATCH v2 1/4] exportfs: add helpers to check if filesystem can encode/decode file handles
` [PATCH v2 2/4] exportfs: make ->encode_fh() a mandatory method for NFS export
` [PATCH v2 3/4] exportfs: define FILEID_INO64_GEN* file handle types
` [PATCH v2 4/4] exportfs: support encoding non-decodeable file handles by default

[PATCH] fs: report f_fsid from s_dev for "simple" filesystems
 2023-10-24 16:07 UTC  (3+ messages)

[PATCH v2 00/10] Implement freeze and thaw as holder operations
 2023-10-24 15:21 UTC  (15+ messages)
` [PATCH v2 01/10] fs: massage locking helpers
` [PATCH v2 02/10] bdev: rename freeze and thaw helpers
` [PATCH v2 03/10] bdev: surface the error from sync_blockdev()
` [PATCH v2 04/10] bdev: add freeze and thaw holder operations
` [PATCH v2 05/10] bdev: implement "
` [PATCH v2 06/10] fs: remove get_active_super()
` [PATCH v2 07/10] super: remove bd_fsfreeze_sb
` [PATCH v2 08/10] fs: remove unused helper
` [PATCH v2 09/10] porting: document block device freeze and thaw changes
` [PATCH v2 10/10] blkdev: comment fs_holder_ops

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-10-24 15:04 UTC  (24+ messages)
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH 09/19] rust: folio: introduce basic support for folios

[robertosassu:ima-evm-lsms-v4-devel-v7] [evm] ea31d8b249: Kernel_panic-not_syncing:security_add_hooks_Too_many_LSMs_registered
 2023-10-24 14:58 UTC 

[PATCH RFC 0/6] fs,block: yield devices
 2023-10-24 14:53 UTC  (7+ messages)
` [PATCH RFC 1/6] fs: simplify setup_bdev_super() calls
` [PATCH RFC 2/6] xfs: simplify device handling
` [PATCH RFC 3/6] ext4: "
` [PATCH RFC 4/6] bdev: simplify waiting for concurrent claimers
` [PATCH RFC 5/6] block: mark device as about to be released
` [PATCH RFC 6/6] fs: add ->yield_devices()

[PATCH v3 0/3] userfaultfd move option
 2023-10-24 14:36 UTC  (14+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-24 14:24 UTC  (18+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing

Fwd: Memleaks in offset_ctx->xa (shmem)
 2023-10-24 14:18 UTC  (2+ messages)

[PATCH v3 0/4] querying mount attributes
 2023-10-24 13:57 UTC  (9+ messages)
` [PATCH v3 4/4] add listmount(2) syscall

[PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate
 2023-10-24 13:46 UTC  (12+ messages)
` [PATCH v10 1/8] fuse: rename fuse_create_open
` [PATCH v10 2/8] fuse: introduce atomic open
` [PATCH v10 3/8] [RFC] Allow atomic_open() on positive dentry (O_CREAT)
` [PATCH v10 4/8] [RFC] Allow atomic_open() on positive dentry (w/o O_CREAT)
` [PATCH v10 5/8] fuse: Revalidate positive entries in fuse_atomic_open
` [PATCH v10 6/8] fuse: Return D_REVALIDATE_ATOMIC for cached dentries
` [PATCH v10 7/8] fuse: Avoid code duplication in atomic open
` [PATCH v10 8/8] fuse atomic open: No fallback for symlinks, just call finish_no_open

[PATCH 00/21] block atomic writes
 2023-10-24 12:59 UTC  (4+ messages)
` [PATCH 16/21] fs: iomap: Atomic write support

[PATCH] freevxfs: derive f_fsid from bdev->bd_dev
 2023-10-24 12:14 UTC 

[GIT PULL] iomap: bug fixes for 6.6-rc7
 2023-10-24 11:47 UTC  (4+ messages)

[PATCH] gfs2: fs: derive f_fsid from s_uuid
 2023-10-24 11:15 UTC  (3+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-10-24 11:10 UTC  (6+ messages)
` [PATCH 1/6] "

[syzbot] [ntfs3?] WARNING in sys_pivot_root
 2023-10-24 10:02 UTC 

[PATCH v2 0/4] Add tst_fd iterator API
 2023-10-24  9:39 UTC  (12+ messages)
` [PATCH v2 1/4] lib: Add tst_fd iterator
  ` [LTP] "
` [PATCH v2 2/4] syscalls: readahead01: Make use of tst_fd
  ` [LTP] "
` [PATCH v2 3/4] syscalls: accept: Add tst_fd test
  ` [LTP] "
` [PATCH v2 4/4] syscalls: splice07: New splice tst_fd iterator test
  ` [LTP] "

[PATCH] autofs: fix add autofs_parse_fd()
 2023-10-24  9:05 UTC  (3+ messages)

[PATCH] [RFC] vfs: Convert BUG_ON to WARN_ON_ONCE in open_last_lookups
 2023-10-24  9:00 UTC  (2+ messages)

[jlayton:kdevops] [fs] c8e00140fa: BUG:unable_to_handle_page_fault_for_address
 2023-10-24  8:48 UTC 

[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-24  8:45 UTC  (7+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH] fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lock
 2023-10-24  8:44 UTC  (12+ messages)
          ` loop change deprecation bdev->bd_holder_lock
              ` loop change deprecation
        ` LOOP_CONFIGURE uevents

Wycena paneli fotowoltaicznych
 2023-10-24  8:15 UTC 

[git pull] nfsd fix
 2023-10-24  6:50 UTC  (2+ messages)

[PATCH] XArray: Make xa_lock_init macro
 2023-10-24  1:26 UTC  (3+ messages)

autofs: add autofs_parse_fd()
 2023-10-23 22:24 UTC  (10+ messages)

[PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
 2023-10-23 17:33 UTC  (14+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-23 17:22 UTC  (10+ messages)
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA

[PATCH 0/5] Support more filesystems with FAN_REPORT_FID
 2023-10-23 16:44 UTC  (5+ messages)
` [PATCH 5/5] exportfs: support encoding non-decodeable file handles by default

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-10-23 16:08 UTC  (20+ messages)

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (4)
 2023-10-23 14:36 UTC  (4+ messages)


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).