messages from 2026-09-01 03:15:57 to 2026-09-02 15:45:20 UTC [more...]
[PATCH 00/27] fs: port to const struct mnt_idmap
2026-09-02 15:45 UTC (44+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const
[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
2026-09-02 15:37 UTC (12+ messages)
` [PATCH 1/4] xfs: remove dead kswapd flag inheritance from btree split worker
` [PATCH 2/4] iomap: simplify writepages reclaim guard
` [PATCH 3/4] mm: replace PF_KSWAPD flag with kthread_func() check
` [PATCH 4/4] mm: replace PF_KCOMPACTD "
[PATCH] docs: locking: Fix bracket
2026-09-02 14:58 UTC (2+ messages)
[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
2026-09-02 14:56 UTC (14+ messages)
` [PATCH v3 1/8] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH v3 2/8] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH v3 3/8] fs: aio: Use acquire/release for ring->tail publication
` [PATCH v3 4/8] fs: Use acquire/release for fdtable resize synchronization
` [PATCH v3 5/8] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH v3 6/8] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH v3 7/8] ext4: Fix out-of-bounds read in ext4_get_group_info()
` [PATCH v3 8/8] ext4: Convert group-count barrier protocol to acquire/release
[PATCH v4 00/10] ceph: convert writeback path to folios
2026-09-02 14:34 UTC (4+ messages)
` [PATCH v4 01/10] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
[PATCH v2 0/7] hfsplus: convert regular file I/O to iomap-based operations
2026-09-02 14:07 UTC (7+ messages)
[PATCH v4 0/6] xfs write streams
2026-09-02 14:05 UTC (9+ messages)
` [PATCH v4 1/6] fs: add write-stream management ioctls
[PATCH v5] fs: avoid spurious dentry ref/unref cycle on open
2026-09-02 14:01 UTC (3+ messages)
[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-09-02 13:49 UTC (5+ messages)
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg
[PATCH 0/2] quota: Verify special quota formats match sb type
2026-09-02 13:37 UTC (3+ messages)
` [PATCH 1/2] ocfs2: Refuse to enable ocfs2 format for another filesystem
` [PATCH 2/2] shmem: Refuse to enable tmpfs "
[PATCH v5 00/12] rust: xarray: add entry API with preloading
2026-09-02 13:26 UTC (13+ messages)
` [PATCH v5 01/12] rust: xarray: minor formatting fixes
` [PATCH v5 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v5 03/12] xarray: move xas_result() and xa_zero_to_null() to the header
` [PATCH v5 04/12] rust: xarray: add `XArrayState`
` [PATCH v5 05/12] rust: xarray: simplify `Guard::load`
` [PATCH v5 06/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v5 07/12] rust: xarray: add entry API
` [PATCH v5 08/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v5 09/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v5 10/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v5 11/12] rust: xarray: add preload API
` [PATCH v5 12/12] rust: xarray: document `Guard` lock drop semantics
[PATCH v2] fs/locks: filter OFD locks from /proc/locks for foreign pid namespaces
2026-09-02 13:03 UTC (2+ messages)
[PATCH v4 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2026-09-02 12:50 UTC (3+ messages)
` [PATCH v4 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v4 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH 0/4] afs: Miscellaneous fixes
2026-09-02 12:13 UTC (6+ messages)
` [PATCH 1/4] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH 2/4] afs: Fix double-unmap of directory block
` [PATCH 3/4] afs: Fix incorrect free in candidate cleanup in afs_lookup_server()
` [PATCH 4/4] afs: Clear stale peer app data after address list changes
[PATCH 0/7] Remove aops->launder_folio
2026-09-02 11:58 UTC (2+ messages)
[BUG] afs: ERR_PTR dereference in afs_lookup_server() error path
2026-09-02 11:40 UTC (2+ messages)
[PATCH] block: Fix start and length check added to iov_iter_extract_bvecs()
2026-09-02 11:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH RFC 00/11] mm/migrate: separate migration paths and carry migration policy
2026-09-02 11:19 UTC (14+ messages)
` [PATCH RFC 01/11] mm/migrate: extract folio unmap phase
` [PATCH RFC 02/11] mm/migrate: handle retries in migrate_folios_move()
` [PATCH RFC 03/11] mm/migrate: factor out folio splitting on allocation failure
` [PATCH RFC 04/11] mm/migrate: use a dedicated list for hugetlb folios
` [PATCH RFC 05/11] mm/migrate: add a dedicated movable_ops migration pass
` [PATCH RFC 06/11] mm/migrate: rename migrate_pages_batch() to migrate_folios_batch()
` [PATCH RFC 07/11] mm/migrate: add migrate_lru_folios() entry point
` [PATCH RFC 08/11] mm/migrate: move LRU batching into migrate_lru_folios()
` [PATCH RFC 09/11] mm/migrate: thread migration policy through a control struct
` [sos-linux-ext-patches] "
` [PATCH RFC 10/11] mm/migrate: pass migrate_control to migrate_pages()
` [PATCH RFC 11/11] mm/migrate: pass migrate_control to migrate_folio()
[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-09-02 10:47 UTC (3+ messages)
[PATCH V2] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability
2026-09-02 10:17 UTC (3+ messages)
[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
2026-09-02 10:01 UTC (14+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
[ANNOUNCE] util-linux v2.42.3
2026-09-02 8:25 UTC
[ANNOUNCE] util-linux v2.41.6
2026-09-02 8:23 UTC
[BUG] fanotify: destroy/add race leaves a mark on a detached connector
2026-09-02 7:58 UTC (13+ messages)
[PATCH] fs/locks: filter OFD locks from /proc/locks for foreign pid namespaces
2026-09-02 7:45 UTC
[PATCH v2 0/3] pidfd: add task path ioctls
2026-09-02 6:47 UTC (3+ messages)
[PATCH v2 00/12] Convert barrier pairs to acquire/release for better performance
2026-09-02 6:46 UTC (9+ messages)
` [PATCH v2 07/12] ext4: Fix out-of-bounds read in ext4_get_group_info()
` [PATCH v2 11/12] 8021q: Fix data race when publishing vlan net_device pointers
[PATCH] ufs: validate cylinder group free bitmap offset
2026-09-02 5:53 UTC (2+ messages)
[PATCH v2] splice: emit a single fsnotify access event per NFSD READ
2026-09-02 5:31 UTC (3+ messages)
[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-09-02 5:31 UTC (4+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
[FUSE] Two latent data-integrity defects in the 7.2 iomap read integration — pre-disclosure before large-folio enablement
2026-09-02 4:40 UTC (2+ messages)
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-09-02 4:05 UTC (4+ messages)
` [PATCH 04/25] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH 26/25] mm/fbatch: drop reference inside the loop when draining
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-02 1:33 UTC
[BUG] general protection fault in orangefs_writepages
2026-09-02 0:41 UTC (2+ messages)
[PATCH 00/10] net: support thread-specific pidfds for send and connect
2026-09-02 0:20 UTC (3+ messages)
` [PATCH 05/10] net: turn sk_peer_pid into an array indexed by pid type
[PATCH] ufs: use u64 for directory size in ufs_last_byte
2026-09-01 23:35 UTC (2+ messages)
[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-09-01 22:47 UTC (2+ messages)
[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
2026-09-01 20:51 UTC (3+ messages)
[PATCH] fs/dax: get the folio of an entry only after the entry has one
2026-09-01 20:51 UTC (2+ messages)
[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
2026-09-01 20:49 UTC (8+ messages)
[PATCH v1 0/2] luo support for preserving eventfd
2026-09-01 20:43 UTC (3+ messages)
` [PATCH v1 2/2] selftests: liveupdate: Add selftest for eventfd LUO
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-01 17:50 UTC (5+ messages)
` [PATCH v2 14/14] mm/page-flags: remove PG_private
[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
2026-09-01 15:11 UTC (6+ messages)
deadlock from exec_update_lock and reading procfs
2026-09-01 14:49 UTC
[syzbot] [fs?] possible deadlock in uvcg_extension_ba_source_id_store
2026-09-01 14:43 UTC
[PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
2026-09-01 14:05 UTC (2+ messages)
lazy bounce buffering for checksummed reads V2
2026-09-01 14:06 UTC (8+ messages)
` [PATCH 02/17] block: warn on too larger integrity allocations
` [PATCH 10/17] block,iomap: fix protection information verification with initial bvec offset
[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
2026-09-01 13:21 UTC (6+ messages)
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
[PATCH v7] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-09-01 13:08 UTC (4+ messages)
[PATCH RFC 0/2] Defer final iputs for dirty-time inodes in PF_MEMALLOC context
2026-09-01 12:54 UTC (4+ messages)
[PATCH v2] lsm: expose mount idmaps to inode hooks
2026-09-01 12:50 UTC
[PATCH 0/2] lsm: expose mount idmaps to inode hooks
2026-09-01 12:28 UTC (2+ messages)
[PATCH bpf-next] exec: Drop bprm loader before closing bprm->file
2026-09-01 11:40 UTC
fstests: Verify behaviour of "seek" in a directory
2026-09-01 9:18 UTC (10+ messages)
` [PATCH] fstests: generic: Add test of seek in directories
[PATCH 0/2] udf: Fix handling of device spec attrs
2026-09-01 9:12 UTC (3+ messages)
` [PATCH 1/2] udf: validate the device specification EA before using it
` [PATCH 2/2] udf: Avoid confusion of missing and corrupted extended attributes
[PATCH bpf-next v3 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-01 8:56 UTC (6+ messages)
` [PATCH bpf-next v3 3/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v3 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
[PATCH v2] exit: hold a reference to thread_pid across proc_flush_pid
2026-09-01 8:01 UTC (2+ messages)
[PATCH 0/9] Remove FGP_NOFS
2026-09-01 5:55 UTC (3+ messages)
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
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