messages from 2026-07-05 23:55:18 to 2026-07-07 06:40:20 UTC [more...]
[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
2026-07-07 6:32 UTC (2+ messages)
` [RFC PATCH v2 01/13] mm: add CONFIG_ANON_VMA_FRACTAL
[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
2026-07-07 6:22 UTC (4+ messages)
[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
2026-07-07 6:13 UTC (2+ messages)
[PATCH] iomap: add a separate bio_set for iomap_split_ioend
2026-07-07 5:04 UTC (3+ messages)
[PATCH v2 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
2026-07-07 5:01 UTC (8+ messages)
` [PATCH v2 1/6] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH v2 2/6] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH v2 3/6] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH v2 4/6] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH v2 5/6] ext4: write back partial-zeroed "
` [PATCH v2 6/6] ext4: protect WRITE_ZEROES written extents with orphan list
[PATCH 6.6.y] coredump: fix pidfs file refcount leak in umh_coredump_setup
2026-07-07 3:46 UTC
[Question] QNX4 write support?
2026-07-07 3:29 UTC
[PATCH] fs/proc/task_mmu: count KSM-placed zero pages in smaps
2026-07-07 2:49 UTC (4+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-07 2:35 UTC (43+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-07 2:29 UTC (7+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
[PATCH 0/2] fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid
2026-07-07 2:18 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH] fuse: add folio_max_order and folio_min_order controls in fusectl
2026-07-07 1:06 UTC (3+ messages)
[PATCH v6 0/8] lsm: Replace security_sb_mount with granular mount hooks
2026-07-06 23:50 UTC (9+ messages)
` [PATCH v6 1/8] lsm: Add "
` [PATCH v6 2/8] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH v6 3/8] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH v6 4/8] selinux: "
` [PATCH v6 5/8] landlock: "
` [PATCH v6 6/8] tomoyo: "
` [PATCH v6 7/8] vfs: Replace security_sb_mount/security_move_mount with granular hooks
` [PATCH v6 8/8] lsm: Remove security_sb_mount and security_move_mount
[PATCH net-next v4 0/3] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
2026-07-06 23:17 UTC (5+ messages)
` [PATCH net-next v4 1/3] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
` [PATCH net-next v4 3/3] selftest: Add tests for useful handling of LSM denials on SCM_RIGHTS
[PATCH v2] hfs: port HFS+ b-tree bitmap corruption check
2026-07-06 23:11 UTC (2+ messages)
[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
2026-07-06 23:02 UTC (26+ messages)
` [PATCH v3 01/14] fs/namei.c: use trailing_slashes()
` [PATCH v3 04/14] vfs: call audit_inode_child() in lookup_open() on failure too
` [PATCH v3 05/14] fs/namei.c: update docstring of atomic_open()
` [PATCH v3 07/14] vfs: move ->create check in lookup_open() to before try_break_deleg()
` [PATCH v3 08/14] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v3 09/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH v3 10/14] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
` [PATCH v3 11/14] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v3 12/14] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v3 13/14] selftest: fix headers in fclog.c
[PATCH v2 0/3] VFS: refactor lookup_open and add vfs_lookup()
2026-07-06 22:41 UTC (6+ messages)
` [PATCH v2 3/3] VFS: add vfs_lookup_open() for nfsd
[PATCH] hfs: fix error code when writing beyond volume capacity
2026-07-06 22:18 UTC
[PATCH] hfsplus: fix error code when writing beyond volume capacity
2026-07-06 22:17 UTC
[syzbot] [netfs?] WARNING in netfs_writepages (3)
2026-07-06 21:44 UTC
how about enabling Sashiko responses on this list
2026-07-06 21:07 UTC
[PATCH] proc: Fix broken error paths for namespace links
2026-07-06 20:59 UTC (4+ messages)
[PATCH 0/2] minix: modernize function declarations and eliminating some magic numbers
2026-07-06 20:47 UTC (4+ messages)
` [PATCH 1/2] minix: define constants for dirsize and namelen
` [PATCH 2/2] minix: modernize function declarations in minix.h
[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
2026-07-06 19:27 UTC (10+ messages)
` [PATCH v6 3/3] "
[PATCH 1/2] proc: protect ptrace_may_access() with exec_update_lock (part 1)
2026-07-06 18:24 UTC (5+ messages)
` [PATCH] "
[PATCH v2] proc: only bump parent nlink when registering directories
2026-07-06 17:39 UTC (5+ messages)
[RFC] Null Namespaces
2026-07-06 17:10 UTC (8+ messages)
[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
2026-07-06 16:47 UTC (4+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-06 15:51 UTC (8+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-06 15:34 UTC (22+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
` [PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v5 19/21] netfs: Check for too much data being read
` [PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request
iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
2026-07-06 13:15 UTC (4+ messages)
[PATCH] selftests/filesystems: fix missing and stale TARGETS entries
2026-07-06 13:10 UTC (2+ messages)
[PATCH] block: split out a new blk_plug.h helper
2026-07-06 13:09 UTC (7+ messages)
[PATCH] docs: filesystems: porting: fix spelling of returned and instead
2026-07-06 13:07 UTC (2+ messages)
(no subject)
2026-07-06 13:00 UTC (4+ messages)
` [PATCH 3/3] VFS: add vfs_lookup_open()
(no subject)
2026-07-06 12:15 UTC (4+ messages)
`
` d_time and d_fsdata
[PATCH] ntfs: fail attrlist updates when the superblock is inactive
2026-07-06 11:33 UTC (3+ messages)
` [PATCH v2] "
[PATCH] ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()
2026-07-06 11:32 UTC (3+ messages)
[PATCH] ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()
2026-07-06 11:32 UTC (3+ messages)
[PATCH] ntfs: reparse: remove redundant NULL checks before kvfree()
2026-07-06 11:32 UTC (3+ messages)
[PATCH] ntfs: fix hole runlist memory leak in insert range error path
2026-07-06 11:31 UTC (4+ messages)
` [PATCH v2] "
[PATCH] ntfs: avoid calling post_write_mst_fixup() for invalid index_block
2026-07-06 11:31 UTC (3+ messages)
[PATCH v2 3/5] hfsplus: Move long delayed work on system_dfl_long_wq
2026-07-06 10:54 UTC (3+ messages)
` [PATCH v2 4/5] hfs: "
` [PATCH v2 5/5] affs: "
[PATCH] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
2026-07-06 10:43 UTC
[PATCH] hfs: validate catalog CNIDs before instantiating inodes
2026-07-06 9:59 UTC (2+ messages)
` [PATCH v3 RESEND] "
[REGRESSION] tmpfs: flistxattr(fd) small-list slowdown after simple_xattrs rhashtable conversion
2026-07-06 8:53 UTC
[PATCH] Documentation: remove the requirement for LLM attribution
2026-07-06 8:44 UTC (11+ messages)
[RFC PATCH 0/1] minix: unify itree_v1, itree_v2, and itree_common
2026-07-06 8:35 UTC (2+ messages)
` [RFC PATCH 1/1] minix: unify the v1 and v2/v3 itree code paths
[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
2026-07-06 6:29 UTC (2+ messages)
[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
2026-07-06 4:59 UTC (12+ messages)
` [PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model
[PATCH v2] fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()
2026-07-06 4:40 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH] cachefiles,netfs: sunset ondemand mode
2026-07-06 3:04 UTC
[PATCH v4] ntfs: serialize attribute-list replacement with lookups
2026-07-06 2:31 UTC (5+ messages)
[PATCH v2 0/6] Remove __folio_index again
2026-07-06 1:58 UTC (3+ messages)
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
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