messages from 2024-12-12 01:30:09 to 2024-12-13 14:37:27 UTC [more...]
[RFC v2 00/13] LKMM *generic* atomics in Rust
2024-12-13 14:37 UTC (9+ messages)
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
[PATCH 0/6] iomap: incremental per-operation iter advance
2024-12-13 14:36 UTC (7+ messages)
` [PATCH 1/6] iomap: split out iomap check and reset logic from "
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances
` [PATCH 4/6] iomap: advance the iter directly on buffered writes
` [PATCH 5/6] iomap: advance the iter directly on unshare range
` [PATCH 6/6] iomap: advance the iter directly on zero range
[PATCH RFC v2 0/2] pidfs: use maple tree
2024-12-13 14:16 UTC (5+ messages)
` [PATCH RFC v2 2/2] "
[PATCH v3 00/10] fs: lockless mntns lookup
2024-12-13 14:11 UTC (15+ messages)
` [PATCH v3 01/10] mount: remove inlude/nospec.h include
` [PATCH v3 02/10] fs: add mount namespace to rbtree late
` [PATCH v3 03/10] fs: lockless mntns rbtree lookup
` [PATCH v3 04/10] rculist: add list_bidir_{del,prev}_rcu()
` [PATCH v3 05/10] fs: lockless mntns lookup for nsfs
` [PATCH v3 06/10] fs: simplify rwlock to spinlock
` [PATCH v3 07/10] seltests: move nsfs into filesystems subfolder
` [PATCH v3 08/10] selftests: add tests for mntns iteration
` [PATCH v3 09/10] selftests: remove unneeded include
` [PATCH v3 10/10] samples: add test-list-all-mounts
[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
2024-12-13 14:04 UTC (12+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
` [PATCH 03/10] netfs: Fix enomem handling in buffered reads
` [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 05/10] cachefiles: Parse the "secctx" immediately
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
` [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
` [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
[RFC] Add a prctl to disable ".." traversal in path resolution
2024-12-13 13:50 UTC (5+ messages)
[PATCH v3] fanotify: notify on mount attach and detach
2024-12-13 13:43 UTC (10+ messages)
[PATCH] fs: fix is_mnt_ns_file()
2024-12-13 12:48 UTC (2+ messages)
[syzbot] [tipc?] kernel BUG in __pskb_pull_tail
2024-12-13 12:19 UTC (2+ messages)
[PATCH v6 0/5] fuse: remove temp page copies in writeback
2024-12-13 11:52 UTC (3+ messages)
I urge you to understand my viewpoint accurately
2024-12-13 4:24 UTC
LSF/MM/BPF: 2025: Call for Proposals
2024-12-13 10:46 UTC
[PATCH v2 0/7] large atomic writes for xfs
2024-12-13 10:43 UTC (6+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
[PATCH 0/2] fuse: Increase FUSE_NAME_MAX limit
2024-12-13 10:34 UTC (7+ messages)
` [PATCH 1/2] fuse: Allocate only namelen buf memory in fuse_notify_
` [PATCH 2/2] fuse: Increase FUSE_NAME_MAX to PATH_MAX
[syzbot] [fat?] INFO: task hung in exfat_sync_fs
2024-12-13 8:23 UTC (6+ messages)
` [syzbot] [exfat?] "
[RFC] d_name/d_parent stability rules
2024-12-13 8:00 UTC
[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
2024-12-13 7:19 UTC (3+ messages)
[PATCH v3 0/5] Fixes and cleanups to xarray
2024-12-13 12:25 UTC (7+ messages)
` [PATCH v3 1/5] Xarray: Do not return sibling entries from xas_find_marked()
` [PATCH v3 2/5] Xarray: move forward index correctly in xas_pause()
` [PATCH v3 3/5] Xarray: distinguish large entries correctly in xas_split_alloc()
` [PATCH v3 4/5] Xarray: remove repeat check in xas_squash_marks()
` [PATCH v3 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent
[PATCHv14 00/11] block write streams with nvme fdp
2024-12-13 5:53 UTC (3+ messages)
` [PATCHv14 10/11] nvme: register fdp parameters with the block layer
[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
2024-12-13 5:57 UTC (16+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details
` [RFC 3/3] xfs_io: add extsize command support
[PATCHSET v6 0/12] Uncached buffered IO
2024-12-13 5:04 UTC (30+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED
RFC: iomap patches for zoned XFS
2024-12-13 4:55 UTC (24+ messages)
` [PATCH 1/8] iomap: allow the file system to submit the writeback bios
` [PATCH 2/8] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag
` [PATCH 4/8] iomap: split bios to zone append limits in the submission handlers
` [PATCH 5/8] iomap: optionally use ioends for direct I/O
` [PATCH 8/8] iomap: pass private data to iomap_truncate_page
[PATCH v8 00/16] fuse: fuse-over-io-uring
2024-12-13 1:41 UTC (9+ messages)
` [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v8 07/16] fuse: Make fuse_copy non static
` [PATCH v8 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v8 09/16] fuse: {io-uring} Make hash-list req unique finding functions non-static
[PATCH v2] fuse: Abort connection if FUSE server get stuck
2024-12-12 23:30 UTC (11+ messages)
[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
2024-12-12 19:39 UTC (6+ messages)
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
[PATCH v2 0/8] fs: lockless mntns lookup
2024-12-12 18:27 UTC (19+ messages)
` [PATCH v2 1/8] mount: remove inlude/nospec.h include
` [PATCH v2 2/8] fs: add mount namespace to rbtree late
` [PATCH v2 3/8] fs: lockless mntns rbtree lookup
` [PATCH v2 4/8] rculist: add list_bidir_{del,prev}_rcu()
` [PATCH v2 5/8] fs: lockless mntns lookup for nsfs
` [PATCH v2 6/8] fs: simplify rwlock to spinlock
` [PATCH v2 7/8] selftests: remove unneeded include
` [PATCH v2 8/8] samples: add test-list-all-mounts
[PATCH] f2fs: ensure that node info flags are always initialized
2024-12-12 17:57 UTC (3+ messages)
` [PATCH v2] "
[PATCH v23 0/8] Script execution control (was O_MAYEXEC)
2024-12-12 17:42 UTC (9+ messages)
` [PATCH v23 1/8] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v23 2/8] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v23 3/8] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v23 4/8] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v23 5/8] samples/check-exec: Add set-exec
` [PATCH v23 6/8] selftests: ktap_helpers: Fix uninitialized variable
` [PATCH v23 7/8] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
` [PATCH v23 8/8] ima: instantiate the bprm_creds_for_exec() hook
[syzbot] [exfat?] general protection fault in exfat_get_dentry_cached
2024-12-12 17:45 UTC (2+ messages)
fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
2024-12-12 17:17 UTC (3+ messages)
[RFC PATCH] epoll: Add synchronous wakeup support for ep_poll_callback
2024-12-12 17:14 UTC (4+ messages)
[PATCH] nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
2024-12-12 16:43 UTC
[brauner-vfs:work.pidfs.maple_tree] [pidfs] 93d6e4cbc8: WARNING:inconsistent_lock_state
2024-12-12 16:12 UTC
[linux-next:master] [exportfs] 7fc737d188: xfstests.generic.477.fail
2024-12-12 16:08 UTC
6.12 WARNING in netfs_consume_read_data()
2024-12-12 16:00 UTC (11+ messages)
` [PATCH] netfs: Fix ceph copy to cache on write-begin
[bugzilla:219548] the kernel crashes when storing an EXT4 file system in a ZRAM device
2024-12-12 14:12 UTC (10+ messages)
[PATCH 0/2] jbd2: two straightforward fixes
2024-12-12 14:08 UTC (6+ messages)
` [PATCH 2/2] jbd2: flush filesystem device before updating tail sequence
[PATCH v2] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-12-12 12:32 UTC (3+ messages)
[syzbot] [v9fs?] WARNING in __alloc_frozen_pages_noprof
2024-12-12 11:22 UTC (5+ messages)
` Alloc cap limit for 9p xattrs (Was: WARNING in __alloc_frozen_pages_noprof)
[PATCH 0/1] fuse: fix direct io folio offset and length calculation
2024-12-12 11:03 UTC (4+ messages)
` [PATCH 1/1] "
[PATCHSET v5 0/17] Uncached buffered IO
2024-12-12 6:31 UTC (5+ messages)
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED
[PATCHv13 00/11] block write streams with nvme fdp
2024-12-12 6:05 UTC (3+ messages)
[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
2024-12-12 2:32 UTC (10+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry
[PATCH 0/4] large atomic writes for xfs
2024-12-12 1:34 UTC (6+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes
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