Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-11 12:01:08 to 2025-02-14 07:55:54 UTC [more...]

[linux-next:master] [pipe] f017b0a495: hackbench.throughput 10.5% improvement
 2025-02-14  7:53 UTC 

[LSF/MM/BPF TOPIC] Rust in FS, Storage, MM
 2025-02-14  6:41 UTC 

[syzbot] [netfs?] WARNING: refcount bug in netfs_put_subrequest
 2025-02-14  6:39 UTC 

[PATCH 0/3} Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-14  6:33 UTC  (7+ messages)
` [PATCH 1/3] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/3] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 3/3] VFS: Change vfs_mkdir() to return the dentry

[syzbot] [netfs?] KASAN: slab-use-after-free Write in io_submit_one
 2025-02-14  5:55 UTC 

Bug: soft lockup in exfat_clear_bitmap
 2025-02-14  5:47 UTC  (9+ messages)

[RFC] odd check in ceph_encode_encrypted_dname()
 2025-02-14  3:28 UTC  (2+ messages)

[PATCH] fs/ntfs3: Update inode->i_mapping->a_ops on compression state change
 2025-02-14  2:38 UTC  (3+ messages)
` [PATCH v2] fs/ntfs3: Update inode->i_mapping->a_ops on compression state

[PATCH] fs: remove useless d_unhashed() retry in d_alloc_parallel()
 2025-02-14  1:43 UTC  (3+ messages)

[PATCH 1/2] ocfs2: Use memcpy_to_folio() in ocfs2_symlink_get_block()
 2025-02-14  1:34 UTC  (4+ messages)
` [PATCH 2/2] ocfs2: Remove reference to bh->b_page

[PATCH] fuse: Return EPERM rather than ENOSYS from link()
 2025-02-14  1:17 UTC 

[syzbot] [iomap?] kernel BUG in folio_end_writeback (2)
 2025-02-13 22:14 UTC 

Odd split writes in fuse when going from kernel 3.10 to 4.18
 2025-02-13 20:37 UTC  (4+ messages)

[GIT PULL] bcachefs fixes for 6.14-rc3
 2025-02-13 20:28 UTC  (2+ messages)

[PATCH 1/2] ocfs2: Use b_folio in ocfs2_symlink_get_block()
 2025-02-13 18:58 UTC  (3+ messages)
` [PATCH 2/2] ocfs2: Remove reference to bh->b_page

[PATCH] jfs: Remove reference to bh->b_page
 2025-02-13 18:39 UTC  (2+ messages)

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-13 18:27 UTC  (10+ messages)
` [RFC PATCH v4 1/3] mm/filemap: add mempolicy support to the filemap layer
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols
` [RFC PATCH v4 3/3] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH] ext4: Remove references to bh->b_page
 2025-02-13 18:23 UTC 

[PATCH] ext2: Remove reference to bh->b_page
 2025-02-13 18:20 UTC 

[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
 2025-02-13 18:01 UTC  (8+ messages)
` [PATCH 13/19] VFS: lock dentry for ->revalidate to avoid races with rename etc
` [PATCH 19/19] nfs: switch to _async for all directory ops

[PATCH] fs: don't needlessly acquire f_lock
 2025-02-13 16:17 UTC  (7+ messages)

[PATCH v5 00/10] ext4: clean up and refactor fallocate
 2025-02-13 16:00 UTC  (2+ messages)

6.14/regression/bisected - commit b9b588f22a0c somehow broke HW acceleration in the Google Chrome
 2025-02-13 15:39 UTC  (4+ messages)

[PATCH 00/10] iomap: incremental advance conversion -- phase 2
 2025-02-13 15:27 UTC  (24+ messages)
` [PATCH 01/10] iomap: advance the iter directly on buffered read
` [PATCH 02/10] iomap: advance the iter on direct I/O
` [PATCH 03/10] iomap: convert misc simple ops to incremental advance
` [PATCH 04/10] dax: advance the iomap_iter in the read/write path
` [PATCH 05/10] dax: advance the iomap_iter on zero range
` [PATCH 06/10] dax: advance the iomap_iter on unshare range
` [PATCH 07/10] dax: advance the iomap_iter on dedupe range
` [PATCH 08/10] dax: advance the iomap_iter on pte and pmd faults
` [PATCH 09/10] iomap: remove unnecessary advance from iomap_iter()
` [PATCH 10/10] iomap: rename iomap_iter processed field to status

[PATCH] vfs: inline new_inode_pseudo() and de-staticize alloc_inode()
 2025-02-13 15:05 UTC  (2+ messages)

[PATCH 0/3] netfs: Miscellaneous fixes
 2025-02-13 15:01 UTC  (5+ messages)
` [PATCH 1/3] netfs: Fix a number of read-retry hangs
` [PATCH 2/3] netfs: Add retry stat counters
` [PATCH 3/3] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH 0/2] acct: don't allow access to internal filesystems
 2025-02-13 14:56 UTC  (9+ messages)
  ` [PATCH 1/2] acct: perform last write from workqueue
  ` [PATCH 2/2] acct: block access to kernel internal filesystems

[PATCH v2 00/11] large atomic writes for xfs with CoW
 2025-02-13 13:56 UTC  (12+ messages)
` [PATCH v2 01/11] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v2 02/11] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 03/11] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v2 04/11] iomap: Support CoW-based atomic writes
` [PATCH v2 05/11] iomap: Lift blocksize restriction on "
` [PATCH v2 06/11] xfs: Reflink CoW-based atomic write support
` [PATCH v2 07/11] xfs: iomap "
` [PATCH v2 08/11] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v2 09/11] xfs: Commit CoW-based atomic writes atomically
` [PATCH v2 10/11] xfs: Update atomic write max size
` [PATCH v2 11/11] xfs: Allow block allocator to take an alignment hint

