Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-29 07:15:43 to 2025-10-29 23:44:33 UTC [more...]

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-29 23:31 UTC 

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

fall back from direct to buffered I/O when stable writes are required
 2025-10-29 21:23 UTC  (16+ 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 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 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-29 19:50 UTC  (5+ 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

[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

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-29 19:22 UTC  (7+ 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

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

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-29 17:10 UTC  (13+ 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

[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 00/72] nstree: listns()
 2025-10-29 14:55 UTC  (75+ messages)
` [PATCH v4 01/72] libfs: allow to specify s_d_flags
` [PATCH v4 02/72] nsfs: use inode_just_drop()
` [PATCH v4 03/72] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH v4 04/72] pidfs: "
` [PATCH v4 05/72] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v4 06/72] cgroup: add cgroup namespace to tree after owner is set
` [PATCH v4 07/72] nstree: simplify return
` [PATCH v4 08/72] ns: initialize ns_list_node for initial namespaces
` [PATCH v4 09/72] ns: add __ns_ref_read()
` [PATCH v4 10/72] ns: rename to exit_nsproxy_namespaces()
` [PATCH v4 11/72] ns: add active reference count
` [PATCH v4 12/72] ns: use anonymous struct to group list member
` [PATCH v4 13/72] nstree: introduce a unified tree
` [PATCH v4 14/72] nstree: allow lookup solely based on inode
` [PATCH v4 15/72] nstree: assign fixed ids to the initial namespaces
` [PATCH v4 16/72] nstree: maintain list of owned namespaces
` [PATCH v4 17/72] nstree: simplify rbtree comparison helpers
` [PATCH v4 18/72] nstree: add unified namespace list
` [PATCH v4 19/72] nstree: add listns()
` [PATCH v4 20/72] arch: hookup listns() system call
` [PATCH v4 21/72] nsfs: update tools header
` [PATCH v4 22/72] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH v4 23/72] selftests/namespaces: first active reference count tests
` [PATCH v4 24/72] selftests/namespaces: second "
` [PATCH v4 25/72] selftests/namespaces: third "
` [PATCH v4 26/72] selftests/namespaces: fourth "
` [PATCH v4 27/72] selftests/namespaces: fifth "
` [PATCH v4 28/72] selftests/namespaces: sixth "
` [PATCH v4 29/72] selftests/namespaces: seventh "
` [PATCH v4 30/72] selftests/namespaces: eigth "
` [PATCH v4 31/72] selftests/namespaces: ninth "
` [PATCH v4 32/72] selftests/namespaces: tenth "
` [PATCH v4 33/72] selftests/namespaces: eleventh "
` [PATCH v4 34/72] selftests/namespaces: twelth "
` [PATCH v4 35/72] selftests/namespaces: thirteenth "
` [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

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

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

[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 V5 00/12] uaccess: Provide and use scopes for user access
 2025-10-29 10:23 UTC  (6+ messages)
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
      ` [patch V6 "

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-10-29 10:23 UTC  (6+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2025-10-29 10:06 UTC  (7+ messages)

[syzbot] Monthly fuse report (Oct 2025)
 2025-10-29  9:50 UTC 

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2025-10-29  9:35 UTC  (3+ messages)
` [PATCHSET v6] fstests: support ext4 fuse testing

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-29  8:55 UTC  (6+ messages)

[PATCH v3 0/2] vfs-6.19.iomap commit 51311f045375 fixups
 2025-10-29  8:38 UTC  (7+ messages)
` [PATCH v3 1/2] iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_submitted
` [PATCH v3 2/2] iomap: fix race when reading in all bytes of a folio

alloc misaligned vectors for zoned XFS
 2025-10-29  8:15 UTC  (7+ messages)
` [PATCH 1/4] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag

[PATCH v3 17/70] nstree: add listns()
 2025-10-29  7:52 UTC  (2+ messages)


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