linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 12:06:35 to 2024-06-13 10:36:25 UTC [more...]

[RFC 0/2] Initial LKMM atomics support in Rust
 2024-06-13 10:36 UTC  (8+ messages)
` [RFC 1/2] rust: Introduce atomic API helpers
` [RFC 2/2] rust: sync: Add atomic support

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-13 10:31 UTC  (9+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size

Flaky test: generic/085
 2024-06-13  9:55 UTC  (5+ messages)

[PATCH -next v5 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-06-13  9:00 UTC  (9+ messages)
` [PATCH -next v5 1/8] math64: add rem_u64() to just return the remainder
` [PATCH -next v5 2/8] iomap: pass blocksize to iomap_truncate_page()
` [PATCH -next v5 3/8] fsdax: pass blocksize to dax_truncate_page()
` [PATCH -next v5 4/8] xfs: refactor the truncating order
` [PATCH -next v5 5/8] xfs: correct the truncate blocksize of realtime inode
` [PATCH -next v5 6/8] xfs: reserve blocks for truncating large "
` [PATCH -next v5 7/8] xfs: speed up truncating down a big "
` [PATCH -next v5 8/8] iomap: don't increase i_size in iomap_write_end()

[PATCH v3] writeback: factor out balance_wb_limits to remove repeated code
 2024-06-13  8:51 UTC  (3+ messages)

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-13  8:47 UTC  (24+ messages)
` [PATCH v7 02/11] fs: Allow fine-grained control of folio sizes
` [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 05/11] mm: split a folio in minimum folio order chunks
` [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 0/4] Introduce user namespace capabilities
 2024-06-13  8:50 UTC  (12+ messages)
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH v2 00/10] Improve the copy of task comm
 2024-06-13  8:37 UTC  (12+ messages)
` [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v2 03/10] security: "
` [PATCH v2 04/10] bpftool: Ensure task comm is always NUL-terminated
` [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 v2 07/10] tsacct: "
` [PATCH v2 08/10] tracing: "
` [PATCH v2 09/10] net: Replace strcpy() "
` [PATCH v2 10/10] drm: "

[RFC] fuse: do not generate interrupt requests for fatal signals
 2024-06-13  7:55 UTC  (2+ messages)

[PATCH v2] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
 2024-06-13  7:38 UTC  (7+ messages)

[PATCH v8 00/10] block atomic writes
 2024-06-13  7:25 UTC  (6+ messages)
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx

[syzbot] [squashfs?] VFS: Close: file count is zero (use-after-free)
 2024-06-13  7:10 UTC  (3+ messages)

Issue with JFFS2 and a_ops->dirty_folio
 2024-06-13  7:05 UTC 

[PATCH 0/2] stop lockref from degrading to locked-only ops
 2024-06-13  6:09 UTC  (6+ messages)
` [PATCH 1/2] lockref: speculatively spin waiting for the lock to be released
` [PATCH 2/2] vfs: move d_lockref out of the area used by RCU lookup

[PATCH v3 00/21] block atomic writes for XFS
 2024-06-13  2:04 UTC  (6+ messages)
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag

[GIT PULL] bcachefs fixes for 6.10-rc4
 2024-06-13  1:26 UTC  (2+ messages)

[PATCH] Documentation: document the design of iomap and how to port
 2024-06-12 22:15 UTC  (18+ messages)

Flaky test: generic:269 (EBUSY on umount)
 2024-06-12 19:41 UTC  (2+ messages)

Handing xfs fsverity development back to you
 2024-06-12 19:06 UTC 

possible deadlock in freeze_super
 2024-06-12 18:36 UTC  (3+ messages)

[PATCH v4 0/2] rcu-based inode lookup for iget*
 2024-06-12 18:33 UTC  (5+ messages)
` [PATCH v4 1/2] vfs: add rcu-based find_inode variants for iget ops
` [PATCH v4 2/2] btrfs: use iget5_locked_rcu

[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-12 18:28 UTC  (5+ messages)
` [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH] vfs: move d_lockref out of the area used by RCU lookup
 2024-06-12 18:27 UTC  (2+ messages)

[PATCH v5 1/2] proc: pass file instead of inode to proc_mem_open
 2024-06-12 18:23 UTC  (5+ messages)
` [PATCH v5 2/2] proc: restrict /proc/pid/mem

[PATCH v13] mm: report per-page metadata information
 2024-06-12 17:53 UTC  (3+ messages)

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-12 17:48 UTC  (5+ messages)
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-12 16:44 UTC  (18+ messages)

[PATCHES][RFC] rework of struct fd handling
 2024-06-12 16:36 UTC  (13+ messages)
` [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
  ` [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...)
          ` [RFC] potential UAF in kvm_spapr_tce_attach_iommu_group() (was Re: [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...))
          ` [RFC] UAF in acrn_irqfd_assign() and vfio_virqfd_enable()

[PATCH 0/4] fs: allow listmount() with reversed ordering
 2024-06-12 13:54 UTC  (3+ messages)
` [PATCH 4/4] listmount: allow listing in reverse order

[PATCH RESEND 0/3] Remove usage of the deprecated ida_simple_xx() API
 2024-06-12 12:29 UTC  (3+ messages)
` [PATCH RESEND 3/3] proc: "
  ` (subset) "

[PATCH] netfs: Switch debug logging to pr_debug()
 2024-06-12 12:26 UTC  (2+ messages)

[PATCH v2 0/4] inode_init_always zeroing i_state
 2024-06-12 12:17 UTC  (8+ messages)
` [PATCH v2 1/4] xfs: preserve i_state around inode_init_always in xfs_reinit_inode
` [PATCH v2 2/4] vfs: partially sanitize i_state zeroing on inode creation
` [PATCH v2 3/4] xfs: remove now spurious i_state initialization in xfs_inode_alloc
` [PATCH v2 4/4] bcachefs: remove now spurious i_state initialization

[GIT PULL] vfs fixes
 2024-06-12 11:30 UTC  (4+ messages)

[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
 2024-06-12 11:24 UTC  (12+ messages)

[PATCH 0/5] fstests: add some new LBS inspired tests
 2024-06-12  8:06 UTC  (20+ messages)
` [PATCH 1/5] common: move mread() to generic helper _mread()
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
` [PATCH 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH 5/5] fstests: add stress truncation + writeback test

[brauner-vfs:vfs.open_tree] [fs] 6d2ad41f48: BUG:kernel_NULL_pointer_dereference,address
 2024-06-12  7:45 UTC 

[PATCH] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
 2024-06-12  7:08 UTC  (5+ messages)

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super
 2024-06-12  6:13 UTC  (3+ messages)
` Testing if issue still reproduces

[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
 2024-06-12  5:42 UTC  (8+ messages)
` [PATCH v9 11/19] scsi: sd: Translate data lifetime information

support large folios for NFS
 2024-06-12  4:02 UTC  (5+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

[syzbot] [hfs?] KASAN: invalid-free in hfs_btree_close (2)
 2024-06-12  3:03 UTC 

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-06-12  1:11 UTC  (3+ messages)
` [PATCH 1/2] hugetlbfs: support tracepoint
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

A fs-next branch
 2024-06-11 22:51 UTC  (9+ messages)

[RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
 2024-06-11 22:00 UTC  (6+ messages)

[PATCH v3 0/2] rcu-based inode lookup for iget*
 2024-06-11 21:43 UTC  (8+ messages)
` [PATCH v3 1/2] vfs: add rcu-based find_inode variants for iget ops

WARNING in __brelse
 2024-06-11 19:07 UTC  (2+ messages)

[PATCH v3 1/3] LSM: add security_execve_abort() hook
 2024-06-11 17:19 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-06-11 15:23 UTC  (6+ messages)

[PATCH RFC] fs_parse: add uid & gid option parsing helpers
 2024-06-11 15:05 UTC  (4+ messages)

[PATCH] selftests: proc: remove unreached code and fix build warning
 2024-06-11 15:04 UTC  (5+ messages)

[PATCH v6 0/3] Clean up usage of rt_task()
 2024-06-11 14:20 UTC  (4+ messages)
` [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()


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).