Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-25 08:34:48 to 2026-06-25 13:32:05 UTC [more...]

[PATCH v18 0/8] rust: add `Ownable` trait and `Owned` type
 2026-06-25 13:32 UTC  (11+ messages)
` [PATCH v18 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v18 2/8] rust: types: Add Ownable/Owned types
` [PATCH v18 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v18 4/8] rust: page: convert to `Ownable`
` [PATCH v18 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v18 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v18 7/8] rust: Add `OwnableRefCounted`
` [PATCH v18 8/8] rust: page: add `from_raw()`

[RFC] fanotify for flock release
 2026-06-25 13:25 UTC  (2+ messages)

[RFC PATCH v1 0/3] iomap: convert to in-iter ->iomap_next() model
 2026-06-25 13:21 UTC  (9+ messages)
` [RFC PATCH v1 1/3] iomap: add ->iomap_next() and iomap_process() helper
` [RFC PATCH v1 3/3] xfs: example of devirtualizing buffered write iomap callbacks

[syzbot] [netfs?] KASAN: slab-use-after-free Read in netfs_unbuffered_write
 2026-06-25 13:16 UTC  (3+ messages)

update BDI {io,ra}_pages values based on the RT device limits
 2026-06-25 13:09 UTC  (5+ messages)

[Linux Kernel Bug] INFO: task hung in hfsplus_write_inode
 2026-06-25 13:06 UTC  (2+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-25 12:58 UTC  (11+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap buffered I/O path

[PATCH 0/3] ovl: make cachestat() work
 2026-06-25 12:53 UTC  (12+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation
` [PATCH 2/3] ovl: support cachestat() syscall on overlayfs files

[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
 2026-06-25 12:48 UTC  (7+ messages)

[PATCH] xfs: fix capabily check in xfs_setattr_nonsize
 2026-06-25 12:37 UTC  (4+ messages)

[PATCH v6 3/3] xfs: add support for FALLOC_FL_WRITE_ZEROES
 2026-06-25 12:29 UTC  (8+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-06-25 12:11 UTC  (3+ messages)

don't build bios/contexts over multiple iomaps v3
 2026-06-25 12:07 UTC  (3+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent

[PATCH v3 0/5] block: validate direct I/O memory alignment
 2026-06-25 11:57 UTC  (9+ messages)
` [PATCH v3 1/5] block: use blkdev_iov_iter_get_pages status for errors
` [PATCH v3 3/5] loop: set dma_alignment from the backing file for direct I/O
` [PATCH v3 4/5] zloop: set dma_alignment from the backing files "
` [PATCH v3 5/5] block: validate user space vectors during extraction

[PATCH v2 0/2] iomap: add helper to keep uptodate bitmap in sync
 2026-06-25 11:50 UTC  (3+ messages)
` [PATCH v2 1/2] iomap: add helper to mark folio uptodate

[stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-25 11:31 UTC  (2+ messages)

[PATCH] fs/proc: fix KPF_KSM reported for all anonymous pages
 2026-06-25 11:21 UTC  (5+ messages)

[stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-25 11:06 UTC  (5+ messages)
` [stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-25 11:00 UTC  (8+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-25 10:43 UTC  (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-25 10:35 UTC  (11+ messages)
` [PATCH v2 1/7] vmsplice: open-code do_writev and do_readv
` [PATCH v2 2/7] vmsplice: change argument type back to "int"
` [PATCH v2 3/7] splice: turn wait_for_space flags argument into bool
` [PATCH v2 4/7] pipe: move wait_for_space to fs/pipe.c and rename it
` [PATCH v2 5/7] vmsplice: make sure we don't wait after writing some data
` [PATCH v2 6/7] vmsplice: return -EINVAL for particular combination of flags
` [PATCH v2 7/7] pipe: set FMODE_NOWAIT for named FIFOs

[PATCH] exec: fix off-by-one in binfmt max rewrite depth comment
 2026-06-25 10:27 UTC  (2+ messages)

[PATCH v1 0/2] luo support for preserving eventfd
 2026-06-25  9:06 UTC  (3+ messages)
` [PATCH v1 1/2] eventfd: luo: "

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-25  9:03 UTC  (2+ messages)

[PATCH] tools/writeback: parse help before importing drgn
 2026-06-25  8:59 UTC  (2+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-25  8:53 UTC  (2+ messages)

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-06-25  8:50 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox