public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-21 12:24:17 to 2025-12-24 01:31:58 UTC [more...]

[PATCH v5 12/14] fuse: use iomap for read_folio
 2025-12-24  1:31 UTC  (5+ messages)
` [RFC PATCH 0/1] iomap: fix race between iomap_set_range_uptodate and folio_end_read
  ` [RFC PATCH 1/1] "

[PATCH] xfstests: add HFS/HFS+ and NILFS2 into supported FS table
 2025-12-24  0:31 UTC 

[PATCH] generic/020: limit xattr value by 3802 bytes
 2025-12-24  0:29 UTC 

[PATCH] hfsplus: fix generic/020 xfstests failure
 2025-12-24  0:28 UTC 

cat: adjust the maximum data copied by copy_file_range
 2025-12-24  0:00 UTC  (5+ messages)

[PATCH] fs: allow rename across bind mounts on same superblock
 2025-12-23 23:59 UTC  (4+ messages)

[PATCH v3] ceph: rework co-maintainers list in MAINTAINERS file
 2025-12-23 23:44 UTC  (2+ messages)

[PATCH] fs: fix overflow check in rw_verify_area()
 2025-12-23 23:28 UTC  (3+ messages)

[PATCH] fuse: add hang check in request_wait_answer()
 2025-12-23 23:16 UTC  (2+ messages)

[PATCH] fs: fuse: fix max() of incompatible types
 2025-12-23 22:58 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files v4
 2025-12-23 22:53 UTC  (20+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[PATCH RFC v2 0/2] fuse: compound commands
 2025-12-23 22:13 UTC  (3+ messages)
` [PATCH RFC v2 1/2] fuse: add compound command to combine multiple requests
` [PATCH RFC v2 2/2] fuse: add an implementation of open+getattr

[PATCH v3] ceph: fix kernel crash in ceph_open()
 2025-12-23 19:45 UTC 

[PATCH RFC 0/2] fuse: compound commands
 2025-12-23 17:46 UTC  (4+ messages)
` [PATCH RFC 1/2] fuse: add compound command to combine multiple requests
` [PATCH RFC 2/2] fuse: add an implementation of open+getattr
` [syzbot ci] Re: fuse: compound commands

overlay unionmount failed when a long path is set
 2025-12-23 14:48 UTC 

[PATCH] fuse: add missing iput() in fuse_lookup() error path
 2025-12-23 14:31 UTC  (3+ messages)

(no subject)
 2025-12-23 13:42 UTC 

[PATCH v10 00/10] erofs: Introduce page cache sharing feature
 2025-12-23 12:40 UTC  (22+ messages)
` [PATCH v10 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v10 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v10 03/10] fs: Export alloc_empty_backing_file
` [PATCH v10 04/10] erofs: move `struct erofs_anon_fs_type` to super.c
` [PATCH v10 05/10] erofs: support user-defined fingerprint name
` [PATCH v10 06/10] erofs: support domain-specific page cache share
` [PATCH v10 07/10] erofs: introduce the page cache share feature
` [PATCH v10 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v10 09/10] erofs: support compressed "

[PATCH v4 0/3] ceph: add subvolume metrics reporting support
 2025-12-23 12:35 UTC  (4+ messages)
` [PATCH v4 1/3] ceph: handle InodeStat v8 versioned field in reply parsing
` [PATCH v4 2/3] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v4 3/3] ceph: add subvolume metrics collection and reporting

subscribe
 2025-12-23 12:13 UTC 

[PATCH v2] Do not require atomic writes to be power of 2 sized and aligned on length boundary
 2025-12-23 11:34 UTC  (3+ messages)

[PATCH] fuse: uapi: use UAPI types
 2025-12-23  9:23 UTC  (6+ messages)

[PATCH v10 10/10] erofs: implement .fadvise for page cache share
 2025-12-23  8:38 UTC  (2+ messages)

[PATCH v2] select: store end_time as timespec64 in restart block
 2025-12-23  7:00 UTC 

[linux-next:master] [fs] 51a146e059: BUG:kernel_hang_in_boot_stage
 2025-12-23  2:36 UTC 

[PATCH v2] ext4: don't order data when zeroing unwritten or delayed block
 2025-12-23  1:19 UTC 

[PATCH -next v2 0/7] ext4: defer unwritten splitting until I/O completion
 2025-12-23  1:18 UTC  (8+ messages)
` [PATCH -next v2 1/7] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH -next v2 2/7] ext4: don't split extent before submitting I/O
` [PATCH -next v2 3/7] ext4: avoid starting handle when dio writing an unwritten extent
` [PATCH -next v2 4/7] ext4: remove useless ext4_iomap_overwrite_ops
` [PATCH -next v2 5/7] ext4: remove unused unwritten parameter in ext4_dio_write_iter()
` [PATCH -next v2 6/7] ext4: simply the mapping query logic in ext4_iomap_begin()
` [PATCH -next v2 7/7] ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT

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

re-enable IOCB_NOWAIT writes to files v3
 2025-12-22 23:41 UTC  (6+ messages)
` [PATCH 08/10] fs: add support for non-blocking timestamp updates

