summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)Author
8 daysnetfs: Fix read progress reportingDavid Howells
8 daysnetfs: Mark folios with COPY_TO_CACHE whilst issuing subreqsDavid Howells
8 daysnetfs: Fix readahead synchronisation issues by loading all folios upfrontDavid Howells
8 daysnetfs: break unbuffered write when netfs_alloc_subrequest() failsEdward Adam Davis
8 daysnetfs: Fix subreq ref leakDavid Howells
8 daysnetfs: Fix i_size update for partial transferDavid Howells
8 daysnetfs: Fix error vs transferred passed to ->ki_complete()David Howells
8 daysnetfs: Fix unbuffered/DIO write partial transfer error returnDavid Howells
8 daysnetfs: Fix uninitialized return value in netfs_unbuffered_write()Karl Mehltretter
2026-07-28netfs: Fix folio_queue ENOMEM in writeback by adding a mempoolDavid Howells
2026-07-28netfs: release readahead folios on iterator preparation failureYichong Chen
2026-07-28netfs: handle single writeback rolling buffer allocation failureYichong Chen
2026-07-28netfs: clear PG_private_2 on copy-to-cache append failureYichong Chen
2026-07-03netfs: Fix barriering when walking subrequest listDavid Howells
2026-07-01netfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells
2026-07-01netfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells
2026-07-01netfs: Fix writeback error handlingDavid Howells
2026-07-01netfs: Fix writethrough to use collection offloadDavid Howells
2026-07-01netfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
2026-07-01netfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells
2026-07-01netfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells
2026-05-12netfs, afs: Fix write skipping in dir/link writepagesDavid Howells
2026-05-12netfs: Fix netfs_read_folio() to wait on writebackDavid Howells
2026-05-12netfs: Fix folio->private handling in netfs_perform_write()David Howells
2026-05-12netfs: Fix partial invalidation of streaming-write folioDavid Howells
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells
2026-05-12netfs: Fix leak of request in netfs_write_begin() error handlingDavid Howells
2026-05-12netfs: Fix early put of sink folio in netfs_read_gaps()David Howells
2026-05-12netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells
2026-05-12netfs: Fix read-gaps to remove netfs_folio from filled folioDavid Howells
2026-05-12netfs: Fix potential deadlock in write-through modeDavid Howells
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells
2026-05-12netfs: Defer the emission of trace_netfs_folio()David Howells
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells
2026-05-12netfs: Fix overrun check in netfs_extract_user_iter()David Howells
2026-05-12netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara
2026-05-12netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells
2026-05-12netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko
2026-05-12netfs: Fix zeropoint update where i_size > remote_i_sizeDavid Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-05-12netfs: Fix netfs_read_to_pagecache() to pause on subreq failureDavid Howells
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells
2026-05-12netfs: Fix missing locking around retry adding new subreqsDavid Howells
2026-05-12netfs: Fix cancellation of a DIO and single read subrequestsDavid Howells
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells
2026-03-19netfs: Fix read abandonment during retryDavid Howells
2026-03-09netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retryDeepanshu Kartikey
2026-03-09netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey