| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-12 | netfs, afs: Fix write skipping in dir/link writepages | David Howells | 1 | -1/+6 |
| 2026-05-12 | netfs: Fix netfs_read_folio() to wait on writeback | David Howells | 1 | -0/+2 |
| 2026-05-12 | netfs: Fix folio->private handling in netfs_perform_write() | David Howells | 1 | -53/+81 |
| 2026-05-12 | netfs: Fix partial invalidation of streaming-write folio | David Howells | 1 | -1/+1 |
| 2026-05-12 | netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages() | David Howells | 3 | -4/+4 |
| 2026-05-12 | netfs: Fix leak of request in netfs_write_begin() error handling | David Howells | 1 | -1/+1 |
| 2026-05-12 | netfs: Fix early put of sink folio in netfs_read_gaps() | David Howells | 1 | -3/+3 |
| 2026-05-12 | netfs: Fix write streaming disablement if fd open O_RDWR | David Howells | 1 | -10/+7 |
| 2026-05-12 | netfs: Fix read-gaps to remove netfs_folio from filled folio | David Howells | 1 | -3/+8 |
| 2026-05-12 | netfs: Fix potential deadlock in write-through mode | David Howells | 1 | -14/+25 |
| 2026-05-12 | netfs: Fix streaming write being overwritten | David Howells | 1 | -13/+34 |
| 2026-05-12 | netfs: Defer the emission of trace_netfs_folio() | David Howells | 1 | -8/+10 |
| 2026-05-12 | netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone | David Howells | 1 | -1/+5 |
| 2026-05-12 | netfs: Fix overrun check in netfs_extract_user_iter() | David Howells | 1 | -9/+17 |
| 2026-05-12 | netfs: fix error handling in netfs_extract_user_iter() | Paulo Alcantara | 1 | -3/+10 |
| 2026-05-12 | netfs: Fix potential uninitialised var in netfs_extract_user_iter() | David Howells | 1 | -1/+1 |
| 2026-05-12 | netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call | Viacheslav Dubeyko | 1 | -2/+9 |
| 2026-05-12 | netfs: Fix zeropoint update where i_size > remote_i_size | David Howells | 1 | -2/+2 |
| 2026-05-12 | netfs: Fix potential for tearing in ->remote_i_size and ->zero_point | David Howells | 5 | -18/+37 |
| 2026-05-12 | netfs: Fix netfs_read_to_pagecache() to pause on subreq failure | David Howells | 1 | -0/+5 |
| 2026-05-12 | netfs: Fix missing barriers when accessing stream->subrequests locklessly | David Howells | 5 | -6/+13 |
| 2026-05-12 | netfs: Fix missing locking around retry adding new subreqs | David Howells | 2 | -2/+10 |
| 2026-05-12 | netfs: Fix cancellation of a DIO and single read subrequests | David Howells | 5 | -63/+50 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
| 2026-04-05 | fs: remove unncessary pagevec.h includes | Tal Zussman | 1 | -1/+0 |
| 2026-03-26 | netfs: Fix the handling of stream->front by removing it | David Howells | 7 | -12/+7 |
| 2026-03-19 | netfs: Fix read abandonment during retry | David Howells | 1 | -1/+4 |
| 2026-03-09 | netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry | Deepanshu Kartikey | 1 | -3/+11 |
| 2026-03-09 | netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators | Deepanshu Kartikey | 1 | -0/+43 |
| 2026-02-26 | netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence | David Howells | 4 | -76/+218 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -7/+6 |
| 2026-02-08 | netfs: avoid double increment of retry_count in subreq | Shyam Prasad N | 1 | -1/+0 |
| 2026-02-08 | netfs: when subreq is marked for retry, do not check if it faced an error | Shyam Prasad N | 4 | -6/+17 |
| 2025-12-24 | netfs: Fix early read unlock of page with EOF in middle | David Howells | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
| 2025-10-31 | netfs: Use folio_next_pos() | Matthew Wilcox (Oracle) | 2 | -2/+2 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 2 | -7/+7 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+2 |
| 2025-09-26 | netfs: fix reference leak | Max Kellermann | 8 | -14/+47 |
| 2025-09-19 | fs: replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 2 | -2/+2 |
| 2025-09-15 | netfs: Prevent duplicate unlocking | Lizhi Xu | 1 | -1/+1 |
| 2025-08-15 | netfs: Fix unbuffered write error handling | David Howells | 3 | -5/+13 |
| 2025-07-14 | netfs: Fix race between cache write completion and ALL_QUEUED being set | David Howells | 1 | -0/+4 |
| 2025-07-14 | netfs: Fix copy-to-cache so that it performs collection with ceph+fscache | David Howells | 1 | -0/+1 |
| 2025-07-01 | netfs: Update tracepoints in a number of ways | David Howells | 6 | -15/+19 |
| 2025-07-01 | netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read | David Howells | 1 | -3/+3 |
| 2025-07-01 | netfs: Merge i_size update functions | David Howells | 4 | -36/+31 |
| 2025-07-01 | netfs: Fix i_size updating | David Howells | 2 | -2/+8 |
| 2025-07-01 | netfs: Fix ref leak on inserted extra subreq in write retry | David Howells | 1 | -1/+1 |
| 2025-07-01 | netfs: Fix looping in wait functions | David Howells | 1 | -4/+11 |
| 2025-07-01 | netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling | David Howells | 4 | -9/+27 |
| 2025-07-01 | netfs: Fix double put of request | David Howells | 1 | -0/+5 |
| 2025-07-01 | netfs: Fix hang due to missing case in final DIO read result collection | David Howells | 1 | -2/+4 |
| 2025-06-02 | Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -368/+416 |
| 2025-05-23 | netfs: Fix undifferentiation of DIO reads from unbuffered reads | David Howells | 5 | -3/+10 |
| 2025-05-21 | Merge patch series "netfs: Miscellaneous fixes" | Christian Brauner | 15 | -336/+387 |
| 2025-05-21 | netfs: Fix wait/wake to be consistent about the waitqueue used | David Howells | 11 | -224/+284 |
| 2025-05-21 | netfs: Fix the request's work item to not require a ref | David Howells | 13 | -119/+122 |
| 2025-05-21 | netfs: Fix setting of transferred bytes with short DIO reads | Paulo Alcantara | 1 | -16/+5 |
| 2025-05-21 | netfs: Fix oops in write-retry from mis-resetting the subreq iterator | David Howells | 1 | -2/+3 |
| 2025-05-21 | fs/netfs: remove unused flag NETFS_RREQ_BLOCKED | Max Kellermann | 2 | -5/+0 |
| 2025-05-21 | fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS | Max Kellermann | 1 | -8/+6 |
| 2025-05-21 | fs/netfs: remove `netfs_io_request.ractl` | Max Kellermann | 1 | -12/+12 |
| 2025-05-21 | fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH | Max Kellermann | 1 | -2/+1 |
| 2025-05-21 | fs/netfs: remove unused source NETFS_INVALID_WRITE | Max Kellermann | 1 | -2/+0 |
| 2025-04-17 | netfs: Mark __nonstring lookup tables | Kees Cook | 2 | -2/+2 |
| 2025-04-11 | netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS | Song Liu | 1 | -0/+4 |
| 2025-03-19 | netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int | David Howells | 1 | -3/+3 |
| 2025-03-19 | netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits | David Howells | 1 | -4/+0 |
| 2025-03-19 | netfs: Call `invalidate_cache` only if implemented | Max Kellermann | 1 | -1/+2 |
| 2025-03-19 | netfs: Fix collection of results during pause when collection offloaded | David Howells | 1 | -8/+10 |
| 2025-02-13 | netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued | David Howells | 1 | -6/+13 |
| 2025-02-13 | netfs: Add retry stat counters | David Howells | 5 | -0/+19 |
| 2025-02-13 | netfs: Fix a number of read-retry hangs | David Howells | 2 | -12/+34 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 17 | -1093/+1848 |
| 2025-01-09 | netfs: Fix read-retry for fs with no ->prepare_read() | David Howells | 1 | -1/+2 |
| 2025-01-09 | netfs: Fix kernel async DIO | David Howells | 1 | -1/+6 |
| 2024-12-20 | netfs: Report on NULL folioq in netfs_writeback_unlock_folios() | David Howells | 1 | -0/+34 |
| 2024-12-20 | afs: Locally initialise the contents of a new symlink on creation | David Howells | 2 | -2/+2 |
| 2024-12-20 | netfs: Change the read result collector to only use one work item | David Howells | 12 | -669/+773 |
| 2024-12-20 | afs: Eliminate afs_read | David Howells | 1 | -1/+1 |
| 2024-12-20 | netfs: Add support for caching single monolithic objects such as AFS dirs | David Howells | 10 | -14/+464 |
| 2024-12-20 | netfs: Add functions to build/clean a buffer in a folio_queue | David Howells | 1 | -0/+96 |
| 2024-12-20 | netfs: Don't use bh spinlock | David Howells | 6 | -22/+22 |
| 2024-12-20 | netfs: Drop the was_async arg from netfs_read_subreq_terminated() | David Howells | 6 | -48/+19 |
| 2024-12-20 | netfs: Drop the error arg from netfs_read_subreq_terminated() | David Howells | 3 | -26/+52 |
| 2024-12-20 | netfs: Split retry code out of fs/netfs/write_collect.c | David Howells | 4 | -215/+233 |
| 2024-12-20 | netfs: Make netfs_advance_write() return size_t | David Howells | 2 | -6/+6 |
| 2024-12-20 | netfs: Abstract out a rolling folio buffer implementation | David Howells | 12 | -293/+307 |
| 2024-12-20 | netfs: Add a tracepoint to log the lifespan of folio_queue structs | David Howells | 5 | -18/+36 |
| 2024-12-20 | netfs: Use a folio_queue allocation and free functions | David Howells | 2 | -13/+37 |
| 2024-12-20 | netfs: Fix is-caching check in read-retry | David Howells | 1 | -1/+1 |
| 2024-12-20 | netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled | David Howells | 1 | -0/+4 |
| 2024-12-20 | netfs: Fix ceph copy to cache on write-begin | David Howells | 1 | -2/+4 |
| 2024-12-20 | netfs: Work around recursion by abandoning retry if nothing read | David Howells | 4 | -11/+17 |
| 2024-12-20 | netfs: Fix missing barriers by using clear_and_wake_up_bit() | David Howells | 2 | -8/+4 |
| 2024-12-20 | netfs: Remove redundant use of smp_rmb() | Zilin Guan | 1 | -1/+0 |
| 2024-12-20 | netfs: Fix enomem handling in buffered reads | David Howells | 1 | -12/+16 |
| 2024-12-20 | netfs: Fix non-contiguous donation between completed reads | David Howells | 1 | -4/+5 |
| 2024-11-21 | fscache: Remove duplicate included header | Thorsten Blum | 1 | -1/+0 |
| 2024-11-18 | Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -27/+25 |
| 2024-11-11 | netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING | Zizhi Wo | 1 | -2/+1 |
| 2024-10-17 | netfs: Downgrade i_rwsem for a buffered write | David Howells | 1 | -1/+2 |
| 2024-10-07 | netfs: In readahead, put the folio refs as soon extracted | David Howells | 2 | -33/+16 |
| 2024-10-07 | Merge patch series "Random netfs folio fixes" | Christian Brauner | 3 | -28/+33 |
| 2024-10-07 | netfs: Remove unnecessary references to pages | Matthew Wilcox (Oracle) | 2 | -11/+11 |
| 2024-10-07 | netfs: Fix a few minor bugs in netfs_page_mkwrite() | Matthew Wilcox (Oracle) | 1 | -14/+13 |
| 2024-10-02 | netfs: Fix missing wakeup after issuing writes | David Howells | 1 | -15/+27 |
| 2024-10-01 | netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer | Chang Yu | 1 | -1/+1 |
| 2024-09-30 | Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+9 |
| 2024-09-27 | netfs: Advance iterator correctly rather than jumping it | David Howells | 1 | -3/+9 |
| 2024-09-26 | netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs) | David Howells | 3 | -21/+64 |
| 2024-09-24 | netfs, cifs: Fix mtime/ctime update for mmapped writes | David Howells | 1 | -0/+1 |
| 2024-09-16 | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 16 | -1501/+2157 |
| 2024-09-16 | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -19/+7 |
| 2024-09-12 | netfs: Cancel dirty folios that have no storage destination | David Howells | 1 | -1/+5 |
| 2024-09-12 | cachefiles, netfs: Fix write to partial block at EOF | David Howells | 2 | -5/+4 |
| 2024-09-12 | netfs: Remove fs/netfs/io.c | David Howells | 1 | -802/+0 |
| 2024-09-12 | netfs: Speed up buffered reading | David Howells | 13 | -322/+1780 |
| 2024-09-12 | netfs: Simplify the writeback code | David Howells | 2 | -139/+43 |
| 2024-09-12 | netfs: Provide an iterator-reset function | David Howells | 4 | -8/+23 |
| 2024-09-12 | netfs: Use new folio_queue data type and iterator instead of xarray iter | David Howells | 6 | -57/+145 |
| 2024-09-06 | Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2024-09-05 | netfs: Use bh-disabling spinlocks for rreq->lock | David Howells | 2 | -4/+4 |
| 2024-09-05 | netfs: Set the request work function upon allocation | David Howells | 4 | -5/+10 |
| 2024-09-05 | netfs: Remove NETFS_COPY_TO_CACHE | David Howells | 1 | -2/+1 |
| 2024-09-05 | netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream | David Howells | 3 | -14/+14 |
| 2024-09-05 | netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode | David Howells | 1 | -2/+8 |
| 2024-09-05 | netfs: Reduce number of conditional branches in netfs_perform_write() | David Howells | 1 | -163/+132 |
| 2024-09-05 | netfs: Record contention stats for writeback lock | David Howells | 3 | -3/+14 |
| 2024-09-05 | netfs: Adjust labels in /proc/fs/netfs/stats | David Howells | 1 | -8/+8 |
| 2024-09-04 | Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2024-09-03 | netfs, cifs: Improve some debugging bits | David Howells | 1 | -1/+1 |
| 2024-09-01 | fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF | Baokun Li | 1 | -0/+1 |
| 2024-08-30 | netfs: Delete subtree of 'fs/netfs' when netfs module exits | Baokun Li | 1 | -2/+2 |
| 2024-08-30 | inode: remove __I_DIO_WAKEUP | Christian Brauner | 1 | -17/+5 |
| 2024-08-28 | netfs, cifs: Fix handling of short DIO read | David Howells | 1 | -6/+11 |
| 2024-08-28 | cifs: Fix lack of credit renegotiation on read retry | David Howells | 1 | -0/+2 |
| 2024-08-24 | netfs: Fix interaction of streaming writes with zero-point tracker | David Howells | 1 | -0/+7 |
| 2024-08-24 | netfs: Fix missing iterator reset on retry of short read | David Howells | 1 | -0/+1 |
| 2024-08-24 | netfs: Fix trimming of streaming-write folios in netfs_inval_folio() | David Howells | 1 | -15/+35 |
| 2024-08-24 | netfs: Fix netfs_release_folio() to say no if folio dirty | David Howells | 1 | -0/+3 |
| 2024-08-21 | netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr... | David Howells | 1 | -0/+7 |
| 2024-08-13 | 9p: Fix DIO read through netfs | Dominique Martinet | 1 | -6/+11 |
| 2024-08-12 | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags | David Howells | 3 | -29/+110 |
| 2024-08-12 | netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second... | David Howells | 2 | -1/+151 |
| 2024-08-12 | netfs: clean up after renaming FSCACHE_DEBUG config | Lukas Bulwahn | 1 | -1/+1 |
| 2024-08-12 | fs/netfs/fscache_cookie: add missing "n_accesses" check | Max Kellermann | 1 | -0/+4 |
| 2024-08-12 | netfs: Fault in smaller chunks for non-large folio mappings | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-07-24 | netfs: Fix writeback that needs to go to both server and cache | David Howells | 1 | -0/+1 |
| 2024-07-24 | netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG | David Howells | 1 | -10/+8 |
| 2024-07-24 | netfs: Revert "netfs: Switch debug logging to pr_debug()" | David Howells | 15 | -78/+113 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+3 |
| 2024-07-11 | Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 15 | -115/+92 |
| 2024-07-05 | Merge patch series "cachefiles: random bugfixes" | Christian Brauner | 15 | -115/+92 |
| 2024-07-03 | netfs: drop usage of folio_file_pos | Kairui Song | 2 | -3/+3 |
| 2024-07-03 | netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume() | Baokun Li | 2 | -2/+14 |
| 2024-06-26 | netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait | David Howells | 1 | -3/+3 |
| 2024-06-26 | netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid | David Howells | 1 | -1/+7 |
| 2024-06-26 | netfs: Delete some xarray-wangling functions that aren't used | David Howells | 2 | -90/+0 |
| 2024-06-26 | netfs: Fix early issue of write op on partial write to folio tail | David Howells | 1 | -1/+1 |
| 2024-06-26 | netfs: Fix io_uring based write-through | David Howells | 1 | -1/+2 |
| 2024-06-12 | netfs: Switch debug logging to pr_debug() | Uwe Kleine-König | 15 | -113/+78 |
| 2024-05-27 | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -7/+18 |
| 2024-05-27 | netfs, 9p: Fix race between umount and async request completion | David Howells | 1 | -0/+5 |
| 2024-05-24 | netfs: Fix setting of BDP_ASYNC from iocb flags | David Howells | 1 | -1/+1 |
| 2024-05-24 | netfs: Fix AIO error handling when doing write-through | David Howells | 1 | -1/+6 |
| 2024-05-24 | netfs: Fix io_uring based write-through | David Howells | 3 | -5/+6 |
| 2024-05-21 | smb3: reenable swapfiles over SMB3 mounts | Steve French | 1 | -1/+2 |
| 2024-05-13 | cifs: Fix locking in cifs_strict_readv() | Steve French | 1 | -1/+2 |
| 2024-05-01 | cifs: Cut over to using netfslib | David Howells | 1 | -1/+6 |
| 2024-05-01 | cifs: Implement netfslib hooks | David Howells | 1 | -0/+6 |
| 2024-05-01 | netfs, afs: Use writeback retry to deal with alternate keys | David Howells | 1 | -2/+7 |
| 2024-05-01 | netfs: Miscellaneous tidy ups | David Howells | 1 | -1/+1 |
| 2024-05-01 | netfs: Remove the old writeback code | David Howells | 2 | -1106/+0 |
| 2024-05-01 | netfs: Cut over to using new writeback code | David Howells | 6 | -62/+57 |
| 2024-05-01 | netfs: Add some write-side stats and clean up some stat names | David Howells | 6 | -9/+23 |
| 2024-05-01 | netfs: New writeback implementation | David Howells | 6 | -5/+1533 |
| 2024-05-01 | netfs: Switch to using unsigned long long rather than loff_t | David Howells | 5 | -8/+10 |
| 2024-05-01 | netfs: Use mempools for allocating requests and subrequests | David Howells | 3 | -25/+85 |
| 2024-05-01 | netfs: Remove ->launder_folio() support | David Howells | 2 | -75/+0 |
| 2024-05-01 | mm: Provide a means of invalidation without using launder_folio | David Howells | 1 | -4/+24 |
| 2024-04-29 | netfs: Use subreq_counter to allocate subreq debug_index values | David Howells | 3 | -6/+3 |
| 2024-04-29 | netfs: Make netfs_io_request::subreq_counter an atomic_t | David Howells | 1 | -1/+1 |
| 2024-04-29 | netfs: Remove deprecated use of PG_private_2 as a second writeback flag | David Howells | 2 | -151/+1 |
| 2024-04-29 | mm: Remove the PG_fscache alias for PG_private_2 | David Howells | 3 | -4/+4 |
| 2024-04-29 | netfs: Replace PG_fscache by setting folio->private and marking dirty | David Howells | 8 | -84/+102 |
| 2024-04-29 | netfs: Update i_blocks when write committed to pagecache | David Howells | 1 | -11/+34 |
| 2024-04-26 | netfs: Fix the pre-flush when appending to a file in writethrough mode | David Howells | 1 | -7/+6 |
| 2024-04-23 | netfs: Fix writethrough-mode error handling | David Howells | 1 | -4/+6 |
| 2024-03-18 | fscache: Fix error handling in fscache_begin_operation() | David Howells | 1 | -1/+3 |
| 2024-01-29 | netfs: Fix missing zero-length check in unbuffered write | David Howells | 2 | -1/+7 |
| 2024-01-29 | netfs: Fix i_dio_count leak on DIO read past i_size | Marc Dionne | 1 | -0/+2 |
| 2024-01-22 | netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write() | Dan Carpenter | 1 | -2/+3 |
| 2024-01-22 | netfs, fscache: Prevent Oops in fscache_put_cache() | Dan Carpenter | 1 | -1/+2 |
| 2024-01-22 | netfs: Don't use certain unnecessary folio_*() functions | David Howells | 4 | -13/+13 |
| 2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 23 | -87/+6197 |
| 2024-01-09 | netfs: Fix wrong #ifdef hiding wait | David Howells | 1 | -1/+1 |