aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells3-5/+35
2020-06-15afs: Concoct ctimesDavid Howells4-12/+38
2020-06-15afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells1-0/+1
2020-06-09afs: Make afs_zap_data() staticDavid Howells2-2/+1
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells2-2/+2
2020-06-09afs: Fix use of BUG()David Howells1-1/+2
2020-06-09afs: Fix file lockingDavid Howells2-2/+1
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds32-3859/+4222
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells3-12/+88
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells2-11/+15
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells4-8/+18
2020-06-04afs: Fix afs_statfs() to not let the values go below zeroDavid Howells1-1/+4
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells3-11/+59
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells17-543/+257
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells6-23/+39
2020-06-04afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells2-0/+62
2020-06-04afs: Detect cell aliases 2 - Cells with no root volumesDavid Howells1-1/+89
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells9-13/+287
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells5-2/+116
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells2-1/+5
2020-06-04afs: Fix handling of CB.ProbeUuid cache manager opDavid Howells1-2/+3
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells2-54/+2
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells20-2821/+2640
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+2
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells14-278/+278
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells7-54/+35
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells4-123/+55
2020-05-31afs: Make callback processing more efficient.David Howells3-60/+100
2020-05-31afs: Show more information in /proc/net/afs/serversDavid Howells1-8/+9
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells8-119/+277
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells8-65/+119
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells4-15/+20
2020-05-31afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells1-3/+9
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-4/+2
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-26/+10
2020-05-23rxrpc: Fix a warningDavid Howells1-1/+1
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2-26/+10
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells4-12/+11
2020-04-24afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells1-1/+1
2020-04-24afs: Remove some unused bitsDavid Howells3-8/+3
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-3/+3
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3