summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)AuthorFilesLines
2026-05-12netfs, afs: Fix write skipping in dir/link writepagesDavid Howells1-1/+6
2026-05-12netfs: Fix netfs_read_folio() to wait on writebackDavid Howells1-0/+2
2026-05-12netfs: Fix folio->private handling in netfs_perform_write()David Howells1-53/+81
2026-05-12netfs: Fix partial invalidation of streaming-write folioDavid Howells1-1/+1
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells3-4/+4
2026-05-12netfs: Fix leak of request in netfs_write_begin() error handlingDavid Howells1-1/+1
2026-05-12netfs: Fix early put of sink folio in netfs_read_gaps()David Howells1-3/+3
2026-05-12netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells1-10/+7
2026-05-12netfs: Fix read-gaps to remove netfs_folio from filled folioDavid Howells1-3/+8
2026-05-12netfs: Fix potential deadlock in write-through modeDavid Howells1-14/+25
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells1-13/+34
2026-05-12netfs: Defer the emission of trace_netfs_folio()David Howells1-8/+10
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells1-1/+5
2026-05-12netfs: Fix overrun check in netfs_extract_user_iter()David Howells1-9/+17
2026-05-12netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
2026-05-12netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
2026-05-12netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko1-2/+9
2026-05-12netfs: Fix zeropoint update where i_size > remote_i_sizeDavid Howells1-2/+2
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells5-18/+37
2026-05-12netfs: Fix netfs_read_to_pagecache() to pause on subreq failureDavid Howells1-0/+5
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells5-6/+13
2026-05-12netfs: Fix missing locking around retry adding new subreqsDavid Howells2-2/+10
2026-05-12netfs: Fix cancellation of a DIO and single read subrequestsDavid Howells5-63/+50
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman1-1/+0
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells7-12/+7
2026-03-19netfs: Fix read abandonment during retryDavid Howells1-1/+4
2026-03-09netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retryDeepanshu Kartikey1-3/+11
2026-03-09netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey1-0/+43
2026-02-26netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequenceDavid Howells4-76/+218
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-7/+6
2026-02-09netfs: avoid double increment of retry_count in subreqShyam Prasad N1-1/+0
2026-02-09netfs: when subreq is marked for retry, do not check if it faced an errorShyam Prasad N4-6/+17
2025-12-24netfs: Fix early read unlock of page with EOF in middleDavid Howells1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2025-10-31netfs: Use folio_next_pos()Matthew Wilcox (Oracle)2-2/+2
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik2-7/+7
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2025-09-26netfs: fix reference leakMax Kellermann8-14/+47
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari2-2/+2
2025-09-15netfs: Prevent duplicate unlockingLizhi Xu1-1/+1
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells3-5/+13
2025-07-14netfs: Fix race between cache write completion and ALL_QUEUED being setDavid Howells1-0/+4
2025-07-14netfs: Fix copy-to-cache so that it performs collection with ceph+fscacheDavid Howells1-0/+1
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells6-15/+19
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells1-3/+3
2025-07-01netfs: Merge i_size update functionsDavid Howells4-36/+31
2025-07-01netfs: Fix i_size updatingDavid Howells2-2/+8