Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
[post LSFMM summary] where is fuse going?
 2026-05-19 22:03 UTC  (5+ messages)
    `  "

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-05-19 21:09 UTC  (17+ messages)
                        ` [PATCH v7] hfs: validate record ID against requested CNID in hfs_cat_find_brec()

[RFC PATCH 00/14] configfs cleanups and fixes
 2026-05-19 21:06 UTC  (32+ messages)
` [RFC PATCH 01/14] configfs_lookup(): don't leave ->s_dentry dangling on failure
` [RFC PATCH 02/14] configfs_mkdir(): use take_dentry_name_snapshot()
` [RFC PATCH 03/14] configfs_detach_prep(): pass configfs_dirent instead of dentry
` [RFC PATCH 04/14] configfs_depend_prep(): "
` [RFC PATCH 05/14] configfs_do_depend_item(): "
` [RFC PATCH 06/14] configfs_detach_rollback(): "
` [RFC PATCH 07/14] populate_group(): move cleanup on failure to the sole caller
` [RFC PATCH 08/14] populate_attrs(): move cleanup "
` [RFC PATCH 09/14] configfs_remove_dir(), detach_attrs(): switch to passing dentry
` [RFC PATCH 10/14] switch configfs_detach_{group,item}() "
` [RFC PATCH 11/14] configfs: dentry refcount needs to be pinned only once
` [RFC PATCH 12/14] configfs: mark pinned dentries persistent
` [RFC PATCH 13/14] kill configfs_drop_dentry()
` [RFC PATCH 14/14] configfs_create(): lift parent timestamp updates into callers

[syzbot] [fs?] [usb?] [input?] INFO: rcu detected stall in __fsnotify_parent (3)
 2026-05-19 20:54 UTC 

[RFC] fs/ioctl.c: FIBMAP requires CAP_SYS_RAWIO while FIEMAP exposes identical data unprivileged
 2026-05-19 20:51 UTC  (10+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-05-19 18:56 UTC  (6+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH 6.18.y] fuse: avoid 0x10 fault in fuse_readahead when max_pages == 0
 2026-05-19 17:48 UTC  (2+ messages)
` [PATCH 6.18.y v2] "

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-19 16:53 UTC  (18+ messages)
` [PATCH v4 01/23] ext4: simplify size updating in ext4_setattr()
` [PATCH v4 02/23] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v4 03/23] ext4: simplify error handling in ext4_setattr()
` [PATCH v4 04/23] ext4: add iomap address space operations for buffered I/O
` [PATCH v4 05/23] ext4: implement buffered read path using iomap
` [PATCH v4 06/23] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v4 07/23] ext4: do not use data=ordered mode for inodes using buffered iomap path

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-19 16:28 UTC  (10+ messages)

[PATCH v2 00/10] fanotify namespace monitoring
 2026-05-19 15:54 UTC  (3+ messages)
` [PATCH v2 02/10] fsnotify: introduce fsnotify group types

[PATCH v3] fuse: back uncached readdir buffers with pages
 2026-05-19 15:41 UTC  (4+ messages)

[PATCH v2] fuse: reject fuse_notify() pagecache ops on directories
 2026-05-19 14:34 UTC  (2+ messages)

[PATCH] fuse: reject fuse_notify() pagecache ops on directories
 2026-05-19 14:21 UTC  (4+ messages)

[PATCH v2 0/3] ocfs2: harden inode validators against forged metadata
 2026-05-19 12:22 UTC  (7+ messages)
` [PATCH v2 1/3] ocfs2: reject dinodes with non-canonical i_mode type
` [PATCH v2 2/3] ocfs2: reject dinodes whose i_rdev disagrees with the file type
` [PATCH v2 3/3] ocfs2: reject non-inline dinodes with i_size and zero i_clusters

[PATCH 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-19 12:19 UTC  (10+ messages)
  ` [PATCH 1/6] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH 2/6] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
  ` [PATCH 3/6] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset
  ` [PATCH 4/6] dax/fsdev: clamp direct_access return to current physical range
  ` [PATCH 5/6] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH 6/6] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()

