summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-24/+31
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-23/+28
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
* | rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-291-3/+3
|/
* afs: Fix directory entry size calculationDavid Howells2021-01-043-28/+41
* afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=yDavid Howells2021-01-041-4/+9
* afs: Fix memory leak when mounting with multiple source parametersDavid Howells2020-12-081-0/+3
* afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-223-0/+10
* afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells2020-11-141-1/+4
* afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells2020-11-031-6/+1
* afs: Fix warning due to unadvanced marshalling pointerDavid Howells2020-11-031-0/+1
* afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2020-10-292-9/+20
* afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells2020-10-293-12/+76
* afs: Alter dirty range encoding in page->privateDavid Howells2020-10-292-4/+4
* afs: Wrap page->private manipulations in inline functionsDavid Howells2020-10-292-18/+41
* afs: Fix where page->private is set during writeDavid Howells2020-10-291-15/+26
* afs: Fix page leak on afs_write_begin() failureDavid Howells2020-10-291-12/+11
* afs: Fix to take ref on page when PG_private is setDavid Howells2020-10-294-26/+18
* afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2020-10-272-4/+7
* afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter2020-10-271-1/+1
* afs: Fix tracing deref-before-checkDavid Howells2020-10-271-1/+2
* afs: Fix copy_file_range()David Howells2020-10-271-0/+1
* Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1611-172/+269
|\
| * afs: Don't assert on unpurgeable server recordsDavid Howells2020-10-161-1/+6
| * afs: Add tracing for cell refcount and active user countDavid Howells2020-10-169-55/+101
| * afs: Fix cell removalDavid Howells2020-10-162-6/+11
| * afs: Fix cell purging with aliasesDavid Howells2020-10-161-0/+3
| * afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-169-76/+136
| * afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-165-93/+71
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+0
|\ \ | |/ |/|
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-1/+0
* | afs: Fix deadlock between writeback and truncateDavid Howells2020-10-083-9/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-036-40/+73
|\ \ | |/ |/|
| * Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-08-276-40/+73
| |\
| | * afs: Fix error handling in VL server rotationDavid Howells2020-08-201-0/+4
| | * afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells2020-08-205-20/+46
| | * afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells2020-08-204-15/+22
| | * afs: Remove afs_vlserver->probe.have_resultDavid Howells2020-08-202-5/+1
| | * rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-202-4/+4
* | | afs: Remove erroneous fallthough annotationDan Carpenter2020-08-271-1/+0
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2310-82/+82
|/ /
* | afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-211-9/+11
* | afs: Fix key ref leak in afs_put_operation()David Howells2020-08-201-0/+1
|/
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-2/+2
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
* | afs: Fix interruption of operationsDavid Howells2020-07-152-2/+3
|/
* afs: Fix storage of cell namesDavid Howells2020-06-272-1/+10
* afs: Fix hang on rmmod due to outstanding timerDavid Howells2020-06-204-2/+16
* afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells2020-06-201-1/+1