index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-19
1
-71
/
+1
|
\
|
*
afs: Use the netfs write helpers
David Howells
2023-12-28
1
-9
/
+1
|
*
afs: Don't use folio->private to record partial modification
David Howells
2023-12-24
1
-56
/
+0
|
*
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
2023-12-24
1
-6
/
+0
*
|
Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-10
1
-1
/
+1
|
\
\
|
*
|
afs: Add __counted_by for struct afs_acl and use struct_size()
Gustavo A. R. Silva
2023-12-01
1
-1
/
+1
*
|
|
afs: trace: Log afs_make_call(), including server address
David Howells
2024-01-01
1
-0
/
+1
*
|
|
afs: Fix offline and busy message emission
David Howells
2024-01-01
1
-4
/
+4
*
|
|
afs: Fix fileserver rotation
David Howells
2024-01-01
1
-4
/
+19
*
|
|
afs: Overhaul invalidation handling to better support RO volumes
David Howells
2024-01-01
1
-17
/
+17
*
|
|
afs: Parse the VolSync record in the reply of a number of RPC ops
David Howells
2024-01-01
1
-3
/
+13
*
|
|
afs: Don't leave DONTUSE/NEWREPSITE servers out of server list
David Howells
2024-01-01
1
-0
/
+10
*
|
|
afs: Apply server breaks to mmap'd files in the call processor
David Howells
2024-01-01
1
-3
/
+1
*
|
|
afs: Move the vnode/volume validity checking code into its own file
David Howells
2024-01-01
1
-3
/
+7
*
|
|
afs: Defer volume record destruction to a workqueue
David Howells
2024-01-01
1
-1
/
+2
*
|
|
afs: Make it possible to find the volumes that are using a server
David Howells
2024-01-01
1
-8
/
+15
*
|
|
afs: Combine the endpoint state bools into a bitmask
David Howells
2024-01-01
1
-6
/
+6
*
|
|
afs: Keep a record of the current fileserver endpoint state
David Howells
2024-01-01
1
-21
/
+45
*
|
|
afs: Dispatch vlserver probes in priority order
David Howells
2024-01-01
1
-0
/
+1
*
|
|
afs: Mark address lists with configured priorities
David Howells
2024-01-01
1
-0
/
+4
*
|
|
afs: Provide a way to configure address priorities
David Howells
2024-01-01
1
-0
/
+29
*
|
|
afs: Fold the afs_addr_cursor struct in
David Howells
2023-12-24
1
-30
/
+28
*
|
|
afs: Use peer + service_id as call address
David Howells
2023-12-24
1
-7
/
+11
*
|
|
afs: Rename some fields
David Howells
2023-12-24
1
-4
/
+4
*
|
|
afs: Add a tracepoint for struct afs_addr_list
David Howells
2023-12-24
1
-7
/
+3
*
|
|
afs: Simplify error handling
David Howells
2023-12-24
1
-13
/
+31
*
|
|
afs: Don't put afs_call in afs_wait_for_call_to_complete()
David Howells
2023-12-24
1
-1
/
+1
*
|
|
afs: Wrap most op->error accesses with inline funcs
David Howells
2023-12-24
1
-5
/
+15
*
|
|
afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
David Howells
2023-12-24
1
-1
/
+1
*
|
|
afs: Rename addr_list::failed to probe_failed
David Howells
2023-12-24
1
-1
/
+1
*
|
|
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
2023-12-24
1
-12
/
+14
*
|
|
afs: Turn the afs_addr_list address array into an array of structs
David Howells
2023-12-24
1
-1
/
+5
|
|
/
|
/
|
*
|
afs: Fix use-after-free due to get/remove race in volume tree
David Howells
2023-12-21
1
-0
/
+2
*
|
afs: Fix afs_server_list to be cleaned up with RCU
David Howells
2023-11-17
1
-0
/
+1
|
/
*
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-31
1
-2
/
+2
|
\
|
*
afs: Annotate struct afs_addr_list with __counted_by
Kees Cook
2023-10-02
1
-1
/
+1
|
*
afs: Annotate struct afs_permits with __counted_by
Kees Cook
2023-10-02
1
-1
/
+1
*
|
afs: move afs_xattr_handlers to .rodata
Wedson Almeida Filho
2023-10-09
1
-1
/
+1
|
/
*
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
2023-08-18
1
-0
/
+2
*
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-05-06
1
-1
/
+1
|
\
|
*
rxrpc: Fix timeout of a call that hasn't yet been granted a channel
David Howells
2023-05-01
1
-1
/
+1
*
|
afs: split afs_pagecache_valid() out of afs_validate()
Matthew Wilcox (Oracle)
2023-04-06
1
-0
/
+1
|
/
*
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-3
/
+3
|
\
|
*
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
filelock: move file locking definitions to separate header file
Jeff Layton
2023-01-11
1
-0
/
+1
|
/
*
afs: remove afs_cache_netfs and afs_zap_permits() declarations
Gaosheng Cui
2022-12-22
1
-8
/
+0
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
*
afs: Use the operation issue time instead of the reply time for callbacks
David Howells
2022-09-01
1
-2
/
+1
[next]