linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-24 18:08:16 to 2025-09-26 04:20:16 UTC [more...]

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-09-26  4:20 UTC  (3+ messages)

[PATCH] exfat: move utf8 mount option setup to exfat_parse_param()
 2025-09-26  4:12 UTC  (2+ messages)

[PATCH 00/11] Create APIs to centralise locking for directory ops
 2025-09-26  2:49 UTC  (12+ messages)
` [PATCH 01/11] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH 02/11] VFS: introduce start_dirop() and end_dirop()
` [PATCH 03/11] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH 04/11] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH 05/11] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH 06/11] VFS: introduce start_removing_dentry()
` [PATCH 07/11] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH 08/11] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH 09/11] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH 10/11] Add start_renaming_two_dentrys()
` [PATCH 11/11] ecryptfs: use new start_creaing/start_removing APIs

[PATCH] write-back: Wake up waiting tasks when finishing the writeback of a chunk
 2025-09-26  2:26 UTC  (4+ messages)

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-09-26  0:26 UTC  (15+ messages)
` [PATCH v5 01/14] iomap: move bio read logic into helper function
` [PATCH v5 02/14] iomap: move read/readahead bio submission "
` [PATCH v5 03/14] iomap: store read/readahead bio generically
` [PATCH v5 04/14] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v5 05/14] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v5 06/14] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v5 07/14] iomap: track pending read bytes more optimally
` [PATCH v5 08/14] iomap: set accurate iter->pos when reading folio ranges
` [PATCH v5 09/14] iomap: add caller-provided callbacks for read and readahead
` [PATCH v5 10/14] iomap: move buffered io bio logic into new file
` [PATCH v5 11/14] iomap: make iomap_read_folio() a void return
` [PATCH v5 12/14] fuse: use iomap for read_folio
` [PATCH v5 13/14] fuse: use iomap for readahead
` [PATCH v5 14/14] fuse: remove fc->blkbits workaround for partial writes

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-25 23:12 UTC  (22+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH] fuse: fix readahead reclaim deadlock
 2025-09-25 22:44 UTC 

[PATCH v16 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-09-25 22:28 UTC  (6+ messages)
` [PATCH v16 1/3] samples: rust: platform: remove trailing commas
` [PATCH v16 2/3] rust: support formatting of foreign types
` [PATCH v16 3/3] rust: replace `CStr` with `core::ffi::CStr`

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-09-25 22:25 UTC  (24+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
` [PATCH v2 16/19] rust: str: "
` [PATCH v2 17/19] rust: sync: "
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

[PATCHES] file->f_path safety and struct path constifications
 2025-09-25 20:56 UTC  (8+ messages)
` [PATCH 1/2] kernel/acct.c: saner struct file treatment

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-25 20:13 UTC  (17+ messages)
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH v2] fs/proc: check p->vec_buf for NULL
 2025-09-25 19:29 UTC  (2+ messages)

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-25 19:17 UTC  (21+ messages)
` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors

[PATCH v5 0/4] allow partial folio write with iomap_folio_state
 2025-09-25 19:01 UTC  (9+ messages)
` [PATCH v5 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH v5 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH v5 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH v5 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state

[PATCH] exfat: move utf8 mount option setup to exfat_parse_param()
 2025-09-25 18:40 UTC 

[PATCH] exfat: fix unhandled utf8 flag while reconfigure
 2025-09-25 18:40 UTC  (2+ messages)

next-20250924: Internal error: Oops: mnt_ns_release (fs/namespace.c:148) __arm64_sys_listmount (fs/namespace.c:5936)
 2025-09-25 18:30 UTC 

[PATCH v1 0/1] ceph: Fix log output race condition in osd client
 2025-09-25 18:25 UTC  (4+ messages)
` [PATCH v1 1/1] "

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

[syzbot] [exfat?] general protection fault in exfat_utf16_to_nls
 2025-09-25 18:11 UTC  (2+ messages)

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-25 17:15 UTC  (18+ messages)
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 35/38] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 36/38] nfsd: properly track requested child attributes
` [PATCH v3 37/38] nfsd: track requested dir attributes
` [PATCH v3 38/38] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH v5 0/8] man2: document "new" mount API
 2025-09-25 16:52 UTC  (9+ messages)
