messages from 2025-01-21 07:10:07 to 2025-01-23 14:51:39 UTC [more...]
[PATCH v11 00/18] fuse: fuse-over-io-uring
2025-01-23 14:51 UTC (17+ messages)
` [PATCH v11 01/18] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v11 02/18] fuse: Move fuse_get_dev to header file
` [PATCH v11 03/18] fuse: Move request bits
` [PATCH v11 04/18] fuse: Add fuse-io-uring design documentation
` [PATCH v11 05/18] fuse: make args->in_args[0] to be always the header
` [PATCH v11 06/18] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v11 07/18] fuse: Make fuse_copy non static
` [PATCH v11 10/18] fuse: Add io-uring sqe commit and fetch support
` [PATCH v11 11/18] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v11 12/18] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v11 13/18] fuse: Allow to queue fg requests through io-uring
` [PATCH v11 14/18] fuse: Allow to queue bg "
` [PATCH v11 15/18] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v11 16/18] fuse: block request allocation until io-uring init is complete
` [PATCH v11 17/18] fuse: prevent disabling io-uring on active connections
` [PATCH v11 18/18] fuse: enable fuse-over-io-uring
[PATCH v12 0/2] fuse: add kernel-enforced request timeout option
2025-01-23 14:41 UTC (7+ messages)
` [PATCH v12 1/2] fuse: add kernel-enforced timeout option for requests
` [PATCH v12 2/2] fuse: add default_request_timeout and max_request_timeout sysctls
[bug report] fuse: make args->in_args[0] to be always the header
2025-01-23 14:38 UTC (2+ messages)
[LSF/MM/BPF TOPIC] vfs write barriers
2025-01-23 14:01 UTC (5+ messages)
[PATCH] fs/ntfs3: Update inode->i_mapping->a_ops on compression state change
2025-01-23 13:53 UTC
[PATCH v10 00/17] fuse: fuse-over-io-uring
2025-01-23 13:32 UTC (10+ messages)
` [PATCH v10 06/17] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v10 09/17] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v10 10/17] fuse: Add io-uring sqe commit and fetch support
[linux-next:master] [pipe_read] aaec5a95d5: stress-ng.poll.ops_per_sec 11.1% regression
2025-01-23 12:56 UTC (10+ messages)
[PATCH] fs: support cross-type copy_file_range in overlayfs
2025-01-23 11:10 UTC
[PATCHES][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
2025-01-23 10:51 UTC (30+ messages)
` [PATCHES v2][RFC][CFT] "
` [PATCH v2 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
` [PATCH v2 08/20] afs_d_revalidate(): use stable name and parent inode passed by caller
` [PATCHES v3][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
` [PATCH v3 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
` [PATCH v3 02/20] dcache: back inline names with a struct-wrapped array of unsigned long
` [PATCH v3 03/20] make take_dentry_name_snapshot() lockless
` [PATCH v3 04/20] dissolve external_name.u into separate members
` [PATCH v3 05/20] ext4 fast_commit: make use of name_snapshot primitives
` [PATCH v3 06/20] generic_ci_d_compare(): use shortname_storage
` [PATCH v3 07/20] Pass parent directory inode and expected name to ->d_revalidate()
` [PATCH v3 08/20] afs_d_revalidate(): use stable name and parent inode passed by caller
` [PATCH v3 09/20] ceph_d_revalidate(): use stable "
` [PATCH v3 10/20] ceph_d_revalidate(): propagate stable name down into request encoding
` [PATCH v3 11/20] fscrypt_d_revalidate(): use stable parent inode passed by caller
` [PATCH v3 12/20] exfat_d_revalidate(): "
` [PATCH v3 13/20] vfat_revalidate{,_ci}(): "
` [PATCH v3 14/20] fuse_dentry_revalidate(): use stable parent inode and name "
` [PATCH v3 15/20] gfs2_drevalidate(): "
` [PATCH v3 16/20] nfs{,4}_lookup_validate(): use stable parent inode "
` [PATCH v3 17/20] nfs: fix ->d_revalidate() UAF on ->d_name accesses
` [PATCH v3 18/20] ocfs2_dentry_revalidate(): use stable parent inode and name passed by caller
` [PATCH v3 19/20] orangefs_d_revalidate(): "
` [PATCH v3 20/20] 9p: fix ->rename_sem exclusion
[RFC] EOPENSTALE handling in path_openat()
2025-01-23 10:16 UTC (4+ messages)
[PATCH 0/4] large atomic writes for xfs
2025-01-23 9:28 UTC (15+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes
[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
2025-01-23 5:06 UTC (2+ messages)
[PATCH v7 4/4] userfaultfd: use per-vma locks in userfaultfd operations
2025-01-23 4:14 UTC (2+ messages)
Bug with splice to a pipe preventing a process exit
2025-01-23 2:30 UTC (3+ messages)
[PATCH v4 00/10] fuse: support large folios
2025-01-23 1:24 UTC (11+ messages)
` [PATCH v4 01/10] fuse: support copying "
` [PATCH v4 02/10] fuse: support large folios for retrieves
` [PATCH v4 03/10] fuse: refactor fuse_fill_write_pages()
` [PATCH v4 04/10] fuse: support large folios for writethrough writes
` [PATCH v4 05/10] fuse: support large folios for folio reads
` [PATCH v4 06/10] fuse: support large folios for symlinks
` [PATCH v4 07/10] fuse: support large folios for stores
` [PATCH v4 08/10] fuse: support large folios for queued writes
` [PATCH v4 09/10] fuse: support large folios for readahead
` [PATCH v4 10/10] fuse: optimize direct io large folios processing
[PATCH v3 00/12] fuse: support large folios
2025-01-23 1:24 UTC (3+ messages)
Mutex free Pipes
2025-01-23 0:50 UTC (5+ messages)
Bug: soft lockup in exfat_clear_bitmap
2025-01-22 23:49 UTC (7+ messages)
[syzbot] [fs?] BUG: corrupted list in remove_wait_queue (2)
2025-01-22 23:27 UTC
[PATCH bpf-next v8 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2025-01-22 23:04 UTC (6+ messages)
` [PATCH bpf-next v8 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v8 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v8 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v8 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v8 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc
[LSF/MM/BPF TOPIC] Improving large folio writeback performance
2025-01-22 22:17 UTC (13+ messages)
` [Lsf-pc] "
xfs_repair after data corruption (not caused by xfs, but by failing nvme drive)
2025-01-22 21:58 UTC (4+ messages)
[PATCH bpf-next v7 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2025-01-22 21:20 UTC (12+ messages)
` [PATCH bpf-next v7 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v7 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v7 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v7 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v7 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc
[PATCH 8/8] gfs2: use lockref_init for qd_lockref
2025-01-22 20:40 UTC (9+ messages)
` lockref cleanups
[PATCH v2] nfsd: map EBUSY to NFS4ERR_ACCESS for all operations
2025-01-22 20:11 UTC (12+ messages)
[PATCH v3 0/6] ima: Remove unnecessary inode locks
2025-01-22 17:24 UTC (7+ messages)
` [PATCH v3 1/6] fs: ima: Remove S_IMA and IS_IMA()
` [PATCH v3 2/6] ima: Remove inode lock
` [PATCH v3 3/6] ima: Detect if lock is held when iint pointer is set in inode security blob
` [PATCH v3 4/6] ima: Mark concurrent accesses to the iint pointer in the "
` [PATCH v3 5/6] ima: Defer fixing security.ima to __fput()
` [PATCH v3 6/6] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
2025-01-22 16:41 UTC (4+ messages)
[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-01-22 14:18 UTC
[GIT PULL] vfs dio
2025-01-22 13:50 UTC (5+ messages)
[PATCH v2 0/7] iomap: incremental per-operation iter advance
2025-01-22 13:34 UTC (8+ messages)
` [PATCH v2 1/7] iomap: split out iomap check and reset logic from "
` [PATCH v2 2/7] iomap: factor out iomap length helper
` [PATCH v2 3/7] iomap: refactor iter and advance continuation logic
` [PATCH v2 4/7] iomap: support incremental iomap_iter advances
` [PATCH v2 5/7] iomap: advance the iter directly on buffered writes
` [PATCH v2 6/7] iomap: advance the iter directly on unshare range
` [PATCH v2 7/7] iomap: advance the iter directly on zero range
[PATCH 1/1] vboxsf: fix building with GCC 15
2025-01-22 12:54 UTC (3+ messages)
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-22 12:41 UTC (4+ messages)
` "
Immutable vs read-only for Windows compatibility
2025-01-22 6:05 UTC (11+ messages)
[PATCH] xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_iomap_end
2025-01-22 3:25 UTC (2+ messages)
[PATCH] xfs: Add error handling for xfs_reflink_cancel_cow_range
2025-01-22 3:21 UTC (2+ messages)
[PATCH v9 00/17] fuse: fuse-over-io-uring
2025-01-22 1:37 UTC (10+ messages)
` [PATCH v9 10/17] fuse: Add io-uring sqe commit and fetch support
[LSF/MM/BPF TOPIC] allowing parallel directory modifications at the VFS layer
2025-01-22 1:04 UTC (6+ messages)
[PATCH v5 0/2] fstests: test reads/writes from hugepages-backed buffers
2025-01-21 21:56 UTC (3+ messages)
` [PATCH v5 1/2] fsx: support reads/writes from buffers backed by hugepages
` [PATCH v5 2/2] generic: add tests for read/writes from hugepages-backed buffers
[PATCH v4 0/2] fstests: test reads/writes from hugepages-backed buffers
2025-01-21 21:50 UTC (4+ messages)
` [PATCH v4 1/2] fsx: support reads/writes from buffers backed by hugepages
[PATCH v3] sysctl: expose sysctl_check_table for unit testing and use it
2025-01-21 21:33 UTC (2+ messages)
` [PATCH v4] "
[PATCH 6.12 054/122] netfs: Fix non-contiguous donation between completed reads
2025-01-21 17:51 UTC
[PATCH 0/5] samples/kernfs: Add a pseudo-filesystem to demonstrate kernfs usage
2025-01-21 15:47 UTC (6+ messages)
` [PATCH 1/5] samples/kernfs: Adds boilerplate/README for sample_kernfs
` [PATCH 2/5] samples/kernfs: Make filesystem mountable
` [PATCH 3/5] samples/kernfs: Add counter file to each directory
` [PATCH 4/5] samples/kernfs: Allow creating and removing directories
` [PATCH 5/5] samples/kernfs: Add inc file to allow changing counter increment
[GIT PULL] Fsnotify pre-content events for 6.14-rc1
2025-01-21 15:44 UTC
[PATCH v3 0/8] convert efivarfs to manage object data correctly
2025-01-21 15:33 UTC (6+ messages)
[GIT PULL] Zisofs folio conversion
2025-01-21 14:47 UTC
[GIT PULL] Fsnotify cleanup for 6.14-rc1
2025-01-21 14:44 UTC
xfs: new code for 6.14
2025-01-21 13:09 UTC
[PATCH 6.6 0/3] Manual backport of overlayfs fixes from v6.6.72
2025-01-21 11:21 UTC (6+ messages)
` [PATCH 6.6 1/3] ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
` [PATCH 6.6 2/3] ovl: support encoding fid from inode with no alias
` [PATCH 6.6 3/3] fs: relax assertions on failure to encode file handles
[PATCH] nfsd: map EBUSY for all operations
2025-01-21 10:17 UTC (11+ messages)
[PATCH v3 vfs 0/2] Fix the return type of several functions from long to int
2025-01-21 7:08 UTC (3+ messages)
` [PATCH v3 vfs 1/2] open: Fix "
` [PATCH v3 vfs 2/2] ioctl: "
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