messages from 2024-09-14 21:12:09 to 2024-09-17 16:17:50 UTC [more...]
[PATCH] docs:filesystems: fix spelling and grammar mistakes in iomap design page
2024-09-17 16:17 UTC (3+ messages)
[PATCH v5 0/5] data placement hints and FDP
2024-09-17 16:03 UTC (8+ messages)
` [PATCH v5 4/5] sd: limit to use write life hints
[PATCH 0/5] adfs, affs, befs, hfs, hfsplus: convert to new mount api
2024-09-17 15:37 UTC (10+ messages)
` [PATCH 1/5] adfs: convert adfs to use the "
` [PATCH 2/5] affs: convert affs "
` [PATCH 2/5 V2] "
` [PATCH 3/5] befs: convert befs "
` [PATCH 4/5] hfs: convert hfs "
` [PATCH 5/5] hfsplus: convert hfsplus "
Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
2024-09-17 13:25 UTC (16+ messages)
[PATCH v10 0/8] File abstractions needed by Rust Binder
2024-09-17 13:18 UTC (25+ messages)
` [PATCH v10 1/8] rust: types: add `NotThreadSafe`
` [PATCH v10 2/8] rust: task: add `Task::current_raw`
` [PATCH v10 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v10 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`
[PATCH RFC 0/3] Add NUMA mempolicy support for KVM guest_memfd
2024-09-17 12:43 UTC (6+ messages)
` [PATCH RFC 1/3] KVM: guest_memfd: Extend creation API to support NUMA mempolicy
` [PATCH RFC 2/3] mm: Add mempolicy support to the filemap layer
` [PATCH RFC 3/3] KVM: guest_memfd: Enforce NUMA mempolicy if available
Is this a fanotify_init() bug manifesting in fanotify_mark()?
2024-09-17 11:58 UTC (2+ messages)
[PATCH V2 0/7] mm: Use pxdp_get() for accessing page table entries
2024-09-17 11:31 UTC (19+ messages)
` [PATCH V2 1/7] m68k/mm: Change pmd_val()
` [PATCH V2 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH V2 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH V2 4/7] mm: Use pmdp_get() for accessing PMD entries
` [PATCH V2 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH V2 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH V2 7/7] mm: Use pgdp_get() for accessing PGD entries
[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
2024-09-17 9:08 UTC (2+ messages)
[PATCH] afs: Fix missing wire-up of afs_retry_request()
2024-09-17 9:06 UTC (2+ messages)
[PATCH v2] cachefiles: fix dentry leak in cachefiles_open_file()
2024-09-17 9:03 UTC (3+ messages)
[PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
2024-09-17 8:59 UTC (2+ messages)
[RFC PATCH 00/24] erofs: introduce Rust implementation
2024-09-17 8:08 UTC (42+ messages)
` [RFC PATCH 01/24] erofs: lift up erofs_fill_inode to global
` [RFC PATCH 02/24] erofs: add superblock data structure in Rust
` [RFC PATCH 03/24] erofs: add Errno "
` [RFC PATCH 04/24] erofs: add xattrs data structure "
` [RFC PATCH 05/24] erofs: add inode "
` [RFC PATCH 06/24] erofs: add alloc_helper "
` [RFC PATCH 07/24] erofs: add data abstraction "
` [RFC PATCH 08/24] erofs: add device data structure "
` [RFC PATCH 09/24] erofs: add continuous iterators "
` [RFC PATCH 10/24] erofs: add device_infos implementation "
` [RFC PATCH 11/24] erofs: add map data structure "
` [RFC PATCH 12/24] erofs: add directory entry "
` [RFC PATCH 13/24] erofs: add runtime filesystem and inode "
` [RFC PATCH 14/24] erofs: add block mapping capability "
` [RFC PATCH 15/24] erofs: add iter methods in filesystem "
` [RFC PATCH 16/24] erofs: implement dir and inode operations "
` [RFC PATCH 17/24] erofs: introduce Rust SBI to C
` [RFC PATCH 18/24] erofs: introduce iget alternative "
` [RFC PATCH 19/24] erofs: introduce namei "
` [RFC PATCH 20/24] erofs: introduce readdir "
` [RFC PATCH 21/24] erofs: introduce erofs_map_blocks "
` [RFC PATCH 22/24] erofs: add skippable iters in Rust
` [RFC PATCH 23/24] erofs: implement xattrs operations "
` [RFC PATCH 24/24] erofs: introduce xattrs replacement to C
[PATCH v3] fs/exfat: resolve memory leak from exfat_create_upcase_table()
2024-09-17 6:40 UTC (2+ messages)
[PATCH 0/7 v2 RFC] Make wake_up_{bit,var} less fragile
2024-09-17 3:13 UTC (10+ messages)
` [PATCH 1/7] block: change wait on bd_claiming to use a var_waitqueue, not a bit_waitqueue
` (subset) "
` [PATCH 2/7] sched: change wake_up_bit() and related function to expect unsigned long *
[PATCH v4 00/30] riscv control-flow integrity for usermode
2024-09-17 0:00 UTC (11+ messages)
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
[PATCH v2] fs/exfat: resolve memory leak from exfat_create_upcase_table()
2024-09-16 22:12 UTC (3+ messages)
[PATCH] filemap: Fix bounds checking in filemap_read()
2024-09-16 21:55 UTC (3+ messages)
[RFC] more descriptor fun: dma_buf_fd()
2024-09-16 19:57 UTC
[GIT PULL] overlayfs updates for 6.12
2024-09-16 18:26 UTC
[GIT PULL] vfs netfs
2024-09-16 16:49 UTC (9+ messages)
` [PATCH] cifs: Fix cifs readv callback merge resolution issue
` [PATCH] cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
Are jump labels broken on 6.11-rc1?
2024-09-16 16:08 UTC (11+ messages)
[RFC PATCH 00/24] erofs: introduce Rust implementation
2024-09-16 14:04 UTC (12+ messages)
` [RFC PATCH 01/24] erofs: lift up erofs_fill_inode to global
` [RFC PATCH 02/24] erofs: add superblock data structure in Rust
` [RFC PATCH 03/24] erofs: add Errno "
` [RFC PATCH 04/24] erofs: add xattrs data structure "
` [RFC PATCH 05/24] erofs: add inode "
` [RFC PATCH 06/24] erofs: add alloc_helper "
` [RFC PATCH 07/24] erofs: add data abstraction "
` [RFC PATCH 08/24] erofs: add device data structure "
` [RFC PATCH 09/24] erofs: add continuous iterators "
` [RFC PATCH 10/24] erofs: add device_infos implementation "
[syzbot] Monthly hfs report (Sep 2024)
2024-09-16 12:27 UTC
[PATCH 6.6 88/91] cifs: Fix signature miscalculation
2024-09-16 11:45 UTC
[PATCH 6.10 118/121] cifs: Fix signature miscalculation
2024-09-16 11:44 UTC
[GIT PULL] AFFS updates for 6.12
2024-09-16 11:25 UTC (2+ messages)
[GIT PULL] vfs mount
2024-09-16 11:09 UTC (2+ messages)
[PATCH v8 00/11] fs: multigrain timestamp redux
2024-09-16 10:57 UTC (13+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
[PATCH v2] timekeeping: move multigrain timestamp floor handling into timekeeper
2024-09-16 10:41 UTC (4+ messages)
[PATCH v4 00/14] forcealign for xfs
2024-09-16 10:24 UTC (17+ messages)
[linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
2024-09-16 10:23 UTC (2+ messages)
[GIT PULL] vfs procfs
2024-09-16 7:59 UTC (2+ messages)
[GIT PULL] vfs fallocate
2024-09-16 7:59 UTC (2+ messages)
[GIT PULL] vfs file
2024-09-16 7:34 UTC (2+ messages)
[GIT PULL] vfs folio
2024-09-16 7:34 UTC (2+ messages)
[GIT PULL] vfs misc
2024-09-16 7:34 UTC (2+ messages)
[PATCH 0/7] mm: Use pxdp_get() for accessing page table entries
2024-09-16 6:15 UTC (10+ messages)
` [PATCH 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH 4/7] mm: Use pmdp_get() for accessing PMD entries
[PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
2024-09-16 4:34 UTC
[PATCH RFC] vfs: Introduce a new open flag to imply dentry deletion on file removal
2024-09-15 22:50 UTC (4+ messages)
[PATCH -next] tmpfs: fault in smaller chunks if large folio allocation not allowed
2024-09-15 10:40 UTC (2+ messages)
[PATCH] fs/exfat: resolve memory leak from exfat_create_upcase_table()
2024-09-15 7:26 UTC (4+ messages)
[PATCH v2] afs: Fix possible infinite loop with unresponsive servers
2024-09-14 21:12 UTC
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;
as well as URLs for NNTP newsgroup(s).