index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
2024-05-27
Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-27
netfs, 9p: Fix race between umount and async request completion
David Howells
2024-05-24
netfs: Fix setting of BDP_ASYNC from iocb flags
David Howells
2024-05-24
netfs: Fix AIO error handling when doing write-through
David Howells
2024-05-24
netfs: Fix io_uring based write-through
David Howells
2024-05-21
smb3: reenable swapfiles over SMB3 mounts
Steve French
2024-05-13
cifs: Fix locking in cifs_strict_readv()
Steve French
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Implement netfslib hooks
David Howells
2024-05-01
netfs, afs: Use writeback retry to deal with alternate keys
David Howells
2024-05-01
netfs: Miscellaneous tidy ups
David Howells
2024-05-01
netfs: Remove the old writeback code
David Howells
2024-05-01
netfs: Cut over to using new writeback code
David Howells
2024-05-01
netfs: Add some write-side stats and clean up some stat names
David Howells
2024-05-01
netfs: New writeback implementation
David Howells
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
2024-05-01
netfs: Use mempools for allocating requests and subrequests
David Howells
2024-05-01
netfs: Remove ->launder_folio() support
David Howells
2024-05-01
mm: Provide a means of invalidation without using launder_folio
David Howells
2024-04-29
netfs: Use subreq_counter to allocate subreq debug_index values
David Howells
2024-04-29
netfs: Make netfs_io_request::subreq_counter an atomic_t
David Howells
2024-04-29
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
netfs: Update i_blocks when write committed to pagecache
David Howells
2024-04-26
netfs: Fix the pre-flush when appending to a file in writethrough mode
David Howells
2024-04-23
netfs: Fix writethrough-mode error handling
David Howells
2024-03-18
fscache: Fix error handling in fscache_begin_operation()
David Howells
2024-01-29
netfs: Fix missing zero-length check in unbuffered write
David Howells
2024-01-29
netfs: Fix i_dio_count leak on DIO read past i_size
Marc Dionne
2024-01-22
netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
Dan Carpenter
2024-01-22
netfs, fscache: Prevent Oops in fscache_put_cache()
Dan Carpenter
2024-01-22
netfs: Don't use certain unnecessary folio_*() functions
David Howells
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-09
netfs: Fix wrong #ifdef hiding wait
David Howells
2024-01-05
netfs: Fix the loop that unmarks folios after writing to the cache
David Howells
2024-01-05
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
2024-01-05
netfs: Count DIO writes
David Howells
2024-01-05
netfs: Mark netfs_unbuffered_write_iter_locked() static
David Howells
2024-01-04
netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"
David Howells
2023-12-28
netfs: Export the netfs_sreq tracepoint
David Howells
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
2023-12-28
netfs: Implement a write-through caching option
David Howells
2023-12-28
netfs: Provide a launder_folio implementation
David Howells
2023-12-28
netfs: Provide a writepages implementation
David Howells
2023-12-28
netfs, cachefiles: Pass upper bound length to allow expansion
David Howells
2023-12-28
netfs: Provide netfs_file_read_iter()
David Howells
2023-12-28
netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
David Howells
2023-12-28
netfs: Implement buffered write API
David Howells
2023-12-28
netfs: Implement unbuffered/DIO write support
David Howells
[next]