linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-06 10:54:12 to 2025-02-07 20:14:12 UTC [more...]

[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
 2025-02-07 20:14 UTC  (42+ 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 14/19] VFS: Ensure no async updates happening in directory being removed

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2025-02-07 20:06 UTC  (8+ messages)
` [PATCH v9 01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 14/26] riscv/traps: Introduce software check exception

[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
 2025-02-07 20:04 UTC  (4+ messages)
` [PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm

[syzbot] [mm?] WARNING in fsnotify_file_area_perm
 2025-02-07 19:33 UTC  (3+ messages)

[PATCH 0/2] VFS: minor improvements to a couple of interfaces
 2025-02-07 19:09 UTC  (13+ messages)
` [PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
        ` [PATCH 1/2 v2] "
` [PATCH 2/2] VFS: add common error checks to lookup_one_qstr_excl()

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-07 18:40 UTC  (13+ messages)

[PATCH 0/2] ovl: allow O_PATH file descriptor when specifying layers
 2025-02-07 18:09 UTC  (6+ messages)
` [PATCH 1/2] fs: support O_PATH fds with FSCONFIG_SET_FD
` [PATCH 2/2] selftests/overlayfs: test specifying layers as O_PATH file descriptors

[PATCHSET v3 0/7] io_uring epoll wait support
 2025-02-07 17:32 UTC  (8+ messages)
` [PATCH 1/7] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 2/7] eventpoll: abstract out parameter sanity checking
` [PATCH 3/7] eventpoll: add epoll_queue() interface
` [PATCH 4/7] eventpoll: add helper to remove wait entry from wait queue head
` [PATCH 5/7] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 6/7] io_uring/poll: pull ownership handling into poll.h
` [PATCH 7/7] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT

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

[PATCHSET v2 0/11] io_uring epoll wait support
 2025-02-07 17:13 UTC  (10+ messages)
` [PATCH 05/11] eventpoll: add ep_poll_queue() loop
` [PATCH 08/11] io_uring/poll: add IO_POLL_FINISH_FLAG
` [PATCH 09/11] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT

[PATCH] fs: don't needlessly acquire f_lock
 2025-02-07 16:42 UTC  (4+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-07 16:16 UTC  (17+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages

[RFC PATCH] fuse: add new function to invalidate cache for all inodes
 2025-02-07 15:31 UTC  (4+ messages)

xfs/folio splat with v6.14-rc1
 2025-02-07 15:29 UTC  (2+ messages)

[PATCH] fuse: removed unused function fuse_uring_create() from header
 2025-02-07 13:42 UTC  (2+ messages)

[PATCH v16 0/4] rust: xarray: Add a minimal abstraction for XArray
 2025-02-07 13:58 UTC  (5+ messages)
` [PATCH v16 1/4] rust: remove redundant `as _` casts
` [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v16 3/4] rust: xarray: Add an abstraction for XArray
` [PATCH v16 4/4] MAINTAINERS: add entry for Rust XArray API

[PATCH v2 0/3] CONFIG_VFS_DEBUG at last
 2025-02-07 13:16 UTC  (8+ 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()

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-02-07 12:31 UTC  (8+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit

[LSF/MM/BPF TOPIC] extsize and forcealign design in filesystems for atomic writes
 2025-02-07 12:01 UTC  (8+ messages)

[PATCH RFC 00/10] large atomic writes for xfs with CoW
 2025-02-07 11:53 UTC  (28+ 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 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

[linus:master] [fsnotify] a94204f4d4: stress-ng.timerfd.ops_per_sec 7.0% improvement
 2025-02-07 11:34 UTC  (3+ messages)

[GIT PULL] vfs fixes
 2025-02-07 10:52 UTC 

[PATCH] pidfs: improve ioctl handling
 2025-02-07 10:12 UTC  (3+ messages)

[bug report] statmount: allow to retrieve idmappings
 2025-02-07  9:07 UTC  (2+ messages)

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

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-07  7:08 UTC  (10+ 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

[GIT PULL] bcachefs fixes for 6.14-rc2
 2025-02-07  3:41 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] FUSE io_uring zero copy
 2025-02-07  2:10 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Design challenges for a new file system that needs to support multiple billions of file
 2025-02-06 23:36 UTC  (4+ messages)

audit_reusename in getname_flags
 2025-02-06 22:10 UTC  (4+ messages)

[PATCH v15 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-06 21:35 UTC  (12+ 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 v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06 21:06 UTC  (3+ messages)
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages

[PATCH] ceph: add process/thread ID into debug output
 2025-02-06 20:49 UTC  (2+ messages)

[PATCH v2] btrfs: always fallback to buffered write if the inode requires checksum
 2025-02-06 20:32 UTC  (2+ messages)

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

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

[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  (2+ messages)

iomap patches for zoned XFS v2
 2025-02-06 12:04 UTC  (3+ messages)
` [PATCH 01/11] iomap: allow the file system to submit the writeback bios

[PATCH 0/4] fs: last of the pseudofs mount api conversions
 2025-02-06 11:04 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;
as well as URLs for NNTP newsgroup(s).