summaryrefslogtreecommitdiff
path: root/fs/netfs
AgeCommit message (Expand)AuthorFilesLines
11 daysnetfs: Fix read progress reportingDavid Howells5-24/+67
11 daysnetfs: Mark folios with COPY_TO_CACHE whilst issuing subreqsDavid Howells5-34/+116
11 daysnetfs: Fix readahead synchronisation issues by loading all folios upfrontDavid Howells6-68/+146
11 daysnetfs: break unbuffered write when netfs_alloc_subrequest() failsEdward Adam Davis2-0/+7
11 daysnetfs: Fix subreq ref leakDavid Howells1-1/+7
11 daysnetfs: Fix i_size update for partial transferDavid Howells1-1/+1
11 daysnetfs: Fix error vs transferred passed to ->ki_complete()David Howells1-1/+1
11 daysnetfs: Fix unbuffered/DIO write partial transfer error returnDavid Howells1-7/+5
11 daysnetfs: Fix uninitialized return value in netfs_unbuffered_write()Karl Mehltretter1-1/+1
2026-07-28netfs: Fix folio_queue ENOMEM in writeback by adding a mempoolDavid Howells7-31/+47
2026-07-28netfs: release readahead folios on iterator preparation failureYichong Chen1-1/+3
2026-07-28netfs: handle single writeback rolling buffer allocation failureYichong Chen1-1/+6
2026-07-28netfs: clear PG_private_2 on copy-to-cache append failureYichong Chen1-0/+1
2026-07-03netfs: Fix barriering when walking subrequest listDavid Howells2-2/+12
2026-07-01netfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells1-11/+7
2026-07-01netfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells1-0/+4
2026-07-01netfs: Fix writeback error handlingDavid Howells1-3/+8
2026-07-01netfs: Fix writethrough to use collection offloadDavid Howells1-0/+1
2026-07-01netfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells3-27/+115
2026-07-01netfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells1-1/+1
2026-07-01netfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells3-2/+14
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