public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 12:23:36 to 2025-10-30 10:06:05 UTC [more...]

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2025-10-30 10:05 UTC  (10+ messages)
` [PATCHSET v6] fstests: support ext4 fuse testing
  ` [PATCH 01/33] misc: adapt tests to handle the fuse ext[234] drivers
  ` [PATCH 02/33] generic/740: don't run this test for fuse ext* implementations
  ` [PATCH 27/33] generic/050: skip test because fuse2fs doesn't have stable output

[PATCH 03/21] select: rename BITS() to FDS_BITS()
 2025-10-30  9:42 UTC  (2+ messages)

[PATCH 00/10] Add and use folio_next_pos()
 2025-10-30  9:35 UTC  (3+ messages)
` [PATCH 03/10] buffer: Use folio_next_pos()

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-30  9:22 UTC  (12+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH 3/4] mm: introduce VMA flags bitmap type
` [PATCH 4/4] mm: introduce and use VMA flag test helpers

[PATCH v1] man/man2/flock.2: Mention non-atomicity w.r.t close
 2025-10-30  9:21 UTC  (2+ messages)

[syzbot] [btrfs] possible deadlock in page_cache_ra_unbounded (3)
 2025-10-30  9:00 UTC 

[PATCH v2] fs: hide names_cachep behind runtime access machinery
 2025-10-30  8:59 UTC 

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-30  8:25 UTC  (12+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags
` [PATCH 3/3] selftests/mm/guard-regions: add smaps visibility test

fall back from direct to buffered I/O when stable writes are required
 2025-10-30  7:17 UTC  (24+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 3/4] xfs: use IOCB_DONTCACHE when falling back to buffered writes
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30  6:24 UTC  (20+ messages)
` [PATCH v4 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v4 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v4 03/14] VFS: tidy up do_unlinkat()
` [PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v4 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v4 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v4 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v4 14/14] VFS: introduce end_creating_keep()

[PATCHSET v6 2/8] iomap: cleanups ahead of adding fuse support
 2025-10-30  6:00 UTC  (5+ messages)
` [PATCH 1/1] iomap: allow NULL swap info bdev when activating swapfile

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-30  5:59 UTC  (14+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure

[PATCHv4 0/8]
 2025-10-30  4:54 UTC  (8+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[PATCH v4 0/3] Optimize folio split in memory failure
 2025-10-30  4:01 UTC  (10+ messages)
` [PATCH v4 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v4 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v4 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH] fs/pipe: stop duplicating union pipe_index declaration
 2025-10-29 23:30 UTC  (10+ messages)

[PATCH v3 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-29 22:51 UTC  (3+ messages)
` [PATCH v3 00/14] Create and use APIs to centralise locking for directory ops.y

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-29 22:00 UTC  (11+ messages)
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management

[PATCH v2 0/2] sched/core: Show user_cpus_ptr & allow its reset
 2025-10-29 21:55 UTC  (3+ messages)
` [PATCH v2 1/2] sched/core: Enable full cpumask to clear user cpumask in sched_setaffinity()
` [PATCH v2 2/2] fs/proc: Show the content of task->user_cpus_ptr in /proc/<pid>/status

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-29 21:23 UTC  (8+ messages)

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-10-29 19:59 UTC  (5+ messages)
` [PATCH v2 1/8] io_uring/uring_cmd: add io_uring_cmd_import_fixed_full()

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-29 19:48 UTC  (27+ messages)
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [External] : "
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs

[syzbot] [net?] kernel BUG in filemap_fault (3)
 2025-10-29 17:59 UTC 

[RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
 2025-10-29 17:13 UTC  (8+ messages)

[PATCH] virtio-fs: fix incorrect check for fsvq->kobj
 2025-10-29 15:50 UTC  (2+ messages)

[PATCH] fs: touch up predicts in putname()
 2025-10-29 15:48 UTC  (2+ messages)

[PATCH] fs/proc: fix uaf in proc_readdir_de()
 2025-10-29 15:37 UTC  (2+ messages)

[PATCH v3] statmount: accept fd as a parameter
 2025-10-29 15:32 UTC  (2+ messages)

[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
 2025-10-29 15:26 UTC  (4+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias

[WIP RFC PATCH] fs: hide names_cachep behind runtime_const machinery
 2025-10-29 15:08 UTC  (2+ messages)

[PATCH v2 0/8] Guaranteed CMA
 2025-10-29 15:01 UTC  (6+ messages)

[PATCH v4 13/72] nstree: introduce a unified tree
 2025-10-29 14:55 UTC  (3+ messages)

[PATCH v1 1/1] mnt: Remove dead code which might prevent from building
 2025-10-29 14:57 UTC  (2+ messages)

allow file systems to increase the minimum writeback chunk size v2
 2025-10-29 14:56 UTC  (3+ messages)

filemap_* writeback interface cleanups v2
 2025-10-29 14:53 UTC  (2+ messages)

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:39 UTC  (10+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory

[PATCH v2 (REPOST)] bfs: Reconstruct file type when loading from disk
 2025-10-29 13:39 UTC  (2+ messages)

[PATCH v2 1/2] fs: push list presence check into inode_io_list_del()
 2025-10-29 13:14 UTC  (2+ messages)
` [PATCH v2 2/2] fs: cosmetic fixes to lru handling

[PATCH 1/2] fs: push list presence check into inode_io_list_del()
 2025-10-29 12:54 UTC  (2+ messages)

[PATCH] afs: Fix dynamic lookup to fail on cell lookup failure
 2025-10-29 12:51 UTC  (2+ messages)

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-29 12:45 UTC  (4+ messages)

[PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
 2025-10-29 12:39 UTC  (5+ messages)
` [PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-10-29 12:32 UTC  (4+ messages)

[PATCH v4 00/72] nstree: listns()
 2025-10-29 12:21 UTC  (39+ messages)
` [PATCH v4 35/72] selftests/namespaces: thirteenth active reference count tests
` [PATCH v4 36/72] selftests/namespaces: fourteenth "
` [PATCH v4 37/72] selftests/namespaces: fifteenth "
` [PATCH v4 38/72] selftests/namespaces: add listns() wrapper
` [PATCH v4 39/72] selftests/namespaces: first listns() test
` [PATCH v4 40/72] selftests/namespaces: second "
` [PATCH v4 41/72] selftests/namespaces: third "
` [PATCH v4 42/72] selftests/namespaces: fourth "
` [PATCH v4 43/72] selftests/namespaces: fifth "
` [PATCH v4 44/72] selftests/namespaces: sixth "
` [PATCH v4 45/72] selftests/namespaces: seventh "
` [PATCH v4 46/72] selftests/namespaces: eigth "
` [PATCH v4 47/72] selftests/namespaces: ninth "
` [PATCH v4 48/72] selftests/namespaces: first listns() permission test
` [PATCH v4 49/72] selftests/namespaces: second "
` [PATCH v4 50/72] selftests/namespaces: third "
` [PATCH v4 51/72] selftests/namespaces: fourth "
` [PATCH v4 52/72] selftests/namespaces: fifth "
` [PATCH v4 53/72] selftests/namespaces: sixth "
` [PATCH v4 54/72] selftests/namespaces: seventh "
` [PATCH v4 55/72] selftests/namespaces: first inactive namespace resurrection test
` [PATCH v4 56/72] selftests/namespaces: second "
` [PATCH v4 57/72] selftests/namespaces: third "
` [PATCH v4 58/72] selftests/namespaces: fourth "
` [PATCH v4 59/72] selftests/namespaces: fifth "
` [PATCH v4 60/72] selftests/namespaces: sixth "
` [PATCH v4 61/72] selftests/namespaces: seventh "
` [PATCH v4 62/72] selftests/namespaces: eigth "
` [PATCH v4 63/72] selftests/namespaces: ninth "
` [PATCH v4 64/72] selftests/namespaces: tenth "
` [PATCH v4 65/72] selftests/namespaces: eleventh "
` [PATCH v4 66/72] selftests/namespaces: twelth "
` [PATCH v4 67/72] selftests/namespace: first threaded active reference count test
` [PATCH v4 68/72] selftests/namespace: second "
` [PATCH v4 69/72] selftests/namespace: third "
` [PATCH v4 70/72] selftests/namespace: commit_creds() active reference tests
` [PATCH v4 71/72] selftests/namespace: add stress test
` [PATCH v4 72/72] selftests/namespace: test listns() pagination


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox