public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-15 05:44:12 to 2026-04-16 17:35:43 UTC [more...]

[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-16 17:35 UTC  (8+ messages)
` [PATCH v2 01/28] filelock: pass current blocking lease to trace_break_lease_block() rather than "new_fl"
` [PATCH v2 02/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v2 03/28] filelock: add a tracepoint to start of break_lease()
` [PATCH v2 04/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 06/28] fsnotify: add fsnotify_modify_mark_mask()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type

[PATCH 1/2] proc: add tgid_iter.pid_ns member
 2026-04-16 16:45 UTC  (2+ messages)
` [PATCH 2/2] proc: rewrite next_tgid()

[PATCH 1/2] proc: add tgid_iter.pid_ns member
 2026-04-16 16:43 UTC  (2+ messages)
` [PATCH 2/2] proc: rewrite next_tgid()

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

[PATCH] iomap: avoid memset iomap when iter is done
 2026-04-16 15:27 UTC  (3+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-16 15:22 UTC  (13+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v8 0/5] proc: subset=pid: Relax check of mount visibility
 2026-04-16 15:03 UTC  (8+ messages)
` [PATCH v9 "
  ` [PATCH v9 4/5] proc: Skip the visibility check if subset=pid is used

[PATCH v2] fuse: fix io-uring background queue dispatch on request completion
 2026-04-16 14:54 UTC  (3+ messages)

[PATCH] fuse: reduce attributes invalidated on directory change
 2026-04-16 14:47 UTC  (2+ messages)

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-16 13:56 UTC  (29+ 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

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-04-16 12:49 UTC  (4+ messages)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-16 12:34 UTC  (6+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (5+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

[PATCH] fuse: drop redundant err assignment in fuse_create_open()
 2026-04-16 12:19 UTC  (3+ messages)
` [PATCH v2] "

[linux-next] fuse: wrong usage of no_free_ptr() in cuse_channel_open()
 2026-04-16 12:16 UTC  (4+ messages)

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-16 11:48 UTC  (5+ messages)

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

[PATCH 0/5 -v2] Add support for VMUFAT filesystem
 2026-04-16 10:36 UTC  (4+ messages)

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

[LSF/MM/BPF TOPIC] Filesystem inode reclaim
 2026-04-16 10:06 UTC  (5+ 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()

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

[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  (15+ 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 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/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 

[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  (9+ 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 

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

[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  (2+ messages)


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