summaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2021-07-28afs: Fix setting of writeback_indexDavid Howells
2021-07-28afs: check function returnTom Rix
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)
2021-06-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne
2021-05-27afs: Fix the nlink handling of dir-over-dir renameDavid Howells
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-01afs: Fix speculative status fetchesDavid Howells
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells
2021-04-23afs: Use new netfs lib read helper APIDavid Howells
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Extract writeback extension into its own functionDavid Howells
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Log remote unmarshalling errorsDavid Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2021-04-23afs: Move key to afs_read structDavid Howells
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells
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-03-08afs: Fix updating of i_mode due to 3rd party changeDavid 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