linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-01 16:40:05 to 2025-07-03 00:52:54 UTC [more...]

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-07-03  0:52 UTC  (5+ messages)

[PATCHES] assorted debugfs stuff
 2025-07-03  0:24 UTC  (17+ messages)
` [PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
  ` [PATCH 02/11] hfi1: get rid of redundant debugfs_file_{get,put}()
  ` [PATCH 03/11] regmap: "
  ` [PATCH 04/11] resctrl: get rid of pointless debugfs_file_{get,put}()
  ` [PATCH 05/11] vmscan: don't bother with debugfs_real_fops()
  ` [PATCH 06/11] netronome: "
  ` [PATCH 07/11] debugfs: split short and full proxy wrappers, kill debugfs_real_fops()
  ` [PATCH 08/11] fix tt_command_write()
  ` [PATCH 09/11] debugfs_get_aux(): allow storing non-const void *
  ` [PATCH 10/11] blk-mq-debugfs: use debugfs_get_aux()
  ` [PATCH 11/11] lpfc: don't use file->f_path.dentry for comparisons
  ` (subset) [PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops

need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
 2025-07-03  0:12 UTC  (2+ messages)

[PATCH next] mm/maps: move kmalloc() call location in do_procmap_query() out of RCU critical section
 2025-07-02 23:34 UTC  (3+ messages)

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-07-02 23:20 UTC  (36+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode

[syzbot] [fs?] WARNING: suspicious RCU usage in proc_sys_compare
 2025-07-02 22:25 UTC  (2+ messages)

refactor the iomap writeback code v3
 2025-07-02 22:23 UTC  (27+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK

[PATCH 1/2] fuse: Fix fuse_copy_folio() size assignation
 2025-07-02 22:19 UTC  (4+ messages)
` [PATCH 2/2] fuse: clean up null folio check in fuse_copy_folio()

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-07-02 21:47 UTC  (13+ messages)

[BUG] KASAN: slab-out-of-bounds in vsnprintf triggered by large stack frame
 2025-07-02 20:33 UTC  (5+ messages)
    ` [UNDERSTOOD] "

[PATCHES][RFC][CFR] mount-related stuff
 2025-07-02 19:29 UTC  (4+ messages)
` [PATCHES v2][RFC][CFR] "
  ` [PATCHES v3][RFC][CFR] "

[GIT PULL] bcachefs fixes for 6.16-rc4
 2025-07-02 18:49 UTC  (8+ messages)

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-02 18:52 UTC  (4+ messages)

[PATCH 0/7] iomap: zero range folio batch support
 2025-07-02 18:50 UTC  (5+ messages)
` [PATCH 5/7] xfs: fill dirty folios on zero range of unwritten mappings

[PATCH 00/13] Parallelizing filesystem writeback
 2025-07-02 18:44 UTC  (12+ messages)

[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
 2025-07-02 18:41 UTC  (10+ messages)

[syzbot] [fs?] possible deadlock in __simple_recursive_removal
 2025-07-02 18:39 UTC  (2+ messages)

[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
 2025-07-02 18:37 UTC  (26+ messages)
` [PATCH v6 1/6] fs: split fileattr related helpers into separate file
` [PATCH v6 2/6] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v6 5/6] fs: prepare for extending file_get/setattr()
` [PATCH v6 6/6] fs: introduce file_getattr and file_setattr syscalls

[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-07-02 18:12 UTC  (3+ messages)

[PATCH] fanotify: support custom default close response
 2025-07-02 16:56 UTC  (6+ messages)

[PATCH v3] fuse: new workqueue to periodically invalidate expired dentries
 2025-07-02 16:35 UTC  (3+ messages)

[syzbot] [fs?] BUG: sleeping function called from invalid context in procfs_procmap_ioctl
 2025-07-02 15:44 UTC  (2+ messages)

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-02 15:25 UTC  (53+ messages)
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 15/29] mm/migration: remove PageMovable()
` [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v1 18/29] mm: remove __folio_test_movable()
` [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-02 14:51 UTC  (6+ messages)
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *

[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
 2025-07-02 14:50 UTC  (15+ messages)
` [PATCH v3 01/10] ext4: process folios writeback in bytes
` [PATCH v3 03/10] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v3 04/10] ext4: refactor the block allocation process of ext4_page_mkwrite()
` [PATCH v3 05/10] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v3 06/10] ext4: enhance tracepoints during the folios writeback
` [PATCH v3 08/10] ext4: reserved credits for one extent during the folio writeback
` [PATCH v3 09/10] ext4: replace ext4_writepage_trans_blocks()

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-02 14:32 UTC  (20+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH] anon_inode: rework assertions
 2025-07-02 13:50 UTC  (2+ messages)

[PATCH 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-02 13:39 UTC  (10+ messages)
` [PATCH 1/3] rust: xarray: use the prelude
` [PATCH 3/3] rust: xarray: add `insert` and `reserve`

Query regarding FUSE passthrough not using kernel page cache thus causing performance regression
 2025-07-02 13:36 UTC  (4+ messages)

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-07-02 12:19 UTC  (15+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex

[BUG] KASAN: slab-out-of-bounds in vsnprintf triggered by large stack frame
 2025-07-02 12:07 UTC 

[PATCH 10/12] ovl: narrow locking in ovl_check_rename_whiteout()
 2025-07-02 10:23 UTC  (4+ messages)

[PATCH v2 5/6] btrfs: implement shutdown ioctl
 2025-07-02  9:38 UTC  (2+ messages)

[PATCH][RFC] fold fs_struct->{lock,seq} into a seqlock
 2025-07-02  9:15 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: don't call fsopen() as privileged user
 2025-07-02  8:32 UTC  (3+ messages)

[PATCH] ocfs2: update d_splice_alias() return code checking
 2025-07-02  6:08 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH][v2] virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()
 2025-07-02  5:42 UTC  (2+ messages)

[PATCHv2 1/2] sched/wait: Add wait_event_state_exclusive()
 2025-07-02  5:37 UTC  (3+ messages)
` [PATCHv2 2/2] fuse: use freezable wait in fuse_get_req()

[PATCH] fuse: remove unneeded offset assignment when filling write pages
 2025-07-02  5:23 UTC  (2+ messages)

[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
 2025-07-02  5:11 UTC  (13+ messages)
` [PATCH v3 2/3] fs: fuse: add backing_files control file

[PATCH 09/12] ovl: whiteout locking changes
 2025-07-02  2:21 UTC  (2+ messages)

[PATCH 07/12] ovl: narrow locking in ovl_rename()
 2025-07-02  2:16 UTC  (2+ messages)

[PATCH v3] eventpoll: Fix priority inversion problem
 2025-07-01 20:33 UTC  (3+ messages)

[PATCH] selftests/landlock: Add tests for access through disconnected paths
 2025-07-01 19:59 UTC  (8+ messages)

[PATCH] fuse: return -EOPNOTSUPP from ->fileattr_[gs]et() instead of -ENOTTY
 2025-07-01 19:11 UTC  (3+ messages)

[RFC PATCH v1 1/2] landlock: Fix handling of disconnected directories
 2025-07-01 18:38 UTC  (2+ messages)
` [RFC PATCH v1 2/2] selftests/landlock: Add layout4_disconnected test suite

[PATCH] scripts: gdb: vfs: Support external dentry names
 2025-07-01 17:48 UTC  (2+ messages)

[PATCH 00/13] netfs, cifs: Fixes to retry-related code
 2025-07-01 17:07 UTC  (5+ messages)
` [PATCH 09/13] smb: client: fix warning when reconnecting channel
` [PATCH 12/13] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 13/13] netfs: Update tracepoints in a number of ways


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