public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 02:27:37 to 2024-12-20 18:01:10 UTC [more...]

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2024-12-20 18:01 UTC  (40+ messages)
` [PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-12-20 17:27 UTC  (2+ messages)
` (subset) "

[PATCH] seq_file: copy as much as possible to user buffer in seq_read()
 2024-12-20 16:48 UTC  (6+ messages)
` [PATCH v2] "

[PATCHSET v8 0/12] Uncached buffered IO
 2024-12-20 16:28 UTC  (18+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 03/12] mm/readahead: add folio allocation helper
` [PATCH 04/12] mm: add PG_dropbehind folio flag
` [PATCH 05/12] mm/readahead: add readahead_control->dropbehind member
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
` [PATCH 08/12] mm/filemap: add read support for RWF_DONTCACHE
` [PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes
` [PATCH 10/12] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 11/12] mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issue
` [PATCH 12/12] mm: add FGP_DONTCACHE folio creation flag

[PATCHSET v7 0/11] Uncached buffered IO
 2024-12-20 15:45 UTC  (24+ messages)
` [PATCH 01/11] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/11] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 03/11] mm/readahead: add folio allocation helper
` [PATCH 04/11] mm: add PG_dropbehind folio flag
` [PATCH 05/11] mm/readahead: add readahead_control->dropbehind member
` [PATCH 06/11] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH] nfs: flag as supporting FOP_DONTCACHE

[PATCH v6 0/5] Improve simple directory offset wrap behavior
 2024-12-20 15:33 UTC  (6+ messages)
` [PATCH v6 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v6 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v6 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v6 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v6 5/5] libfs: Use d_children list to iterate simple_offset directories

Kernel bug: "general protection fault in bch2_btree_path_traverse_one"
 2024-12-20 15:01 UTC  (3+ messages)

[PATCH 0/2] fix reading ESP during coredump
 2024-12-20 14:53 UTC  (5+ messages)
` [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable "

[PATCH 0/2] fstests: test reads/writes from hugepages-backed buffers
 2024-12-20 11:52 UTC  (11+ messages)
` [PATCH 1/2] fsx: support reads/writes from buffers backed by hugepages
` [PATCH 2/2] generic: add tests for read/writes from hugepages-backed buffers

Kernel Bug: "KASAN: slab-out-of-bounds Read in jfs_readdir"
 2024-12-20  9:14 UTC 

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-20  6:48 UTC  (7+ messages)

[PATCH] hostfs: Convert to writepages
 2024-12-20  5:14 UTC 

[syzbot] [fs?] KASAN: slab-use-after-free Read in u32_array_open
 2024-12-20  3:24 UTC 

[PATCH 00/11 RFC] Allow concurrent changes in a directory
 2024-12-20  2:54 UTC  (12+ messages)
` [PATCH 01/11] VFS: introduce vfs_mkdir_return()
` [PATCH 02/11] VFS: add _shared versions of the various directory modifying inode_operations
` [PATCH 03/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 04/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 05/11] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 06/11] VFS: introduce done_lookup_and_lock()
` [PATCH 07/11] VFS: introduce lookup_and_lock()
` [PATCH 08/11] VFS: add inode_dir_lock/unlock
` [PATCH 09/11] VFS: re-pack DENTRY_ flags
` [PATCH 10/11] VFS: take a shared lock for create/remove directory operations
` [PATCH 11/11] nfsd: use lookup_and_lock_one()

[PATCH v5 00/10] ext4: clean up and refactor fallocate
 2024-12-20  1:16 UTC  (11+ messages)
` [PATCH v5 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v5 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v5 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v5 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v5 05/10] ext4: refactor ext4_zero_range()
` [PATCH v5 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v5 07/10] ext4: refactor ext4_insert_range()
` [PATCH v5 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v5 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v5 10/10] ext4: move out common parts "

[PATCH RFC netfs] Fix uninitialized variable in netfs_retry_read_subrequests()
 2024-12-20  1:07 UTC  (3+ messages)

