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