[PATCH v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-19 11:31 UTC  (2+ messages)

[RFC PATCH 01/36] net: Perform special handling for a splice from a bvecq
 2026-05-19 10:36 UTC  (36+ messages)
` [RFC PATCH 02/36] netfs: Add a facility to splice TCP receive buffers into "
` [RFC PATCH 03/36] netfs: Add some TCP receive queue helpers
` [RFC PATCH 04/36] cifs, nls: Provide unicode size determination func
` [RFC PATCH 05/36] cifs: Introduce an ALIGN8() macro
` [RFC PATCH 06/36] cifs: Rename mid_q_entry to smb_message
` [RFC PATCH 07/36] cifs: Add "Has dynamic part" flag form SMB2/3 StructureSize LSB
` [RFC PATCH 09/36] cifs: Institute message managing struct
` [RFC PATCH 10/36] cifs: Split crypt_message() into encrypt and decrypt variants
` [RFC PATCH 11/36] cifs: Add new AEAD alloc and setup routines that draw from an iterator
` [RFC PATCH 12/36] cifs: [WIP] Rewrite base Rx to put data off the socket into a bvecq
` [RFC PATCH 13/36] cifs: Remove validate_t2()
` [RFC PATCH 14/36] cifs: Remove cifs_io_subrequest::got_bytes
` [RFC PATCH 15/36] cifs: Pass smb_message to cifs_verify_signature()
` [RFC PATCH 16/36] cifs: Rewrite base TCP transmission
` [RFC PATCH 17/36] cifs: Don't use corking
` [RFC PATCH 18/36] cifs: Use page frag allocator for Tx buffers
` [RFC PATCH 19/36] cifs: Try to better handle the "Dynamic" flag in StructureSize2 in SMB2/3
` [RFC PATCH 20/36] cifs: Pass smb_message structs down into the transport layer
` [RFC PATCH 21/36] cifs: Add a tracepoint to trace the smb_message refcount
` [RFC PATCH 22/36] cifs: Trace smb1/2_copy_to_prepped_buffers()
` [RFC PATCH 23/36] cifs: Clean up mid->callback_data and kill off mid->creator
` [RFC PATCH 24/36] cifs: Add netmem allocation functions
` [RFC PATCH 25/36] cifs: Add more pieces to smb_message
` [RFC PATCH 26/36] cifs: Convert SMB2 Negotiate Protocol request
` [RFC PATCH 27/36] cifs: Convert SMB2 Session Setup request
` [RFC PATCH 28/36] cifs: Convert SMB2 Logoff request
` [RFC PATCH 29/36] cifs: Convert SMB2 Tree Connect request
` [RFC PATCH 30/36] cifs: Convert SMB2 Tree Disconnect request
` [RFC PATCH 31/36] cifs: Convert SMB2 Read request
` [RFC PATCH 32/36] cifs: Convert SMB2 Write request
` [RFC PATCH 33/36] cifs: [WIP] Don't copy new-style smb_messages to a set of pages
` [RFC PATCH 34/36] cifs: [WIP] Rearrange Create request subfuncs
` [RFC PATCH 35/36] cifs: [WIP] Convert SMB2 Posix Mkdir request
` [RFC PATCH 36/36] cifs: [WIP] Convert SMB2 Open request

try_break_deleg() and atomic_open()
 2026-05-19 10:19 UTC  (6+ messages)

[PATCH] fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}
 2026-05-19  9:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/1] init/initramfs_test: wait_for_initramfs() before running
 2026-05-19  9:39 UTC 

[PATCH v2] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-19  9:37 UTC  (5+ messages)
  `  "

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-19  9:25 UTC  (13+ messages)
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure

[PATCH] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-19  9:12 UTC  (6+ messages)

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-05-19  8:56 UTC  (26+ messages)
` [PATCH v2 01/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v2 02/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v2 03/21] mm: Make readahead store folio count in readahead_control
` [PATCH v2 04/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v2 07/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v2 08/21] netfs: Add some tools for managing bvecq chains
` [PATCH v2 09/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v2 10/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v2 11/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v2 12/21] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH v2 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v2 14/21] cifs: Remove support for ITER_FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH v2 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v2 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v2 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v2 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v2 19/21] netfs: Check for too much data being read
` [PATCH v2 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v2 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] ufs: Handle NULL return from ufs_get_locked_folio()
 2026-05-19  8:51 UTC  (2+ messages)
` [PATCH v2] ufs: Defensively handle "

[PATCH] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-19  8:25 UTC  (2+ messages)

[MEH PATCH] fs/pipe: write to ->poll_usage only once
 2026-05-19  8:22 UTC  (2+ messages)

[PATCH] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-19  8:15 UTC  (2+ messages)

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-19  8:13 UTC  (3+ messages)
` [PATCH 2/3] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH 3/3] simpe_xattr: use per-sb cache

[PATCH v4 00/11] exfat: convert to iomap
 2026-05-19  7:45 UTC  (10+ messages)
` [PATCH v4 01/11] iomap: introduce IOMAP_F_ZERO_TAIL flag
` [PATCH v4 08/11] exfat: add iomap buffered I/O support

[RFC PATCH v4 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-19  6:59 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v3 0/3] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-19  6:33 UTC  (3+ messages)
` [PATCH v3 3/3] writeback: use a per-sb counter to drain inode wb switches at umount

[PATCH] exportfs: fix error handling in expfs.c
 2026-05-19  6:30 UTC  (2+ messages)

[RFC PATCH 0/4] mm/shmem: optimize read performance with folio batching
 2026-05-19  6:24 UTC  (10+ messages)
` [RFC PATCH 2/4] mm/shmem: use SGP_GET in read operations
` [RFC PATCH 3/4] mm/shmem: optimize file read with folio batching

[PATCH] eventpoll: add missing kernel-doc for @ctx function parameters
 2026-05-19  4:23 UTC 

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-19  0:59 UTC  (5+ messages)

[PATCH 0/3] ocfs2: harden inode validators against forged metadata
 2026-05-19  0:57 UTC  (3+ messages)

[PATCH] cifs: Fix undefined variables
 2026-05-19  0:54 UTC  (2+ messages)

[PATCH] netfs: change kernel-doc function parameter to match code
 2026-05-19  0:18 UTC 

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-18 23:43 UTC  (6+ messages)
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[GIT PULL for v7.1] vfs fixes
 2026-05-18 21:32 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).