index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
afs: Dispatch fileserver probes in priority order
David Howells
1
-2
/
+23
2024-01-01
afs: Mark address lists with configured priorities
David Howells
3
-4
/
+91
2024-01-01
afs: Provide a way to configure address priorities
David Howells
5
-1
/
+534
2024-01-01
afs: Remove the unimplemented afs_cmp_addr_list()
David Howells
1
-13
/
+0
2024-01-01
afs: Add some more info to /proc/net/afs/servers
David Howells
5
-10
/
+22
2023-12-28
afs: Use the netfs write helpers
David Howells
3
-703
/
+84
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
2
-11
/
+15
2023-12-28
netfs: Implement unbuffered/DIO write support
David Howells
1
-1
/
+1
2023-12-24
afs: Fold the afs_addr_cursor struct in
David Howells
11
-210
/
+229
2023-12-24
afs: Use peer + service_id as call address
David Howells
9
-32
/
+48
2023-12-24
afs: Rename some fields
David Howells
3
-38
/
+38
2023-12-24
afs: Add a tracepoint for struct afs_addr_list
David Howells
9
-35
/
+53
2023-12-24
afs: Simplify error handling
David Howells
15
-143
/
+174
2023-12-24
afs: Don't put afs_call in afs_wait_for_call_to_complete()
David Howells
5
-76
/
+75
2023-12-24
afs: Wrap most op->error accesses with inline funcs
David Howells
9
-67
/
+87
2023-12-24
afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
David Howells
3
-7
/
+8
2023-12-24
afs: Handle the VIO and UAEIO aborts explicitly
David Howells
1
-0
/
+7
2023-12-24
afs: Rename addr_list::failed to probe_failed
David Howells
7
-10
/
+10
2023-12-24
afs: Don't skip server addresses for which we didn't get an RTT reading
David Howells
2
-2
/
+2
2023-12-24
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
13
-195
/
+148
2023-12-24
afs: Turn the afs_addr_list address array into an array of structs
David Howells
10
-22
/
+26
2023-12-24
afs: Add comments on abort handling
David Howells
1
-11
/
+90
2023-12-24
afs: use read_seqbegin() in afs_check_validity() and afs_getattr()
Oleg Nesterov
1
-9
/
+6
2023-12-24
afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
Oleg Nesterov
1
-3
/
+4
2023-12-24
afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
Oleg Nesterov
1
-1
/
+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
3
-273
/
+38
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
5
-24
/
+3
2023-12-24
netfs, fscache: Remove ->begin_cache_operation
David Howells
1
-13
/
+0
2023-12-21
afs: Fix use-after-free due to get/remove race in volume tree
David Howells
2
-3
/
+25
2023-12-21
afs: Fix overwriting of result of DNS query
David Howells
1
-2
/
+4
2023-12-20
afs: Fix dynamic root lookup DNS check
David Howells
1
-2
/
+16
2023-12-20
afs: Fix the dynamic root's d_delete to always delete unused dentries
David Howells
1
-12
/
+1
2023-12-11
afs: Fix refcount underflow from error handling race
David Howells
1
-1
/
+1
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-10
afs: do not test the return value of folio_start_writeback()
Matthew Wilcox (Oracle)
1
-4
/
+2
2023-12-01
afs: Add __counted_by for struct afs_acl and use struct_size()
Gustavo A. R. Silva
2
-2
/
+2
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
1
-2
/
+3
2023-11-24
afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY
David Howells
1
-1
/
+3
2023-11-24
afs: Fix file locking on R/O volumes to operate in local mode
David Howells
1
-0
/
+2
2023-11-24
afs: Return ENOENT if no cell DNS record can be found
David Howells
1
-0
/
+10
2023-11-17
afs: Make error on cell lookup failure consistent with OpenAFS
David Howells
1
-2
/
+2
2023-11-17
afs: Fix afs_server_list to be cleaned up with RCU
David Howells
2
-1
/
+2
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
3
-6
/
+6
2023-10-18
afs: convert to new timestamp accessors
Jeff Layton
3
-6
/
+6
2023-10-09
afs: move afs_xattr_handlers to .rodata
Wedson Almeida Filho
2
-2
/
+2
2023-10-02
afs: Annotate struct afs_addr_list with __counted_by
Kees Cook
1
-1
/
+1
[prev]
[next]