messages from 2025-08-26 13:18:09 to 2025-08-27 16:59:23 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-08-27 16:59 UTC (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
2025-08-27 16:42 UTC (3+ messages)
[PATCH v2 00/54] fs: rework inode reference counting
2025-08-27 16:24 UTC (69+ messages)
` [PATCH v2 01/54] fs: make the i_state flags an enum
` [PATCH v2 02/54] fs: add an icount_read helper
` (subset) "
` [PATCH v2 03/54] fs: rework iput logic
` [PATCH] fs: revamp iput()
` [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
` [syzbot ci] Re: fs: rework inode reference counting
` (subset) [PATCH v2 00/54] "
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-27 16:09 UTC (12+ messages)
` [PATCHv3 3/8] block: align the bio after building it
[PATCHED][RFC][CFT] mount-related stuff
2025-08-27 15:38 UTC (10+ messages)
` [PATCH 01/52] fs/namespace.c: fix the namespace_sem guard mess
` [PATCH 25/52] do_new_mount_rc(): use __free() to deal with dropping mnt on failure
` [RFC][PATCH] switch do_new_mount_fc() to using fc_mount()
[PATCH v3 00/30] Live Update Orchestrator
2025-08-27 15:34 UTC (19+ messages)
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCHSET RFC v4 1/4] fuse: general bug fixes
2025-08-27 15:18 UTC (16+ messages)
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/7] fuse: implement file attributes mask for statx
` [PATCH 7/7] fuse: enable FUSE_SYNCFS for all servers
Tests for file_getattr()/file_setattr() and xfsprogs update
2025-08-27 15:16 UTC (10+ messages)
` [PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
` [PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
` [PATCH v2 2/4] xfs_quota: utilize file_setattr to set prjid on special files
` [PATCH v2 3/4] xfs_io: make ls/chattr work with "
` [PATCH v2 4/4] xfs_db: use file_setattr to copy attributes on special files with rdump
` [PATCH v2 0/3] Test file_getattr and file_setattr syscalls
` [PATCH v2 1/3] file_attr: introduce program to set/get fsxattr
` [PATCH v2 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
` [PATCH v2 3/3] xfs: test quota's project ID on special files
[REGRESSION] loop: use vfs_getattr_nosec for accurate file size
2025-08-27 14:33 UTC (5+ messages)
ETXTBSY window in __fput
2025-08-27 14:29 UTC (7+ messages)
[BUG] f2fs-tools: fsck infinite loop in options parsing
2025-08-27 14:20 UTC
[PATCHv4 0/8]
2025-08-27 14:12 UTC (9+ messages)
` [PATCHv4 1/8] block: check for valid bio while splitting
` [PATCHv4 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv4 3/8] block: align the bio after building it
` [PATCHv4 4/8] block: simplify direct io validity check
` [PATCHv4 5/8] iomap: "
` [PATCHv4 6/8] block: remove bdev_iter_is_aligned
` [PATCHv4 7/8] blk-integrity: use simpler alignment check
` [PATCHv4 8/8] iov_iter: remove iov_iter_is_aligned
[PATCH v3 00/11] mm: vm_normal_page*() improvements
2025-08-27 13:57 UTC (4+ messages)
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
[PATCH] Add RWF_NOSIGNAL flag for pwritev2
2025-08-27 13:39 UTC
[syzbot] [block?] [ext4?] [btrfs?] INFO: rcu detected stall in sys_mount (8)
2025-08-27 13:07 UTC
Questions about FUSE_NOTIFY_INVAL_ENTRY
2025-08-27 13:05 UTC (4+ messages)
[PATCH] fuse: Block access to folio overlimit
2025-08-27 12:27 UTC (3+ messages)
` [PATCH V2] "
[PATCH v2] fuse: allow synchronous FUSE_INIT
2025-08-27 10:59 UTC
[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
2025-08-27 10:29 UTC (18+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
[PATCH] initrd: support erofs as initrd
2025-08-27 9:58 UTC (10+ messages)
[syzbot] [hfs?] KASAN: out-of-bounds Read in hfs_bnode_move
2025-08-27 9:54 UTC (2+ messages)
[PATCH v3 0/2] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
2025-08-27 9:42 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH v6 0/9] ovl: Enable support for casefold layers
2025-08-27 9:28 UTC (28+ messages)
` [PATCH v6 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v6 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v6 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
[PATCH] fuse: allow synchronous FUSE_INIT
2025-08-27 9:04 UTC (8+ messages)
[RFC PATCH v2] hfs: add return values to hfs_brec_lenoff and hfs_bnode_read to improve robustness
2025-08-27 6:40 UTC
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-08-27 6:30 UTC (10+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[PATCH v3] proc: fix missing pde_set_flags() for net proc files
2025-08-27 5:32 UTC (3+ messages)
[RFC PATCH 0/4] ceph: fix generic/421 test failure
2025-08-27 4:57 UTC (8+ messages)
` [RFC PATCH 3/4] ceph: introduce ceph_submit_write() method
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-08-26 23:21 UTC (2+ messages)
[PATCHSET RFC v4 1/4] libfuse: general bug fixes
2025-08-26 19:43 UTC (5+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header
[PATCH RFC 0/4] Discuss to add return value in hfs_bnode_read* and hfs_brec_lenoff
2025-08-26 19:21 UTC (2+ messages)
[RFC] ceph: strange mount/unmount behavior
2025-08-26 18:58 UTC (3+ messages)
[PATCH] iomap: allow iomap using the per-cpu bio cache
2025-08-26 16:53 UTC (10+ messages)
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-26 16:26 UTC (17+ messages)
` [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 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH 02/52] introduced guards for mount_lock
2025-08-26 15:45 UTC (3+ messages)
[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
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).