linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-03 03:22:36 to 2025-07-04 12:40:36 UTC [more...]

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-04 12:40 UTC  (9+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()

[PATCH v1 1/2] fuse: use default writeback accounting
 2025-07-04 12:35 UTC  (3+ messages)
` [PATCH v1 2/2] mm: remove BDI_CAP_WRITEBACK_ACCT

[RFC V2 00/18] famfs: port into fuse
 2025-07-04 11:11 UTC  (33+ messages)
` [RFC V2 01/18] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC V2 02/18] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC V2 03/18] dev_dax_iomap: Save the kva from memremap
` [RFC V2 04/18] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC V2 05/18] dev_dax_iomap: export dax_dev_get()
` [RFC V2 06/18] dev_dax_iomap: (ignore!) Drop poisoned page warning in fs/dax.c
` [RFC V2 07/18] famfs_fuse: magic.h: Add famfs magic numbers
` [RFC V2 08/18] famfs_fuse: Kconfig
` [RFC V2 09/18] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 13/18] famfs_fuse: Create files with famfs fmaps
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC V2 15/18] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC V2 16/18] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC V2 17/18] famfs_fuse: Add famfs metadata documentation
` [RFC V2 18/18] famfs_fuse: Add documentation

[RFC PATCH v2 0/3] fanotify HSM events for directories
 2025-07-04 10:58 UTC  (9+ messages)

[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-07-04 10:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] coredump: fix race condition between connect and putting pidfs dentry
 2025-07-04 10:40 UTC  (6+ messages)
    ` [PATCH 1/2] coredump: fix race condition between connect and
` [PATCH 2/2] coredump: fix PIDFD_INFO_COREDUMP ioctl check
  ` (subset) "

[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-04 10:25 UTC  (30+ messages)
` [PATCH v2 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v2 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v2 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v2 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v2 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v2 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v2 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v2 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v2 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v2 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v2 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v2 13/29] mm/balloon_compaction: "
` [PATCH v2 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v2 15/29] mm/migration: remove PageMovable()
` [PATCH v2 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v2 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v2 18/29] mm: remove __folio_test_movable()
` [PATCH v2 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v2 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v2 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v2 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v2 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v2 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v2 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v2 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH v2 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v2 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[PATCH v5 00/11] fuse: support large folios
 2025-07-04 10:24 UTC  (3+ messages)
` [PATCH v5 10/11] fuse: optimize direct io large folios processing

[RFC PATCH] fanotify: add watchdog for permission events
 2025-07-04 10:22 UTC  (5+ messages)

[PATCH] btrfs: restrict writes to opened btrfs devices
 2025-07-04  9:38 UTC 

[PATCH 0/1] Baby steps towards removing fuse_launder_folio
 2025-07-04  9:27 UTC  (3+ messages)
` [PATCH 1/1] fuse: Use filemap_invalidate_pages()

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-04  9:00 UTC  (8+ messages)
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()

[PATCH v4 0/6] btrfs: add remove_bdev() callback
 2025-07-04  9:05 UTC  (9+ messages)
` [PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
  ` (subset) "
` [PATCH v4 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v4 3/6] btrfs: reject file operations if in shutdown state
` [PATCH v4 4/6] btrfs: reject delalloc ranges "
` [PATCH v4 5/6] btrfs: implement shutdown ioctl
` [PATCH v4 6/6] btrfs: implement remove_bdev super operation callback

[PATCH v3 0/6] btrfs: add remove_bdev() callback
 2025-07-04  9:01 UTC  (10+ messages)
` [PATCH v3 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
` [PATCH v3 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v3 3/6] btrfs: reject file operations if in shutdown state
` [PATCH v3 4/6] btrfs: reject delalloc ranges "
` [PATCH v3 5/6] btrfs: implement shutdown ioctl
` [PATCH v3 6/6] btrfs: implement remove_bdev super operation callback

[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
 2025-07-04  8:47 UTC  (8+ messages)
` [PATCH v3 05/10] ext4: restart handle if credits are insufficient during allocating blocks

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-07-04  8:39 UTC  (4+ messages)

[GIT PULL] vfs fixes
 2025-07-04  8:36 UTC 

[GIT PULL] bcachefs fixes for 6.16-rc4
 2025-07-04  7:02 UTC  (4+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-07-04  7:02 UTC  (6+ messages)

[PATCH] btrfs: restrict writes to opened btrfs devices
 2025-07-04  6:40 UTC 

[PATCH next] mm/maps: move kmalloc() call location in do_procmap_query() out of RCU critical section
 2025-07-04  6:11 UTC  (4+ messages)

[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-07-04  6:07 UTC  (9+ messages)
` [PATCH v6 1/8] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v6 2/8] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v6 3/8] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v6 4/8] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v6 5/8] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v6 6/8] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
` [PATCH v6 8/8] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH] f2fs: improve the performance of f2fs_lookup
 2025-07-04  6:02 UTC  (6+ messages)
  ` [PATCH v3 1/2] libfs: reduce the number of memory allocations in generic_ci_match
  ` [PATCH v3 2/2] f2fs: improve the performance of f2fs_lookup
` [PATCH v2] "

