summaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)AuthorLines
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells-0/+3
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells-0/+10
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells-1/+4
2020-11-03afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells-6/+1
2020-11-03afs: Fix warning due to unadvanced marshalling pointerDavid Howells-0/+1
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells-9/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells-12/+76
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells-4/+4
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells-18/+41
2020-10-29afs: Fix where page->private is set during writeDavid Howells-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells-26/+18
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells-4/+7
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter-1/+1
2020-10-27afs: Fix tracing deref-before-checkDavid Howells-1/+2
2020-10-27afs: Fix copy_file_range()David Howells-0/+1
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-172/+269
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells-1/+6
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells-55/+101
2020-10-16afs: Fix cell removalDavid Howells-6/+11
2020-10-16afs: Fix cell purging with aliasesDavid Howells-0/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells-76/+136
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells-93/+71
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells-9/+50
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig-1/+0
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-40/+73
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-40/+73
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-82/+82
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells-9/+11
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells-0/+1
2020-08-20afs: Fix error handling in VL server rotationDavid Howells-0/+4
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells-20/+46
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells-15/+22
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells-5/+1
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells-4/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2020-07-15afs: Fix interruption of operationsDavid Howells-2/+3
2020-06-27afs: Fix storage of cell namesDavid Howells-1/+10
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells-1/+1
2020-06-16afs: Fix silly renameDavid Howells-16/+80
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells-3/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells-18/+32
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells-2/+1
2020-06-16afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells-25/+26
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells-43/+0
2020-06-15afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells-0/+1