summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+2
2020-06-02Merge 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-24Merge 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-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-3/+3
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2-35/+76
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells1-3/+3
2020-04-13afs: Fix rename operation status deliveryDavid Howells3-21/+12
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells1-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2-9/+17
2020-03-27afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-68/+32
2020-03-14afs: Fix client call Rx-phase signal handlingDavid Howells1-32/+2
2020-03-14afs: Fix handling of an abort from a service handlerDavid Howells3-33/+26
2020-03-14afs: Fix some tracing detailsDavid Howells1-2/+2
2020-03-14rxrpc: Fix call interruptibility handlingDavid Howells1-1/+2
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2-2/+2
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+13
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-1/+1
2020-02-07fs_parse: get rid of ->enumsAl Viro1-10/+9
2020-01-26afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds1-10/+8
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells1-3/+4
2019-12-11afs: Fix missing cell comparison in afs_test_super()David Howells1-0/+1