summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix memory leak when mounting with multiple source parametersDavid Howells2020-12-301-0/+3
* afs: Fix warning due to unadvanced marshalling pointerDavid Howells2020-11-181-0/+1
* rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-09-092-4/+4
* afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-261-9/+11
* afs: Fix storage of cell namesDavid Howells2020-06-302-1/+10
* afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells2020-06-241-0/+1
* afs: Set error flag rather than return error from file status decodeDavid Howells2020-06-244-123/+55
* afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells2020-06-241-2/+7
* afs: Fix EOF corruptionDavid Howells2020-06-241-1/+11
* afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-241-2/+2
* afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-241-0/+1
* afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng2020-06-241-0/+1
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-272-26/+10
* afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2020-05-272-8/+8
* afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells2020-05-021-3/+3
* afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells2020-05-021-1/+1
* afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells2020-05-024-12/+11
* afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2020-04-232-35/+76
* afs: Fix afs_d_validate() to set the right directory versionDavid Howells2020-04-231-3/+3
* afs: Fix rename operation status deliveryDavid Howells2020-04-233-21/+12
* afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells2020-04-231-0/+1
* afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2020-04-232-9/+17
* rxrpc: Fix call interruptibility handlingDavid Howells2020-04-171-1/+2
* afs: Fix unpinned address list during probingDavid Howells2020-04-011-0/+2
* afs: Fix some tracing detailsDavid Howells2020-04-011-2/+2
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-04-011-32/+2
* afs: Fix handling of an abort from a service handlerDavid Howells2020-04-013-33/+26
* afs: Fix characters allowed into cell namesDavid Howells2020-01-291-1/+10
* afs: Remove set but not used variables 'before', 'after'zhengbin2020-01-261-10/+2
* afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells2020-01-171-5/+1
* afs: Fix use-after-loss-of-refDavid Howells2020-01-171-5/+7
* afs: Fix missing cell comparison in afs_test_super()David Howells2020-01-171-0/+1
* afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells2020-01-091-0/+3
* afs: Fix mountpoint parsingDavid Howells2020-01-091-2/+4
* afs: Fix SELinux setting security label on /afsDavid Howells2020-01-091-1/+0
* afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne2020-01-091-13/+8
* afs: Fix large file supportMarc Dionne2019-11-221-0/+1
* afs: Fix possible assert with callbacks from yfs serversMarc Dionne2019-11-221-1/+0
* afs: Fix missing timeout resetDavid Howells2019-11-191-0/+1
* afs: Fix race in commit bulk status fetchDavid Howells2019-11-151-1/+6
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-293-9/+1
|\
| * afs dynroot: switch to simple_dir_operationsAl Viro2019-09-153-9/+1
* | afs: Support RCU pathwalkDavid Howells2019-09-022-17/+112
* | afs: Provide an RCU-capable key lookupDavid Howells2019-09-022-2/+32
* | afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells2019-09-022-5/+5
* | afs: remove unused variable 'afs_zero_fid'YueHaibing2019-09-021-2/+0
* | afs: remove unused variable 'afs_voltypes'YueHaibing2019-09-021-2/+0
* | afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing2019-08-221-1/+1
* | afs: Fix possible oops in afs_lookup trace eventMarc Dionne2019-08-221-1/+2
* | afs: Fix leak in afs_lookup_cell_rcu()David Howells2019-08-221-0/+4