[PATCH 11/11] lpfc: don't use file->f_path.dentry for comparisons
 2025-07-04  4:25 UTC  (3+ messages)

[PATCHES] assorted debugfs stuff
 2025-07-04  4:07 UTC  (21+ messages)
` [PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
  ` [PATCH 03/11] regmap: get rid of redundant debugfs_file_{get,put}()
  ` [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 08/11] fix tt_command_write()
  ` (subset) [PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops

[PATCH v4 0/7] f2fs: new mount API conversion
 2025-07-04  3:27 UTC  (3+ messages)
` [PATCH v4 2/7] f2fs: move the option parser into handle_mount_opt

[PATCH v3?] proc_sysctl: remove rcu_dereference() for accessing ->sysctl
 2025-07-04  2:19 UTC  (9+ messages)

[GIT PULL] bcachefs fixes for 6.16-rc5
 2025-07-04  0:33 UTC 

[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
 2025-07-03 22:35 UTC  (10+ messages)
` [PATCH v6 6/6] "

[PATCH] hfs: fix slab-out-of-bounds in hfs_bnode_read()
 2025-07-03 21:49 UTC 

[PATCH] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
 2025-07-03 21:48 UTC 

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

[PATCH] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2025-07-03 18:41 UTC 

[PATCH v7] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-07-03 17:41 UTC 

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-03 17:34 UTC  (3+ messages)

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-07-03 16:51 UTC  (8+ messages)
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code

[PATCH] fanotify: support custom default close response
 2025-07-03 16:09 UTC  (5+ messages)

[PATCH 6.12 125/218] cifs: Fix the smbd_response slab to allow usercopy
 2025-07-03 14:41 UTC  (2+ messages)
` [PATCH 6.12 126/218] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code

[RFC 00/12] io_uring dmabuf read/write support
 2025-07-03 14:37 UTC  (3+ messages)

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-03 14:33 UTC  (4+ messages)

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-07-03 14:13 UTC  (6+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file

[PATCH v3] fuse: new workqueue to periodically invalidate expired dentries
 2025-07-03 12:46 UTC  (4+ messages)

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-03 11:45 UTC  (5+ messages)
` [PATCH v3 4/4] ext4: support uncached buffered I/O

next-20250626: WARNING fs jbd2 transaction.c start_this_handle with ARM64_64K_PAGES
 2025-07-03 11:33 UTC  (5+ messages)

Email Marketing: Automatic email sending .!
 2025-07-03  8:52 UTC 

[syzbot] [exfat?] kernel BUG in folio_set_bh
 2025-07-03  8:07 UTC  (2+ messages)

Zlecenie tłumaczenia
 2025-07-03  7:55 UTC 

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-03  7:49 UTC  (10+ messages)
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()

[PATCH] virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
 2025-07-03  6:47 UTC 

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-07-03  6:28 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex


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