messages from 2025-11-11 10:57:12 to 2025-11-12 20:07:23 UTC [more...]
enable iomap dio write completions from interrupt context
2025-11-12 20:07 UTC (12+ 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
[PATCHSET v6] fstests: support ext4 fuse testing
2025-11-12 20:05 UTC (5+ messages)
` [PATCH 04/33] common/rc: skip test if swapon doesn't work
[PATCH v2] ceph: fix crash in process_v2_sparse_read() for fscrypt-encrypted directories
2025-11-12 19:52 UTC
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-12 19:46 UTC (23+ 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()
[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 (20+ 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)
[PATCH v5 00/22] Live Update Orchestrator
2025-11-12 17:39 UTC (21+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-12 15:56 UTC (11+ 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
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 0/2] autofs: fairly minor fixes
2025-11-12 11:01 UTC (7+ messages)
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed
[PATCH v4 0/9] iomap: buffered io changes
2025-11-12 10:34 UTC (11+ messages)
` [PATCH v4 1/9] iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_submitted
` [PATCH v4 2/9] iomap: account for unaligned end offsets when truncating read range
` [PATCH v4 3/9] docs: document iomap writeback's iomap_finish_folio_write() requirement
` [PATCH v4 4/9] iomap: optimize pending async writeback accounting
` [PATCH v4 5/9] iomap: simplify ->read_folio_range() error handling for reads
` [PATCH v4 6/9] iomap: simplify when reads can be skipped for writes
` [PATCH v4 7/9] iomap: use loff_t for file positions and offsets in writeback code
` [PATCH v4 8/9] iomap: use find_next_bit() for dirty bitmap scanning
` [PATCH v4 9/9] iomap: use find_next_bit() for uptodate "
[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 (5+ messages)
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-12 9:52 UTC (20+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
[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 (9+ messages)
` [RFC][PATCH 10/13] get rid of audit_reusename()
` [RFC][PATCH 11/13] allow incomplete imports of filenames
[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 (20+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-12 8:58 UTC (3+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
[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 v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-12 3:44 UTC (7+ 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 (8+ messages)
` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()
[PATCH v3 0/8] iomap: buffered io changes
2025-11-11 18:05 UTC (3+ messages)
[PATCH v4] fs: add predicts based on nd->depth
2025-11-11 18:00 UTC (3+ messages)
[PATCH v2 0/1] fuse: fix readahead reclaim deadlock
2025-11-11 18:00 UTC (4+ messages)
` [PATCH v2 1/1] "
[Patch 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-11 15:53 UTC (8+ messages)
[PATCH fstests] generic: add test for directory delegations
2025-11-11 14:51 UTC
[PATCH 0/2] fuse: Fix missing fuse_copy_finish in dev_uring.c
2025-11-11 13:46 UTC (6+ messages)
` [PATCH 1/2] fuse: missing copy_finish in fuse-over-io-uring argument copies
` [PATCH 2/2] fuse: Fix whitespace for fuse_uring_args_to_ring() comment
[RFC] xfs: fake fallocate success for always CoW inodes
2025-11-11 13:40 UTC (9+ messages)
[PATCH v2 0/4] platform/x86: wmi: Prepare for future changes
2025-11-11 13:11 UTC (5+ messages)
` [PATCH v2 1/4] fs/nls: Fix utf16 to utf8 conversion
` [PATCH v2 2/4] platform/x86: wmi: Use correct type when populating ACPI objects
` [PATCH v2 3/4] platform/x86: wmi: Remove extern keyword from prototypes
` [PATCH v2 4/4] platform/x86: wmi: Move WMI core code into a separate directory
[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 12:14 UTC (8+ messages)
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 17/17] vfs: expose delegation support to userland
[PATCH] fs: hide dentry_cache behind runtime const machinery
2025-11-11 12:05 UTC (2+ messages)
[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
2025-11-11 11:47 UTC (5+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
[PATCH v2] fs: avoid calls to legitimize_links() if possible
2025-11-11 11:13 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox