index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-6
/
+6
2024-12-20
afs: Add a tracepoint for afs_read_receive()
David Howells
1
-0
/
+1
2024-12-20
afs: Make {Y,}FS.FetchData an asynchronous operation
David Howells
1
-14
/
+112
2024-12-20
afs: Eliminate afs_read
David Howells
1
-78
/
+18
2024-12-20
afs: Use netfslib for symlinks, allowing them to be cached
David Howells
1
-32
/
+0
2024-12-20
afs: Use netfslib for directories
David Howells
1
-0
/
+8
2024-12-20
afs: Make afs_init_request() get a key if not given a file
David Howells
1
-0
/
+16
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
1
-3
/
+3
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
1
-5
/
+10
2024-09-27
afs: Fix missing wire-up of afs_retry_request()
David Howells
1
-0
/
+1
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-6
/
+15
2024-09-12
afs: Make read subreqs async
David Howells
1
-1
/
+8
2024-08-13
9p: Fix DIO read through netfs
Dominique Martinet
1
-1
/
+2
2024-05-01
netfs, afs: Use writeback retry to deal with alternate keys
David Howells
1
-0
/
+1
2024-05-01
netfs: Cut over to using new writeback code
David Howells
1
-2
/
+1
2024-05-01
netfs, afs: Implement helpers for new write code
David Howells
1
-0
/
+3
2024-05-01
afs: Use alternative invalidation to using launder_folio
David Howells
1
-1
/
+0
2024-02-25
afs: fix __afs_break_callback() / afs_drop_open_mmap() race
Al Viro
1
-2
/
+6
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-155
/
+58
2024-01-01
afs: Overhaul invalidation handling to better support RO volumes
David Howells
1
-7
/
+6
2023-12-28
afs: Use the netfs write helpers
David Howells
1
-16
/
+54
2023-12-24
afs: Simplify error handling
David Howells
1
-3
/
+0
2023-12-24
afs: Wrap most op->error accesses with inline funcs
David Howells
1
-2
/
+2
2023-12-24
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
1
-5
/
+1
2023-12-24
netfs: Provide invalidate_folio and release_folio calls
David Howells
1
-49
/
+4
2023-12-24
afs: Don't use folio->private to record partial modification
David Howells
1
-67
/
+0
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
1
-7
/
+1
2023-12-24
netfs, fscache: Remove ->begin_cache_operation
David Howells
1
-13
/
+0
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-05-24
afs: Provide a splice-read wrapper
David Howells
1
-1
/
+19
2023-04-05
afs: split afs_pagecache_valid() out of afs_validate()
Matthew Wilcox (Oracle)
1
-12
/
+2
2022-12-22
afs: Stop implementing ->writepage()
David Howells
1
-1
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
1
-1
/
+1
2022-06-10
netfs: Rename the netfs_io_request cleanup op and give it an op pointer
David Howells
1
-3
/
+3
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
1
-2
/
+2
2022-05-09
afs: Convert to release_folio
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-05-09
afs: Convert afs_symlink_readpage to afs_symlink_read_folio
Matthew Wilcox (Oracle)
1
-8
/
+7
2022-05-09
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-31
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-31
/
+10
2022-03-18
netfs: Add a netfs inode context
David Howells
1
-24
/
+2
2022-03-18
netfs: Change ->init_request() to return an error code
David Howells
1
-1
/
+2
2022-03-18
netfs: Finish off rename of netfs_read_request to netfs_io_request
David Howells
1
-2
/
+2
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
1
-6
/
+6
2022-03-15
fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
afs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
afs: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-13
/
+11
2022-01-12
Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-6
/
+32
2022-01-11
9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()
David Howells
1
-1
/
+2
2022-01-07
afs: Copy local writes to the cache when writing to the server
David Howells
1
-0
/
+6
[next]