linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-28 10:37:57 to 2024-08-29 01:47:10 UTC [more...]

[PATCH v14 00/25] nfs/nfsd: add support for LOCALIO
 2024-08-29  1:47 UTC  (29+ messages)
` [PATCH v14 01/25] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
` [PATCH v14 02/25] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
` [PATCH v14 03/25] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v14 04/25] NFSD: Handle @rqstp == NULL in check_nfsd_access()
` [PATCH v14 05/25] NFSD: Refactor nfsd_setuser_and_check_port()
` [PATCH v14 06/25] NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()
  ` [PATCH v14.5 "
` [PATCH v14 07/25] NFSD: Short-circuit fh_verify tracepoints for LOCALIO
` [PATCH v14 08/25] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
` [PATCH v14 09/25] nfsd: add nfsd_file_acquire_local()
` [PATCH v14 10/25] nfsd: add nfsd_serv_try_get and nfsd_serv_put
` [PATCH v14 11/25] SUNRPC: remove call_allocate() BUG_ONs
` [PATCH v14 12/25] SUNRPC: add svcauth_map_clnt_to_svc_cred_local
` [PATCH v14 13/25] SUNRPC: replace program list with program array
` [PATCH v14 14/25] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces
` [PATCH v14 16/25] nfsd: add localio support
` [PATCH v14 17/25] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v14 18/25] nfs: pass struct nfs_localio_ctx to nfs_init_pgio and nfs_init_commit
` [PATCH v14 19/25] nfs: add localio support
` [PATCH v14 20/25] nfs: enable localio for non-pNFS IO
` [PATCH v14 21/25] pnfs/flexfiles: enable localio support
` [PATCH v14 22/25] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v14 23/25] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v14 24/25] nfs: add Documentation/filesystems/nfs/localio.rst
` [PATCH v14 25/25] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst
  ` [PATCH v14.5 "

[RFC PATCH] fs: obtain the inode generation number from vfs directly
 2024-08-29  1:46 UTC  (10+ messages)

[PATCH] cachefiles: fix dentry leak in cachefiles_open_file()
 2024-08-29  1:43 UTC  (7+ messages)

[PATCH -next] zonefs: obtain fs magic from superblock
 2024-08-29  1:28 UTC  (3+ messages)

BUG: WARNING in retire_sysctl_set
 2024-08-29  1:26 UTC  (2+ messages)

RFC: add STATX_DIO_READ_ALIGN
 2024-08-29  1:13 UTC  (10+ messages)
` [PATCH 1/3] fs: reformat the statx definition
` [PATCH 2/3] fs: add STATX_DIO_READ_ALIGN
` [PATCH 3/3] xfs: report the correct read/write dio alignment for reflinked inodes

[PATCH v13 04/19] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
 2024-08-29  0:32 UTC  (5+ messages)

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

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-29  0:25 UTC  (16+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}

[ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
 2024-08-29  0:04 UTC  (5+ messages)

VFS caching of file extents
 2024-08-28 23:46 UTC  (5+ messages)

BUG: general protection fault in put_links
 2024-08-28 23:40 UTC  (3+ messages)

[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 23:27 UTC  (40+ messages)
` [PATCH v12 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v12 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v12 04/39] mman: Add map_shadow_stack() flags
` [PATCH v12 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v12 06/39] arm64/gcs: Document the ABI "
` [PATCH v12 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v12 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v12 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v12 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v12 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v12 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v12 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v12 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v12 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v12 17/39] arm64/hwcap: Add hwcap "
` [PATCH v12 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v12 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v12 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v12 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v12 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v12 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v12 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v12 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v12 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v12 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v12 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v12 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v12 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v12 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v12 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v12 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v12 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v12 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v12 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
 2024-08-28 22:58 UTC  (5+ messages)

[PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super()
 2024-08-28 21:26 UTC  (2+ messages)

[PATCH v2 00/11] fuse: convert to using folios and iomap
 2024-08-28 21:14 UTC  (12+ messages)
` [PATCH v2 01/11] fuse: convert readahead to use folios
` [PATCH v2 02/11] fuse: convert fuse_send_write_pages "
` [PATCH v2 03/11] fuse: convert fuse_fill_write_pages "
` [PATCH v2 04/11] fuse: convert fuse_page_mkwrite "
` [PATCH v2 05/11] fuse: use kiocb_modified in buffered write path
` [PATCH v2 06/11] fuse: use iomap for writeback cache buffered writes
` [PATCH v2 07/11] fuse: convert fuse_do_readpage to use folios
` [PATCH v2 08/11] fuse: convert fuse_writepage_need_send to take a folio
` [PATCH v2 09/11] fuse: use the folio based vmstat helpers
` [PATCH v2 10/11] fuse: convert fuse_retrieve to use folios
` [PATCH v2 11/11] fuse: convert fuse_notify_store "

[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
 2024-08-28 21:02 UTC  (7+ messages)
` [PATCH 1/6] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/6] netfs, cifs: Fix handling of short DIO read
` [PATCH 3/6] cifs: Fix copy offload to flush destination region
` [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
` [PATCH 5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
` [PATCH 6/6] netfs, cifs: Improve some debugging bits

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 17:32 UTC  (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-28 17:25 UTC  (15+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom

[PATCH v3 0/3] fs,mm: add kmem_cache_create_rcu()
 2024-08-28 16:36 UTC  (8+ messages)
` [PATCH v3 1/3] mm: remove unused root_cache argument
` [PATCH v3 2/3] mm: add kmem_cache_create_rcu()
` [PATCH v3 3/3] fs: use kmem_cache_create_rcu()

[PATCH] fuse: Disable the combination of passthrough and writeback cache
 2024-08-28 16:37 UTC  (2+ messages)

[PATCH] vfs: fix race between evice_inodes() and find_inode()&iput()
 2024-08-28 16:36 UTC  (2+ messages)

[PATCH V5] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-28 16:27 UTC  (2+ messages)

fix stale delalloc punching for COW I/O
 2024-08-28 16:18 UTC  (15+ messages)
` [PATCH 01/10] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
` [PATCH 02/10] iomap: improve shared block detection in iomap_unshare_iter
` [PATCH 06/10] iomap: remove the iomap_file_buffered_write_punch_delalloc return value

convert XFS perag lookup to xarrays v2
 2024-08-28 16:10 UTC  (5+ messages)
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c

[PATCH][RESEND] fuse: add simple request tracepoints
 2024-08-28 16:01 UTC  (2+ messages)

[PATCH v5 2/2] fuse: add default_request_timeout and max_request_timeout sysctls
 2024-08-28 15:51 UTC  (3+ messages)

sort out the fallocate mode mess v2
 2024-08-28 15:34 UTC  (8+ messages)
` [PATCH 1/6] block: remove checks for FALLOC_FL_NO_HIDE_STALE
` [PATCH 2/6] ext4: remove tracing "
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess

[PATCH v2 0/3] fs,mm: add kmem_cache_create_rcu()
 2024-08-28 15:32 UTC  (5+ messages)

The mapping->invalidate_lock, copy-offload and cifs
 2024-08-28 15:26 UTC  (2+ messages)

[PATCH v2] writeback: Refine the show_inode_state() macro definition
 2024-08-28 15:08 UTC  (2+ messages)

[PATCH V4] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-28 14:51 UTC  (3+ messages)

[PATCH] fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
 2024-08-28 14:48 UTC  (3+ messages)

[PATCH] netfs: Delete subtree of 'fs/netfs' when netfs module exits
 2024-08-28 13:42 UTC  (7+ messages)

[PATCH 0/2] iomap: flush dirty cache over unwritten mappings on zero range
 2024-08-28 12:35 UTC  (6+ messages)
` [PATCH 2/2] iomap: make zero range flush conditional on unwritten mappings

[PATCH v2] mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-28 11:56 UTC  (3+ messages)

FUSE passthrough: fd lifetime?
 2024-08-28 11:53 UTC  (8+ messages)

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-28 11:38 UTC  (3+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation

[PATCH] fuse: add fast path for fuse_range_is_writeback
 2024-08-28 11:37 UTC  (3+ messages)

[PATCH] affs: Replace one-element array with flexible-array member
 2024-08-28 11:27 UTC  (2+ messages)

[PATCH -next] fs: use LIST_HEAD() to simplify code
 2024-08-28 11:20 UTC  (2+ messages)

[PATCH] fs: remove unused path_put_init()
 2024-08-28 10:59 UTC  (2+ messages)

[PATCH] fs: s/__u32/u32/ for s_fsnotify_mask
 2024-08-28 10:59 UTC  (2+ messages)

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-08-28 10:37 UTC  (3+ messages)
` [PATCH xfstests v1 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v1 2/2] open_by_handle: add tests for u64 mount ID


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