Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-12-10 23:14:27 to 2024-12-12 17:34:35 UTC [more...]

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-12-12 17:34 UTC  (7+ messages)
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics

[PATCH v2 0/8] fs: lockless mntns lookup
 2024-12-12 17:33 UTC  (14+ messages)
` [PATCH v2 1/8] mount: remove inlude/nospec.h include
` [PATCH v2 2/8] fs: add mount namespace to rbtree late
` [PATCH v2 3/8] fs: lockless mntns rbtree lookup
` [PATCH v2 4/8] rculist: add list_bidir_{del,prev}_rcu()
` [PATCH v2 5/8] fs: lockless mntns lookup for nsfs
` [PATCH v2 6/8] fs: simplify rwlock to spinlock
` [PATCH v2 7/8] selftests: remove unneeded include
` [PATCH v2 8/8] samples: add test-list-all-mounts

fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-12-12 17:17 UTC  (3+ messages)

[RFC PATCH] epoll: Add synchronous wakeup support for ep_poll_callback
 2024-12-12 17:14 UTC  (4+ messages)

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-12 16:59 UTC  (19+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED

[PATCH v3] fanotify: notify on mount attach and detach
 2024-12-12 16:57 UTC  (8+ messages)

[PATCH] nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
 2024-12-12 16:43 UTC 

[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-12 16:19 UTC  (13+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details
` [RFC 3/3] xfs_io: add extsize command support

[brauner-vfs:work.pidfs.maple_tree] [pidfs] 93d6e4cbc8: WARNING:inconsistent_lock_state
 2024-12-12 16:12 UTC 

[linux-next:master] [exportfs] 7fc737d188: xfstests.generic.477.fail
 2024-12-12 16:08 UTC 

6.12 WARNING in netfs_consume_read_data()
 2024-12-12 16:00 UTC  (11+ messages)
              ` [PATCH] netfs: Fix ceph copy to cache on write-begin

RFC: iomap patches for zoned XFS
 2024-12-12 15:12 UTC  (16+ messages)
` [PATCH 1/8] iomap: allow the file system to submit the writeback bios
` [PATCH 2/8] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag
` [PATCH 4/8] iomap: split bios to zone append limits in the submission handlers
` [PATCH 5/8] iomap: optionally use ioends for direct I/O
` [PATCH 6/8] iomap: pass private data to iomap_page_mkwrite
` [PATCH 7/8] iomap: pass private data to iomap_zero_range
` [PATCH 8/8] iomap: pass private data to iomap_truncate_page

[PATCH v2] fuse: Abort connection if FUSE server get stuck
 2024-12-12 15:08 UTC  (7+ messages)

[PATCH] f2fs: ensure that node info flags are always initialized
 2024-12-12 14:59 UTC  (2+ messages)

[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
 2024-12-12 14:22 UTC  (2+ messages)

[bugzilla:219548] the kernel crashes when storing an EXT4 file system in a ZRAM device
 2024-12-12 14:12 UTC  (10+ messages)

[PATCH 0/2] jbd2: two straightforward fixes
 2024-12-12 14:08 UTC  (6+ messages)
` [PATCH 2/2] jbd2: flush filesystem device before updating tail sequence

[PATCHv14 00/11] block write streams with nvme fdp
 2024-12-12 13:14 UTC  (2+ messages)
    ` [PATCHv14 10/11] nvme: register fdp parameters with the block layer

[PATCH v2] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-12-12 12:32 UTC  (3+ messages)

[syzbot] [v9fs?] WARNING in __alloc_frozen_pages_noprof
 2024-12-12 11:22 UTC  (9+ messages)
`  "
  ` Alloc cap limit for 9p xattrs (Was: WARNING in __alloc_frozen_pages_noprof)
` [PATCH] 9p: Limit xattr size to XATTR_SIZE_MAX

[PATCH 0/1] fuse: fix direct io folio offset and length calculation
 2024-12-12 11:03 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-12 10:40 UTC  (4+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
 2024-12-12 10:24 UTC  (5+ messages)
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs

[PATCHSET v5 0/17] Uncached buffered IO
 2024-12-12  6:31 UTC  (5+ messages)
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED

[PATCHv13 05/11] block: expose write streams for block device nodes
 2024-12-12  6:05 UTC  (12+ messages)
    ` [PATCHv13 06/11] io_uring: enable per-io write streams
` [PATCHv13 00/11] block write streams with nvme fdp
  ` [PATCHv13 04/11] block: introduce a write_stream_granularity queue limit
    ` [PATCHv13 10/11] nvme: register fdp parameters with the block layer

[syzbot] [fat?] INFO: task hung in exfat_sync_fs
 2024-12-12  3:43 UTC  (4+ messages)
` [syzbot] [exfat?] "

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-12  2:32 UTC  (10+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH 0/4] large atomic writes for xfs
 2024-12-12  1:34 UTC  (6+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-12  1:29 UTC  (3+ messages)
` [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-12  0:53 UTC  (12+ messages)
` [PATCH bpf-next v5 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types

[syzbot] [exfat?] general protection fault in exfat_get_dentry_cached
 2024-12-11 22:55 UTC  (2+ messages)

[PATCH v2 00/12] fuse: support large folios
 2024-12-11 21:35 UTC  (7+ messages)
` [PATCH v2 10/12] fuse: support large folios for direct io

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-12-11 21:21 UTC  (26+ messages)

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2024-12-11 20:56 UTC  (6+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

silent data corruption in fuse in rc1
 2024-12-11 20:32 UTC  (18+ messages)

[PATCH] Documentation: filesystems: fix two misspells
 2024-12-11 19:58 UTC  (3+ messages)

[PATCH next] binfmt_elf: Fix potential Oops in load_elf_binary()
 2024-12-11 16:48 UTC  (2+ messages)

[PATCH 0/5] fs: lockless mntns rbtree lookup
 2024-12-11 16:34 UTC  (9+ messages)
` [PATCH 3/5] "
` [PATCH 5/5] samples: add test-list-all-mounts

[PATCH] fs: fix is_mnt_ns_file()
 2024-12-11 16:30 UTC  (3+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-11 16:30 UTC  (5+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[RFC] Add a prctl to disable ".." traversal in path resolution
 2024-12-11 16:20 UTC  (4+ messages)

[PATCH 0/6] convert efivarfs to manage object data correctly
 2024-12-11 12:39 UTC  (6+ messages)
` [PATCH 4/6] efivarfs: move freeing of variable entry into evict_inode
` [PATCH 6/6] efivarfs: fix error on write to new variable leaving remnants

[PATCH v2] fanotify: notify on mount attach and detach
 2024-12-11 12:03 UTC  (13+ messages)

[PATCH v3 0/3] Additional miscdevice fops parameters
 2024-12-11 11:57 UTC  (5+ messages)
` [PATCH v3 1/3] rust: miscdevice: access file in fops
` [PATCH v3 2/3] rust: miscdevice: access the `struct miscdevice` from fops->open()

[PATCH v6 0/3] iomap: fix zero padding data issue in concurrent append writes
 2024-12-11 10:34 UTC  (5+ messages)
` (subset) "

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-12-11 10:23 UTC  (4+ messages)
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user

[RFC v2 0/6] ext4: Implement support for extsize hints
 2024-12-11  7:57 UTC  (7+ messages)
` [RFC v2 1/6] ext4: add aligned allocation hint in mballoc
` [RFC v2 2/6] ext4: allow inode preallocation for aligned alloc
` [RFC v2 3/6] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC v2 4/6] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC v2 5/6] ext4: add extsize hint support
` [RFC v2 6/6] ext4: make extsize work with EOF allocations

[PATCH v22 0/8] Script execution control (was O_MAYEXEC)
 2024-12-11  6:12 UTC  (7+ messages)
` [PATCH v22 1/8] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v22 2/8] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits

[PATCH] fuse: Abort connection if FUSE server get stuck
 2024-12-11  0:17 UTC  (4+ messages)

[PATCH v8 13/16] fuse: Allow to queue fg requests through io-uring
 2024-12-10 23:14 UTC  (2+ messages)


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