Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-11 21:29:58 to 2025-11-13 10:07:22 UTC [more...]

enable iomap dio write completions from interrupt context
 2025-11-13 10:07 UTC  (21+ messages)
` [PATCH 1/5] fs, iomap: remove IOCB_DIO_CALLER_COMP
` [PATCH 2/5] iomap: always run error completions in user context
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
` [PATCH 5/5] iomap: invert the polarity of IOMAP_DIO_INLINE_COMP

[RFC PATCH v6 0/4] fuse: work queues to invalided dentries
 2025-11-13  9:43 UTC  (3+ messages)

[PATCH v2 0/2] fs: fuse: use strscpy instead of strcpy
 2025-11-13  9:38 UTC  (2+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_retry_writes
 2025-11-13  9:33 UTC 

[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
 2025-11-13  9:26 UTC  (5+ messages)
      ` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())

[PATCH V15 0/6] mm: Add soft-dirty and uffd-wp support for RISC-V
 2025-11-13  7:28 UTC  (7+ messages)
` [PATCH V15 1/6] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V15 2/6] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V15 3/6] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V15 4/6] riscv: mm: Add soft-dirty page tracking support
` [PATCH V15 5/6] riscv: mm: Add userfaultfd write-protect support
` [PATCH V15 6/6] dt-bindings: riscv: Add Svrsw60t59b extension description

[PATCH v4 00/10] powerpc: Implement masked user access
 2025-11-13  6:10 UTC  (2+ messages)

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-13  5:57 UTC  (15+ messages)
` [RFC PATCH 1/8] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [RFC PATCH 2/8] mm: Add PG_atomic
` [RFC PATCH 3/8] fs: Add initial buffered atomic write support info to statx
` [RFC PATCH 4/8] iomap: buffered atomic write support
` [RFC PATCH 5/8] iomap: pin pages for RWF_ATOMIC buffered write
` [RFC PATCH 6/8] xfs: Report atomic write min and max for buf io as well
` [RFC PATCH 7/8] iomap: Add bs<ps buffered atomic writes support
` [RFC PATCH 8/8] xfs: Lift the bs == ps restriction for HW buffered atomic writes
` [syzbot ci] Re: xfs: single block atomic writes for buffered IO

[PATCH] libfs: Fix NULL pointer access in simple_recursive_removal
 2025-11-13  5:23 UTC 

[syzbot] [hfs?] memory leak in hfs_init_fs_context
 2025-11-13  4:27 UTC 

[PATCH] fs: optimize chown_common by skipping unnecessary ownership changes
 2025-11-13  2:08 UTC  (2+ messages)

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-13  1:51 UTC  (7+ messages)
` [PATCH 04/33] common/rc: skip test if swapon doesn't work
        ` [PATCH v6.1 "

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-13  1:42 UTC  (5+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-13  0:43 UTC  (29+ messages)
` [PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v23 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v23 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v23 09/28] riscv/mm: write protect and shadow stack
` [PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v23 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v23 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v23 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v23 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v23 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v23 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v23 28/28] kselftest/riscv: kselftest for user mode cfi

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

[PATCH 0/2] autofs: fairly minor fixes
 2025-11-13  0:14 UTC  (8+ messages)
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-12 23:51 UTC  (28+ messages)
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops

[PATCH] hfsplus: fix volume corruption issue for generic/073
 2025-11-12 23:25 UTC 

[PATCH v5 00/22] Live Update Orchestrator
 2025-11-12 20:47 UTC  (22+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test

[PATCH v2] ceph: fix crash in process_v2_sparse_read() for fscrypt-encrypted directories
 2025-11-12 20:28 UTC  (3+ messages)

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-12 19:29 UTC  (12+ messages)
` [RFC PATCH v2 01/11] mm: constify oom_control, scan_control, and alloc_context nodemask
` [RFC PATCH v2 02/11] mm: change callers of __cpuset_zone_allowed to cpuset_zone_allowed
` [RFC PATCH v2 03/11] gfp: Add GFP_SPM_NODE for Specific Purpose Memory (SPM) allocations
` [RFC PATCH v2 04/11] memory-tiers: Introduce SysRAM and Specific Purpose Memory Nodes
` [RFC PATCH v2 05/11] mm: restrict slub, oom, compaction, and page_alloc to sysram by default
` [RFC PATCH v2 06/11] mm,cpusets: rename task->mems_allowed to task->sysram_nodes
` [RFC PATCH v2 07/11] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v2 08/11] mm/memory_hotplug: add MHP_SPM_NODE flag
` [RFC PATCH v2 09/11] drivers/dax: add spm_node bit to dev_dax
` [RFC PATCH v2 10/11] drivers/cxl: add spm_node bit to cxl region
` [RFC PATCH v2 11/11] [HACK] mm/zswap: compressed ram integration example

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-12 18:48 UTC  (18+ messages)
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v3 03/16] mm: avoid unnecessary uses of is_swap_pte()

[PATCH v5] statmount: accept fd as a parameter
 2025-11-12 18:29 UTC  (3+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-12 14:38 UTC  (12+ messages)

[PATCH] iomap: replace folio_batch allocation with stack allocation
 2025-11-12 12:53 UTC  (4+ messages)

[PATCH v2 1/2] filelock: use a consume fence in locks_inode_context()
 2025-11-12 12:31 UTC  (4+ messages)
` [PATCH v2 2/2] fs: track the inode having file locks with a flag in ->i_opflags

