linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-23 01:29:32 to 2025-09-24 18:20:12 UTC [more...]

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-24 18:19 UTC  (25+ messages)
` [PATCH 1/8] fuse: fix livelock in synchronous file put from fuseblk workers
` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/8] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors
` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-24 18:19 UTC  (2+ messages)

[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 18:18 UTC  (11+ messages)
` [PATCH v4 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v4 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v4 10/15] iomap: add bias for async read requests
` [PATCH v4 13/15] fuse: use iomap for read_folio

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-24 18:06 UTC  (39+ messages)
` [PATCH v3 01/38] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/38] filelock: add a lm_may_setlease lease_manager callback
` [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 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 09/38] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/38] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/38] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/38] nfsd: check for delegation conflicts vs. the same client
` [PATCH v3 13/38] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 14/38] filelock: rework the __break_lease API to use flags
` [PATCH v3 15/38] filelock: add struct delegated_inode
` [PATCH v3 16/38] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v3 17/38] filelock: add a tracepoint to start of break_lease()
` [PATCH v3 18/38] filelock: add an inode_lease_ignore_mask helper
` [PATCH v3 19/38] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 20/38] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 21/38] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 23/38] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 24/38] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 25/38] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 26/38] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 28/38] nfsd: add tracepoint to dir_event handler
` [PATCH v3 29/38] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 30/38] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 31/38] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 32/38] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 33/38] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 34/38] nfsd: add a fi_connectable flag to struct nfs4_file
` [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

[syzbot] [fs?] WARNING: bad unlock balance in namespace_unlock
 2025-09-24 17:56 UTC  (4+ messages)
` [PATCH Next] copy_mnt_ns(): Remove unnecessary unlock

[PATCH] ceph: Fix log output race condition in osd client
 2025-09-24 17:55 UTC  (4+ messages)

[RFC PATCH 0/2] Defer evicting inodes to a workqueue
 2025-09-24 17:45 UTC  (12+ messages)
` [RFC PATCH 1/2] Add in_reclaim()
` [RFC PATCH 2/2] fs: Defer evicting inodes to a workqueue

[PATCHES][RFC] the meat of tree-in-dcache series
 2025-09-24 16:56 UTC  (8+ messages)
` [PATCH 01/39] new helper: simple_remove_by_name()
  ` [PATCH 08/39] configfs, securityfs: kill_litter_super() not needed
  ` [PATCH 18/39] convert debugfs
  ` [PATCH 19/39] debugfs: remove duplicate checks in callers of start_creating()

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-24 16:17 UTC  (3+ messages)

[PATCH] fs/netfs: fix reference leak
 2025-09-24 15:39 UTC  (3+ messages)

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-24 15:38 UTC  (15+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [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 v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
    ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v5 0/8] man2: document "new" mount API
 2025-09-24 15:31 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 v5 4/8] man/man2/fsmount.2: "
` [PATCH v5 5/8] man/man2/move_mount.2: "
` [PATCH v5 6/8] man/man2/open_tree.2: "
` [PATCH v5 7/8] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v5 8/8] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-24 14:36 UTC  (2+ messages)

[PATCH] initrd: Replace simple_strtol with kstrtoint to improve ramdisk_start_setup
 2025-09-24 13:35 UTC  (2+ messages)

[PATCH v4] afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
 2025-09-24 12:49 UTC 

[PATCH] fs: update comment in init_file()
 2025-09-24 12:21 UTC 

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-24 12:03 UTC  (5+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCH 0/3] ns: tweak ns common handling
 2025-09-24 12:00 UTC  (7+ messages)
` [PATCH 1/3] nstree: make struct ns_tree private
` [PATCH 2/3] ns: move ns type into struct ns_common
` [PATCH 3/3] ns: drop assert

[PATCH v2] nsfs: handle inode number mismatches gracefully in file handles
 2025-09-24 11:50 UTC 

[PATCH v2] nsfs: handle inode number mismatches gracefully in file handles
 2025-09-24 11:44 UTC  (2+ messages)

[PATCH] nsfs: reject file handles with invalid inode number
 2025-09-24 11:12 UTC  (2+ messages)

[PATCH v4 00/10] man2: document "new" mount API
 2025-09-24 11:11 UTC  (17+ messages)
` [PATCH v4 04/10] man/man2/fsconfig.2: "
` [PATCH v4 07/10] man/man2/open_tree.2: "
` [PATCH v4 09/10] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API

[syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete
 2025-09-24 11:05 UTC  (2+ messages)

[PATCH 0/3] Suppress undesirable hung task warnings
 2025-09-24 10:34 UTC  (12+ messages)
      ` [External] "

[syzbot] [fuse?] KMSAN: uninit-value in fuse_dentry_revalidate
 2025-09-24 10:21 UTC 

[syzbot] [fs?] KASAN: slab-use-after-free Read in bus_remove_driver
 2025-09-24  6:31 UTC 

[PATCH V2 0/4] 9p: convert to the new mount API
 2025-09-24  5:25 UTC  (9+ messages)

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-24  1:08 UTC  (4+ messages)
` [PATCH v3 9/9] rust: device: "

[PATCH] mm/readahead: Skip fully overlapped range
 2025-09-24  0:27 UTC  (5+ messages)

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-09-23 23:08 UTC  (15+ messages)
` [PATCH 01/28] fuse: implement the basic iomap mechanisms
` [PATCH 04/28] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices

[syzbot] [fs?] general protection fault in iter_file_splice_write
 2025-09-23 19:59 UTC  (2+ messages)

[RFC 0/2] writeback: add support for filesystems to optimize parallel writeback
 2025-09-23 18:46 UTC  (4+ messages)
` [RFC 2/2] xfs: implement get_inode_wb_ctx_idx() for per-AG "

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

[PATCH 1/2] sched/core: Enable full cpumask to clear user cpumask in sched_setaffinity()
 2025-09-23 17:54 UTC  (2+ messages)
` [PATCH 2/2] fs/proc: Show the content of task->user_cpus_ptr in /proc/<pid>/status

[PATCH v3 0/3] Test file_getattr and file_setattr syscalls
 2025-09-23 16:09 UTC  (3+ messages)
` [PATCH v3 2/3] generic: introduce test to test file_getattr/file_setattr syscalls

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-23 13:16 UTC  (7+ messages)
` [PATCH v6 1/4] fs: provide accessors for ->i_state
` [PATCH v6 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v6 3/4] Manual conversion of ->i_state uses
` [PATCH v6 4/4] fs: make plain ->i_state access fail to compile

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-23 13:13 UTC  (5+ messages)
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close

[PATCH 0/9] ns: rework common initialization
 2025-09-23 10:44 UTC  (6+ messages)
` [PATCH 2/9] mnt: expose pointer to init_mnt_ns

[PATCH] fcntl: trim arguments
 2025-09-23 10:43 UTC  (2+ messages)

(no subject)
 2025-09-23 10:40 UTC  (6+ messages)
` [PATCH v4 5/6] VFS: rename kern_path_locked() and related functions

[PATCH v4 1/6] VFS/ovl: add lookup_one_positive_killable()
 2025-09-23 10:39 UTC  (2+ messages)

[syzbot] [fs?] [mm?] WARNING: bad unlock balance in hugetlb_vmdelete_list
 2025-09-23  9:03 UTC 

[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
 2025-09-23  8:03 UTC  (2+ messages)

[PATCH] cramfs: Fix incorrect physical page address calculation
 2025-09-23  7:38 UTC  (3+ messages)

[PATCH 00/13] ext4: optimize online defragment
 2025-09-23  6:49 UTC  (11+ messages)
` [PATCH 04/13] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH 05/13] ext4: pass out extent seq counter when mapping blocks
` [PATCH 07/13] ext4: add mext_check_validity() to do basic check
` [PATCH 08/13] ext4: refactor mext_check_arguments()
` [PATCH 09/13] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH 10/13] ext4: introduce mext_move_extent()
` [PATCH 11/13] ext4: switch to using the new extent movement method
` [PATCH 12/13] ext4: add large folios support for moving extents
` [PATCH 13/13] ext4: add two trace points "
` [syzbot ci] Re: ext4: optimize online defragment

[PATCH] io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
 2025-09-23  6:16 UTC  (2+ messages)

[PATCH v5 0/4] allow partial folio write with iomap_folio_state
 2025-09-23  4:21 UTC  (5+ 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


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).