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