messages from 2025-02-06 17:03:22 to 2025-02-08 20:03:29 UTC [more...]
[PATCH next 1/1] fs: Mark get_sigset_argpack() __always_inline
2025-02-08 20:03 UTC (5+ messages)
[syzbot] [ext4?] WARNING in inode_set_cached_link
2025-02-08 18:23 UTC (2+ messages)
[LSF/MM/BPF TOPIC] extsize and forcealign design in filesystems for atomic writes
2025-02-08 17:05 UTC (9+ messages)
[PATCH v3 0/3] CONFIG_VFS_DEBUG at last
2025-02-08 16:26 UTC (4+ messages)
` [PATCH v3 1/3] vfs: add initial support for CONFIG_VFS_DEBUG
` [PATCH v3 2/3] vfs: catch invalid modes in may_open()
` [PATCH v3 3/3] vfs: use the new debug macros in inode_set_cached_link()
[PATCH v2 0/3] CONFIG_VFS_DEBUG at last
2025-02-08 16:10 UTC (9+ 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()
[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
2025-02-08 15:46 UTC (20+ messages)
[PATCH 6.6 000/389] 6.6.76-rc2 review
2025-02-08 11:24 UTC
[syzbot] [overlayfs?] general protection fault in clone_private_mount
2025-02-08 7:25 UTC
[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-02-08 3:12 UTC (11+ 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
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
2025-02-08 1:38 UTC (26+ 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 05/19] VFS: add common error checks to lookup_one_qstr()
` [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 11/19] VFS: Add ability to exclusively lock a dentry and use for create/remove operations
` [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 16/19] VFS: add lookup_and_lock_rename()
[PATCH v9 00/26] riscv control-flow integrity for usermode
2025-02-07 23:52 UTC (14+ 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
[GIT PULL] vfs fixes
2025-02-07 22:25 UTC (2+ messages)
[GIT PULL] bcachefs fixes for 6.14-rc2
2025-02-07 22:25 UTC (4+ messages)
` "
xfs/folio splat with v6.14-rc1
2025-02-07 22:17 UTC (3+ messages)
[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()
[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)
[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 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)
[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
[PATCH 14/19] VFS: Ensure no async updates happening in directory being removed
2025-02-07 2:17 UTC (2+ messages)
[LSF/MM/BPF TOPIC] FUSE io_uring zero copy
2025-02-07 2:10 UTC (3+ messages)
[PATCH 10/19] VFS: introduce inode flags to report locking needs for directory ops
2025-02-07 2:01 UTC (2+ messages)
[PATCH 09/19] VFS: add _async versions of the various directory modifying inode_operations
2025-02-07 1:46 UTC (2+ messages)
[PATCH 08/19] VFS: introduce lookup_and_lock() and friends
2025-02-07 1:28 UTC (2+ messages)
[PATCH 07/19] VFS: repack LOOKUP_ bit flags
2025-02-07 0:24 UTC (2+ messages)
[PATCH 03/19] VFS: use d_alloc_parallel() in lookup_one_qstr_excl() and rename it
2025-02-07 0:23 UTC (3+ messages)
[PATCH 04/19] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
2025-02-07 0:08 UTC (2+ messages)
[PATCH 01/19] VFS: introduce vfs_mkdir_return()
2025-02-06 23:57 UTC (2+ messages)
[PATCH 01/19] VFS: introduce vfs_mkdir_return()
2025-02-06 23:52 UTC (2+ 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)
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