linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-05 12:06:55 to 2025-02-06 18:04:08 UTC [more...]

[PATCH] vfs: inline getname()
 2025-02-06 18:03 UTC  (2+ messages)

[PATCH v2 0/3] CONFIG_VFS_DEBUG at last
 2025-02-06 17:33 UTC  (5+ messages)
` [PATCH v2 1/3] vfs: add initial support for CONFIG_VFS_DEBUG
` [PATCH v2 2/3] vfs: catch invalid modes in may_open()
` [PATCH v2 3/3] vfs: use the new debug macros in inode_set_cached_link()

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-06 17:30 UTC  (12+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 8/8] bdev: use bdev_io_min() for statx block size

[PATCH v15 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-06 17:22 UTC  (7+ messages)
` [PATCH v15 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v15 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v15 3/3] MAINTAINERS: add entry for Rust XArray API

[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
 2025-02-06 15:36 UTC  (35+ messages)
` [PATCH 01/19] VFS: introduce vfs_mkdir_return()
` [PATCH 02/19] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 03/19] VFS: use d_alloc_parallel() in lookup_one_qstr_excl() and rename it
` [PATCH 04/19] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 05/19] VFS: add common error checks to lookup_one_qstr()
` [PATCH 06/19] VFS: repack DENTRY_ flags
  ` (subset) "
` [PATCH 07/19] VFS: repack LOOKUP_ bit flags
  ` (subset) "
` [PATCH 08/19] VFS: introduce lookup_and_lock() and friends
` [PATCH 09/19] VFS: add _async versions of the various directory modifying inode_operations
` [PATCH 10/19] VFS: introduce inode flags to report locking needs for directory ops
` [PATCH 11/19] VFS: Add ability to exclusively lock a dentry and use for create/remove operations
` [PATCH 12/19] VFS: enhance d_splice_alias to accommodate shared-lock updates
` [PATCH 13/19] VFS: lock dentry for ->revalidate to avoid races with rename etc
` [PATCH 14/19] VFS: Ensure no async updates happening in directory being removed
` [PATCH 15/19] VFS: Change lookup_and_lock() to use shared lock when possible
` [PATCH 16/19] VFS: add lookup_and_lock_rename()
` [PATCH 17/19] nfsd: use lookup_and_lock_one() and lookup_and_lock_rename_one()
` [PATCH 18/19] nfs: change mkdir inode_operation to mkdir_async
` [PATCH 19/19] nfs: switch to _async for all directory ops

[PATCH] fs/xattr: actually support O_PATH fds in *xattrat() syscalls
 2025-02-06 15:19 UTC  (9+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06 14:59 UTC  (8+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path

[PATCH] sysv: convert sysv to use the new mount api
 2025-02-06 14:27 UTC  (2+ messages)

[PATCH v2] btrfs: always fallback to buffered write if the inode requires checksum
 2025-02-06 14:13 UTC 

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2025-02-06 13:50 UTC  (5+ messages)
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 14/26] riscv/traps: Introduce software check exception

[PATCH v2] statmount: add a new supported_mask field
 2025-02-06 13:04 UTC  (2+ messages)

[PATCH v3 0/2] pipe: don't update {a,c,m}time for anonymous pipes
 2025-02-06 12:33 UTC  (6+ messages)
` [PATCH v3 1/2] pipe: introduce struct file_operations pipeanon_fops
` [PATCH v3 2/2] pipe: don't update {a,c,m}time for anonymous pipes

iomap patches for zoned XFS v2
 2025-02-06 12:04 UTC  (13+ messages)
` [PATCH 01/11] iomap: allow the file system to submit the writeback bios
` [PATCH 02/11] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 03/11] iomap: add a IOMAP_F_ANON_WRITE flag
` [PATCH 04/11] iomap: split bios to zone append limits in the submission handlers
` [PATCH 05/11] iomap: move common ioend code to ioend.c
` [PATCH 06/11] iomap: factor out a iomap_dio_done helper
` [PATCH 07/11] iomap: optionally use ioends for direct I/O
` [PATCH 08/11] iomap: add a io_private field to struct iomap_ioend
` [PATCH 09/11] iomap: pass private data to iomap_page_mkwrite
` [PATCH 10/11] iomap: pass private data to iomap_zero_range
` [PATCH 11/11] iomap: pass private data to iomap_truncate_page

[PATCH RFC 00/10] large atomic writes for xfs with CoW
 2025-02-06 11:21 UTC  (22+ messages)
` [PATCH RFC 02/10] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH RFC 03/10] iomap: Support CoW-based atomic writes
` [PATCH RFC 06/10] xfs: iomap CoW-based atomic write support
` [PATCH RFC 07/10] xfs: Add xfs_file_dio_write_atomic()
` [PATCH RFC 08/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH RFC 09/10] xfs: Update atomic write max size
` [PATCH RFC 10/10] xfs: Allow block allocator to take an alignment hint

