messages from 2024-06-13 14:56:26 to 2024-06-17 18:44:01 UTC [more...]
[PATCH 00/25] fs: finish conversion to mnt_idmap
2024-06-17 18:44 UTC (5+ messages)
` [PATCH 23/25] fs: port fs{g,u}id helpers "
[PATCH v8 00/10] block atomic writes
2024-06-17 18:04 UTC (5+ messages)
` [PATCH v8 10/10] nvme: Atomic write support
[PATCH 0/3] fs/file.c: optimize the critical section of
2024-06-17 18:04 UTC (16+ messages)
` [PATCH 1/3] fs/file.c: add fast path in alloc_fd()
` [PATCH 2/3] fs/file.c: conditionally clear full_fds
` [PATCH 3/3] fs/file.c: move sanity_check from alloc_fd() to put_unused_fd()
[PATCH v6 1/2] proc: pass file instead of inode to proc_mem_open
2024-06-17 18:00 UTC (5+ messages)
` [PATCH v6 2/2] proc: restrict /proc/pid/mem
[PATCH v5 40/40] 9p: Use netfslib read/write_iter
2024-06-17 17:10 UTC (6+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
[PATCH 0/2 v3] fsnotify: Generate FS_CREATE event before FS_OPEN
2024-06-17 17:12 UTC (5+ messages)
` [PATCH 1/2] fsnotify: Do not generate events for O_PATH file descriptors
` [PATCH 2/2] vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used
[PATCH v7 00/11] enable bs > ps in XFS
2024-06-17 16:39 UTC (34+ messages)
` [PATCH v7 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v7 11/11] xfs: enable block size larger than page size support
[PATCH v2] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
2024-06-17 15:51 UTC (7+ messages)
[PATCH 0/3] udf: Fix two syzbot reports
2024-06-17 15:41 UTC (4+ messages)
` [PATCH 1/3] udf: Fix bogus checksum computation in udf_rename()
` [PATCH 2/3] udf: Avoid using corrupted block bitmap buffer
` [PATCH 3/3] udf: Drop load_block_bitmap() wrapper
[PATCH v4 00/29] arm64: Permission Overlay Extension
2024-06-17 14:51 UTC (7+ messages)
` [PATCH v4 17/29] arm64: implement PKEYS support
[syzbot] [udf?] KMSAN: uninit-value in udf_update_tag
2024-06-17 13:39 UTC (2+ messages)
[RFC PATCH] mm: truncate: flush lru cache for evicted inode
2024-06-17 11:24 UTC (7+ messages)
` [syzbot] [nilfs?] [mm?] KASAN: slab-use-after-free Read in lru_add_fn
Handing xfs fsverity development back to you
2024-06-17 9:34 UTC (2+ messages)
[PATCH -next v5 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
2024-06-17 9:11 UTC (12+ messages)
` [PATCH -next v5 2/8] iomap: pass blocksize to iomap_truncate_page()
` [PATCH -next v5 6/8] xfs: reserve blocks for truncating large realtime inode
` [PATCH -next v5 7/8] xfs: speed up truncating down a big "
[PATCH] statx.2: Document STATX_SUBVOL
2024-06-17 8:47 UTC (5+ messages)
How to create new file in idmapped mountpoint
2024-06-17 7:53 UTC (2+ messages)
[RFC] fuse: do not generate interrupt requests for fatal signals
2024-06-17 7:25 UTC (8+ messages)
[RFC 0/2] Initial LKMM atomics support in Rust
2024-06-17 5:42 UTC (48+ messages)
` [RFC 1/2] rust: Introduce atomic API helpers
` [RFC 2/2] rust: sync: Add atomic support
virtio-blk/ext4 error handling for host-side ENOSPC
2024-06-17 3:34 UTC
KASAN: slab-use-after-free in hfsplus_bnode_read
2024-06-16 18:38 UTC (2+ messages)
` Follow-Up on Reported Kernel Bug "
[PATCH] hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()
2024-06-16 1:38 UTC
[GIT PULL] xfs: bug fix for 6.10
2024-06-15 19:15 UTC (2+ messages)
[PATCH v2 0/4] Introduce user namespace capabilities
2024-06-15 15:20 UTC (19+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
[PATCH] fs: modify the annotation of vfs_mkdir() in fs/namei.c
2024-06-15 10:34 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] fs: modify the comments "
Maintainers Summit 2024 Call for Topics
2024-06-15 8:07 UTC (2+ messages)
[PATCH v2 0/5] fstests: add some new LBS inspired tests
2024-06-15 0:29 UTC (6+ messages)
` [PATCH v2 1/5] common: move mread() to generic helper _mread()
` [PATCH v2 2/5] fstests: add mmap page boundary tests
` [PATCH v2 3/5] fstests: add fsstress + compaction test
` [PATCH v2 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH v2 5/5] fstests: add stress truncation + writeback test
[PATCH v2] Documentation: the design of iomap and how to port
2024-06-14 21:47 UTC (4+ messages)
` [TEXT 1/3] design of iomap
` [TEXT 2/3] file operations
` [TEXT 3/3] porting iomap
Flaky test: generic:269 (EBUSY on umount)
2024-06-14 20:44 UTC (8+ messages)
` [PATCH 1/2] generic/269, generic/475: disable io_uring to prevent umount EBUSY flakes
` [PATCH 2/2] generic: new test which tests for an io_uring bug that causes umounts to fail
[PATCH] Documentation: document the design of iomap and how to port
2024-06-14 20:41 UTC (5+ messages)
[dhowells-fs:netfs-writeback] [netfs, cifs] d639a2f9ab: xfstests.generic.080.fail
2024-06-14 18:30 UTC (2+ messages)
[PATCH 0/8] sysctl: Remove sentinel check from sysctl internals
2024-06-14 13:01 UTC (3+ messages)
` [PATCH 8/8] sysctl: Warn on an empty procname element
[PATCH] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
2024-06-14 12:29 UTC
[PATCH v2 00/10] Improve the copy of task comm
2024-06-14 11:45 UTC (11+ messages)
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()
[PATCH] Fix BUG: KASAN: use-after-free in trace_event_raw_event_filelock_lock
2024-06-14 10:27 UTC (3+ messages)
Issue with JFFS2 and a_ops->dirty_folio
2024-06-14 10:21 UTC (3+ messages)
[syzbot] Monthly hfs report (Jun 2024)
2024-06-14 8:15 UTC
[PATCH] fs/proc/task_mmu: fix uninitialized variable in pagemap_pmd_range()
2024-06-14 7:09 UTC (2+ messages)
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
2024-06-14 3:47 UTC (2+ messages)
` [syzbot] "
[PATCH RFC 0/2] NFSv4: set sb_flags to second superblock
2024-06-14 3:14 UTC (3+ messages)
` [PATCH RFC 2/2] "
[PATCH 0/5] fstests: add some new LBS inspired tests
2024-06-13 21:10 UTC (7+ messages)
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
[PATCH 0/2] stop lockref from degrading to locked-only ops
2024-06-13 19:33 UTC (16+ messages)
` [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
Flaky test: generic/085
2024-06-13 17:17 UTC (6+ messages)
[bug report] mm: Provide a means of invalidation without using launder_folio
2024-06-13 15:27 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).