summaryrefslogtreecommitdiffstats
path: root/fs/netfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix read-retry for fs with no ->prepare_read()David Howells9 days1-1/+2
* netfs: Fix kernel async DIODavid Howells9 days1-1/+6
* netfs: Fix is-caching check in read-retryDavid Howells2024-12-201-1/+1
* netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells2024-12-201-0/+4
* netfs: Fix ceph copy to cache on write-beginDavid Howells2024-12-201-2/+4
* netfs: Work around recursion by abandoning retry if nothing readDavid Howells2024-12-204-11/+17
* netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells2024-12-202-8/+4
* netfs: Remove redundant use of smp_rmb()Zilin Guan2024-12-201-1/+0
* netfs: Fix enomem handling in buffered readsDavid Howells2024-12-201-12/+16
* netfs: Fix non-contiguous donation between completed readsDavid Howells2024-12-201-4/+5
* fscache: Remove duplicate included headerThorsten Blum2024-11-211-1/+0
* Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-11-183-27/+25
|\
| * netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATINGZizhi Wo2024-11-111-2/+1
| * Merge patch series "Random netfs folio fixes"Christian Brauner2024-10-073-28/+33
| |\
| | * netfs: Remove unnecessary references to pagesMatthew Wilcox (Oracle)2024-10-072-11/+11
| | * netfs: Fix a few minor bugs in netfs_page_mkwrite()Matthew Wilcox (Oracle)2024-10-071-14/+13
* | | netfs: Downgrade i_rwsem for a buffered writeDavid Howells2024-10-171-1/+2
* | | netfs: In readahead, put the folio refs as soon extractedDavid Howells2024-10-072-33/+16
* | | netfs: Fix missing wakeup after issuing writesDavid Howells2024-10-021-15/+27
* | | netfs: Fix a KMSAN uninit-value error in netfs_clear_bufferChang Yu2024-10-011-1/+1
* | | Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-301-3/+9
|\ \ \ | |/ / |/| / | |/
| * netfs: Advance iterator correctly rather than jumping itDavid Howells2024-09-271-3/+9
* | netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)David Howells2024-09-273-22/+65
|/
* netfs, cifs: Fix mtime/ctime update for mmapped writesDavid Howells2024-09-251-0/+1
* Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-1616-1507/+2163
|\
| * netfs: Cancel dirty folios that have no storage destinationDavid Howells2024-09-121-1/+5
| * cachefiles, netfs: Fix write to partial block at EOFDavid Howells2024-09-122-5/+4
| * netfs: Remove fs/netfs/io.cDavid Howells2024-09-121-802/+0
| * netfs: Speed up buffered readingDavid Howells2024-09-1213-326/+1784
| * netfs: Simplify the writeback codeDavid Howells2024-09-122-139/+43
| * netfs: Provide an iterator-reset functionDavid Howells2024-09-124-8/+23
| * netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells2024-09-126-57/+145
| * netfs: Use bh-disabling spinlocks for rreq->lockDavid Howells2024-09-052-4/+4
| * netfs: Set the request work function upon allocationDavid Howells2024-09-054-5/+10
| * netfs: Remove NETFS_COPY_TO_CACHEDavid Howells2024-09-051-2/+1
| * netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells2024-09-053-14/+14
| * netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells2024-09-051-2/+8
| * netfs: Reduce number of conditional branches in netfs_perform_write()David Howells2024-09-051-165/+134
| * netfs: Record contention stats for writeback lockDavid Howells2024-09-053-3/+14
| * netfs: Adjust labels in /proc/fs/netfs/statsDavid Howells2024-09-051-8/+8
* | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-09-162-19/+7
|\ \
| * | netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li2024-08-301-2/+2
| * | inode: remove __I_DIO_WAKEUPChristian Brauner2024-08-301-17/+5
* | | Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-071-1/+1
|\ \ \ | |_|/ |/| |
| * | netfs, cifs: Improve some debugging bitsDavid Howells2024-09-031-1/+1
* | | Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-041-0/+1
|\ \ \ | |/ / |/| |
| * | fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li2024-09-011-0/+1
| |/
* | netfs, cifs: Fix handling of short DIO readDavid Howells2024-08-281-6/+11
* | cifs: Fix lack of credit renegotiation on read retryDavid Howells2024-08-281-0/+2
* | netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells2024-08-241-0/+7