aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21afs: Remove redundant assignment to retJiapeng Chong1-4/+6
2021-07-21afs: Fix setting of writeback_indexDavid Howells1-1/+1
2021-07-21afs: check function returnTom Rix1-5/+11
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells1-18/+7
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+9
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells1-2/+9
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)1-5/+8
2021-06-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne1-1/+1
2021-05-27afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-05-25afs: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+10
2021-05-01afs: Fix speculative status fetchesDavid Howells6-2/+23
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds10-1009/+767
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells3-97/+31
2021-04-23afs: Use new netfs lib read helper APIDavid Howells5-251/+88
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells5-7/+19
2021-04-23afs: Prepare for use of THPsDavid Howells4-202/+244
2021-04-23afs: Extract writeback extension into its own functionDavid Howells1-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2-0/+19
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells5-186/+107
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells6-249/+314
2021-04-23afs: Log remote unmarshalling errorsDavid Howells1-0/+34
2021-04-23afs: Don't truncate iter during data fetchDavid Howells4-8/+23
2021-04-23afs: Move key to afs_read structDavid Howells4-15/+19
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells1-2/+3
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells3-54/+42
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells3-175/+36
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-03-08afs: Fix updating of i_mode due to 3rd party changeDavid Howells1-3/+3
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