messages from 2025-08-25 16:16:10 to 2025-08-26 17:08:44 UTC [more...]
[PATCH v3 00/30] Live Update Orchestrator
2025-08-26 17:08 UTC (14+ messages)
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH] initrd: support erofs as initrd
2025-08-26 17:00 UTC (7+ messages)
[PATCHED][RFC][CFT] mount-related stuff
2025-08-26 17:00 UTC (26+ messages)
` [PATCH 01/52] fs/namespace.c: fix the namespace_sem guard mess
` [PATCH 02/52] introduced guards for mount_lock
` [PATCH 09/52] put_mnt_ns(): use guards
` [PATCH 13/52] has_locked_children(): "
` [PATCH 25/52] do_new_mount_rc(): use __free() to deal with dropping mnt on failure
[PATCH v3 00/11] mm: vm_normal_page*() improvements
2025-08-26 16:28 UTC (7+ messages)
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-26 16:26 UTC (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH v2 00/54] fs: rework inode reference counting
2025-08-26 15:39 UTC (55+ messages)
` [PATCH v2 01/54] fs: make the i_state flags an enum
` [PATCH v2 02/54] fs: add an icount_read helper
` [PATCH v2 03/54] fs: rework iput logic
` [PATCH v2 04/54] fs: add an i_obj_count refcount to the inode
` [PATCH v2 05/54] fs: hold an i_obj_count reference in wait_sb_inodes
` [PATCH v2 06/54] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH v2 07/54] fs: hold an i_obj_count reference for the i_io_list
` [PATCH v2 08/54] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH v2 09/54] fs: hold an i_obj_count reference while on the hashtable
` [PATCH v2 10/54] fs: hold an i_obj_count reference while on the LRU list
` [PATCH v2 11/54] fs: hold an i_obj_count reference while on the sb inode list
` [PATCH v2 12/54] fs: stop accessing ->i_count directly in f2fs and gfs2
` [PATCH v2 13/54] fs: hold an i_obj_count when we have an i_count reference
` [PATCH v2 14/54] fs: add an I_LRU flag to the inode
` [PATCH v2 15/54] fs: maintain a list of pinned inodes
` [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup
` [PATCH v2 17/54] fs: remove the inode from the LRU list on unlink/rmdir
` [PATCH v2 18/54] fs: change evict_inodes to use iput instead of evict directly
` [PATCH v2 19/54] fs: hold a full ref while the inode is on a LRU
` [PATCH v2 20/54] fs: disallow 0 reference count inodes
` [PATCH v2 21/54] fs: make evict_inodes add to the dispose list under the i_lock
` [PATCH v2 22/54] fs: convert i_count to refcount_t
` [PATCH v2 23/54] fs: use refcount_inc_not_zero in igrab
` [PATCH v2 24/54] fs: use inode_tryget in find_inode*
` [PATCH v2 25/54] fs: update find_inode_*rcu to check the i_count count
` [PATCH v2 26/54] fs: use igrab in insert_inode_locked
` [PATCH v2 27/54] fs: remove I_WILL_FREE|I_FREEING check from __inode_add_lru
` [PATCH v2 28/54] fs: remove I_WILL_FREE|I_FREEING check in inode_pin_lru_isolating
` [PATCH v2 29/54] fs: use inode_tryget in evict_inodes
` [PATCH v2 30/54] fs: change evict_dentries_for_decrypted_inodes to use refcount
` [PATCH v2 31/54] block: use igrab in sync_bdevs
` [PATCH v2 32/54] bcachefs: use the refcount instead of I_WILL_FREE|I_FREEING
` [PATCH v2 33/54] btrfs: don't check I_WILL_FREE|I_FREEING
` [PATCH v2 34/54] fs: use igrab in drop_pagecache_sb
` [PATCH v2 35/54] fs: stop checking I_FREEING in d_find_alias_rcu
` [PATCH v2 36/54] ext4: stop checking I_WILL_FREE|IFREEING in ext4_check_map_extents_env
` [PATCH v2 37/54] fs: remove I_WILL_FREE|I_FREEING from fs-writeback.c
` [PATCH v2 38/54] gfs2: remove I_WILL_FREE|I_FREEING usage
` [PATCH v2 39/54] fs: remove I_WILL_FREE|I_FREEING check from dquot.c
` [PATCH v2 40/54] notify: remove I_WILL_FREE|I_FREEING checks in fsnotify_unmount_inodes
` [PATCH v2 41/54] xfs: remove I_FREEING check
` [PATCH v2 42/54] landlock: remove I_FREEING|I_WILL_FREE check
` [PATCH v2 43/54] fs: change inode_is_dirtytime_only to use refcount
` [PATCH v2 44/54] btrfs: remove references to I_FREEING
` [PATCH v2 45/54] ext4: remove reference to I_FREEING in inode.c
` [PATCH v2 46/54] ext4: remove reference to I_FREEING in orphan.c
` [PATCH v2 47/54] pnfs: use i_count refcount to determine if the inode is going away
` [PATCH v2 48/54] fs: remove some spurious I_FREEING references in inode.c
` [PATCH v2 49/54] xfs: remove reference to I_FREEING|I_WILL_FREE
` [PATCH v2 50/54] ocfs2: do not set I_WILL_FREE
` [PATCH v2 51/54] fs: remove I_FREEING|I_WILL_FREE
` [PATCH v2 52/54] fs: remove I_REFERENCED
` [PATCH v2 53/54] fs: remove I_LRU_ISOLATING flag
` [PATCH v2 54/54] fs: add documentation explaining the reference count rules for inodes
[PATCH v6 0/9] ovl: Enable support for casefold layers
2025-08-26 15:02 UTC (15+ messages)
` [PATCH v6 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
[PATCH 5.4 173/403] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2025-08-26 11:10 UTC (2+ messages)
` [PATCH 5.4 313/403] move_mount: allow to add a mount into an existing group
[PATCH 5.10 212/523] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2025-08-26 11:10 UTC (2+ messages)
` [PATCH 5.10 402/523] move_mount: allow to add a mount into an existing group
[PATCH 34/52] do_lock_mount(): don't modify path
2025-08-26 14:14 UTC (2+ messages)
[PATCH 5.15 282/644] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2025-08-26 11:06 UTC
[PATCH v3 0/4] allow partial folio write with iomap_folio_state
2025-08-26 13:20 UTC (3+ messages)
[PATCH 6.1 051/482] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2025-08-26 11:05 UTC
[PATCH] iomap: allow iomap using the per-cpu bio cache
2025-08-26 13:15 UTC (12+ messages)
[PATCH] mm: fix lockdep issues in writeback handling
2025-08-26 13:09 UTC
[PATCH 6.6 062/587] hfs: fix general protection fault in hfs_find_init()
2025-08-26 11:03 UTC (2+ messages)
` [PATCH 6.6 065/587] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
2025-08-26 12:39 UTC (15+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
[PATCH 6.12 158/322] netfs: Fix unbuffered write error handling
2025-08-26 11:11 UTC (2+ messages)
` [PATCH 6.12 295/322] cifs: Fix oops due to uninitialised variable
[PATCH 6.16 019/457] netfs: Fix unbuffered write error handling
2025-08-26 11:11 UTC (2+ messages)
` [PATCH 6.16 410/457] cifs: Fix oops due to uninitialised variable
Serious error in autofs docs, which has design implications
2025-08-26 10:58 UTC (5+ messages)
[PATCH 00/50] fs: rework inode reference counting
2025-08-26 9:56 UTC (12+ messages)
` [PATCH 16/50] fs: change evict_inodes to use iput instead of evict directly
` [PATCH 18/50] fs: disallow 0 reference count inodes
` [PATCH 27/50] fs: use inode_tryget in evict_inodes
Infinite loop in get_file_rcu() in face of a saturated ref count
2025-08-26 9:23 UTC (2+ messages)
[RFC] ceph: strange mount/unmount behavior
2025-08-26 9:10 UTC (2+ messages)
[PATCH v2 0/1] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
2025-08-26 8:51 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH v4 0/1] eventpoll: Fix priority inversion problem
2025-08-26 8:43 UTC (3+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock
[PATCH v3 0/2] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
2025-08-26 8:32 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] man2/mount.2: tfix (mountpoint => mount point)
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-26 8:02 UTC (9+ messages)
` [PATCHv3 3/8] block: align the bio after building it
[patch 0/4] uaccess: Provide and use helpers for user masked access
2025-08-26 7:09 UTC (5+ messages)
` [patch 1/4] uaccess: Provide common helpers for masked user access
` [patch 3/4] x86/futex: Use user_*_masked_begin()
[syzbot] Monthly exfat report (Aug 2025)
2025-08-26 7:14 UTC
[syzbot] Monthly hfs report (Aug 2025)
2025-08-26 7:13 UTC
[PATCH RFC 0/4] Discuss to add return value in hfs_bnode_read* and hfs_brec_lenoff
2025-08-26 3:35 UTC (5+ messages)
` [RFC PATCH 1/4] hfs: add hfs_off_and_len_is_valid helper
` [RFC PATCH 2/4] hfs: introduce __hfs_bnode_read* to fix KMSAN uninit-value
` [RFC PATCH 3/4] hfs: restruct hfs_bnode_read
` [RFC PATCH 4/4] hfs: restructure hfs_brec_lenoff into a returned-value version
[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-08-26 0:44 UTC (3+ messages)
[RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
2025-08-25 23:06 UTC (2+ messages)
[PATCH] rust: file: use to_result for error handling
2025-08-25 22:54 UTC (2+ messages)
[PATCH] hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
2025-08-25 22:51 UTC
[PATCH 08/11] tools headers: Sync uapi/linux/fcntl.h with the kernel source
2025-08-25 21:59 UTC (2+ messages)
` [PATCH 09/11] tools headers: Sync uapi/linux/fs.h "
[PATCH 0/3] use vm_flags_t consistently
2025-08-25 21:37 UTC (10+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH] binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
2025-08-25 21:30 UTC (2+ messages)
[REGRESSION] fs: ERR_PTR dereference in expand_files() on v6.12.43
2025-08-25 19:56 UTC (2+ messages)
[PATCH] uapi/fcntl: conditionally define AT_RENAME* macros
2025-08-25 19:29 UTC (7+ messages)
[PATCH 0/3] memcg, writeback: Don't wait writeback completion
2025-08-25 19:06 UTC (14+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
` [External] "
[PATCH v2 0/4] vfs: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts
2025-08-25 18:12 UTC (5+ messages)
` [PATCH v2 1/4] namei: move cross-device check to traverse_mounts
` [PATCH v2 2/4] namei: remove LOOKUP_NO_XDEV check from handle_mounts
` [PATCH v2 3/4] namei: move cross-device check to __traverse_mounts
` [PATCH v2 4/4] openat2: don't trigger automounts with RESOLVE_NO_XDEV
[syzbot] [fuse?] KASAN: slab-out-of-bounds Write in fuse_dev_do_write
2025-08-25 18:02 UTC (3+ messages)
` [PATCH] fuse: Block access to folio overlimit
[PATCH 0/4] vfs: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts
2025-08-25 17:48 UTC (5+ messages)
` [PATCH 4/4] vfs: fs/namei.c: "
[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
2025-08-25 17:17 UTC (3+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "
[PATCH util-linux v4] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-08-25 17:09 UTC (2+ messages)
[PATCH] exec: Fix incorrect type for ret
2025-08-25 16:34 UTC (3+ messages)
[PATCH v3 00/12] man2: document "new" mount API
2025-08-25 16:22 UTC (5+ messages)
` [PATCH v3 05/12] man/man2/fspick.2: "
[RFC 0/1] writeback: add sysfs to config the number of writeback contexts
2025-08-25 16:15 UTC (3+ messages)
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).