[PATCH] shmem: fix tmpfs reconfiguration (remount) when noswap is set
 2025-11-12 11:44 UTC  (3+ messages)

[PATCH] fs: touch up predicts in path lookup
 2025-11-12 11:20 UTC  (2+ messages)

[PATCH v4 0/9] iomap: buffered io changes
 2025-11-12 10:34 UTC  (2+ messages)

[PATCH] xfs: remove xarray mark for reclaimable zones
 2025-11-12 10:33 UTC  (2+ messages)

[PATCH v2] fs: move fd_install() slowpath into a dedicated routine and provide commentary
 2025-11-12 10:31 UTC  (3+ messages)

[syzbot] [fs?] WARNING in nsproxy_ns_active_get
 2025-11-12 10:18 UTC  (4+ messages)

[PATCH v13] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-12  9:52 UTC  (11+ messages)
` [PATCH v14] "
  ` [PATCH v15] "
    ` [PATCH v16] "
      ` [PATCH v17] "

[PATCH 1/2] fs: add iput_not_last()
 2025-11-12  9:48 UTC  (4+ messages)

[PATCH] fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
 2025-11-12  9:42 UTC  (4+ messages)

[RFC][PATCH 00/13] io_uring, struct filename and audit
 2025-11-12  9:26 UTC  (7+ messages)
` [RFC][PATCH 10/13] get rid of audit_reusename()

[PATCH] nls: fix byte order conversion warnings in get_utf16()
 2025-11-12  8:33 UTC 

[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-12  9:00 UTC  (2+ messages)

[PATCH] fuse: Wait on congestion for async readahead
 2025-11-12  8:37 UTC 

fall back from direct to buffered I/O when stable writes are required
 2025-11-12  7:13 UTC  (5+ messages)
` [PATCH 4/4] xfs: fallback to buffered I/O for direct "

[PATCH v1] fs: Move might_sleep() annotation to iput_final()
 2025-11-12  5:40 UTC  (2+ messages)

[PATCH] exfat: validate the cluster bitmap bits of directory
 2025-11-12  4:09 UTC 

[syzbot] [exfat?] WARNING in __rt_mutex_slowlock_locked (2)
 2025-11-12  4:07 UTC  (3+ messages)

[PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
 2025-11-12  3:55 UTC  (4+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-12  2:19 UTC  (5+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-12  1:28 UTC  (12+ messages)

[PATCH] ceph: fix crash in process_v2_sparse_read() for fscrypt-encrypted directories
 2025-11-12  0:20 UTC  (5+ messages)

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2025-11-11 22:56 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hfs: Update sanity check of the root record

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-11 21:29 UTC  (2+ messages)
` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()


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