linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 00:20:14 to 2024-08-22 15:13:30 UTC [more...]

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-22 15:11 UTC  (30+ messages)
` [PATCH v5 01/30] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
` [PATCH v5 02/30] x86/mm: "
` [PATCH v5 03/30] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 05/30] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 07/30] KVM: arm64: Save/restore POE registers
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 09/30] KVM: arm64: use `at s1e1a` for POE
` [PATCH v5 10/30] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 11/30] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v5 12/30] arm64: re-order MTE VM_ flags
` [PATCH v5 13/30] arm64: add POIndex defines
` [PATCH v5 14/30] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v5 15/30] arm64: mask out POIndex when modifying a PTE
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
` [PATCH v5 17/30] arm64: add pte_access_permitted_no_overlay()
` [PATCH v5 18/30] arm64: implement PKEYS support
` [PATCH v5 19/30] arm64: add POE signal support
` [PATCH v5 20/30] arm64/ptrace: add support for FEAT_POE
` [PATCH v5 21/30] arm64: enable POE and PIE to coexist
` [PATCH v5 22/30] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v5 23/30] arm64: add Permission Overlay Extension Kconfig
` [PATCH v5 24/30] kselftest/arm64: move get_header()
` [PATCH v5 25/30] selftests: mm: move fpregs printing
` [PATCH v5 26/30] selftests: mm: make protection_keys test work on arm64
` [PATCH v5 27/30] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v5 28/30] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v5 29/30] kselftest/arm64: Add test case for POR_EL0 signal frame records

[PATCH] fs: switch f_iocb_flags and f_version
 2024-08-22 15:10 UTC  (3+ messages)

[PATCH v12 00/24] nfs/nfsd: add support for localio
 2024-08-22 15:07 UTC  (10+ messages)
` [PATCH v12 05/24] nfsd: fix nfsfh tracepoints to properly handle NULL rqstp

[PATCH 0/2] iomap: flush dirty cache over unwritten mappings on zero range
 2024-08-22 14:59 UTC  (3+ messages)
` [PATCH 1/2] iomap: fix handling of dirty folios over unwritten extents
` [PATCH 2/2] iomap: make zero range flush conditional on unwritten mappings

[PATCHES] [drm] file descriptor fixes
 2024-08-22 14:41 UTC  (6+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()
  ` [PATCH 2/4] amdgpu: fix a race in kfd_mem_export_dmabuf()

[PATCH] fuse: check aborted connection before adding requests to pending list for resending
 2024-08-22 14:29 UTC  (2+ messages)

[PATCH] ufs: Remove redundant inode number check from ufs_nfs_get_inode
 2024-08-22 14:26 UTC 

[REGRESSION] fuse: copy_file_range() fails with EIO
 2024-08-22 14:14 UTC  (15+ messages)
  ` [PATCH 3/3] fuse: use folio_end_read

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-22 13:50 UTC  (11+ messages)
` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v13 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v13 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v13 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v13 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v13 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v13 08/10] xfs: expose block size in stat
` [PATCH v13 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v13 10/10] xfs: enable block size larger than page size support

[PATCH] fuse: add fast path for fuse_range_is_writeback
 2024-08-22 13:42 UTC  (2+ messages)

[PATCH 01/10] mm: Remove PageActive
 2024-08-22 13:22 UTC  (2+ messages)

[PATCH RFC v2 0/6] inode: turn i_state into u32
 2024-08-22 12:46 UTC  (14+ messages)
` [PATCH RFC v2 1/6] fs: add i_state helpers
` [PATCH RFC v2 5/6] inode: port __I_LRU_ISOLATING to var event
` [PATCH RFC v2 6/6] inode: make i_state a u32

[fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
 2024-08-22 12:41 UTC 

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22 11:31 UTC  (47+ 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 v2 00/16] overlayfs: Optimize override/revert creds
 2024-08-22 11:06 UTC  (23+ 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 1/2] fuse: drop unused fuse_mount arg in fuse_writepage_finish
 2024-08-22 10:54 UTC  (6+ messages)
` [PATCH 2/2] fuse: update stats for pages in dropped aux writeback list

[PATCH v4 0/2] fuse: add timeout option for requests
 2024-08-22 10:52 UTC  (8+ messages)
` [PATCH v4 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-22 10:21 UTC  (18+ 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()

[PATCH v2 0/9] fuse: writeback clean up / refactoring
 2024-08-22  9:59 UTC  (8+ messages)
` [PATCH v2 5/9] fuse: move initialization of fuse_file to fuse_writepages() instead of in callback
` [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 "

[PATCH] MAINTAINERS: add the VFS git tree
 2024-08-22  9:52 UTC  (2+ messages)

[PATCH] fs: s/__u32/u32/ for s_fsnotify_mask
 2024-08-22  9:30 UTC 

[PATCH] fs: remove unused path_put_init()
 2024-08-22  9:28 UTC 

[PATCH v1] mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-22  9:12 UTC  (2+ messages)

[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
 2024-08-22  9:09 UTC  (11+ messages)
        ` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM

[syzbot] [squashfs?] possible deadlock in fsnotify_destroy_mark
 2024-08-22  8:32 UTC 

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-22  7:13 UTC  (18+ messages)
` [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO
` [PATCH v2 02/17] vdso: Clean header inclusion in getrandom
` [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
` [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long
` [PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE
` [PATCH v2 09/17] powerpc/vdso32: Add crtsavres
` [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation
` [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config
` [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources
` [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function
` [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha
` [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic
` [PATCH v2 17/17] selftests: vdso: Add support for vdso_test_random for powerpc

[viro-vfs:work.fdtable 13/13] kernel/fork.c:3242 unshare_fd() warn: passing a valid pointer to 'PTR_ERR'
 2024-08-22  4:12 UTC  (6+ messages)

convert XFS perag lookup to xarrays v2
 2024-08-22  3:47 UTC  (10+ 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 4/5] xfs: convert perag lookup to xarray

[PATCH -next] radix tree test suite: Remove usage of the deprecated ida_simple_xx() API
 2024-08-22  2:56 UTC  (3+ messages)

[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

[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


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).