messages from 2024-08-05 01:29:20 to 2024-08-06 19:02:41 UTC [more...]
[GIT PULL] sysctl changes for v6.11-rc1
2024-08-06 19:02 UTC (3+ messages)
[PATCH v3 00/14] forcealign for xfs
2024-08-06 19:02 UTC (11+ messages)
` [PATCH v3 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 03/14] xfs: simplify extent allocation alignment
` [PATCH v3 04/14] xfs: make EOF allocation simpler
` [PATCH v3 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 08/14] xfs: Update xfs_inode_alloc_unitsize() for forcealign
[PATCH v2 00/13] forcealign for xfs
2024-08-06 18:58 UTC (3+ messages)
` [PATCH v2 04/13] xfs: make EOF allocation simpler
[PATCHSET][RFC] struct fd and memory safety
2024-08-06 18:56 UTC (3+ messages)
[PATCH v2 0/2] fuse: add timeout option for requests
2024-08-06 18:37 UTC (31+ messages)
` [PATCH v2 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v2 2/2] fuse: add default_request_timeout and max_request_timeout sysctls
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-06 18:33 UTC (2+ messages)
[PATCH] vfs: dodge smp_mb in break_lease and break_deleg in the common case
2024-08-06 18:12 UTC (2+ messages)
[PATCH v13] mm: report per-page metadata information
2024-08-06 17:59 UTC (6+ messages)
[PATCH v5 0/9] Improve the copy of task comm
2024-08-06 17:28 UTC
[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
2024-08-06 17:16 UTC (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
[PATCH RFC 0/6] proc: restrict overmounting of ephemeral entities
2024-08-06 17:06 UTC (8+ messages)
` [PATCH RFC 1/6] proc: proc_readfd() -> proc_fd_iterate_shared()
` [PATCH RFC 2/6] proc: proc_readfdinfo() -> proc_fdinfo_iterate_shared()
` [PATCH RFC 3/6] proc: add proc_splice_unmountable()
` [PATCH RFC 4/6] proc: block mounting on top of /proc/<pid>/map_files/*
` [PATCH RFC 5/6] proc: block mounting on top of /proc/<pid>/fd/*
` [PATCH RFC 6/6] proc: block mounting on top of /proc/<pid>/fdinfo/*
[PATCH] fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
2024-08-06 17:01 UTC (16+ messages)
[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-06 16:42 UTC (4+ messages)
[PATCH v2] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-06 16:32 UTC
[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-06 16:14 UTC (4+ messages)
[PATCH v4 bpf-next 0/3] bpf: introduce new VFS based BPF kfuncs
2024-08-06 16:07 UTC (4+ messages)
` [PATCH v4 bpf-next 1/3] "
[PATCH v1 00/11] mm: replace follow_page() by folio_walk
2024-08-06 15:36 UTC (9+ messages)
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
[PATCH 1/2] netfs: Revert "netfs: Switch debug logging to pr_debug()"
2024-08-06 15:35 UTC (2+ messages)
[PATCH v2] fuse: Allow page aligned writes
2024-08-06 15:33 UTC (3+ messages)
bcachefs mount issue
2024-08-06 15:26 UTC (5+ messages)
[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
2024-08-06 15:23 UTC (7+ messages)
` [PATCH v2 01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [PATCH v2 02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [PATCH v2 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
[PATCH] fs: Add a new flag RWF_IOWAIT for preadv2(2)
2024-08-06 15:08 UTC (10+ messages)
[PATCH v4 00/29] arm64: Permission Overlay Extension
2024-08-06 15:00 UTC (17+ messages)
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 18/29] arm64: add POE signal support
[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
2024-08-06 14:26 UTC
[PATCH v5 3/3] fs/file.c: add fast path in find_next_fd()
2024-08-06 13:48 UTC (2+ messages)
[PATCH v5 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
2024-08-06 13:44 UTC (2+ messages)
[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
2024-08-06 13:43 UTC (21+ messages)
` [PATCH 01/10] guestmemfs: Introduce filesystem skeleton
` [PATCH 02/10] guestmemfs: add inode store, files and dirs
` [PATCH 03/10] guestmemfs: add persistent data block allocator
` [PATCH 04/10] guestmemfs: support file truncation
` [PATCH 05/10] guestmemfs: add file mmap callback
` [PATCH 06/10] kexec/kho: Add addr flag to not initialise memory
` [PATCH 07/10] guestmemfs: Persist filesystem metadata via KHO
` [PATCH 08/10] guestmemfs: Block modifications when serialised
` [PATCH 09/10] guestmemfs: Add documentation and usage instructions
` [PATCH 10/10] MAINTAINERS: Add maintainers for guestmemfs
[PATCH net] eventpoll: Annotate data-race of busy_poll_usecs
2024-08-06 12:33 UTC
[PATCH RFC 0/4] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-06 11:36 UTC (12+ messages)
` [PATCH RFC 3/4] lockref: rework CMPXCHG_LOOP to handle contention better
[PATCH] ext4: don't set SB_RDONLY after filesystem errors
2024-08-06 10:50 UTC (2+ messages)
[PATCH] fs/namespace.c: Fix typo in comment
2024-08-06 10:48 UTC (2+ messages)
Are jump labels broken on 6.11-rc1?
2024-08-06 10:38 UTC (10+ messages)
[PATCH v8 0/8] File abstractions needed by Rust Binder
2024-08-06 8:48 UTC (4+ messages)
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`
[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
2024-08-06 7:38 UTC (5+ messages)
[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
2024-08-06 7:06 UTC (12+ messages)
` [PATCH] exec: drop a racy path_noexec check
[PATCH V6] squashfs: Add symlink size check in squash_read_inode
2024-08-06 6:58 UTC (12+ messages)
` [PATCH V7] "
[PATCH v3 0/2] binfmt_elf, coredump: Log the reason of the failed core dumps
2024-08-06 4:33 UTC (2+ messages)
[PATCH v5 0/9] Improve the copy of task comm
2024-08-06 3:50 UTC (5+ messages)
[PATCH] vfs: Don't evict inode under the inode lru traversing context
2024-08-06 3:48 UTC (5+ messages)
[PATCH v2] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-05 21:27 UTC (6+ messages)
` [RFC PATCH] piped/ptraced coredump (was: Dump smaller VMAs first in ELF cores)
[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-05 20:34 UTC (6+ messages)
[RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
2024-08-05 18:35 UTC (12+ messages)
[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
2024-08-05 15:48 UTC (9+ messages)
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits
[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
2024-08-05 15:34 UTC (9+ messages)
` [PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
` [PATCH] netfs: Set NETFS_RREQ_WRITE_TO_CACHE when caching is possible
[PATCH v11 00/10] enable bs > ps in XFS
2024-08-05 13:24 UTC (5+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support
[PATCH] file: remove outdated comment after close_fd()
2024-08-05 13:21 UTC (2+ messages)
[PATCH 00/10] fanotify: add pre-content hooks
2024-08-05 12:13 UTC (13+ messages)
` [PATCH 05/10] fanotify: introduce FAN_PRE_MODIFY permission event
` [PATCH 06/10] fanotify: pass optional file access range in pre-content event
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault
[PATCH v3] exfat: move extend valid_size into ->page_mkwrite()
2024-08-05 10:48 UTC
[PATCH v2 0/3] ida: Remove the ida_simple_xxx() API
2024-08-05 10:29 UTC (4+ messages)
` [PATCH v2 1/3] idr test suite: Remove usage of the deprecated ida_simple_xx() API
` [PATCH v2 2/3] ida: Remove the ida_simple_xxx() API
` [PATCH v2 3/3] nvmem: Update a comment related to struct nvmem_config
[PATCH v2 2/2] lib/htree: Modified Documentation/core-api/htree.rst
2024-08-05 10:01 UTC
[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
2024-08-05 9:39 UTC (7+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables
` [PATCH v2 2/6] bpf: Constify ctl_table argument of filter function
` [PATCH v2 3/6] sysctl: move internal interfaces to const struct ctl_table
` [PATCH v2 4/6] sysctl: allow registration of "
` [PATCH v2 5/6] sysctl: make internal ctl_tables const
` [PATCH v2 6/6] const_structs.checkpatch: add ctl_table
[sysctl:sysctl-testing] [sysctl] 9f1a3a2fce: sysctl_could_not_get_directory
2024-08-05 7:24 UTC
[PATCH -next] fs: mounts: Remove unused declaration mnt_cursor_del()
2024-08-05 7:04 UTC (2+ messages)
[PATCH 0/3] fs/file.c: optimize the critical section of
2024-08-05 6:56 UTC (7+ messages)
` [PATCH v5 0/3] fs/file.c: optimize the critical section of file_lock in
[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs
2024-08-05 1:29 UTC (2+ 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