index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
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
6
-1037
/
+106
|
\
|
*
afs: Use the netfs write helpers
David Howells
2023-12-28
3
-703
/
+84
|
*
netfs: Optimise away reads above the point at which there can be no data
David Howells
2023-12-28
2
-11
/
+15
|
*
netfs: Implement unbuffered/DIO write support
David Howells
2023-12-28
1
-1
/
+1
|
*
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
2023-12-24
1
-5
/
+1
|
*
netfs: Provide invalidate_folio and release_folio calls
David Howells
2023-12-24
1
-49
/
+4
|
*
afs: Don't use folio->private to record partial modification
David Howells
2023-12-24
3
-273
/
+38
|
*
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
2023-12-24
5
-24
/
+3
|
*
netfs, fscache: Remove ->begin_cache_operation
David Howells
2023-12-24
1
-13
/
+0
*
|
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-11
1
-2
/
+3
|
\
\
|
*
|
dentry: switch the lists of children to hlist
Al Viro
2023-11-25
1
-2
/
+3
*
|
|
Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-10
2
-2
/
+2
|
\
\
\
|
*
|
|
afs: Add __counted_by for struct afs_acl and use struct_size()
Gustavo A. R. Silva
2023-12-01
2
-2
/
+2
|
|
/
/
*
|
|
Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-01-10
32
-1310
/
+2882
|
\
\
\
|
*
|
|
afs: trace: Log afs_make_call(), including server address
David Howells
2024-01-01
4
-0
/
+45
|
*
|
|
afs: Fix offline and busy message emission
David Howells
2024-01-01
2
-14
/
+25
|
*
|
|
afs: Fix fileserver rotation
David Howells
2024-01-01
6
-134
/
+198
|
*
|
|
afs: Overhaul invalidation handling to better support RO volumes
David Howells
2024-01-01
12
-199
/
+344
|
*
|
|
afs: Parse the VolSync record in the reply of a number of RPC ops
David Howells
2024-01-01
10
-19
/
+239
|
*
|
|
afs: Don't leave DONTUSE/NEWREPSITE servers out of server list
David Howells
2024-01-01
4
-26
/
+61
|
*
|
|
afs: Fix comment in afs_do_lookup()
David Howells
2024-01-01
1
-2
/
+2
|
*
|
|
afs: Apply server breaks to mmap'd files in the call processor
David Howells
2024-01-01
5
-31
/
+32
|
*
|
|
afs: Move the vnode/volume validity checking code into its own file
David Howells
2024-01-01
4
-175
/
+191
|
*
|
|
afs: Defer volume record destruction to a workqueue
David Howells
2024-01-01
6
-16
/
+19
|
*
|
|
afs: Make it possible to find the volumes that are using a server
David Howells
2024-01-01
6
-32
/
+143
|
*
|
|
afs: Combine the endpoint state bools into a bitmask
David Howells
2024-01-01
2
-21
/
+21
|
*
|
|
afs: Keep a record of the current fileserver endpoint state
David Howells
2024-01-01
10
-196
/
+312
|
*
|
|
afs: Dispatch vlserver probes in priority order
David Howells
2024-01-01
3
-2
/
+21
|
*
|
|
afs: Dispatch fileserver probes in priority order
David Howells
2024-01-01
1
-2
/
+23
|
*
|
|
afs: Mark address lists with configured priorities
David Howells
2024-01-01
3
-4
/
+91
|
*
|
|
afs: Provide a way to configure address priorities
David Howells
2024-01-01
5
-1
/
+534
|
*
|
|
afs: Remove the unimplemented afs_cmp_addr_list()
David Howells
2024-01-01
1
-13
/
+0
|
*
|
|
afs: Add some more info to /proc/net/afs/servers
David Howells
2024-01-01
5
-10
/
+22
|
*
|
|
afs: Fold the afs_addr_cursor struct in
David Howells
2023-12-24
11
-210
/
+229
|
*
|
|
afs: Use peer + service_id as call address
David Howells
2023-12-24
9
-32
/
+48
|
*
|
|
afs: Rename some fields
David Howells
2023-12-24
3
-38
/
+38
|
*
|
|
afs: Add a tracepoint for struct afs_addr_list
David Howells
2023-12-24
9
-35
/
+53
|
*
|
|
afs: Simplify error handling
David Howells
2023-12-24
15
-143
/
+174
|
*
|
|
afs: Don't put afs_call in afs_wait_for_call_to_complete()
David Howells
2023-12-24
5
-76
/
+75
|
*
|
|
afs: Wrap most op->error accesses with inline funcs
David Howells
2023-12-24
9
-67
/
+87
|
*
|
|
afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
David Howells
2023-12-24
3
-7
/
+8
|
*
|
|
afs: Handle the VIO and UAEIO aborts explicitly
David Howells
2023-12-24
1
-0
/
+7
|
*
|
|
afs: Rename addr_list::failed to probe_failed
David Howells
2023-12-24
7
-10
/
+10
|
*
|
|
afs: Don't skip server addresses for which we didn't get an RTT reading
David Howells
2023-12-24
2
-2
/
+2
|
*
|
|
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
2023-12-24
13
-195
/
+148
|
*
|
|
afs: Turn the afs_addr_list address array into an array of structs
David Howells
2023-12-24
10
-22
/
+26
|
*
|
|
afs: Add comments on abort handling
David Howells
2023-12-24
1
-11
/
+90
|
*
|
|
afs: use read_seqbegin() in afs_check_validity() and afs_getattr()
Oleg Nesterov
2023-12-24
1
-9
/
+6
|
*
|
|
afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
Oleg Nesterov
2023-12-24
1
-3
/
+4
|
*
|
|
afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
Oleg Nesterov
2023-12-24
1
-1
/
+2
|
|
|
/
|
|
/
|
[next]