messages from 2024-06-24 08:54:15 to 2024-06-25 18:37:21 UTC [more...]
[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
2024-06-25 18:37 UTC (6+ messages)
` [PATCH 1/4] mm/filemap: Make MAX_PAGECACHE_ORDER acceptable to xarray
` [PATCH 2/4] mm/filemap: Skip to allocate PMD-sized folios if needed
` [PATCH 3/4] mm/readahead: Limit page cache size in page_cache_ra_order()
` [PATCH 4/4] mm/shmem: Disable PMD-sized page cache if needed
[PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
2024-06-25 18:18 UTC (14+ messages)
[PATCH v8 00/10] enable bs > ps in XFS
2024-06-25 18:07 UTC (16+ messages)
` [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v8 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v8 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v8 08/10] xfs: expose block size in stat
` [PATCH v8 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v8 10/10] xfs: enable block size larger than page size support
[PATCH] selftests/proc: fix unused result warning during test compilation
2024-06-25 18:05 UTC (2+ messages)
[PATCH v5] fs: Improve eventpoll logging to stop indicting timerfd
2024-06-25 17:58 UTC (5+ messages)
[PATCH v2 0/2] fat: add support for directories without . and .. entries
2024-06-25 17:51 UTC (3+ messages)
` [PATCH v2 1/2] fat: ignore . and .. subdirs and always add links to dirs
` [PATCH v2 2/2] fat: always use dir_emit_dots and ignore . and .. entries
[PATCH 0/10] mm: Fix various readahead quirks
2024-06-25 17:12 UTC (12+ messages)
` [PATCH 01/10] readahead: Make sure sync readahead reads needed page
` [PATCH 02/10] filemap: Fix page_cache_next_miss() when no hole found
` [PATCH 03/10] readahead: Properly shorten readahead when falling back to do_page_cache_ra()
` [PATCH 04/10] readahead: Drop pointless index from force_page_cache_ra()
` [PATCH 05/10] readahead: Drop index argument of page_cache_async_readahead()
` [PATCH 06/10] readahead: Drop dead code in page_cache_ra_order()
` [PATCH 07/10] readahead: Drop dead code in ondemand_readahead()
` [PATCH 08/10] readahead: Disentangle async and sync readahead
` [PATCH 09/10] readahead: Fold try_context_readahead() into its single caller
` [PATCH 10/10] readahead: Simplify gotos in page_cache_sync_ra()
[PATCH 0/3] fs/file.c: optimize the critical section of
2024-06-25 15:41 UTC (14+ messages)
` [PATCH v2 0/3] fs/file.c: optimize the critical section of file_lock in
` [PATCH v2 1/3] fs/file.c: add fast path in alloc_fd()
` [PATCH v2 2/3] fs/file.c: conditionally clear full_fds
` [PATCH v2 3/3] fs/file.c: remove sanity_check from alloc_fd()
[PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
2024-06-25 15:18 UTC
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-06-25 14:58 UTC (40+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH 0/8] Support foreign mount namespace with statmount/listmount
2024-06-25 15:02 UTC (17+ messages)
` [PATCH 1/8] fs: relax permissions for listmount()
` [PATCH 2/8] fs: relax permissions for statmount()
` [PATCH 3/8] fs: keep an index of current mount namespaces
` [PATCH 4/8] fs: export the mount ns id via statmount
` [PATCH 5/8] fs: Allow listmount() in foreign mount namespace
` [PATCH 6/8] fs: Allow statmount() "
` [PATCH 7/8] fs: add an ioctl to get the mnt ns id from nsfs
` [PATCH 8/8] selftests: add a test for the foreign mnt ns extensions
[PATCH 0/2] statx NULL path support
2024-06-25 14:58 UTC (10+ messages)
` [PATCH 1/2] vfs: add CLASS fd_raw
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-06-25 14:54 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/4] Add the ability to query mount options in statmount
2024-06-25 14:17 UTC (14+ messages)
` [PATCH 1/4] fs: rename show_mnt_opts -> show_vfsmnt_opts
` [PATCH 2/4] fs: add a helper to show all the options for a mount
` [PATCH 3/4] fs: export mount options via statmount()
` [PATCH 4/4] sefltests: extend the statmount test for mount options
[PATCH v2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
2024-06-25 14:16 UTC
[PATCH v3] fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL command
2024-06-25 12:43 UTC (3+ messages)
[PATCH v2] vfs: Shortcut AT_EMPTY_PATH early for statx, and add AT_NO_PATH for statx and fstatat
2024-06-25 10:52 UTC (7+ messages)
[PATCH RFC] mm/readahead: Fix repeat initial_readahead
2024-06-25 10:36 UTC (3+ messages)
[PATCH v1 1/1] revert "iomap: add support for dma aligned direct-io"
2024-06-25 9:55 UTC (2+ messages)
[PATCH v2] vfs: remove redundant smp_mb for thp handling in do_dentry_open
2024-06-25 8:54 UTC (3+ messages)
[PATCH] vfs: Add AT_EMPTY_PATH_NOCHECK as unchecked AT_EMPTY_PATH
2024-06-25 8:05 UTC (4+ messages)
[PATCH v2 00/13] linux system call fixes
2024-06-25 6:11 UTC (11+ messages)
` [PATCH v2 01/13] ftruncate: pass a signed offset
` [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH v2 03/13] sparc: fix old compat_sys_select()
` [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls
` [PATCH v2 05/13] parisc: use correct "
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 07/13] powerpc: restore some missing spu syscalls
` [PATCH v2 08/13] sh: rework sync_file_range ABI
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
Endless calls to xas_split_alloc() due to corrupted xarray entry
2024-06-25 1:10 UTC (7+ messages)
[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
2024-06-24 23:26 UTC (14+ messages)
` [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string
` [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk
` [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile
` [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE "
` [PATCH v6 05/13] selftests/futex: "
` [PATCH v6 06/13] selftests/intel_pstate: "
` [PATCH v6 07/13] selftests/iommu: "
` [PATCH v6 08/13] selftests/kvm: "
` [PATCH v6 09/13] selftests/proc: "
` [PATCH v6 10/13] selftests/resctrl: "
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS
[PATCH v2 1/3] Fix userfaultfd_api to return EINVAL as expected
2024-06-24 22:57 UTC (8+ messages)
` [PATCH v2 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured
[PATCH 00/13] forcealign for xfs
2024-06-24 15:12 UTC (10+ messages)
` [PATCH 07/13] xfs: Introduce FORCEALIGN inode flag
` [PATCH 08/13] xfs: Do not free EOF blocks for forcealign
` [PATCH 10/13] xfs: Unmap blocks according to forcealign
[PATCH v4 00/22] block atomic writes for xfs
2024-06-24 13:58 UTC (6+ messages)
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
[PATCH 00/15] linux system call fixes
2024-06-24 12:52 UTC (10+ messages)
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 09/15] sh: rework sync_file_range ABI
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
[RFC PATCH 00/20] Introduce the famfs shared-memory file system
2024-06-24 12:43 UTC (9+ messages)
[PATCH] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
2024-06-24 11:24 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).