[PATCH 0/4] fs: last of the pseudofs mount api conversions
 2025-02-06 11:04 UTC  (10+ messages)
` [PATCH 1/4] pstore: convert to the new mount API
` [PATCH 2/4] vfs: Convert devpts to use "
` [PATCH 3/4] devtmpfs: replace ->mount with ->get_tree in public instance
` [PATCH 4/4] vfs: remove some unused old mount api code

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-06 10:53 UTC 

[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
 2025-02-06  9:54 UTC  (3+ messages)
` [PATCH net 20/24] rxrpc: Add the security index for yfs-rxgk

[PATCH v2 0/2] pipe: don't update {a,c,m}time for anonymous pipes
 2025-02-06  9:49 UTC  (6+ messages)
` [PATCH v2 1/2] pipe: introduce struct file_operations pipeanon_fops
` [PATCH v2 2/2] pipe: don't update {a,c,m}time for anonymous pipes

[PATCH 0/3] CONFIG_VFS_DEBUG at last
 2025-02-06  9:46 UTC  (6+ messages)
` [PATCH 1/3] vfs: add initial support for CONFIG_VFS_DEBUG
` [PATCH 2/3] vfs: catch invalid modes in may_open
` [PATCH 3/3] vfs: use the new debug macros in inode_set_cached_link()

[PATCH] ext4: pass strlen() of the symlink instead of i_size to inode_set_cached_link()
 2025-02-06  9:44 UTC  (7+ messages)

[PATCH] vfs: inline getname()
 2025-02-06  9:22 UTC  (3+ messages)

[exFAT] Missing O_DIRECT Support Causes Errors in Python and Affects Applications
 2025-02-06  7:49 UTC 

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-02-06  8:00 UTC  (10+ messages)

[PATCH v4 0/5] Fix and cleanups to xarray
 2025-02-06  7:34 UTC  (5+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()

[PATCHv3 00/11] Get rid of PG_reclaim and rename PG_dropbehind
 2025-02-06  6:34 UTC  (5+ messages)
` [PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim

PI and data checksumming for XFS
 2025-02-06  6:05 UTC  (6+ messages)
` [PATCH 7/7] xfs: implement block-metadata based data checksums

[syzbot] [exfat?] INFO: task hung in exfat_lookup (3)
 2025-02-05 23:08 UTC  (2+ messages)

[PATCH 0/3] Fix for huge faults regression
 2025-02-05 22:20 UTC  (10+ messages)
` [PATCH 1/3] fsnotify: use accessor to set FMODE_NONOTIFY_*
` [PATCH 2/3] fsnotify: disable notification by default for all pseudo files
` [PATCH 3/3] fsnotify: disable pre-content and permission events by default

Immutable vs read-only for Windows compatibility
 2025-02-05 22:01 UTC  (16+ messages)

[PATCH v5 00/10] iomap: incremental per-operation iter advance
 2025-02-05 20:44 UTC  (25+ messages)
` [PATCH v5 01/10] iomap: factor out iomap length helper
` [PATCH v5 02/10] iomap: split out iomap check and reset logic from iter advance
` [PATCH v5 03/10] iomap: refactor iomap_iter() length check and tracepoint
` [PATCH v5 04/10] iomap: lift error code check out of iomap_iter_advance()
` [PATCH v5 05/10] iomap: lift iter termination logic from iomap_iter_advance()
` [PATCH v5 06/10] iomap: export iomap_iter_advance() and return remaining length
` [PATCH v5 07/10] iomap: support incremental iomap_iter advances
` [PATCH v5 08/10] iomap: advance the iter directly on buffered writes
` [PATCH v5 09/10] iomap: advance the iter directly on unshare range
` [PATCH v5 10/10] iomap: advance the iter directly on zero range

[LSF/MM/BPF TOPIC] buffered IO atomic writes
 2025-02-05 19:22 UTC 

[PATCH] fuse: don't set file->private_data in fuse_conn_waiting_read
 2025-02-05 18:13 UTC  (2+ messages)

[PATCH] statmount: add a new supported_mask field
 2025-02-05 17:27 UTC  (3+ messages)

[PATCH] vfs: sanity check the length passed to inode_set_cached_link()
 2025-02-05 16:20 UTC  (4+ messages)

[PATCH] fuse: clear FR_PENDING without holding fiq lock for uring requests
 2025-02-05 15:57 UTC  (9+ messages)

[PATCH v11 00/10] Read/Write with meta/integrity
 2025-02-05 15:42 UTC  (7+ messages)
  ` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-02-05 12:39 UTC  (3+ messages)

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-05 12:06 UTC  (3+ messages)
` [PATCH v7 2/6] selftests/pidfd: add missing system header imcludes to pidfd tests


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