[PATCH] vboxsf: Convert to writepages
 2024-12-19 22:57 UTC 

[PATCH] samples/vfs: add __SANE_USERSPACE_TYPES__ to mountinfo program
 2024-12-19 22:11 UTC 

[PATCH v11 0/2] fuse: add kernel-enforced request timeout option
 2024-12-19 20:44 UTC  (5+ messages)
` [PATCH v11 1/2] fuse: add kernel-enforced timeout option for requests

(no subject)
 2024-12-19 20:41 UTC  (2+ messages)
` [RFC] fuse: Abort connection if FUSE server get stuck

[PATCH v3 00/12] fuse: support large folios
 2024-12-19 20:24 UTC  (5+ messages)
` [PATCH v3 04/12] fuse: support large folios for writethrough writes

[syzbot] Monthly hfs report (Dec 2024)
 2024-12-19 18:39 UTC 

iomap patches for zoned XFS v1
 2024-12-19 18:25 UTC  (20+ messages)
` [PATCH 01/10] iomap: allow the file system to submit the writeback bios
` [PATCH 02/10] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 03/10] iomap: add a IOMAP_F_ANON_WRITE flag
` [PATCH 04/10] iomap: split bios to zone append limits in the submission handlers
` [PATCH 05/10] iomap: move common ioend code to ioend.c
` [PATCH 06/10] iomap: factor out a iomap_dio_done helper
` [PATCH 07/10] iomap: optionally use ioends for direct I/O
` [PATCH 08/10] iomap: pass private data to iomap_page_mkwrite
` [PATCH 09/10] iomap: pass private data to iomap_zero_range
` [PATCH 10/10] iomap: pass private data to iomap_truncate_page

[RFC 0/2] ima: evm: Add kernel cmdline options to disable IMA/EVM
 2024-12-19 18:18 UTC  (7+ messages)

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-19 17:53 UTC  (6+ messages)

RFC: iomap patches for zoned XFS
 2024-12-19 17:36 UTC  (7+ messages)
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag

[PATCH 0/6] convert efivarfs to manage object data correctly
 2024-12-19 17:14 UTC  (3+ messages)
` [PATCH 6/6] efivarfs: fix error on write to new variable leaving remnants

[PATCH RFC 0/2] pidfs: support bind-mounts
 2024-12-19 17:01 UTC  (3+ messages)
` [PATCH RFC 1/2] pidfs: allow bind-mounts
` [PATCH RFC 2/2] selftests: add pidfd bind-mount tests

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-19 16:41 UTC  (8+ messages)
` [PATCH bpf-next v6 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v6 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type

[PATCH v2 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-19 15:57 UTC  (7+ messages)
` [PATCH v2 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH v2 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH v2 3/3] xfs_io: add extsize command support

[PATCH] fs: relax assertions on failure to encode file handles
 2024-12-19 15:46 UTC  (4+ messages)

PR aggregation for fuse
 2024-12-19 14:36 UTC 

[PATCH v3 00/10] fs: lockless mntns lookup
 2024-12-19 13:45 UTC  (4+ messages)
` [PATCH v3 03/10] fs: lockless mntns rbtree lookup

[syzbot] [overlayfs?] WARNING in ovl_encode_real_fh
 2024-12-19 11:38 UTC  (2+ messages)

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-12-19 11:15 UTC  (5+ messages)

[PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
 2024-12-19 10:20 UTC  (5+ messages)

[PATCH v23 0/8] Script execution control (was O_MAYEXEC)
 2024-12-19  7:44 UTC  (4+ messages)

[PATCH v4 00/10] ext4: clean up and refactor fallocate
 2024-12-19  7:19 UTC  (11+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v4 05/10] ext4: refactor ext4_zero_range()

[syzbot] [fs?] KASAN: slab-use-after-free Read in debugfs_u32_get
 2024-12-19  5:26 UTC 

[RFC v2] lsm: fs: Use inode_free_callback to free i_security in RCU callback
 2024-12-19  3:03 UTC  (3+ messages)


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