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

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-09-02  9:19 UTC  (4+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables

[PATCH RFC 0/8] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-09-02  9:09 UTC  (11+ messages)
` [PATCH RFC 1/8] uaccess: add copy_struct_to_user helper
` [PATCH RFC 2/8] sched_getattr: port to copy_struct_to_user
` [PATCH RFC 3/8] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
` [PATCH RFC 4/8] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC 5/8] clone3: "
` [PATCH RFC 6/8] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC 7/8] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC 8/8] selftests: clone3: "

[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
 2024-09-02  9:09 UTC  (18+ messages)

[PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-09-02  8:52 UTC  (10+ messages)
` [PATCH 1/2 v2] "

[PATCH v9 0/8] File abstractions needed by Rust Binder
 2024-09-02  8:33 UTC  (3+ messages)

BUG: general protection fault in put_links
 2024-09-02  7:34 UTC  (4+ messages)

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-02  7:17 UTC  (2+ messages)

[syzbot] [fs?] [mm?] INFO: task hung in page_cache_ra_unbounded (2)
 2024-09-02  6:24 UTC  (2+ messages)

[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
 2024-09-02  5:28 UTC  (3+ messages)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-09-02  5:18 UTC  (4+ messages)
  ` [PATCH v4 1/5] fs, block: refactor enum rw_hint

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

[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
 2024-09-01 23:41 UTC  (4+ messages)
` [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
  ` (subset) "

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-09-01 20:42 UTC  (10+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}

[PATCH RFC 00/20] file: remove f_version
 2024-09-01 19:36 UTC  (23+ messages)
` [PATCH RFC 01/20] file: remove pointless comment
` [PATCH RFC 02/20] adi: remove unused f_version
` [PATCH RFC 03/20] ceph: "
` [PATCH RFC 04/20] s390: "
` [PATCH RFC 05/20] fs: add vfs_setpos_cookie()
` [PATCH RFC 06/20] fs: add must_set_pos()
` [PATCH RFC 07/20] fs: use must_set_pos()
` [PATCH RFC 08/20] fs: add generic_llseek_cookie()
` [PATCH RFC 09/20] affs: store cookie in private data
` [PATCH RFC 10/20] ext2: "
` [PATCH RFC 11/20] ext4: "
` [PATCH RFC 12/20] input: remove f_version abuse
` [PATCH RFC 13/20] ocfs2: store cookie in private data
` [PATCH RFC 14/20] proc: "
` [PATCH RFC 15/20] udf: "
` [PATCH RFC 16/20] ufs: "
` [PATCH RFC 17/20] ubifs: "
` [PATCH RFC 18/20] fs: add f_pipe
` [PATCH RFC 19/20] pipe: use f_pipe
` [PATCH RFC 20/20] fs: remove f_version

[PATCH 5.15 056/215] binfmt_misc: cleanup on filesystem umount
 2024-09-01 16:16 UTC 

[PATCH 5.10 041/151] binfmt_misc: cleanup on filesystem umount
 2024-09-01 16:16 UTC 

[PATCH 6.1 34/71] mm: Fix missing folio invalidation calls during truncation
 2024-09-01 16:17 UTC 

[PATCH 5.4 036/134] binfmt_misc: cleanup on filesystem umount
 2024-09-01 16:16 UTC 

[PATCH 6.10 014/149] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-09-01 16:16 UTC  (7+ messages)
` [PATCH 6.10 065/149] mm: Fix missing folio invalidation calls during truncation
` [PATCH 6.10 066/149] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 6.10 067/149] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 6.10 068/149] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 6.10 069/149] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6.10 070/149] netfs: Fix interaction of streaming writes with zero-point tracker

[PATCH 6.6 39/93] mm: Fix missing folio invalidation calls during truncation
 2024-09-01 16:16 UTC 

[PATCH 4.19 21/98] binfmt_misc: cleanup on filesystem umount
 2024-09-01 16:15 UTC 

[PATCH] dax: Remove an unused field in struct dax_operations
 2024-09-01 15:17 UTC 

[PATCH RFC v3 00/17] fuse: fuse-over-io-uring
 2024-09-01 13:37 UTC  (18+ messages)
` [PATCH RFC v3 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v3 02/17] fuse: Move fuse_get_dev to header file
` [PATCH RFC v3 03/17] fuse: Move request bits
` [PATCH RFC v3 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v3 05/17] fuse: Add a uring config ioctl
` [PATCH RFC v3 06/17] fuse: Add the queue configuration ioctl
` [PATCH RFC v3 07/17] fuse: {uring} Add a dev_release exception for fuse-over-io-uring
` [PATCH RFC v3 08/17] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v3 09/17] fuse: Make fuse_copy non static
` [PATCH RFC v3 10/17] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v3 11/17] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v3 12/17] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v3 13/17] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v3 14/17] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v3 15/17] ate: 2024-08-30 15:43:32 +0100
` [PATCH RFC v3 16/17] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v3 17/17] fuse: {uring} Pin the user buffer

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-09-01 12:57 UTC  (5+ 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

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-09-01 12:07 UTC  (28+ messages)
` [PATCH RFC v2 11/19] fuse: Add support to copy from/to the ring buffer
` [PATCH RFC v2 15/19] export __wake_on_current_cpu

[PATCH v3 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-01 11:17 UTC  (12+ messages)
` [PATCH v3 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v3 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v3 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v3 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32
` [PATCH v3 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC64

[PATCH] inotify: set ret in inotify_read() to -EAGAIN only when O_NONBLOCK is set
 2024-09-01  7:35 UTC  (3+ messages)

[GIT PULL] bcachefs fixes for 6.11-rc6
 2024-09-01  3:30 UTC  (5+ messages)

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-31 22:38 UTC  (12+ messages)
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks

[GIT PULL] xfs: bug fixes for 6.11
 2024-08-31 19:13 UTC  (2+ messages)

[PATCH] buffer: Associate the meta bio with blkg from buffer page
 2024-08-31  9:48 UTC  (5+ messages)

[PATCH v4 0/2] virtiofs: fix the warning for kernel direct IO
 2024-08-31  9:37 UTC  (3+ messages)
` [PATCH v4 1/2] virtiofs: use pages instead of pointer "
` [PATCH v4 2/2] virtiofs: use GFP_NOFS when enqueuing request through kworker

[syzbot] [netfs?] possible deadlock in lock_mm_and_find_vma (2)
 2024-08-31  4:17 UTC 

[PATCH 0/9] f2fs: new mount API conversion
 2024-08-31  1:45 UTC  (6+ messages)
` [PATCH 1/9] f2fs: Add fs parameter specifications for mount options

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-30 23:56 UTC  (7+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support

[PATCH v4 00/16] fanotify: add pre-content hooks
 2024-08-30 23:28 UTC  (7+ messages)
` [PATCH v4 16/16] xfs: add pre-content fsnotify hook for write faults

[PATCH 0/2] iomap: flush dirty cache over unwritten mappings on zero range
 2024-08-30 23:02 UTC  (11+ messages)
` [PATCH 2/2] iomap: make zero range flush conditional on unwritten mappings

[PATCH v3 00/13] nfsd: implement the "delstid" draft
 2024-08-30 17:48 UTC  (7+ messages)
` [PATCH v3 08/13] nfs_common: make nfs4.h include generated nfs4_1.h

[PATCH] isofs: Annotate struct SL_component with __counted_by()
 2024-08-30 16:49 UTC 

[PATCH v6 0/2] fuse: add timeout option for requests
 2024-08-30 16:26 UTC  (3+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v6 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH] dcache: don't discard dentry_hashtable or d_hash_shift
 2024-08-30 16:22 UTC  (3+ messages)

[PATCH printk v5 00/17] add threaded printing + the rest
 2024-08-30 15:29 UTC  (3+ messages)
` [PATCH printk v5 12/17] proc: consoles: Add notation to c_start/c_stop
` [PATCH printk v5 13/17] proc: Add nbcon support for /proc/consoles

[PATCH v2] ovl: don't set the superblock's errseq_t manually
 2024-08-30 15:26 UTC  (2+ messages)

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

[PATCH v3 01/13] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
 2024-08-30 13:54 UTC  (3+ messages)

[PATCH v1 2/9] fs/fuse: add FUSE_OWNER_UID_GID_EXT extension
 2024-08-30 13:49 UTC  (12+ messages)

[RESEND PATCH] fscache: Remove duplicate included header
 2024-08-30 13:17 UTC  (5+ messages)

[PATCH] filemap: fix htmldoc warning for mapping_align_index()
 2024-08-30 13:14 UTC  (2+ messages)


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