[PATCH 03/11] tools headers: Sync UAPI linux/fcntl.h with kernel sources
 2025-12-22 22:57 UTC  (3+ messages)
` [PATCH 04/11] tools headers: Sync UAPI linux/fs.h "
` [PATCH 05/11] tools headers: Sync UAPI linux/mount.h "

[PATCH 00/37] cifs: Scripted header file cleanup and SMB1 split
 2025-12-22 22:30 UTC  (38+ messages)
` [PATCH 01/37] cifs: Scripted clean up fs/smb/client/cached_dir.h
` [PATCH 02/37] cifs: Scripted clean up fs/smb/client/dfs.h
` [PATCH 03/37] cifs: Scripted clean up fs/smb/client/cifsproto.h
` [PATCH 04/37] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
` [PATCH 05/37] cifs: Scripted clean up fs/smb/client/netlink.h
` [PATCH 06/37] cifs: Scripted clean up fs/smb/client/cifsfs.h
` [PATCH 07/37] cifs: Scripted clean up fs/smb/client/dfs_cache.h
` [PATCH 08/37] cifs: Scripted clean up fs/smb/client/dns_resolve.h
` [PATCH 09/37] cifs: Scripted clean up fs/smb/client/cifsglob.h
` [PATCH 10/37] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 11/37] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 12/37] cifs: Scripted clean up fs/smb/client/cifs_spnego.h
` [PATCH 13/37] cifs: Scripted clean up fs/smb/client/compress.h
` [PATCH 14/37] cifs: Scripted clean up fs/smb/client/cifs_swn.h
` [PATCH 15/37] cifs: Scripted clean up fs/smb/client/cifs_debug.h
` [PATCH 16/37] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 17/37] cifs: Scripted clean up fs/smb/client/reparse.h
` [PATCH 18/37] cifs: Scripted clean up fs/smb/client/ntlmssp.h
` [PATCH 19/37] cifs: SMB1 split: Rename cifstransport.c
` [PATCH 20/37] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 21/37] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
` [PATCH 22/37] cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.c
` [PATCH 23/37] cifs: SMB1 split: Move some SMB1 received PDU checking "
` [PATCH 24/37] cifs: SMB1 split: Add some #includes
` [PATCH 25/37] cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
` [PATCH 26/37] cifs: SMB1 split: Adjust #includes
` [PATCH 27/37] cifs: SMB1 split: Move BCC access functions
` [PATCH 28/37] cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()
` [PATCH 29/37] cifs: Fix cifs_dump_mids() to call ->dump_detail
` [PATCH 30/37] cifs: SMB1 split: Move inline funcs
` [PATCH 31/37] cifs: SMB1 split: cifs_debug.c
` [PATCH 32/37] cifs: SMB1 split: misc.c
` [PATCH 33/37] cifs: SMB1 split: netmisc.c
` [PATCH 34/37] cifs: SMB1 split: cifsencrypt.c
` [PATCH 35/37] cifs: SMB1 split: sess.c
` [PATCH 36/37] cifs: SMB1 split: connect.c
` [PATCH 37/37] cifs: SMB1 split: Make BCC accessors conditional

move blk-crypto-fallback to sit above the block layer v3
 2025-12-22 22:18 UTC  (9+ messages)
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCH] pidfs: simplify PIDFD_GET_<type>_NAMESPACE ioctls
 2025-12-22 21:49 UTC  (2+ messages)

[PATCH bpf v3] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 20:58 UTC 

[PATCH v2] ceph: fix kernel crash in ceph_open()
 2025-12-22 20:38 UTC  (12+ messages)

[PATCH v4] hfs: Replace BUG_ON with error handling for CNID count checks
 2025-12-22 20:21 UTC  (2+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (2+ messages)
` (subset) "

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 19:41 UTC  (9+ messages)

[PATCH] proc: uptime: print 64-bit seconds values
 2025-12-22 17:41 UTC 

[PATCH v2 19/25] fuse: add io-uring kernel-managed buffer ring
 2025-12-22 17:23 UTC  (2+ messages)

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2025-12-22 15:36 UTC  (9+ 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 3/6] iomap: report file I/O errors to the VFS
` [PATCH 6/6] ext4: convert to new fserror helpers

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:31 UTC  (2+ messages)

[PATCH] ext4: don't order data when zeroing unwritten or delayed block
 2025-12-22 11:22 UTC  (3+ messages)

[PATCH -next 0/7] ext4: defer unwritten splitting until I/O completion
 2025-12-22 11:18 UTC  (6+ messages)
` [PATCH -next 3/7] ext4: avoid starting handle when dio writing an unwritten extent

[PATCH v9 00/10] erofs: inode page cache share feature
 2025-12-22  8:59 UTC  (3+ messages)
` [PATCH v9 07/10] erofs: introduce the "

[PATCH v1] generic/735: disable for f2fs
 2025-12-22  2:48 UTC  (4+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-21 15:26 UTC  (7+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use

[PATCH v2 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
 2025-12-21 13:49 UTC  (2+ messages)

[PATCH v2 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
 2025-12-21 12:24 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