public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 16:33:35 to 2026-03-27 12:42:31 UTC [more...]

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-03-27 12:42 UTC  (22+ messages)
` [PATCH v1 01/10] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v1 02/10] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v1 04/10] fs: remove nr_thps from struct address_space
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v1 07/10] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v1 08/10] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v1 09/10] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v1 10/10] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-27 12:38 UTC  (6+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "

[PATCH v5 0/7] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-27 12:21 UTC  (17+ messages)
` [PATCH v5 1/7] NFSD: Extract revoke_one_stid() utility function
` [PATCH v5 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v5 3/7] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v5 4/7] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v5 5/7] NFSD: Track svc_export in nfs4_stid
` [PATCH v5 6/7] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v5 7/7] NFSD: Close cached file handles when revoking export state

[PATCH] bpf: add bpf_real_inode() kfunc
 2026-03-27 12:19 UTC  (5+ messages)

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-27 11:47 UTC  (18+ messages)
` [PATCH v2 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v2 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v2 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v2 13/15] KVM: guest_memfd: implement userfaultfd operations

A comparison of the new nfsd iomodes (and an experimental one)
 2026-03-27 11:32 UTC  (5+ messages)

[PATCH] ovl: make fsync after metadata copy-up opt-in mount option
 2026-03-27 11:09 UTC  (6+ messages)

[PATCH v4 00/13] ext4: refactor partial block zero-out for iomap conversion
 2026-03-27 10:29 UTC  (14+ messages)
` [PATCH v4 01/13] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v4 02/13] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v4 03/13] ext4: factor out journalled block zeroing range
` [PATCH v4 04/13] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH v4 05/13] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH v4 06/13] ext4: remove handle parameters from zero partial block functions
` [PATCH v4 07/13] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v4 08/13] ext4: move zero partial block range functions out of active handle
` [PATCH v4 09/13] ext4: ensure zeroed partial blocks are persisted in SYNC mode
` [PATCH v4 10/13] ext4: unify SYNC mode checks in fallocate paths
` [PATCH v4 11/13] ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
` [PATCH v4 12/13] ext4: move pagecache_isize_extended() out of active handle
` [PATCH v4 13/13] ext4: zero post-EOF partial block before appending write

[GIT PULL] sysctl fixes for v7.0-rc6
 2026-03-27  9:18 UTC 

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-27  8:27 UTC  (3+ messages)

[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50µs noise spikes on isolated PREEMPT_RT cores
 2026-03-27  7:44 UTC  (3+ messages)

[PATCH v2] fuse: fix inode initialization race
 2026-03-27  7:36 UTC 

[PATCH 0/5] exfat: convert to iomap
 2026-03-27  6:46 UTC  (3+ messages)

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-27  6:45 UTC  (11+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
 2026-03-27  6:26 UTC  (6+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
` [RFC PATCH v2 2/3] vfs: transitive upgrade restrictions for fds
` [RFC PATCH v2 3/3] selftest: add tests for OPENAT2_EMPTY_PATH and allowed_upgrades

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-27  6:24 UTC  (17+ messages)
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() "
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[PATCH v2 0/1] mm: reinstate unconditional writeback start in balance_dirty_pages()
 2026-03-27  6:11 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-27  4:13 UTC  (6+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir

[PATCH] f2fs: support to report fserror
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH v5] ext4: avoid infinite loops caused by residual data
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-03-27  3:32 UTC  (32+ messages)
` [PATCH v2 01/25] ci-build: Add environment logging
` [PATCH v2 02/25] Add 'STRCPY' to the checkpatch ignore option
` [PATCH v2 03/25] checkpatch.pl: Add _Atomic to $Attribute patttern
` [PATCH v2 04/25] Add a new daemonize API
` [PATCH v2 05/25] Sync fuse_kernel.h with linux-6.18
` [PATCH v2 06/25] mount.c: Split fuse_mount_sys to prepare privileged sync FUSE_INIT
` [PATCH v2 07/25] Add FUSE_MOUNT_FALLBACK_NEEDED define for -2 mount errors
` [PATCH v2 08/25] Refactor mount code / move common functions to mount_util.c
` [PATCH v2 09/25] Use asprintf() for fuse_mnt_build_{source,type}
` [PATCH v2 10/25] lib/mount.c: Remove some BSD ifdefs
` [PATCH v2 11/25] Move 'struct mount_flags' to util.h
` [PATCH v2 12/25] conftest.py: Add more valgrind filter patterns
` [PATCH v2 13/25] Add support for the new linux mount API
` [PATCH v2 14/25] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH v2 15/25] Add fuse_session_set_debug() to enable debug output without foreground
` [PATCH v2 16/25] Move more generic mount code to mount_util.{c,h}
` [PATCH v2 17/25] Split the fusermount do_mount function
` [PATCH v2 18/25] fusermout: Remove the large read check
` [PATCH v2 19/25] fusermount: Refactor extract_x_options
` [PATCH v2 20/25] Make fusermount work bidirectional for sync init
` [PATCH v2 21/25] New mount API: Filter out "user="
` [PATCH v2 22/25] Add support for sync-init of unprivileged daemons
` [PATCH v2 23/25] Move fuse_mnt_build_{source,type} to mount_util.c
` [PATCH v2 24/25] Add mount and daemonization README documents
` [PATCH v2 25/25] Add a background debug option to passthrough hp

[PATCHSET v3] libfuse: run fuse servers as a contained service
 2026-03-27  1:29 UTC  (18+ messages)
` [PATCH 01/17] Refactor mount code / move common functions to mount_util.c
` [PATCH 02/17] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 03/17] mount_service: create high level fuse helpers
` [PATCH 04/17] mount_service: use the new mount api for the mount service
` [PATCH 05/17] mount_service: update mtab after a successful mount
` [PATCH 06/17] util: hoist the fuse.conf parsing code
` [PATCH 07/17] util: fix checkpatch complaints in fuser_conf.[ch]
` [PATCH 08/17] mount_service: read fuse.conf to enable allow_other for unprivileged mounts
` [PATCH 09/17] util: hoist the other non-root user limits
` [PATCH 10/17] util: fix more checkpatch complaints in fuser_conf.[ch]
` [PATCH 11/17] mount_service: use over the other non-root user checks
` [PATCH 12/17] mount.fuse3: integrate systemd service startup
` [PATCH 13/17] mount_service: allow installation as a setuid program
` [PATCH 14/17] example/service_ll: create a sample systemd service fuse server
` [PATCH 15/17] example/service: create a sample systemd service for a high-level "
` [PATCH 16/17] example/hello_ll: port to single-file common code
` [PATCH 17/17] nullfs: support fuse systemd service mode

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-27  1:06 UTC  (13+ messages)
` [PATCH 6/7] tomoyo: Convert from sb_mount to "

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-27  0:56 UTC  (8+ messages)
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH v1 0/1] mm: start background writeback based on per-wb threshold for strictlimit BDIs
 2026-03-27  0:50 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH 1/1] fs: fix deadlock in insert_inode_locked() waiting for inode eviction
 2026-03-26 23:44 UTC  (4+ messages)

[PATCH] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
 2026-03-26 23:16 UTC  (2+ messages)

[PATCH v3 0/6] initramfs: test and improve cpio hex header validation
 2026-03-26 23:10 UTC  (7+ messages)
` [PATCH v3 1/6] initramfs_test: add fill_cpio() format parameter
` [PATCH v3 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations

[PATCH 00/19] libfuse: Add support for synchronous init
 2026-03-26 22:33 UTC  (7+ messages)
` [PATCH 12/19] fuse mount: Support synchronous FUSE_INIT (privileged daemon)

[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
 2026-03-26 20:11 UTC  (8+ messages)
` [PATCH v3 2/8] io_uring/kbuf: support kernel-managed buffer rings in buffer selection

[PATCH] fuse: fix inode initialization race
 2026-03-26 19:14 UTC  (14+ messages)
        `  "
            `  "
                `  "

[PATCH] [PATCH v2] virtiofs: Strengthen FUSE protocol validation for server responses
 2026-03-26 18:47 UTC  (2+ messages)

[PATCH v1] mm: fix writeback regression for strictlimit BDIs
 2026-03-26 17:58 UTC  (5+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-26 16:37 UTC  (15+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox