Age | Commit message (Expand) | Author | Files | Lines |
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 | -26/+86 |
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 |
2024-01-05 | netfs: Fix the loop that unmarks folios after writing to the cache | David Howells | 2 | -1/+2 |