messages from 2023-10-24 13:47:39 to 2023-10-26 16:16:56 UTC [more...]
[RFC] weirdness in f2fs_rename() with RENAME_WHITEOUT
2023-10-26 16:16 UTC (2+ messages)
[PATCH v2 0/3] fanotify support for btrfs sub-volumes
2023-10-26 16:09 UTC (5+ messages)
` [PATCH v2 1/3] fanotify: store fsid in mark instead of in connector
` [PATCH v2 2/3] fanotify: report the most specific fsid for btrfs
` [PATCH v2 3/3] fanotify: support setting marks in btrfs sub-volumes
[PATCH RFC 0/6] fs,block: yield devices
2023-10-26 15:58 UTC (19+ 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()
` (subset) [PATCH RFC 0/6] fs,block: yield devices
[PATCH -next] fs: Remove unneeded semicolon
2023-10-26 15:23 UTC (3+ messages)
[PATCH v3 0/5] Landlock: IOCTL support
2023-10-26 14:55 UTC (12+ messages)
[RFC] rust: types: Add read_once and write_once
2023-10-26 14:23 UTC (11+ messages)
[PATCH] iomap: fix iomap_dio_zero() for fs bs > system page size
2023-10-26 14:08 UTC
[RFC PATCH 00/19] Rust abstractions for VFS
2023-10-26 13:46 UTC (13+ messages)
` [RFC PATCH 09/19] rust: folio: introduce basic support for folios
` [RFC PATCH 14/19] rust: fs: add per-superblock data
[PATCH] io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() failed
2023-10-26 13:46 UTC (3+ messages)
[PATCH 0/3] fanotify support for btrfs sub-volumes
2023-10-26 12:36 UTC (13+ 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
[GIT PULL] iomap: bug fixes for 6.6-rc7
2023-10-26 11:54 UTC (6+ messages)
[PATCH v2 00/10] Implement freeze and thaw as holder operations
2023-10-26 11:45 UTC (21+ messages)
` [PATCH v2 01/10] fs: massage locking helpers
` [PATCH v2 03/10] bdev: surface the error from sync_blockdev()
` [PATCH v2 05/10] bdev: implement freeze and thaw holder operations
` [PATCH v2 09/10] porting: document block device freeze and thaw changes
` [PATCH v2 10/10] blkdev: comment fs_holder_ops
[syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
2023-10-26 9:21 UTC (3+ messages)
[brauner-vfs:vfs.misc.backing_file] [fs/pipe] cc03a5d65a: stress-ng.pipeherd.ops_per_sec -22.9% regression
2023-10-26 8:26 UTC
[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
2023-10-26 5:42 UTC (24+ messages)
[PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate
2023-10-26 2:42 UTC (5+ messages)
` [PATCH v10 2/8] fuse: introduce atomic open
[RESEND] fs: Fix typo in access_override_creds()
2023-10-26 2:23 UTC
[PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
2023-10-26 2:21 UTC
[PATCH] freevxfs: derive f_fsid from bdev->bd_dev
2023-10-25 20:52 UTC (3+ messages)
[PATCH] selftests:proc ProtectionKey check in smpas test
2023-10-25 19:36 UTC
[PATCH 01/10] highmem: Add folio_release_kmap()
2023-10-25 18:20 UTC (5+ messages)
` [PATCH 07/10] ext2: Handle large block size directories in ext2_delete_entry()
` [PATCH 08/10] ext2: Convert ext2_unlink() and ext2_rename() to use folios
[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
2023-10-25 18:11 UTC (17+ 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
[PATCH v2 00/39] Memory allocation profiling
2023-10-25 17:33 UTC (26+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [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 v6 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-25 16:28 UTC (5+ messages)
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
2023-10-25 15:19 UTC (8+ messages)
add and use a per-mapping stable writes flag v2
2023-10-25 14:40 UTC (7+ messages)
` [PATCH 1/4] filemap: add a per-mapping stable writes flag
` [PATCH 2/4] block: update the stable_writes flag in bdev_add
` [PATCH 3/4] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 4/4] xfs: respect the stable writes flag on the RT device
[PATCH] fuse: derive f_fsid from s_dev and connection start time
2023-10-25 14:21 UTC (2+ messages)
[RFC][PATCH] fanotify: Enable FAN_REPORT_FID on more filesystem types
2023-10-25 14:11 UTC (7+ messages)
[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
[syzbot] Monthly exfat report (Oct 2023)
2023-10-25 13:11 UTC
[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 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 (11+ 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 (4+ 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 (2+ messages)
[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 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
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).