messages from 2026-05-19 06:30:47 to 2026-05-20 08:18:59 UTC [more...]
[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
2026-05-20 8:18 UTC (14+ messages)
` [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
[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
2026-05-20 8:16 UTC
[PATCH] dcache: add fs.dentry-limit sysctl with negative-first reaper
2026-05-20 7:16 UTC (7+ messages)
[PATCHBOMB v9] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
2026-05-20 6:16 UTC (40+ messages)
` [PATCHSET v9 1/4] fuse: cleanups ahead of adding fuse support
` [PATCH 1/4] fuse: move the passthrough-specific code back to passthrough.c
` [PATCH 2/4] fuse: store backing id in fuse_backing objects
` [PATCH 3/4] fuse_trace: move the passthrough-specific code back to passthrough.c
` [PATCH 4/4] fuse: clean up per-file type inode initialization
` [PATCHSET v9 2/4] fuse: basic plumbing to upload file mappings from servers
` [PATCH 01/11] fuse: implement the basic iomap mechanisms
` [PATCH 02/11] fuse_trace: "
` [PATCH 03/11] fuse: make iomap debugging configurable at runtime
` [PATCH 04/11] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
` [PATCH 05/11] fuse_trace: "
` [PATCH 06/11] fuse: create a per-inode flag for setting exclusive mode
` [PATCH 07/11] fuse: create a per-inode flag for toggling iomap
` [PATCH 08/11] fuse_trace: "
` [PATCH 09/11] fuse: isolate the other regular file IO paths from iomap
` [PATCH 10/11] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
` [PATCH 11/11] fuse_trace: "
` [PATCHSET v9 3/4] fuse: allow servers to use iomap for better file IO performance
` [PATCH 1/6] fuse: implement direct IO with iomap
` [PATCH 2/6] fuse_trace: "
` [PATCH 3/6] fuse: implement buffered "
` [PATCH 4/6] fuse_trace: "
` [PATCH 5/6] fuse: implement inline data file IO via iomap
` [PATCH 6/6] fuse_trace: "
` [PATCHSET v9 4/4] fuse: discovery and configuration of iomap
` [PATCH 1/9] fuse: advertise support for iomap
` [PATCH 2/9] fuse: query filesystem geometry when using iomap
` [PATCH 3/9] fuse_trace: "
` [PATCH 4/9] fuse: use an unrestricted backing device with iomap pagecache io
` [PATCH 5/9] fuse: disable direct fs reclaim for any fuse server that uses iomap
` [PATCH 6/9] fuse: allow privileged mount helpers to pre-approve iomap usage
` [PATCH 7/9] fuse: invalidate ranges of backing devices being used for iomap
` [PATCH 8/9] fuse_trace: invalidate ranges of block "
` [PATCH 9/9] fuse: set iomap backing device block size
` [PATCHSET RFC] fuse: allow fuse servers to upload iomap stripe information
` [PATCH 1/4] fuse: allow fuse servers to upload stripe maps
` [PATCH 2/4] fuse_trace: "
` [PATCH 3/4] fuse: implement striping for iomap
` [PATCH 4/4] fuse_trace: "
[PATCH v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
2026-05-20 3:56 UTC (6+ messages)
[PATCH v2 0/5] iomap: trivial fixes for ext4 conversion
2026-05-20 3:03 UTC (6+ messages)
` [PATCH v2 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/5] iomap: support invalidating partial folios
` [PATCH v2 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v2 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v2 5/5] iomap: add comments for ifs_clear/set_range_dirty()
[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
2026-05-20 0:54 UTC (9+ messages)
` [PATCH v2 13/14] fuse: add zero-copy over io-uring
[PATCH 6.18.y] fuse: avoid 0x10 fault in fuse_readahead when max_pages == 0
2026-05-20 0:54 UTC (3+ messages)
` [PATCH 6.18.y v2] "
[PATCH] libfuse: fix cppcheck warnings in the new mount service code
2026-05-19 22:42 UTC
[PATCH] hfs: rework hfsplus_readdir() logic
2026-05-19 22:28 UTC
[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
[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 (5+ messages)
` [PATCH 1/6] dax: fix misleading comment about share/index union in dax_folio_reset_order()
[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 v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-05-19 8:56 UTC (7+ messages)
` [PATCH v2 12/21] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH v2 14/21] cifs: Remove support for ITER_FOLIOQ from smb_extract_iter_to_rdma()
[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 (3+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox