summaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-04afs: Fix directory entry size calculationDavid Howells
2021-01-04afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=yDavid Howells
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells
2020-11-03afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells
2020-11-03afs: Fix warning due to unadvanced marshalling pointerDavid Howells
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells
2020-10-29afs: Fix where page->private is set during writeDavid Howells
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter
2020-10-27afs: Fix tracing deref-before-checkDavid Howells
2020-10-27afs: Fix copy_file_range()David Howells
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell removalDavid Howells
2020-10-16afs: Fix cell purging with aliasesDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells
2020-08-20afs: Fix error handling in VL server rotationDavid Howells
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15afs: Fix interruption of operationsDavid Howells