` [PATCH v5 1/8] man/man2/fsopen.2: "
` [PATCH v5 2/8] man/man2/fspick.2: "
` [PATCH v5 3/8] man/man2/fsconfig.2: "

[PATCH 0/3] Suppress undesirable hung task warnings
 2025-09-25 16:30 UTC  (8+ messages)
          ` [External] "

[PATCH] exfat: check for utf8 option change in exfat_reconfigure
 2025-09-25 15:53 UTC 

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-25 14:30 UTC  (5+ messages)

[PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
 2025-09-25 14:25 UTC  (5+ messages)
` [PATCH 2/5] fuse: move the backing file idr and code into a new source file
` [PATCH 5/5] fuse: move CREATE_TRACE_POINTS to a separate file

[PATCH] iomap: adjust read range correctly for non-block-aligned positions
 2025-09-25 13:46 UTC  (2+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-25 13:10 UTC  (2+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH v3] netfs: fix reference leak
 2025-09-25 13:08 UTC  (3+ messages)
` [PATCH v3 REPOST] "

[PATCH] ceph: introduce Kunit based unit-tests for string operations
 2025-09-25 13:04 UTC  (2+ messages)

[bug report] listmount: don't call path_put() under namespace semaphore
 2025-09-25 12:57 UTC 

[syzbot] [fs?] general protection fault in iter_file_splice_write
 2025-09-25 12:47 UTC  (2+ messages)

LTP listmount04 failures after "listmount: don't call path_put() under namespace semaphore"
 2025-09-25 12:10 UTC 

[RFC PATCH 0/2] Defer evicting inodes to a workqueue
 2025-09-25 11:15 UTC  (4+ messages)

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-25 10:07 UTC  (3+ messages)
` [PATCH v6 3/4] Manual conversion of ->i_state uses

[PATCH v2] fs/netfs: fix reference leak
 2025-09-25  9:32 UTC  (3+ messages)

[PATCH v2 00/13] ext4: optimize online defragment
 2025-09-25  9:26 UTC  (14+ messages)
` [PATCH v2 01/13] ext4: fix an off-by-one issue during moving extents
` [PATCH v2 02/13] ext4: correct the checking of quota files before "
` [PATCH v2 03/13] ext4: introduce seq counter for the extent status entry
` [PATCH v2 04/13] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH v2 05/13] ext4: pass out extent seq counter when mapping blocks
` [PATCH v2 06/13] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH v2 07/13] ext4: add mext_check_validity() to do basic check
` [PATCH v2 08/13] ext4: refactor mext_check_arguments()
` [PATCH v2 09/13] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH v2 10/13] ext4: introduce mext_move_extent()
` [PATCH v2 11/13] ext4: switch to using the new extent movement method
` [PATCH v2 12/13] ext4: add large folios support for moving extents
` [PATCH v2 13/13] ext4: add two trace points "

[PATCH v4] afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
 2025-09-25  7:19 UTC  (2+ messages)

Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode
 2025-09-25  6:52 UTC  (8+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-25  5:26 UTC  (7+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges

[PATCH v2 0/2] VFS: change ->atomic_open() calling to always have exclusive access
 2025-09-25  1:17 UTC  (3+ messages)
` [PATCH v2 1/2] NFS: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 2/2] VFS: don't call ->atomic_open on cached negative without O_CREAT

[PATCH bpf-next 0/2] bpf: Add more dentry kfuncs for BPF LSM programs
 2025-09-25  0:56 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for dentry kfuncs

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-24 23:12 UTC  (7+ messages)
` [PATCH v1 05/16] iomap: propagate iomap_read_folio() error to caller

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 22:56 UTC  (6+ messages)
` [PATCH v3 10/15] iomap: add bias for async read requests

[PATCH 1/3] nstree: make struct ns_tree private
 2025-09-24 22:39 UTC  (2+ messages)

[PATCH] fs: doc: describe 'pinned' parameter in do_lock_mount()
 2025-09-24 21:22 UTC  (3+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-24 19:20 UTC  (4+ messages)

[PATCH] fs/netfs: fix reference leak
 2025-09-24 19:10 UTC  (5+ messages)

[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 18:23 UTC  (7+ messages)
` [PATCH v4 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v4 10/15] iomap: add bias for async read requests


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 NNTP newsgroup(s).