summaryrefslogtreecommitdiff
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-134-13/+13
* afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells2021-09-135-12/+49
* afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-134-45/+48
* afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-136-3/+119
* afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells2021-09-131-39/+7
* afs: Add missing vnode validation checksDavid Howells2021-09-133-3/+41
* afs: Fix page leakDavid Howells2021-09-101-2/+8
* afs: Fix missing put on afs_read objects and missing get on the key thereinDavid Howells2021-09-101-1/+2
* fs: remove mandatory file locking supportJeff Layton2021-08-231-4/+0
* afs: Remove redundant assignment to retJiapeng Chong2021-07-211-4/+6
* afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1
* afs: check function returnTom Rix2021-07-211-5/+11
* afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-18/+7
* Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-251-2/+9
|\
| * afs: Fix afs_write_end() to handle short writesDavid Howells2021-06-211-2/+9
* | afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)2021-06-181-5/+8
* | afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-151-2/+2
|/
* afs: Fix partial writeback of large files on fsync and closeMarc Dionne2021-06-071-1/+1
* afs: Fix the nlink handling of dir-over-dir renameDavid Howells2021-05-271-1/+3
* afs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-253-0/+10
* afs: Fix speculative status fetchesDavid Howells2021-05-016-2/+23
* Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2710-1009/+767
|\
| * afs: Use the netfs_write_begin() helperDavid Howells2021-04-233-97/+31
| * afs: Use new netfs lib read helper APIDavid Howells2021-04-235-251/+88
| * afs: Use the fs operation ops to handle FetchData completionDavid Howells2021-04-235-7/+19
| * afs: Prepare for use of THPsDavid Howells2021-04-234-202/+244
| * afs: Extract writeback extension into its own functionDavid Howells2021-04-231-42/+67
| * afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2021-04-232-0/+19
| * afs: Use ITER_XARRAY for writingDavid Howells2021-04-235-186/+107
| * afs: Set up the iov_iter before calling afs_extract_data()David Howells2021-04-236-249/+314
| * afs: Log remote unmarshalling errorsDavid Howells2021-04-231-0/+34
| * 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-291-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-081-0/+3
* afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-223-0/+10