summaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * afs: Don't truncate iter during data fetchDavid Howells2021-04-234-8/+23
| * afs: Move key to afs_read structDavid Howells2021-04-234-15/+19
| * afs: Print the operation debug_id when logging an unexpected data versionDavid Howells2021-04-231-2/+3
| * afs: Pass page into dirty region helpers to provide THP sizeDavid Howells2021-04-233-54/+42
| * afs: Disable use of the fscache I/O routinesDavid Howells2021-04-233-175/+36
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-3/+3
|\ \ | |/ |/|
| * afs: Fix updating of i_mode due to 3rd party changeDavid Howells2021-03-081-3/+3
* | afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-2/+1
* | afs: Stop listxattr() from listing "afs.*" attributesDavid Howells2021-03-156-28/+0
* | afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells2021-03-152-3/+12
|/
* 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-301-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-091-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-1711-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-046-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