public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-14 17:52:47 to 2026-04-16 10:02:54 UTC [more...]

[PATCH] jfs: fix missing bounds check in __jfs_setxattr()
 2026-04-16 10:01 UTC  (2+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_bnode_find
 2026-04-16  9:53 UTC  (5+ messages)
` [PATCH] hfsplus: Add a sanity check for catalog btree node size
      ` [PATCH v2] hfsplus: Add a sanity check for "

cleanup block-style layouts exports v2
 2026-04-16  9:27 UTC  (8+ messages)

[PATCH 00/32] fuse: improve transport and fs layer separation
 2026-04-16  9:16 UTC  (33+ messages)
` [PATCH 01/32] fuse: move request timeout code to a new source file
` [PATCH 02/32] fuse: add struct fuse_chan
` [PATCH 03/32] fuse: move fuse_iqueue to fuse_chan
` [PATCH 04/32] fuse: move fuse_dev and fuse_pqueue to dev.c
` [PATCH 05/32] fuse: move 'devices' member from fuse_conn to fuse_chan
` [PATCH 06/32] fuse: move background queuing related members "
` [PATCH 07/32] fuse: move request blocking "
` [PATCH 08/32] fuse: move io_uring "
` [PATCH 09/32] fuse: move interrupt "
` [PATCH 10/32] fuse: split off fch->lock from fc->lock
` [PATCH 11/32] fuse: add back pointer from fuse_chan to fuse_conn
` [PATCH 12/32] fuse: move request timeout to fuse_chan
` [PATCH 13/32] fuse: move struct fuse_req and related to fuse_dev_i.h
` [PATCH 14/32] fuse: don't access transport layer structs directly from the fs layer
` [PATCH 15/32] fuse: move forget related struct and helpers
` [PATCH 16/32] fuse: move fuse_dev_waitq to dev.c
` [PATCH 17/32] fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
` [PATCH 18/32] fuse: remove #include "fuse_i.h" from "req_timeout.c"
` [PATCH 19/32] fuse: abort related layering cleanup
` [PATCH 20/32] fuse: split off fuse_args and related definitions into a separate header
` [PATCH 21/32] fuse: remove fm arg of args->end callback
` [PATCH 22/32] fuse: change req->fm to req->chan
` [PATCH 23/32] fuse: split out filesystem part of request sending
` [PATCH 24/32] fuse: change fud->fc to fud->chan
` [PATCH 25/32] fuse: create poll.c
` [PATCH 26/32] fuse: create notify.c
` [PATCH 27/32] fuse: set params in fuse_chan_set_initialized()
` [PATCH 28/32] fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()
` [PATCH 29/32] fuse: change ring->fc to ring->chan
` [PATCH 30/32] fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
` [PATCH 31/32] fuse: alloc pqueue before installing fch in fuse_dev
` [PATCH 32/32] fuse: simplify fuse_dev_ioctl_clone()

[PATCH v3] fuse: invalidate page cache after sync and async direct writes
 2026-04-16  8:57 UTC  (2+ messages)

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-16  8:47 UTC  (36+ messages)
` [PATCH 7.2 v2 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v2 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v2 04/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v2 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v2 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v2 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-04-16  7:24 UTC 

[linux-next] fuse: avoid double pqueue allocation in fuse_dev_alloc_install
 2026-04-16  6:56 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64?
 2026-04-16  5:33 UTC  (6+ messages)

[RFC PATCH 0/2] Use high-order folios in mmap sync RA
 2026-04-16  5:30 UTC  (10+ messages)
` [RFC PATCH 1/2] procfs: add contpte info into smaps
` [RFC PATCH 2/2] filemap: use high-order folios in filemap sync RA

[PATCH] xfs: flush delalloc blocks on ENOSPC when creating symlinks
 2026-04-16  5:13 UTC  (5+ messages)

[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
 2026-04-16  3:54 UTC  (4+ messages)
` [RFC v2 0/1] ext4: fail fast on repeated buffer_head "

[syzbot] [hfs?] general protection fault in __hfsplus_setxattr
 2026-04-16  3:37 UTC  (5+ messages)
` [PATCH] hfsplus: set attributes inode dirty at correct position
    ` [PATCH v2] hfsplus: Remove the duplicate attr inode dirty marking action

[RFC PATCH] iomap: add fast read path for small direct I/O
 2026-04-16  3:22 UTC  (5+ messages)

[PATCH] iomap: avoid memset iomap when iter is done
 2026-04-16  3:06 UTC 

[GIT PULL] ext2, udf, quota cleanups and fixes
 2026-04-16  2:53 UTC  (2+ messages)

[GIT PULL] Fsnotify changes for 7.1-rc1
 2026-04-16  2:53 UTC  (2+ messages)

[GIT PULL] fuse update for 7.1
 2026-04-16  2:53 UTC  (2+ messages)

[PATCH v4 0/4] 9p: Performance improvements for build workloads
 2026-04-16  2:14 UTC  (2+ messages)

[RFC] net/9p: raise MAX_SOCK_BUF beyond 1 MiB for fd/tcp/unix transports?
 2026-04-16  1:51 UTC  (2+ messages)

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-04-16  1:19 UTC  (7+ messages)

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-04-15 22:40 UTC  (18+ messages)
` [PATCH v2 07/14] fuse: use named constants for io-uring iovec indices
` [PATCH v2 08/14] fuse: move fuse_uring_abort() from header to dev_uring.c
` [PATCH v2 09/14] fuse: rearrange io-uring iovec and ent allocation logic
` [PATCH v2 10/14] fuse: add io-uring buffer rings
` [PATCH v2 11/14] fuse: add pinned headers capability for "
` [PATCH v2 14/14] docs: fuse: add io-uring bufring and zero-copy documentation

[PATCH v3] hfsplus: fix null-ptr-deref in hfsplus_cat_write_inode
 2026-04-15 21:48 UTC  (2+ messages)

[PATCH v2] hfsplus: fix ignored error return in hfsplus_delete_cat
 2026-04-15 21:20 UTC  (4+ messages)

[PATCH 0/5 -v2] Add support for VMUFAT filesystem
 2026-04-15 20:08 UTC  (3+ messages)

[PATCH V10 00/10] famfs: port into fuse
 2026-04-15 19:40 UTC  (24+ messages)

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-04-15 19:27 UTC  (9+ messages)
` [PATCH 1/4] "

[ISSUE] Read performance regression when using RWF_DONTCACHE form 8026e49 "mm/filemap: add read support for RWF_DONTCACHE"
 2026-04-15 18:00 UTC  (5+ messages)

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-04-15 17:52 UTC 

[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-15 17:45 UTC  (4+ messages)

[PATCH] netfs: Fix early put of sink folio in netfs_read_gaps()
 2026-04-15 16:55 UTC  (2+ messages)

[PATCH v2 0/2] fanotify: support restartable permission events
 2026-04-15 16:04 UTC  (6+ messages)
` [PATCH v2 1/2] fanotify: add restart infrastructure for pending "
` [PATCH v2 2/2] fanotify: introduce restartable "

[PATCH] fs/ntfs3: fix Smatch warnings
 2026-04-15 15:54 UTC 

[syzbot] [fuse?] linux-next test error: WARNING in fuse_dev_install_with_pq
 2026-04-15 15:49 UTC 

bio completion in task enhancements / experiments
 2026-04-15 14:30 UTC  (20+ messages)
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support

[patch 00/12] hrtimers: Prevent hrtimer interrupt starvation
 2026-04-15 13:51 UTC  (11+ messages)
` [patch 01/12] clockevents: Prevent timer "
  ` The "clockevents: Prevent timer interrupt starvation" patch causes lockups

[syzbot] Monthly exfat report (Apr 2026)
 2026-04-15 12:39 UTC 

[linux-next] fuse: wrong usage of no_free_ptr() in cuse_channel_open()
 2026-04-15 11:50 UTC  (3+ messages)

[PATCH mm-hotfixes] mm/vma: remove __vma_check_mmap_hook()
 2026-04-15  6:34 UTC  (3+ messages)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-15  6:14 UTC  (3+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()

[PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
 2026-04-15  6:10 UTC  (6+ messages)

[PATCH 3/4] mm/vmstat: remove unused __node_stat_* wrappers
 2026-04-15  5:51 UTC  (4+ messages)

[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-15  5:23 UTC  (5+ messages)
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface

[GIT PULL 00/12 for v7.1] v7.1
 2026-04-15  3:38 UTC  (7+ messages)
` [GIT PULL 11/12 for v7.1] vfs mount
      `  "
` [GIT PULL for v7.1] kernel misc

[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
 2026-04-15  2:58 UTC  (3+ messages)

[PATCH 1/4] mm/vmstat: use node_stat_add_folio/sub_folio for folio_nr_pages operations
 2026-04-15  0:48 UTC  (3+ messages)

[PATCH] fuse: drop redundant err assignment in fuse_create_open()
 2026-04-15  0:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
 2026-04-15  0:37 UTC  (13+ messages)
        `  "

[LSF/MM/BPF TOPIC] Strategies for memory deallocation/movement for Dynamic Capacity Pooling
 2026-04-15  0:26 UTC  (5+ messages)

[GIT PULL] libfuse: run fuse servers as a contained service
 2026-04-15  0:01 UTC  (8+ messages)

[PATCHSET v4] libfuse: run fuse servers as a contained service
 2026-04-14 23:58 UTC  (9+ messages)
` [PATCH 02/13] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 03/13] mount_service: create high level fuse helpers
` [PATCH 08/13] mount_service: enable unprivileged users in the same manner as fusermount
` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server

[PATCH v0 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-04-14 21:53 UTC  (3+ messages)
` [PATCH v0 2/4] exfat: use upcase_ptable and upcase_range_info to reduce memory footprint

[moderation] KASAN: slab-use-after-free Read in bulk_make_private
 2026-04-14 21:17 UTC 

[PATCH] hfsplus: remove xattr error message
 2026-04-14 21:16 UTC  (4+ messages)


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