Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-24 06:44:28 to 2023-10-25 14:02:39 UTC [more...]

[PATCH v4 0/6] querying mount attributes
 2023-10-25 14:02 UTC  (7+ messages)
` [PATCH v4 1/6] add unique mount ID
` [PATCH v4 2/6] mounts: keep list of mounts in an rbtree
` [PATCH v4 3/6] namespace: extract show_path() helper
` [PATCH v4 4/6] add statmount(2) syscall
` [PATCH v4 5/6] add listmount(2) syscall
` [PATCH v4 6/6] wire up syscalls for statmount/listmount

[PATCH v2 00/10] Implement freeze and thaw as holder operations
 2023-10-25 14:01 UTC  (20+ 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

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-10-25 13:50 UTC  (4+ messages)
` [PATCH 1/3] fs: define a new super operation to get fsid
` [PATCH 2/3] btrfs: implement "
` [PATCH 3/3] fanotify: support reporting events with fid on btrfs sub-volumes

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-10-25 13:32 UTC  (7+ messages)

[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-10-25 13:17 UTC  (16+ messages)
` [RESEND RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks
` [RESEND RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls
` [RESEND RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks
` [RESEND RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook
` [RESEND RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook
` [RESEND RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook
` [RESEND RFC PATCH v2 07/14] drm/amdkfd: "
` [RESEND RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm
` [RESEND RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
` [RESEND RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook
` [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
` [RESEND RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access
` [RESEND RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RESEND RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded

[syzbot] Monthly exfat report (Oct 2023)
 2023-10-25 13:11 UTC 

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-10-25 12:25 UTC  (22+ messages)

[PATCH] fuse: derive f_fsid from s_dev and connection start time
 2023-10-25 11:42 UTC 

[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-25  9:19 UTC  (13+ 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 RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-25  8:52 UTC  (13+ messages)

[PATCH 1/2] lib/find: Make functions safe on changing bitmaps
 2023-10-25  8:18 UTC  (3+ messages)

[PATCH v2] nfs: derive f_fsid from s_dev and server's fsid
 2023-10-25  6:11 UTC 

[PATCH v2 00/39] Memory allocation profiling
 2023-10-25  5:46 UTC  (43+ 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 v17 03/12] block: add copy offload support
 2023-10-25  4:45 UTC  (2+ messages)

[syzbot] [gfs2?] WARNING: suspicious RCU usage in gfs2_permission
 2023-10-25  3:21 UTC  (3+ messages)

[PATCH] nfs: derive f_fsid from server's fsid
 2023-10-25  3:20 UTC  (7+ messages)

[syzbot] [btrfs?] kernel BUG in remove_ticket
 2023-10-25  3:16 UTC 

Fwd: Memleaks in offset_ctx->xa (shmem)
 2023-10-25  0:01 UTC  (3+ messages)

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

[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  (5+ messages)
` [PATCH v2 2/4] exportfs: make ->encode_fh() a mandatory method for NFS export

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

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-10-24 15:04 UTC  (10+ messages)
` [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  (6+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[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  (6+ messages)
` [PATCH v10 2/8] fuse: introduce atomic open
` [PATCH v10 4/8] [RFC] Allow atomic_open() on positive dentry (w/o O_CREAT)

[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  (2+ 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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).