summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)Author
2026-06-01netfs, afs: Fix write skipping in dir/link writepagesDavid Howells
2026-06-01netfs: Fix netfs_read_folio() to wait on writebackDavid Howells
2026-06-01netfs: Fix folio->private handling in netfs_perform_write()David Howells
2026-06-01netfs: Fix partial invalidation of streaming-write folioDavid Howells
2026-06-01netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells
2026-06-01netfs: Fix leak of request in netfs_write_begin() error handlingDavid Howells
2026-06-01netfs: Fix early put of sink folio in netfs_read_gaps()David Howells
2026-06-01netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells
2026-06-01netfs: Fix read-gaps to remove netfs_folio from filled folioDavid Howells
2026-06-01netfs: Fix potential deadlock in write-through modeDavid Howells
2026-06-01netfs: Fix streaming write being overwrittenDavid Howells
2026-06-01netfs: Defer the emission of trace_netfs_folio()David Howells
2026-06-01netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells
2026-06-01netfs: Fix overrun check in netfs_extract_user_iter()David Howells
2026-06-01netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko
2026-06-01netfs: Fix netfs_read_to_pagecache() to pause on subreq failureDavid Howells
2026-06-01netfs: Fix cancellation of a DIO and single read subrequestsDavid Howells
2026-05-23netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells
2026-05-23netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara
2026-04-02netfs: Fix the handling of stream->front by removing itDavid Howells
2026-04-02netfs: Fix read abandonment during retryDavid Howells
2026-04-02netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retryDeepanshu Kartikey
2026-04-02netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey
2026-03-12netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequenceDavid Howells
2026-03-04netfs: when subreq is marked for retry, do not check if it faced an errorShyam Prasad N
2026-02-26netfs: avoid double increment of retry_count in subreqShyam Prasad N
2026-01-17netfs: Fix early read unlock of page with EOF in middleDavid Howells
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-26netfs: fix reference leakMax Kellermann
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-15netfs: Prevent duplicate unlockingLizhi Xu
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells
2025-07-14netfs: Fix race between cache write completion and ALL_QUEUED being setDavid Howells
2025-07-14netfs: Fix copy-to-cache so that it performs collection with ceph+fscacheDavid Howells
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells
2025-07-01netfs: Merge i_size update functionsDavid Howells
2025-07-01netfs: Fix i_size updatingDavid Howells
2025-07-01netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells
2025-07-01netfs: Fix looping in wait functionsDavid Howells
2025-07-01netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wanglingDavid Howells
2025-07-01netfs: Fix double put of requestDavid Howells
2025-07-01netfs: Fix hang due to missing case in final DIO read result collectionDavid Howells
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-21Merge patch series "netfs: Miscellaneous fixes"Christian Brauner
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-21netfs: Fix setting of transferred bytes with short DIO readsPaulo Alcantara
2025-05-21netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells