public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-17 06:10:27 to 2025-12-19 08:13:18 UTC [more...]

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-12-19  8:10 UTC  (2+ messages)

[PATCH V15 0/6] mm: Add soft-dirty and uffd-wp support for RISC-V
 2025-12-19  8:09 UTC  (2+ messages)

[PATCH V14 0/6] riscv: mm: Add soft-dirty and uffd-wp support
 2025-12-19  8:09 UTC  (2+ messages)

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-19  5:58 UTC  (6+ messages)

[PATCH v1] generic/735: disable for f2fs
 2025-12-19  5:30 UTC 

[PATCH 0/2] vfs kernel-doc fixes for 6.19
 2025-12-19  2:46 UTC  (3+ messages)
` [PATCH 1/2] fs: Describe @isnew parameter in ilookup5_nowait()
` [PATCH 2/2] VFS: fix __start_dirop() kernel-doc warnings

[PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec
 2025-12-19  4:09 UTC  (7+ messages)
          ` 9p read corruption of mmaped content (Was: [PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec)

[PATCH] fuse: change fuse_wr_pages() to avoid signedness error from min()
 2025-12-19  3:24 UTC  (2+ messages)

FUSE: [Regression] Fuse legacy path performance scaling lost in v6.14 vs v6.8/6.11 (iodepth scaling with io_uring)
 2025-12-19  2:47 UTC  (12+ messages)
                  `  "

[PATCH] fuse: Wait on congestion for async readahead
 2025-12-19  2:31 UTC  (4+ messages)
` [PATCH v2 0/1] fuse: fix performance regression in buffered sequential reads
  ` [PATCH v2 1/1] fuse: wait on congestion for async readahead

[PATCH] fs/proc: Expose mm_cpumask in /proc/[pid]/status
 2025-12-19  2:06 UTC  (5+ messages)

[PATCH v2] ceph: fix kernel crash in ceph_open()
 2025-12-19  1:11 UTC  (8+ messages)

[PATCH v2] VFS: fix dentry_create() kernel-doc comment
 2025-12-19  1:06 UTC 

[PATCH] mm/memremap: fix spurious large folio warning for FS-DAX
 2025-12-19  0:27 UTC  (6+ messages)

[PATCH] man/man2/statmount.2: document flags argument
 2025-12-18 23:50 UTC  (2+ messages)

[PATCHSET V4 2/2] fs: send uevents on mount and unmount
 2025-12-18 23:33 UTC  (11+ messages)
` [PATCH 1/4] fs: send uevents for filesystem mount events
  ` [PATCH V4.1 "
` [PATCH 2/4] xfs: send uevents when major filesystem events happen
` [PATCH 3/4] ext4: convert ext4_root to a kset
` [PATCH 4/4] ext4: send uevents when major filesystem events happen

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2025-12-18 23:32 UTC  (18+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
  ` [PATCH V4.1 "
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 4/6] xfs: report fs metadata errors via fsnotify
` [PATCH 5/6] xfs: translate fsdax media errors into file "data lost" errors when convenient
` [PATCH 6/6] ext4: convert to new fserror helpers

[GIT PULL] Fsnotify fixes for 6.19-rc2
 2025-12-18 20:39 UTC  (2+ messages)

[PATCH] lib/buildid: use __kernel_read() for sleepable context
 2025-12-18 19:51 UTC  (3+ messages)

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-12-18 17:52 UTC  (4+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready

[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
 2025-12-18 17:52 UTC  (3+ messages)

[RFC PATCH v2] fs: touch up symlink clean up in lookup
 2025-12-18 17:11 UTC  (4+ messages)

[PATCH] ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
 2025-12-18 16:49 UTC  (7+ messages)

[PATCH] fs: Replace simple_strtoul with kstrtoul in set_ihash_entries
 2025-12-18 16:00 UTC  (2+ messages)

[PATCH v2] selftests/filesystems: Assume that TIOCGPTPEER is defined
 2025-12-18 15:34 UTC 

[PATCH v6 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-12-18 15:17 UTC  (5+ messages)
` [PATCH v6 1/9] cifs: Remove the RFC1002 header from smb_hdr

[PATCH v2 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2025-12-18 14:21 UTC  (27+ messages)
` [PATCH v2 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v2 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v2 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v2 04/25] io_uring/kbuf: add mmap "
` [PATCH v2 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v2 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v2 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v2 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v2 09/25] io_uring/kbuf: add io_uring_cmd_is_kmbuf_ring()
` [PATCH v2 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v2 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v2 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v2 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v2 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v2 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v2 16/25] fuse: use enum types for header copying
` [PATCH v2 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v2 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v2 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v2 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v2 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v2 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v2 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v2 24/25] fuse: add zero-copy over io-uring
` [PATCH v2 25/25] docs: fuse: add io-uring bufring and zero-copy documentation

[PATCH v3] ceph: rework co-maintainers list in MAINTAINERS file
 2025-12-18 13:05 UTC  (3+ messages)

[bug report] memory leak of xa_node in collapse_file() when rollbacks
 2025-12-18 12:49 UTC  (4+ messages)

[PATCH] fs: Remove internal old mount API code
 2025-12-18 11:32 UTC  (3+ messages)

[bug report] xarray: Add xas_create_range
 2025-12-18  7:43 UTC 

[PATCH] VFS: fix dentry_create() kernel-doc comment
 2025-12-18  6:48 UTC  (3+ messages)

re-enable IOCB_NOWAIT writes to files v3
 2025-12-18  6:19 UTC  (17+ messages)
` [PATCH 01/10] fs: remove inode_update_time
` [PATCH 02/10] fs: allow error returns from generic_update_time
` [PATCH 03/10] fs: exit early in generic_update_time when there is no work
` [PATCH 04/10] fs: factor out a mark_inode_dirty_time helper
` [PATCH 05/10] fs: allow error returns from inode_update_timestamps
` [PATCH 06/10] fs: factor out a sync_lazytime helper
` [PATCH 07/10] fs: add a ->sync_lazytime method
` [PATCH 08/10] fs: add support for non-blocking timestamp updates
` [PATCH 09/10] xfs: implement ->sync_lazytime
` [PATCH 10/10] xfs: enable non-blocking timestamp updates

[PATCH 00/14] Assorted kernel-doc fixes
 2025-12-18  5:27 UTC  (7+ messages)
` [PATCH 02/14] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH 05/14] mm, kfence: Describe @slab parameter in __kfence_obj_info()

NFS dentry caching regression? was Re: [GIT PULL] Please pull NFS client updates for Linux 6.19
 2025-12-18  5:13 UTC  (5+ messages)
    ` [External] : "

[PATCH] mm/readahead: read min folio constraints under invalidate lock
 2025-12-18  4:03 UTC  (7+ messages)

[PATCH] exec: do not call sched_mm_cid_after_execve() on exec fail
 2025-12-18  3:23 UTC 

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-17 23:17 UTC  (9+ messages)
` [PATCH v4 1/9] dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready
` [PATCH v4 3/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL

[RFC PATCH v2 0/6] fuse: LOOKUP_HANDLE operation
 2025-12-17 18:02 UTC  (22+ messages)
` [RFC PATCH v2 4/6] fuse: implementation of the FUSE_LOOKUP_HANDLE operation
` [RFC PATCH v2 6/6] fuse: implementation of export_operations with FUSE_LOOKUP_HANDLE
      `  "

[PATCH] dcache: Replace simple_strtoul with kstrtoul in set_dhash_entries
 2025-12-17 12:54 UTC  (2+ messages)

[PATCH v2] sysctl: Remove unused ctl_table forward declarations
 2025-12-17 12:16 UTC 

[PATCH] sysctl: Remove unused ctl_table forward declarations
 2025-12-17 12:09 UTC  (3+ messages)

[RFC PATCH] fs: touch up symlink clean up in lookup
 2025-12-17 11:16 UTC  (2+ messages)

[PATCH v2] fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
 2025-12-17 10:48 UTC  (7+ messages)

[PATCH] sysctl: Add missing kernel-doc for proc_dointvec_conv
 2025-12-17  8:24 UTC  (4+ messages)

[PATCH 0/7] sysctl: Replace the converter macros with functions
 2025-12-17  8:04 UTC  (8+ messages)
` [PATCH 1/7] sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=n
` [PATCH 2/7] sysctl: clarify proc_douintvec_minmax doc
` [PATCH 3/7] sysctl: Add CONFIG_PROC_SYSCTL guards for converter macros
` [PATCH 4/7] sysctl: Replace UINT converter macros with functions
` [PATCH 5/7] sysctl: Add kernel doc to proc_douintvec_conv
` [PATCH 6/7] sysctl: Replace unidirectional INT converter macros with functions
` [PATCH 7/7] sysctl: replace SYSCTL_INT_CONV_CUSTOM macro "

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-12-17  7:33 UTC  (11+ messages)


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