messages from 2025-05-08 01:50:52 to 2025-05-09 16:12:06 UTC [more...]
[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
2025-05-09 16:12 UTC (19+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 02/12] locking/rtmutex: Move max_lock_depth into rtmutex.c
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c
` [PATCH 05/12] parisc/power: Move soft-power into power.c
` [PATCH 06/12] fork: mv threads-max into kernel/fork.c
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 08/12] sysctl: Move tainted ctl_table into kernel/panic.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c
` [PATCH 10/12] sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
` [PATCH 11/12] sysctl: Remove (very) old file changelog
` [PATCH 12/12] sysctl: Remove superfluous includes from kernel/sysctl.c
[viro-vfs:untested.securityfs 6/8] security/integrity/ima/ima_fs.c:524:27: error: 'ima_policy' undeclared; did you mean 'vma_policy'?
2025-05-09 16:11 UTC (2+ messages)
[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
2025-05-09 16:05 UTC (21+ messages)
` [PATCH v3 1/3] fs: fuse: add const qualifier to fuse_ctl_file_conn_get()
` [PATCH v3 2/3] fs: fuse: add backing_files control file
` [PATCH v3 3/3] fs: fuse: add more information to fdinfo
[PATCH v5 0/9] coredump: add coredump socket
2025-05-09 15:46 UTC (12+ messages)
` [PATCH v5 1/9] coredump: massage format_corname()
` [PATCH v5 2/9] coredump: massage do_coredump()
` [PATCH v5 3/9] coredump: reflow dump helpers a little
` [PATCH v5 4/9] coredump: add coredump socket
` [PATCH v5 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v5 6/9] coredump: show supported coredump modes
` [PATCH v5 7/9] coredump: validate socket name as it is written
` [PATCH v5 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
` [PATCH v5 9/9] selftests/coredump: add tests for AF_UNIX coredumps
[PATCH V4] fs/fuse: fix race between concurrent setattr from multiple nodes
2025-05-09 14:42 UTC (2+ messages)
Inquiry
2025-05-09 13:55 UTC
[RFC PATCH v4 0/5] Readahead tweaks for larger folios
2025-05-09 13:52 UTC (8+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory
[PATCH 0/5] filesystems selftests cleanups
2025-05-09 13:34 UTC (27+ messages)
` [PATCH 1/5] selftests/filesystems: move wrapper.h out of overlayfs subdir
` [PATCH 2/5] selftests/fs/statmount: build with tools include dir
` [PATCH 3/5] selftests/fs/mount-notify: "
` [PATCH 4/5] selftests/filesystems: create get_unique_mnt_id() helper
` [PATCH 5/5] selftests/filesystems: create setup_userns() helper
[PATCH v2 0/8] filesystems selftests cleanups and fanotify test
2025-05-09 13:32 UTC (9+ messages)
` [PATCH v2 1/8] selftests/filesystems: move wrapper.h out of overlayfs subdir
` [PATCH v2 2/8] selftests/fs/statmount: build with tools include dir
` [PATCH v2 3/8] selftests/pidfd: move syscall definitions into wrappers.h
` [PATCH v2 4/8] selftests/mount_settattr: remove duplicate syscall definitions
` [PATCH v2 5/8] selftests/fs/mount-notify: build with tools include dir
` [PATCH v2 6/8] selftests/filesystems: create get_unique_mnt_id() helper
` [PATCH v2 7/8] selftests/filesystems: create setup_userns() helper
` [PATCH v2 8/8] selftests/fs/mount-notify: add a test variant running inside userns
[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-05-09 12:35 UTC (13+ messages)
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
[PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-09 12:13 UTC (4+ messages)
` [PATCH v2 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH v2 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH v2 3/3] mm/vma: remove mmap() retry merge
[BUG] propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
2025-05-09 11:06 UTC (4+ messages)
[RFC] move_mount(2): still breakage around new mount detection
2025-05-09 11:06 UTC (17+ messages)
` more breakage there (was Re: [RFC] move_mount(2): still breakage around new mount detection)
` [PATCH 1/4] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
` [PATCH 2/4] do_umount(): add missing barrier before refcount checks in sync case
` [PATCH 3/4] do_move_mount(): don't leak MNTNS_PROPAGATING on failures
` reproducer for "do_move_mount(): don't leak MNTNS_PROPAGATING on failures"
` [PATCH 4/4] fix IS_MNT_PROPAGATING uses
` reproducer for "fix IS_MNT_PROPAGATING uses"
[PATCH 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-09 10:59 UTC (13+ messages)
` [PATCH 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH 3/3] mm/vma: remove mmap() retry merge
[PATCH][CFT][RFC] clone_mnt(): simplify the propagation-related logics
2025-05-09 10:45 UTC (2+ messages)
[PATCH v2 1/4] fs: add owner of freeze/thaw
2025-05-09 10:38 UTC (4+ messages)
` [PATCH] fs: allow nesting with FREEZE_EXCL
[PATCH] fs: use writeback_iter directly in mpage_writepages
2025-05-09 10:37 UTC (2+ messages)
[PATCH v2 0/6] iomap: misc buffered write path cleanups and prep
2025-05-09 10:36 UTC (2+ messages)
[PATCH] pidfs: detect refcount bugs
2025-05-09 10:34 UTC (3+ messages)
[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
2025-05-09 10:33 UTC (4+ messages)
[PATCH v4 04/11] net: reserve prefix
2025-05-09 8:07 UTC (6+ messages)
[PATCH v3 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
2025-05-09 7:34 UTC (12+ messages)
` [PATCH v3 1/7] ext4: Document an edge case for overwrites
` [PATCH v3 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v3 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v3 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v3 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v3 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v3 7/7] ext4: Add atomic block write documentation
[PATCH v2 0/3] fuse: Expose more information of fuse backing files to userspace
2025-05-09 6:33 UTC (7+ messages)
` [PATCH v2 1/3] fs: fuse: add const qualifier to fuse_ctl_file_conn_get()
` [PATCH v2 2/3] fs: fuse: add backing_files control file
` [PATCH v2 3/3] fs: fuse: add more information to fdinfo
[GIT PULL] bcachefs fixes for 6.15-rc6
2025-05-08 21:41 UTC (2+ messages)
[PATCH v2 0/2] User namespace aware fanotify
2025-05-08 20:46 UTC (3+ messages)
[PATCH 0/2] Tests for AT_HANDLE_CONNECTABLE
2025-05-08 20:38 UTC (4+ messages)
` [PATCH 2/2] open_by_handle: add a test for connectable file handles
[PATCH v2 0/9] support ksm_stat showing at cgroup level
2025-05-08 18:56 UTC (3+ messages)
[RFC] gfs2: Do not call iomap_zero_range beyond eof
2025-05-08 16:36 UTC (8+ messages)
[PATCH V3 0/7] f2fs: new mount API conversion
2025-05-08 15:59 UTC (18+ messages)
` [PATCH V3 1/7] f2fs: Add fs parameter specifications for mount options
` [PATCH V3 2/7] f2fs: move the option parser into handle_mount_opt
` [PATCH V3 3/7] f2fs: Allow sbi to be NULL in f2fs_printk
` [PATCH V3 4/7] f2fs: Add f2fs_fs_context to record the mount options
` [PATCH V3 5/7] f2fs: separate the options parsing and options checking
` [PATCH V3 6/7] f2fs: introduce fs_context_operation structure
` [PATCH V3 7/7] f2fs: switch to the new mount api
[RFC PATCH 00/19] famfs: port into fuse
2025-05-08 15:56 UTC (8+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
bad things when too many negative dentries in a directory
2025-05-08 15:45 UTC (3+ messages)
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2025-05-08 15:06 UTC (9+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
` The "make headers" requirement, revisited: "
[PATCH v3 0/3] Add support for long task name
2025-05-08 14:02 UTC (12+ messages)
` [PATCH v3 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v3 3/3] exec: Add support for 64 byte 'tsk->real_comm'
[PATCH] hfs: export dbg_flags in debugfs
2025-05-08 13:26 UTC (2+ messages)
add more bio helpers v3
2025-05-08 13:23 UTC (6+ messages)
` [PATCH 02/19] block: add a bdev_rw_virt helper
[viro-vfs:work.mount 21/24] fs/namespace.c:2783: warning: Function parameter or struct member 'pinned' not described in 'do_lock_mount'
2025-05-08 10:03 UTC
[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
2025-05-08 9:29 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
2025-05-08 6:37 UTC (5+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
[PATCH v2] fs: Remove redundant errseq_set call in mark_buffer_write_io_error
2025-05-08 5:02 UTC (2+ messages)
[PATCH][next] fanotify: Avoid a couple of -Wflex-array-member-not-at-end warnings
2025-05-08 4:30 UTC (2+ messages)
[PATCH 0/7 V2] f2fs: new mount API conversion
2025-05-08 3:29 UTC (7+ messages)
` [PATCH 2/7] f2fs: move the option parser into handle_mount_opt
performance r nfsd with RWF_DONTCACHE and larger wsizes
2025-05-08 2:05 UTC (8+ messages)
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).