messages from 2024-12-18 10:14:16 to 2024-12-20 07:47:31 UTC [more...]
[PATCH 0/2] fstests: test reads/writes from hugepages-backed buffers
2024-12-20 7:47 UTC (10+ 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
[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
[PATCH] seq_file: copy as much as possible to user buffer in seq_read()
2024-12-20 4:16 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 (6+ messages)
` [PATCH v11 1/2] fuse: add kernel-enforced timeout option for requests
` [PATCH v11 2/2] fuse: add default_request_timeout and max_request_timeout sysctls
(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 (15+ messages)
[PATCH v6 0/5] fuse: remove temp page copies in writeback
2024-12-19 18:11 UTC (39+ messages)
` [PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
[PATCH 0/5] fs/buffer: strack reduction on async read
2024-12-19 17:53 UTC (8+ messages)
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()
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
[PATCHSET v7 0/11] Uncached buffered IO
2024-12-19 16:54 UTC (3+ messages)
` [PATCH] nfs: flag as supporting FOP_DONTCACHE
[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 (25+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v4 05/10] ext4: refactor ext4_zero_range()
` [PATCH v4 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v4 07/10] ext4: refactor ext4_insert_range()
` [PATCH v4 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v4 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v4 10/10] ext4: move out common parts "
[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)
Fwd: [PATCH][SMB3 client] fix TCP timers deadlock after rmmod
2024-12-19 0:28 UTC
overlayfs: WARN_ONCE(Can't encode file handler for inotify: 255)
2024-12-19 0:07 UTC (4+ messages)
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-18 23:11 UTC (10+ messages)
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
[PATCH v10 0/2] fuse: add kernel-enforced request timeout option
2024-12-18 21:45 UTC (13+ messages)
` [PATCH v10 1/2] fuse: add kernel-enforced timeout option for requests
Ceph and Netfslib
2024-12-18 19:48 UTC (6+ messages)
[PATCH 0/2] block size limit cleanups
2024-12-18 17:14 UTC (3+ messages)
[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
2024-12-18 15:10 UTC (3+ messages)
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
[PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error
2024-12-18 13:32 UTC (7+ messages)
` [PATCH v2 2/3] sysctl: Fix underflow value setting risk in vm_table
` "
Does sync_bdevs need to issue a PREFLUSH ?
2024-12-18 12:53 UTC
[PATCH v3 0/2] Fixes multiple sysctl proc_handler usage error
2024-12-18 12:41 UTC (5+ messages)
` [PATCH v3 1/2] coredump: Fixes core_pipe_limit sysctl proc_handler
` [PATCH v3 2/2] sysctl: Fix underflow value setting risk in vm_table
[PATCH v4 bpf-next 0/6] Enable writing xattr from BPF programs
2024-12-18 11:41 UTC (3+ messages)
` [PATCH v4 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
[PATCH v2 0/7] large atomic writes for xfs
2024-12-18 11:15 UTC (9+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
[PATCH] inotify: Use strscpy() for event->name copies
2024-12-18 10:35 UTC (2+ 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