Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2024-08-14 20:41:17 to 2024-09-23 21:56:08 UTC [more...]

[PATCH v2 00/25] netfs: Read/write improvements
 2024-09-23 21:56 UTC  (17+ messages)
` [PATCH v2 17/25] netfs: Simplify the writeback code
` [PATCH v2 18/25] afs: Make read subreqs async
` [PATCH v2 19/25] netfs: Speed up buffered reading
` [PATCH v2 20/25] netfs: Remove fs/netfs/io.c
` [PATCH v2 21/25] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH v2 22/25] netfs: Cancel dirty folios that have no storage destination
` [PATCH v2 23/25] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH v2 24/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH v2 25/25] cifs: Don't support ITER_XARRAY

[PATCH 0/8] netfs, afs, cifs: Miscellaneous fixes/changes
 2024-09-23 15:07 UTC  (9+ 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

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

[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 

[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 

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

[PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
 2024-09-19 16:01 UTC  (2+ messages)

[linus:master] [netfs] cd0277ed0c: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-09-18  2:18 UTC 

[PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
 2024-09-17 21:24 UTC  (4+ messages)

[PATCH] cifs: Fix reversion of the iter in cifs_readv_receive()
 2024-09-17 17:30 UTC 

[PATCH] afs: Fix missing wire-up of afs_retry_request()
 2024-09-17  9:06 UTC  (2+ messages)

[PATCH v2] cachefiles: fix dentry leak in cachefiles_open_file()
 2024-09-17  9:03 UTC  (3+ messages)

[PATCH] cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
 2024-09-16 14:02 UTC 

[linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
 2024-09-16 10:23 UTC  (2+ messages)

[PATCH] cifs: Fix up netfs-writeback vs cifs fixes merge conflicts
 2024-09-12 11:50 UTC 

[PATCH] netfs: remove some unnecessary code in netfs_read_gaps()
 2024-09-12  8:52 UTC 

[PATCH] docs: filesystems: corrected grammar of netfs page
 2024-09-12  1:25 UTC 

[bug report] netfs: Speed up buffered reading
 2024-09-11  9:22 UTC  (2+ messages)

[bug report] netfs: Speed up buffered reading
 2024-09-11  7:36 UTC 

[PATCH 6.6 177/269] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-09-10  9:32 UTC 

[PATCH 6.10 156/375] cifs: Fix lack of credit renegotiation on read retry
 2024-09-10  9:32 UTC  (6+ messages)
` [PATCH 6.10 157/375] netfs, cifs: Fix handling of short DIO read
` [PATCH 6.10 257/375] cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
` [PATCH 6.10 258/375] vfs: Fix potential circular locking through setxattr() and removexattr()
` [PATCH 6.10 363/375] cifs: Fix zero_point init on inode initialisation
` [PATCH 6.10 364/375] cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3

[PATCH] docs:filesystems: fix spelling and grammar mistakes on netfs library page
 2024-09-09 23:57 UTC  (5+ messages)

[syzbot] [netfs?] possible deadlock in lock_mm_and_find_vma (2)
 2024-09-06 14:34 UTC  (2+ messages)

[REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
 2024-09-06  0:46 UTC  (6+ messages)

[PATCH 6.10 181/184] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
 2024-09-05  9:41 UTC 

Patch "mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()" has been added to the 6.10-stable tree
 2024-09-05  6:46 UTC 

[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
 2024-09-01 23:41 UTC  (10+ messages)
` [PATCH 1/6] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/6] netfs, cifs: Fix handling of short DIO read
` [PATCH 3/6] cifs: Fix copy offload to flush destination region
` [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
  ` (subset) "
` [PATCH 5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
` [PATCH 6/6] netfs, cifs: Improve some debugging bits

[PATCH 6.1 34/71] mm: Fix missing folio invalidation calls during truncation
 2024-09-01 16:17 UTC 

[PATCH 6.10 014/149] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-09-01 16:16 UTC  (8+ messages)
` [PATCH 6.10 065/149] mm: Fix missing folio invalidation calls during truncation
` [PATCH 6.10 066/149] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 6.10 067/149] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 6.10 068/149] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 6.10 069/149] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6.10 070/149] netfs: Fix interaction of streaming writes with zero-point tracker
` [PATCH 6.10 072/149] cifs: Fix FALLOC_FL_PUNCH_HOLE support

[PATCH 6.6 39/93] mm: Fix missing folio invalidation calls during truncation
 2024-09-01 16:16 UTC  (2+ messages)
` [PATCH 6.6 40/93] cifs: Fix FALLOC_FL_PUNCH_HOLE support

[RESEND PATCH] fscache: Remove duplicate included header
 2024-08-30 13:17 UTC  (5+ messages)

Patch "netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"" has been added to the 6.10-stable tree
 2024-08-30 10:16 UTC 

[PATCH 6.10 009/273] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
 2024-08-29 13:57 UTC  (7+ messages)
` [PATCH 6.10 050/273] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 6.10 083/273] 9p: Fix DIO read through netfs
` [PATCH 6.10 142/273] cifs: Add a tracepoint to track credits involved in R/W requests

[PATCH] cachefiles: fix dentry leak in cachefiles_open_file()
 2024-08-29  1:43 UTC  (8+ messages)
    `  "

The mapping->invalidate_lock, copy-offload and cifs
 2024-08-28 15:26 UTC  (2+ messages)

[PATCH] netfs: Delete subtree of 'fs/netfs' when netfs module exits
 2024-08-28 13:42 UTC  (7+ messages)

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-28 11:38 UTC  (14+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 7/9] netfs, cifs: Fix handling of short DIO read
` [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 9/9] netfs, cifs: Improve some debugging bits
` [PATCH 10/9] netfs: Fix interaction of streaming writes with zero-point tracker
` (subset) [PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry

[REGRESSION] cifs: Subreq overread in dmesg, invalid argument & no data available in apps
 2024-08-27 18:15 UTC  (6+ messages)

[PATCH 6.1 023/321] fs/netfs/fscache_cookie: add missing "n_accesses" check
 2024-08-27 14:35 UTC 

[PATCH 6.6 036/341] fs/netfs/fscache_cookie: add missing "n_accesses" check
 2024-08-27 14:34 UTC 

[PATCH] fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
 2024-08-26 11:20 UTC 

[syzbot] [netfs?] possible deadlock in netfs_writepages
 2024-08-25  4:18 UTC 

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/2] netfs, cifs: Fix handling of short DIO read

[PATCH 0/8] netfs/cachefiles: Some bugfixes
 2024-08-21  2:43 UTC  (9+ messages)
` [PATCH 1/8] cachefiles: Fix incorrect block calculations in __cachefiles_prepare_write()
` [PATCH 2/8] cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter()
` [PATCH 3/8] cachefiles: Fix missing pos updates "
` [PATCH 4/8] cachefiles: Clear invalid cache data in advance
` [PATCH 5/8] cachefiles: Clean up in cachefiles_commit_tmpfile()
` [PATCH 6/8] cachefiles: Modify inappropriate error return value in cachefiles_daemon_secctx()
` [PATCH 7/8] cachefiles: Fix NULL pointer dereference in object->file
` [PATCH 8/8] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING

[PATCH 0/4] mm, netfs, afs: Truncation fixes
 2024-08-20 23:20 UTC  (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()

[linus:master] [9p] e3786b29c5: xfstests.generic.465.fail
 2024-08-20 13:03 UTC  (2+ messages)

[PATCH v2] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-08-20  7:02 UTC  (2+ messages)

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-20  6:33 UTC  (5+ messages)

[PATCH] 9p: Fix DIO read through netfs
 2024-08-19 22:36 UTC  (3+ messages)

[PATCH -next] netfs: Remove unused declaration netfs_queue_write_request()
 2024-08-19 13:52 UTC 

[PATCH] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-08-19 11:36 UTC  (3+ messages)

Patch "netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"" has been added to the 6.10-stable tree
 2024-08-19  4:24 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 


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