[PATCH v5 0/3] mount notification
 2025-02-13 13:08 UTC  (9+ messages)
` [PATCH v5 1/3] fsnotify: add mount notification infrastructure
` [PATCH v5 2/3] fanotify: notify on mount attach and detach
` [PATCH v5 3/3] vfs: add notifications for "

[PATCH mm 1/1] filemap: Remove redundant folio_test_large check in filemap_free_folio
 2025-02-13 13:00 UTC  (2+ messages)

[PATCH v4] fuse: add new function to invalidate cache for all inodes
 2025-02-13 11:08 UTC  (5+ messages)

[PATCH] test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not defined
 2025-02-13 16:36 UTC  (2+ messages)

[PATCH] fuse: revert back to __readahead_folio() for readahead
 2025-02-13 10:40 UTC  (2+ messages)

[PATCH 0/2] Minimize xa_node allocation during xarry split
 2025-02-13  3:46 UTC  (4+ messages)
` [PATCH 1/2] mm/filemap: use xas_try_split() in __filemap_add_folio()
` [PATCH 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[PATCH net-next] net: use napi_id_valid helper
 2025-02-12 22:52 UTC  (3+ messages)

[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
 2025-02-12 22:09 UTC  (7+ messages)
` [PATCH v2 2/2] unicode: kunit: change tests filename and path

[PATCH 08/19] VFS: introduce lookup_and_lock() and friends
 2025-02-12 20:11 UTC  (4+ messages)

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-12 18:48 UTC  (20+ messages)

[RFC PATCH 0/4] ceph: fix generic/421 test failure
 2025-02-12 18:05 UTC  (2+ messages)

[PATCH] netfs: Add retry stat counters
 2025-02-12 18:01 UTC  (9+ messages)
    ` [PATCH] netfs: Fix a number of read-retry hangs
            ` [PATCH] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH 1/5] ovl: don't allow datadir only
 2025-02-12 16:57 UTC  (14+ messages)
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH 4/5] ovl: don't require metacopy=on for lower -> data redirect
` [PATCH 5/5] ovl: don't require "metacopy=on" for "verity"

[PATCH] proc: Use str_yes_no() helper in proc_pid_ksm_stat()
 2025-02-12 16:04 UTC  (5+ messages)

[PATCH] fs/dax: Remove unnecessary check in dax_break_layout_final()
 2025-02-12 15:27 UTC 

[PATCH] doc: correcting two prefix errors in idmappings.rst
 2025-02-12 15:06 UTC 

[exFAT] Missing O_DIRECT Support Causes Errors in Python and Affects Applications
 2025-02-12 14:11 UTC  (4+ messages)
      ` [PATCH] exfat: short-circuit zero-byte writes in exfat_file_write_iter

[bug report] statmount: add a new supported_mask field
 2025-02-12 13:30 UTC 

[PATCH] isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
 2025-02-12 13:26 UTC  (2+ messages)

[RFC 0/3] Parallelizing filesystem writeback
 2025-02-12 10:36 UTC  (4+ messages)
    ` [RFC 1/3] writeback: add parallel writeback infrastructure
    ` [RFC 2/3] fs: modify writeback infra to work with wb_ctx
    ` [RFC 3/3] xfs: use the parallel writeback infra per AG

[LSF/MM/BPF TOPIC] vfs write barriers
 2025-02-12  8:29 UTC  (9+ messages)

[linus:master] [netfs] e2d46f2ec3: filebench.sum_operations/s 50.0% regression
 2025-02-12  8:20 UTC 

[daveh-devel:prefault-20250128] [filemap] bc10506d7c: unixbench.throughput 5.1% improvement
 2025-02-12  8:13 UTC 

[PATCH 08/19] VFS: introduce lookup_and_lock() and friends
 2025-02-12  4:49 UTC  (2+ messages)

[PATCH 0/2] VFS: minor improvements to a couple of interfaces
 2025-02-12  4:40 UTC  (8+ messages)
` [PATCH 2/2] VFS: add common error checks to lookup_one_qstr_excl()

[PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
 2025-02-12  3:24 UTC  (2+ messages)

[PATCH 02/19] VFS: use global wait-queue table for d_alloc_parallel()
 2025-02-12  1:46 UTC  (4+ messages)

[PATCH 0/2 v6] add ioctl/sysfs to donate file-backed pages
 2025-02-12  0:39 UTC  (10+ messages)

[PATCH] ceph: is_root_ceph_dentry() cleanup
 2025-02-11 21:40 UTC  (10+ messages)

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-02-11 19:24 UTC  (3+ messages)

Large folios for overlayfs (and potential BUG)
 2025-02-11 17:11 UTC  (2+ messages)

[syzbot] [ext4?] WARNING in __ext4_iget
 2025-02-11 16:15 UTC 

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-11 15:45 UTC  (4+ messages)
` [PATCH v7 1/6] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process

[LSF/MM/BPF TOPIC] Parallelizing filesystem writeback
 2025-02-11 13:43 UTC  (8+ messages)
          ` [Lsf-pc] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).