messages from 2026-04-27 03:33:25 to 2026-04-27 18:20:53 UTC [more...]
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-27 18:20 UTC (13+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[PATCH v2 0/2] mm/filemap: tighten mmap_miss hit accounting
2026-04-27 17:36 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-04-27 17:17 UTC (10+ messages)
[PATCH] fuse: fix race between inode/dentry invalidation and readdir
2026-04-27 17:06 UTC (5+ messages)
[PATCH v2 v2] Documentation: proc: fix section numbering in table of contents
2026-04-27 17:00 UTC (4+ messages)
[PATCH v2 1/2] mm/filemap: count only the faulting address as a mmap hit
2026-04-27 16:57 UTC (2+ messages)
` [PATCH v2 2/2] mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hits
[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
2026-04-27 16:30 UTC (6+ messages)
` [RFC PATCH v2 1/2] "
[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
2026-04-27 16:22 UTC (3+ messages)
[GIT PULL] isofs and udf fixes for 7.1-rc2
2026-04-27 15:56 UTC
[PATCH v11 00/15] Exposing case folding behavior
2026-04-27 15:56 UTC (10+ messages)
` [PATCH v11 08/15] xfs: Report case sensitivity in fileattr_get
` [PATCH v11 12/15] isofs: Implement fileattr_get for case sensitivity
[PATCH v9 0/5] proc: subset=pid: Relax check of mount visibility
2026-04-27 15:54 UTC (10+ messages)
` [PATCH v10 0/7] "
` [PATCH v10 1/7] namespace: record fully visible mounts in list
` [PATCH v10 2/7] fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTED
` [PATCH v10 3/7] sysfs: remove trivial sysfs_get_tree() wrapper
` [PATCH v10 4/7] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v10 5/7] proc: prevent reconfiguring subset=pid
` [PATCH v10 6/7] proc: handle subset=pid separately in userns visibility checks
` [PATCH v10 7/7] docs: proc: add documentation about mount restrictions
[GIT PULL] Fsnotify fixes for 7.1-rc2
2026-04-27 15:52 UTC
[RFC PATCH] fs/buffer: serialize set_buffer_uptodate against concurrent clears
2026-04-27 15:48 UTC (5+ messages)
[PATCH v4 00/22] netfs: Miscellaneous fixes
2026-04-27 15:46 UTC (23+ messages)
` [PATCH v4 01/22] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v4 02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v4 03/22] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v4 04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v4 05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v4 06/22] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten
` [PATCH v4 12/22] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v4 13/22] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v4 14/22] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v4 15/22] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v4 16/22] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v4 17/22] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v4 18/22] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v4 19/22] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v4 20/22] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v4 21/22] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v4 22/22] afs: Fix the locking used by afs_get_link()
[PATCH v3] docs: add guidelines for submitting new filesystems
2026-04-27 15:48 UTC (3+ messages)
[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2026-04-27 15:35 UTC (19+ messages)
` [PATCH v4 2/8] fuse: {io-uring} Rename ring->nr_queues to max_nr_queues
` [PATCH v4 3/8] fuse: {io-uring} Use bitmaps to track registered queues
` [PATCH v4 5/8] fuse: {io-uring} Allow reduced number of ring queues
` [PATCH v4 6/8] fuse: {io-uring} Queue background requests on a different core
[PATCH v4 00/22] netfs: Miscellaneous fixes
2026-04-27 15:29 UTC (12+ messages)
` [PATCH v4 01/22] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v4 02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v4 03/22] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v4 04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v4 05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v4 06/22] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten
[PATCHSET v5] libfuse: run fuse servers as a contained service
2026-04-27 15:13 UTC (12+ messages)
` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
` [PATCH 12/13] example/service: create a sample systemd service for a high-level "
cleanup block-style layouts exports v2
2026-04-27 15:03 UTC (11+ messages)
[RFC PATCH v1 00/11] Landlock: Namespace and capability control
2026-04-27 14:57 UTC (6+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
[PATCH v3 0/3] revamp fs/filesystems.c
2026-04-27 14:53 UTC (2+ messages)
[PATCH] fs: retire stale lock ordering annotations from inode hash
2026-04-27 14:44 UTC (3+ messages)
[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
2026-04-27 14:29 UTC (5+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
[PATCH 0/2] iomap/ntfs: remove over-strict inline data check and optimize ntfs
2026-04-27 14:14 UTC (4+ messages)
` [PATCH 1/2] iomap: remove over-strict inline data boundary check
[PATCH] dcache: use QSTR() instead of QSTR_INIT()
2026-04-27 13:58 UTC (3+ messages)
[RFC] weird stuff in exfat_lookup()
2026-04-27 13:27 UTC (7+ messages)
[PATCH v3] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate
2026-04-27 13:26 UTC (3+ messages)
[RFC PATCH 1/1] mm/filemap: tighten mmap_miss hit accounting
2026-04-27 13:25 UTC (2+ messages)
[PATCH v2] generic/790: test post-EOF gap zeroing persistence
2026-04-27 13:03 UTC (4+ messages)
[PATCH] rhashtable: give each instance its own lockdep class
2026-04-27 13:01 UTC (7+ messages)
[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
2026-04-27 12:46 UTC (7+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
2026-04-27 12:27 UTC (3+ messages)
[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
2026-04-27 12:25 UTC (7+ messages)
` [PATCH v3] fuse: optional FORGET delivery over io_uring
[PATCH] ceph: fix generic/639 xfstests failure
2026-04-27 12:20 UTC (2+ messages)
[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
2026-04-27 11:52 UTC (2+ messages)
[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
2026-04-27 11:52 UTC (5+ messages)
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
2026-04-27 11:50 UTC (7+ messages)
[PATCH] ceph: fix a buffer leak in __ceph_setxattr()
2026-04-27 11:41 UTC (2+ messages)
[PATCH v2] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
2026-04-27 11:36 UTC (2+ messages)
[PATCH] ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
2026-04-27 11:23 UTC (3+ messages)
[PATCH] docs: isofs: replace dead ECMA-119 FTP link
2026-04-27 10:58 UTC (2+ messages)
Meaning of struct statx->stx_blksize field
2026-04-27 10:41 UTC
[RFC PATCH 0/1] mm/filemap: tighten mmap_miss hit accounting
2026-04-27 10:22 UTC
[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
2026-04-27 10:10 UTC (28+ messages)
` [PATCH v3 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v3 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v3 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v3 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v3 06/19] VFS: add d_duplicate()
` [PATCH v3 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v3 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v3 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v3 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v3 11/19] efivarfs: use d_alloc_name()
` [PATCH v3 12/19] shmem: use d_duplicate()
` [PATCH v3 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v3 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v3 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v3 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v3 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v3 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v3 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops
[PATCH] docs: proc: fix minor grammar and formatting issues
2026-04-27 10:03 UTC (2+ messages)
[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
2026-04-27 8:41 UTC (22+ messages)
` [PATCH v2 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v2 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v2 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v2 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v2 06/19] VFS: add d_duplicate()
` [PATCH v2 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v2 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v2 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v2 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v2 11/19] efivarfs: use d_alloc_name()
` [PATCH v2 12/19] shmem: use d_duplicate()
` [PATCH v2 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v2 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v2 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v2 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v2 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v2 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops
[PATCH v3 0/9] Kernel API Specification Framework
2026-04-27 3:37 UTC (3+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework
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