aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells1-0/+4
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-119/+15
2018-05-16afs: Fix mounting of backup volumesMarc Dionne1-9/+10
2018-05-16afs: Fix directory permissions checkDavid Howells1-7/+3
2018-05-16afs: simplify procfs codeChristoph Hellwig1-119/+15
2018-05-14afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-05-14afs: Fix CB.CallBack handlingDavid Howells1-28/+7
2018-05-14afs: Fix whole-volume callback handlingDavid Howells10-32/+63
2018-05-14afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells2-27/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-3/+9
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-05-14afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-05-14afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-05-14afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells3-4/+11
2018-05-14afs: Fix address list parsingDavid Howells1-10/+15
2018-05-14afs: Fix directory page lockingDavid Howells4-24/+22
2018-04-20afs: Fix server record deletionDavid Howells1-1/+8
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds25-591/+2562
2018-04-11page cache: use xa_lockMatthew Wilcox1-4/+5
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells5-21/+24
2018-04-09afs: Add stats for data transfer operationsDavid Howells4-0/+23
2018-04-09afs: Trace protocol errorsDavid Howells6-46/+58
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells7-29/+625
2018-04-09afs: Adjust the directory XDR structuresDavid Howells2-53/+53
2018-04-09afs: Split the directory content defs into a headerDavid Howells2-52/+67
2018-04-09afs: Fix directory handlingDavid Howells7-108/+271
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells5-185/+228
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells4-5/+18
2018-04-09afs: Rearrange status mappingDavid Howells5-129/+216
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells5-44/+59
2018-04-09afs: Init inode before accessing cacheDavid Howells1-5/+2
2018-04-09afs: Introduce a statistics proc fileDavid Howells4-1/+57
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Implement @cell substitution handlingDavid Howells3-1/+89
2018-04-09afs: Implement @sys substitution handlingDavid Howells4-1/+353
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells7-63/+550
2018-04-09afs: Don't over-increment the cell usage count when pinning itDavid Howells2-3/+4
2018-04-09afs: Fix checker warningsDavid Howells11-50/+35
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells5-25/+11
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells5-127/+54
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells1-2/+3
2018-04-04afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells1-14/+8
2018-04-04afs: Invalidate cache on server data changeDavid Howells1-0/+4
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+9