public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-19 17:06:53 to 2024-09-24 02:56:04 UTC [more...]

[GIT PULL] bcachefs changes for 6.12-rc1
 2024-09-24  2:55 UTC  (11+ messages)

[RFC] struct filename, io_uring and audit troubles
 2024-09-24  0:11 UTC  (13+ messages)

[PATCH] fuse: cleanup request queuing towards virtiofs
 2024-09-23 23:47 UTC  (4+ messages)

[PATCH 0/8] netfs, afs, cifs: Miscellaneous fixes/changes
 2024-09-23 23:17 UTC  (10+ messages)
` [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
` [PATCH 2/8] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
` [PATCH 3/8] afs: Fix missing wire-up of afs_retry_request()
` [PATCH 4/8] afs: Remove unused struct and function prototype
` [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
` [PATCH 6/8] afs: Fix the setting of the server responding flag
` [PATCH 7/8] cifs: Fix reversion of the iter in cifs_readv_receive()
` [PATCH 8/8] cifs: Make the write_{enter,done,err} tracepoints display netfs info

fix stale delalloc punching for COW I/O v3
 2024-09-23 22:43 UTC  (17+ messages)
` [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
` [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
` [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release
` [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 06/10] xfs: zeroing already holds invalidate_lock
` [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin
` [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes

[PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
 2024-09-23 22:41 UTC  (4+ messages)

[PATCH v2 19/25] netfs: Speed up buffered reading
 2024-09-23 22:33 UTC  (7+ messages)

[PATCH] acl: Annotate struct posix_acl with __counted_by()
 2024-09-23 21:38 UTC 

[PATCH 0/2] unicode: kunit: refactor selftest to kunit tests
 2024-09-23 19:39 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] unicode: kunit: change tests filename and path

[GIT PULL] Fsnotify changes for 6.12-rc1
 2024-09-23 19:36 UTC  (4+ messages)

[GIT PULL] Quota and isofs cleanups for v6.12-rc1
 2024-09-23 19:06 UTC  (2+ messages)

[git pull] struct fd layout changes
 2024-09-23 19:06 UTC  (2+ messages)

[PATCH] hfs: Fix uninitialized value issue in hfs_iget
 2024-09-23 18:00 UTC 

[PATCH v3 0/1] fuse: dynamically configure max pages limit through sysctl
 2024-09-23 17:13 UTC  (2+ messages)
` [PATCH v3 1/1] fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)

[PATCH 0/2] unicode: kunit: refactor selftest to kunit tests
 2024-09-23 16:41 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] unicode: kunit: change tests filename and path

[PATCH] xarray: rename xa_lock/xa_unlock to xa_enter/xa_leave
 2024-09-23 16:28 UTC  (3+ messages)

[PATCH V2 7/7] mm: Use pgdp_get() for accessing PGD entries
 2024-09-23 15:21 UTC  (11+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfs_iget
 2024-09-23 14:51 UTC  (3+ messages)

[GIT PULL] sysctl changes for v6.12-rc1
 2024-09-23 14:05 UTC 

[PATCH v4 00/14] forcealign for xfs
 2024-09-23 12:33 UTC  (16+ messages)

Git clone fails in p9 file system marked with FANOTIFY
 2024-09-23 11:26 UTC  (2+ messages)

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-23  9:13 UTC  (14+ messages)
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`

[PATCH v2 00/10] ext4: clean up and refactor fallocate
 2024-09-23  8:54 UTC  (19+ messages)
` [PATCH v2 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v2 03/10] ext4: drop ext4_update_disksize_before_punch()
` [PATCH v2 04/10] ext4: refactor ext4_zero_range()
` [PATCH v2 05/10] ext4: refactor ext4_punch_hole()
` [PATCH v2 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v2 07/10] ext4: refactor ext4_insert_range()
` [PATCH v2 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v2 09/10] ext4: factor out the common checking part of all fallocate operations
` [PATCH v2 10/10] ext4: factor out a common helper to lock and flush data before fallocate

[PATCH] fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
 2024-09-23  8:38 UTC  (2+ messages)

[PATCH v2 0/2] API for exporting connectable file handles to userspace
 2024-09-23  8:28 UTC  (3+ messages)
` [PATCH v2 1/2] fs: name_to_handle_at() support for "explicit connectable" file handles
` [PATCH v2 2/2] fs: open_by_handle_at() support for decoding "

[RFC PATCH V2 0/3] Add NUMA mempolicy support for KVM guest_memfd
 2024-09-23  8:01 UTC  (3+ messages)
` [RFC PATCH V2 1/3] KVM: guest_memfd: Extend creation API to support NUMA mempolicy

[PATCH] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
 2024-09-23  7:12 UTC  (3+ messages)

[syzbot] [bcachefs?] WARNING in bchfs_truncate
 2024-09-23  6:29 UTC  (2+ messages)

[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2024-09-23  4:44 UTC  (3+ messages)
` [PATCH v1 01/17] mm: factor out large folio handling from folio_order() into folio_large_order()

[syzbot] [kernel?] WARNING in signal_wake_up_state
 2024-09-23  3:12 UTC 

[PATCH -next] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-09-23  1:39 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v10 5/8] rust: security: add abstraction for secctx
 2024-09-22 15:01 UTC  (2+ messages)

[PATCH] vfs: Add a sysctl for automated deletion of dentry
 2024-09-22 12:04 UTC  (2+ messages)

[PATCH] proc: fix casts to/from restricted fmode_t
 2024-09-22 10:38 UTC 

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-22  5:49 UTC  (5+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-22  2:07 UTC  (13+ messages)
` [PATCH 01/12] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/12] fs/dax: Refactor wait for dax idle page
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages

[bcachefs] self healing design doc
 2024-09-21 23:02 UTC 

[PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver
 2024-09-21 22:33 UTC  (12+ messages)

[RFC PATCH 0/2] API for exporting connectable file handles to userspace
 2024-09-21 10:25 UTC  (12+ messages)
` [RFC PATCH 1/2] fs: name_to_handle_at() support for connectable file handles
` [RFC PATCH 2/2] fs: open_by_handle_at() support for decoding "

[RFC PATCH 00/24] erofs: introduce Rust implementation
 2024-09-21  9:44 UTC  (16+ messages)
` [RFC PATCH 03/24] erofs: add Errno in Rust
    ` [PATCH RESEND 0/1] rust: introduce declare_err! autogeneration
      ` [PATCH RESEND 1/1] rust: error: auto-generate error declarations
` [RFC PATCH 10/24] erofs: add device_infos implementation in Rust

[PATCH] drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flags
 2024-09-21  7:19 UTC  (4+ messages)

[syzbot] [xfs?] INFO: task hung in __fdget_pos (4)
 2024-09-21  5:58 UTC  (2+ messages)
` [syzbot] [fs] "

[GIT PULL] orangefs changes for 6.12
 2024-09-21  2:37 UTC  (2+ messages)

[GIT PULL] vfs blocksize
 2024-09-21  2:36 UTC  (2+ messages)

[syzbot] [fs?] KCSAN: data-race in __ep_remove / __fput (5)
 2024-09-20 22:46 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_folioq_advance
 2024-09-20 18:38 UTC 

[syzbot] [netfs?] KMSAN: uninit-value in netfs_clear_buffer
 2024-09-20 17:00 UTC 

[PATCH 1/3] xfs: Do not unshare ranges beyond EOF
 2024-09-20 16:17 UTC  (3+ messages)

[PATCH 3/3] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
 2024-09-20 16:10 UTC  (7+ messages)

[RFC 0/5] ext4: Implement support for extsize hints
 2024-09-20 15:04 UTC  (5+ messages)

[PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
 2024-09-20 14:38 UTC  (3+ messages)

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
 2024-09-20 14:26 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
 2024-09-20 14:26 UTC 

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-20 13:54 UTC  (12+ messages)

fix stale delalloc punching for COW I/O v2
 2024-09-20 11:31 UTC  (10+ messages)
` [PATCH 06/12] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 08/12] iomap: zeroing already holds invalidate_lock

[linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-09-20  7:55 UTC  (10+ messages)

[PATCH] fs: move FMODE_UNSIGNED_OFFSET to fop_flags
 2024-09-19 23:55 UTC  (3+ messages)

Are jump labels broken on 6.11-rc1?
 2024-09-19 23:41 UTC  (11+ messages)


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