summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells
2020-06-09afs: Fix use of BUG()David Howells
2020-06-09afs: Fix file lockingDavid Howells
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells
2020-06-04afs: Fix afs_statfs() to not let the values go below zeroDavid Howells
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells
2020-06-04afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells
2020-06-04afs: Detect cell aliases 2 - Cells with no root volumesDavid Howells
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells
2020-06-04afs: Fix handling of CB.ProbeUuid cache manager opDavid Howells
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells
2020-05-31afs: Make callback processing more efficient.David Howells
2020-05-31afs: Show more information in /proc/net/afs/serversDavid Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells
2020-05-31afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-23rxrpc: Fix a warningDavid Howells
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells
2020-04-24afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells
2020-04-24afs: Remove some unused bitsDavid Howells
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells
2020-04-13afs: Fix rename operation status deliveryDavid Howells
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells