index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
afs: Fix use-after-free due to get/remove race in volume tree
David Howells
2023-12-21
2
-3
/
+25
*
afs: Fix overwriting of result of DNS query
David Howells
2023-12-21
1
-2
/
+4
*
afs: Fix dynamic root lookup DNS check
David Howells
2023-12-20
1
-2
/
+16
*
afs: Fix the dynamic root's d_delete to always delete unused dentries
David Howells
2023-12-20
1
-12
/
+1
*
afs: Fix refcount underflow from error handling race
David Howells
2023-12-11
1
-1
/
+1
*
afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY
David Howells
2023-11-24
1
-1
/
+3
*
afs: Fix file locking on R/O volumes to operate in local mode
David Howells
2023-11-24
1
-0
/
+2
*
afs: Return ENOENT if no cell DNS record can be found
David Howells
2023-11-24
1
-0
/
+10
*
afs: Make error on cell lookup failure consistent with OpenAFS
David Howells
2023-11-17
1
-2
/
+2
*
afs: Fix afs_server_list to be cleaned up with RCU
David Howells
2023-11-17
2
-1
/
+2
*
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-01
1
-2
/
+0
|
\
|
*
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
2023-09-11
1
-2
/
+0
*
|
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-30
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
|
|
/
*
|
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
3
-6
/
+6
|
\
\
|
*
|
afs: convert to new timestamp accessors
Jeff Layton
2023-10-18
3
-6
/
+6
|
|
/
*
/
afs: move afs_xattr_handlers to .rodata
Wedson Almeida Filho
2023-10-09
2
-2
/
+2
|
/
*
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-0
/
+2
|
\
|
*
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
2023-08-18
1
-0
/
+2
*
|
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
*
|
afs: convert to ctime accessor functions
Jeff Layton
2023-07-13
2
-4
/
+4
|
/
*
afs: Fix accidental truncation when storing data
David Howells
2023-07-04
1
-3
/
+5
[next]