messages from 2025-08-31 16:53:11 to 2025-09-01 20:50:50 UTC [more...]
[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 20:50 UTC (12+ messages)
` [PATCH v6 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v6 02/12] mm: constify pagemap related test/getter functions
` [PATCH v6 03/12] mm: constify zone "
` [PATCH v6 04/12] fs: constify mapping related test functions for improved const-correctness
` [PATCH v6 05/12] mm: constify process_shares_mm() "
` [PATCH v6 06/12] mm, s390: constify mapping related test/getter functions
` [PATCH v6 07/12] parisc: constify mmap_upper_limit() parameter
` [PATCH v6 08/12] mm: constify arch_pick_mmap_layout() for improved const-correctness
` [PATCH v6 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v6 10/12] mm: constify various inline functions for improved const-correctness
` [PATCH v6 11/12] mm: constify assert/test functions in mm.h
ETXTBSY window in __fput
2025-09-01 20:22 UTC (17+ messages)
[PATCH v3 00/30] Live Update Orchestrator
2025-09-01 19:02 UTC (11+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH 0/4] btrfs: bs > ps support preparation
2025-09-01 18:10 UTC (7+ messages)
` [PATCH 1/4] btrfs: support all block sizes which is no larger than page size
` [PATCH 2/4] btrfs: cache max and min order inside btrfs_fs_info
` [PATCH 3/4] btrfs: replace single page bio_iter_iovec() usage
` [PATCH 4/4] btrfs: replace bio_for_each_segment usage
[PATCH v4 1/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
2025-09-01 18:02 UTC (2+ messages)
` [PATCH v4 0/1] "
[PATCH] fhandle: use more consistent rules for decoding file handle from userns
2025-09-01 17:47 UTC (6+ messages)
[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
2025-09-01 17:01 UTC (12+ messages)
[PATCH] selftests/fs/mount-notify: Fix compilation failure
2025-09-01 17:17 UTC (3+ messages)
[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 15:55 UTC (51+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness
[PATCH] ceph: cleanup in ceph_alloc_readdir_reply_buffer()
2025-09-01 15:30 UTC (2+ messages)
RWF_DONTCACHE documentation
2025-09-01 14:36 UTC (4+ messages)
` [PATCH v2] man/man2/readv.2: Document RWF_DONTCACHE
[PATCH] hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
2025-09-01 14:21 UTC (3+ messages)
[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
2025-09-01 13:58 UTC (5+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "
` [RFC RESEND v3] "
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-01 13:51 UTC (16+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
[PATCH] rust: file: fix build error
2025-09-01 11:55 UTC (2+ messages)
[PATCHES v2][RFC][CFT] mount-related stuff
2025-09-01 11:50 UTC (33+ messages)
` [PATCH v2 01/63] fs/namespace.c: fix the namespace_sem guard mess
` [PATCH v2 26/63] do_new_mount_rc(): use __free() to deal with dropping mnt on failure
` [PATCH v2 28/63] change calling conventions for lock_mount() et.al
` [PATCH v2 29/63] do_move_mount(): use the parent mount returned by do_lock_mount()
` [PATCH v2 30/63] do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
` [PATCH v2 31/63] graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
` [PATCH v2 51/63] umount_tree(): take all victims out of propagation graph at once
` [PATCH v2 54/63] open_detached_copy(): don't bother with mount_lock_hash()
` [PATCH v2 58/63] copy_mnt_ns(): use guards
` [PATCH v2 61/63] struct mount: relocate MNT_WRITE_HOLD bit
` [59/63] simplify the callers of mnt_unhold_writers()
` [60/63] setup_mnt(): primitive for connecting a mount to filesystem
` [61/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
` [62/63] struct mount: relocate MNT_WRITE_HOLD bit
` [PATCH v2 63/63] WRITE_HOLD machinery: no need for to bump mount_lock seqcount
[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 11:15 UTC (24+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "
` [PATCH v4 06/12] mm/util, s390: add const to pointer parameters "
` [PATCH v4 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v4 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v4 09/12] mm/mm_types: add const to pointer parameters for improved const-correctness
` [PATCH v4 10/12] mm/mm_inline: "
` [PATCH v4 11/12] mm: "
` [PATCH v4 12/12] mm/highmem: "
[PATCH] cramfs: Verify inode mode when loading from disk
2025-09-01 11:13 UTC (2+ messages)
[PATCH 00/12] maple_tree: slub sheaves conversion
2025-09-01 11:09 UTC (13+ messages)
` [PATCH 01/12] maple_tree: Fix check_bulk_rebalance() test locks
` [PATCH 02/12] tools: Add testing support for changes to slab for sheaves
` [PATCH 03/12] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH 04/12] tools/testing: include maple-shared.h in maple.c
` [PATCH 05/12] tools/testing/vma: Implement vm_refcnt reset
` [PATCH 06/12] testing/radix-tree/maple: Hack around kfree_rcu not existing
` [PATCH 07/12] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH 08/12] maple_tree: Replace mt_free_one() with kfree()
` [PATCH 09/12] tools: Add sheaf to slab testing
` [PATCH 10/12] maple_tree: Sheaf conversion and testing
` [PATCH 11/12] maple_tree: Add single node allocation support to maple state
` [PATCH 12/12] maple_tree: Convert forking to use the sheaf interface
[PATCH] fs: remove vfs_ioctl export
2025-09-01 11:08 UTC (3+ messages)
[GIT PULL] fuse fixes for 6.17-rc5
2025-09-01 10:58 UTC (2+ messages)
[PATCH 0/3] xfs: hint based zone allocation improvements
2025-09-01 10:52 UTC (4+ messages)
` [PATCH 1/3] fs: add an enum for number of life time hints
` [PATCH 2/3] xfs: refactor hint based zone allocation
` [PATCH 3/3] xfs: adjust the hint based zone allocation policy
[PATCH v2 03/54] fs: rework iput logic
2025-09-01 10:41 UTC (6+ messages)
` [PATCH] fs: revamp iput()
Kernel Workqueue Lockup on Microchip PolarFire MPFS-250T During mtd-utils integck UBIFS Stress Test
2025-09-01 9:55 UTC
Highmem, large folio, and bvec. What is the proper interface to iterate mp bvecs?
2025-09-01 9:14 UTC
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-09-01 8:22 UTC (10+ messages)
[syzbot] [jfs?] INFO: task hung in deactivate_super (3)
2025-09-01 7:59 UTC (2+ messages)
` [syzbot] [hfs?] "
[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
2025-09-01 7:39 UTC
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-01 6:21 UTC (11+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 4/6] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps
[PATCH v8 0/5] Add support for long task name
2025-09-01 5:28 UTC (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-09-01 2:46 UTC (12+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[RFC PATCH 0/5] 9p: Performance improvements for build workloads
2025-08-31 19:03 UTC (6+ messages)
` [RFC PATCH 1/5] 9p: Cache negative dentries for lookup performance
` [RFC PATCH 2/5] 9p: Introduce option for negative dentry cache retention time
` [RFC PATCH 3/5] 9p: Enable symlink caching in page cache
` [RFC PATCH 4/5] wait: Introduce io_wait_event_killable()
` [RFC PATCH 5/5] 9p: Track 9P RPC waiting time as IO
New September Order. 45296 Sunday, August 31, 2025 at 09:05:05 PM
2025-08-31 19:05 UTC
[PATCH] add documentation for function parameter
2025-08-31 16:53 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).