messages from 2024-08-21 09:28:20 to 2024-08-22 03:47:40 UTC [more...]
convert XFS perag lookup to xarrays v2
2024-08-22 3:47 UTC (14+ messages)
` [PATCH 1/5] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 3/5] xfs: simplify tagged perag iteration
` [PATCH 4/5] xfs: convert perag lookup to xarray
` [PATCH 5/5] xfs: use xas_for_each_marked in xfs_reclaim_inodes_count
[PATCH -next] radix tree test suite: Remove usage of the deprecated ida_simple_xx() API
2024-08-22 2:56 UTC (3+ messages)
[PATCH v12 00/24] nfs/nfsd: add support for localio
2024-08-22 2:00 UTC (25+ messages)
` [PATCH v12 05/24] nfsd: fix nfsfh tracepoints to properly handle NULL rqstp
` [PATCH v12 09/24] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v12 12/24] SUNRPC: replace program list with program array
` [PATCH v12 20/24] nfsd: use GC for nfsd_file returned by nfsd_file_acquire_local
` [PATCH v12 22/24] nfs: push localio nfsd_file_put call out to client
` [PATCH v12 24/24] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst
[PATCH v2 00/16] overlayfs: Optimize override/revert creds
2024-08-22 1:25 UTC (17+ messages)
` [PATCH v2 01/16] cred: Add a light version of override/revert_creds()
` [PATCH v2 02/16] fs/backing-file: Convert to revert/override_creds_light()
` [PATCH v2 03/16] fs/overlayfs: Introduce ovl_override_creds_light()
` [PATCH v2 04/16] overlayfs: Document critical override_creds() operations
` [PATCH v2 05/16] overlayfs: Use ovl_override_creds_light()/revert_creds_light()
` [PATCH v2 06/16] cred: Introduce cred_guard() and cred_scoped_guard() helpers
` [PATCH v2 07/16] fs/backing-file: Convert to cred_guard()
` [PATCH v2 08/16] overlayfs/copy_up: "
` [PATCH v2 09/16] overlayfs/dir: "
` [PATCH v2 10/16] overlayfs/file: "
` [PATCH v2 11/16] overlayfs/inode: "
` [PATCH v2 12/16] overlayfs/namei: "
` [PATCH v2 13/16] overlayfs/readdir: "
` [PATCH v2 14/16] overlayfs/xattrs: "
` [PATCH v2 15/16] overlayfs/util: "
` [PATCH v2 16/16] overlayfs: Remove ovl_override_creds_light()
[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
2024-08-22 1:15 UTC (40+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v11 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list
[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
2024-08-22 1:13 UTC (6+ messages)
` [PATCH 1/2] fs/dcache: introduce d_alloc_parallel_check_existing
[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-22 0:41 UTC (14+ messages)
` [PATCH 1/3] don't duplicate vfs_open() in kernel_file_open()
` [PATCH 2/3] lift grabbing path into caller of do_dentry_open()
` [PATCH 3/3] avoid extra path_get/path_put cycle in path_openat()
[PATCHES] [drm] file descriptor fixes
2024-08-22 0:29 UTC (5+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()
` [PATCH 2/4] amdgpu: fix a race in kfd_mem_export_dmabuf()
[PATCHES] fdtable series v2
2024-08-22 0:22 UTC (13+ messages)
` [PATCH 01/12] close_range(): fix the logics in descriptor table trimming
` [PATCH 02/12] get rid of ...lookup...fdget_rcu() family
` [PATCH 03/12] remove pointless includes of <linux/fdtable.h>
` [PATCH 04/12] close_files(): don't bother with xchg()
` [PATCH 05/12] move close_range(2) into fs/file.c, fold __close_range() into it
` [PATCH 06/12] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
` [PATCH 07/12] fs/file.c: conditionally clear full_fds
` [PATCH 08/12] fs/file.c: add fast path in find_next_fd()
` [PATCH 09/12] alloc_fdtable(): change calling conventions
` [PATCH 10/12] file.c: merge __{set,clear}_close_on_exec()
` [PATCH 11/12] make __set_open_fd() set cloexec state as well
` [PATCH 12/12] expand_files(): simplify calling conventions
[viro-vfs:work.fdtable 13/13] kernel/fork.c:3242 unshare_fd() warn: passing a valid pointer to 'PTR_ERR'
2024-08-22 0:15 UTC (5+ messages)
[RFC] more close_range() fun
2024-08-22 0:00 UTC (9+ messages)
[PATCH] fuse: Add open-gettr for fuse-file-open
2024-08-21 23:48 UTC (8+ messages)
[PATCH RFC v2 0/6] inode: turn i_state into u32
2024-08-21 23:34 UTC (16+ messages)
` [PATCH RFC v2 1/6] fs: add i_state helpers
` [PATCH RFC v2 2/6] fs: reorder i_state bits
` [PATCH RFC v2 3/6] writeback: port __I_SYNC to var event
` [PATCH RFC v2 4/6] inode: port __I_NEW "
` [PATCH RFC v2 5/6] inode: port __I_LRU_ISOLATING "
` [PATCH RFC v2 6/6] inode: make i_state a u32
[PATCH v2 0/9] fuse: writeback clean up / refactoring
2024-08-21 23:22 UTC (10+ messages)
` [PATCH v2 1/9] fuse: drop unused fuse_mount arg in fuse_writepage_finish()
` [PATCH v2 2/9] fuse: refactor finished writeback stats updates into helper function
` [PATCH v2 3/9] fuse: update stats for pages in dropped aux writeback list
` [PATCH v2 4/9] fuse: clean up error handling in fuse_writepages()
` [PATCH v2 5/9] fuse: move initialization of fuse_file to fuse_writepages() instead of in callback
` [PATCH v2 6/9] fuse: convert fuse_writepages_fill() to use a folio for its tmp page
` [PATCH v2 7/9] fuse: move folio_start_writeback to after the allocations in fuse_writepage_locked()
` [PATCH v2 8/9] fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_locked()
` [PATCH v2 9/9] fuse: tidy up error paths "
[syzbot] [bcachefs?] [jfs?] kernel BUG in vfs_get_tree
2024-08-21 21:35 UTC
[PATCH v4 0/2] fuse: add timeout option for requests
2024-08-21 21:22 UTC (10+ messages)
` [PATCH v4 1/2] fuse: add optional kernel-enforced timeout "
[PATCH 1/2] fuse: drop unused fuse_mount arg in fuse_writepage_finish
2024-08-21 20:22 UTC (5+ messages)
` [PATCH 2/2] fuse: update stats for pages in dropped aux writeback list
[PATCH 00/10] Simplify the page flags a little
2024-08-21 19:34 UTC (11+ messages)
` [PATCH 01/10] mm: Remove PageActive
` [PATCH 02/10] mm: Remove PageSwapBacked
` [PATCH 03/10] mm: Remove PageReadahead
` [PATCH 04/10] mm: Remove PageSwapCache
` [PATCH 05/10] mm: Remove PageUnevictable
` [PATCH 06/10] mm: Remove PageMlocked
` [PATCH 07/10] mm: Remove PageOwnerPriv1
` [PATCH 08/10] mm: Remove page_has_private()
` [PATCH 09/10] mm: Rename PG_mappedtodisk to PG_owner_2
` [PATCH 10/10] x86: Remove PG_uncached
[PATCH fstests v2] generic/755: test that inode's ctime is updated on unlink
2024-08-21 19:07 UTC (3+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 18:41 UTC (24+ messages)
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
2024-08-21 18:29 UTC (3+ messages)
` [syzbot] "
[RFC] fuse: do not generate interrupt requests for fatal signals
2024-08-21 17:38 UTC (6+ messages)
[PATCH v5 0/7] block atomic writes for xfs
2024-08-21 17:11 UTC (11+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 5/7] xfs: Support atomic write for statx
` [PATCH v5 6/7] xfs: Validate atomic writes
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
ANNOUNCE: nfs-utils-2.7.1 released
2024-08-21 17:02 UTC
[PATCH] fuse: use unsigned type for getxattr/listxattr size truncation
2024-08-21 16:33 UTC (2+ messages)
[PATCH v3 1/2] fs: Fix file_set_fowner LSM hook inconsistencies
2024-08-21 16:32 UTC (3+ messages)
` [PATCH v3 2/2] security: Update file_set_fowner documentation
sort out the fallocate mode mess
2024-08-21 16:11 UTC (9+ messages)
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess
` [PATCH 6/6] xfs: refactor xfs_file_fallocate
[PATCH v2] fs/exfat: add NFS export support
2024-08-21 14:08 UTC (2+ messages)
[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
2024-08-21 12:37 UTC (12+ messages)
` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM
[RFC PATCH 1/1] fs: ext4: Don't use CMA for buffer_head
2024-08-21 11:22 UTC
[PATCH v7 0/8] filtering and snapshots of a block devices
2024-08-21 9:27 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;
as well as URLs for NNTP newsgroup(s).