index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+5
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+0
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
8
-4
/
+428
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-5
/
+3
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-0
/
+1
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-4
/
+4
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-1
/
+0
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2025-04-14
afs: Use rxgk RESPONSE to pass token for callback channel
David Howells
5
-1
/
+276
2025-04-14
rxrpc: Display security params in the afs_cb_call tracepoint
David Howells
2
-0
/
+6
2025-04-14
rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
David Howells
1
-0
/
+12
2025-04-14
rxrpc: Add the security index for yfs-rxgk
David Howells
1
-0
/
+27
2025-04-14
rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
David Howells
5
-0
/
+99
2025-04-14
rxrpc: Pull out certain app callback funcs into an ops table
David Howells
1
-3
/
+8
2025-04-11
afs: Fix afs_dynroot_readdir() to not use the RCU read lock
David Howells
1
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2
-5
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-2
/
+2
2025-03-24
Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
18
-1067
/
+827
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-6
/
+6
2025-03-19
afs: Fix afs_atcell_get_link() to check if ws_cell is unset first
David Howells
1
-3
/
+3
2025-03-10
afs: Simplify cell record handling
David Howells
6
-261
/
+176
2025-03-10
afs: Fix afs_server ref accounting
David Howells
6
-354
/
+285
2025-03-10
afs: Use the per-peer app data provided by rxrpc
David Howells
7
-118
/
+117
2025-03-10
afs: Drop the net parameter from afs_unuse_cell()
David Howells
7
-18
/
+17
2025-03-10
afs: Make afs_lookup_cell() take a trace note
David Howells
7
-12
/
+22
2025-03-10
afs: Improve server refcount/active count tracing
David Howells
4
-10
/
+11
2025-03-10
afs: Improve afs_volume tracing to display a debug ID
David Howells
2
-6
/
+10
2025-03-10
afs: Change dynroot to create contents on demand
David Howells
5
-299
/
+211
2025-03-10
afs: Remove the "autocell" mount option
David Howells
4
-14
/
+3
2025-03-10
afs: Fix afs_atcell_get_link() to handle RCU pathwalk
David Howells
4
-10
/
+22
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-6
/
+6
2025-02-21
afs: Give an afs_server object a ref on the afs_cell object it points to
David Howells
1
-0
/
+3
2025-02-21
afs: Fix the server_list to unuse a displaced server rather than putting it
David Howells
1
-2
/
+2
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-28
/
+12
2025-01-27
afs_d_revalidate(): use stable name and parent inode passed by caller
Al Viro
1
-26
/
+8
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-2
/
+4
2025-01-20
Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-74
/
+187
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
20
-823
/
+1487
2025-01-15
afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call
David Howells
1
-2
/
+3
2025-01-10
afs: Make /afs/@cell and /afs/.@cell symlinks
David Howells
1
-48
/
+129
2025-01-10
afs: Add rootcell checks
David Howells
2
-1
/
+15
2025-01-10
afs: Make /afs/.<cell> as well as /afs/<cell> mountpoints
David Howells
2
-24
/
+41
2025-01-09
afs: Fix merge preference rule failure condition
Lizhi Xu
1
-2
/
+4
2025-01-07
afs: Fix the maximum cell name length
David Howells
4
-4
/
+9
2024-12-20
afs: Add a tracepoint for afs_read_receive()
David Howells
1
-0
/
+1
2024-12-20
afs: Locally initialise the contents of a new symlink on creation
David Howells
3
-6
/
+43
2024-12-20
afs: Use the contained hashtable to search a directory
David Howells
5
-73
/
+350
2024-12-20
afs: Make afs_mkdir() locally initialise a new directory's content
David Howells
3
-0
/
+53
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-2
/
+6
2024-12-20
afs: Make {Y,}FS.FetchData an asynchronous operation
David Howells
9
-37
/
+170
[next]