aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24afs: Stop listxattr() from listing "afs.*" attributesDavid Howells6-28/+0
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2020-12-30afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-11-18afs: Fix warning due to unadvanced marshalling pointerDavid Howells1-0/+1
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2-4/+4
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-06-30afs: Fix storage of cell namesDavid Howells2-1/+10
2020-06-24afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells1-0/+1
2020-06-24afs: Set error flag rather than return error from file status decodeDavid Howells4-123/+55
2020-06-24afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-06-24afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-24afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-24afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-24afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2-26/+10
2020-05-27afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-02afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells1-3/+3
2020-05-02afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells1-1/+1
2020-05-02afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells4-12/+11
2020-04-23afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2-35/+76
2020-04-23afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-23afs: Fix rename operation status deliveryDavid Howells3-21/+12
2020-04-23afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells1-0/+1
2020-04-23afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2-9/+17
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells1-1/+2
2020-04-01afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-04-01afs: Fix some tracing detailsDavid Howells1-2/+2
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells1-32/+2
2020-04-01afs: Fix handling of an abort from a service handlerDavid Howells3-33/+26
2020-01-29afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2020-01-26afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2020-01-17afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-17afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2020-01-17afs: Fix missing cell comparison in afs_test_super()David Howells1-0/+1
2020-01-09afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells1-0/+3
2020-01-09afs: Fix mountpoint parsingDavid Howells1-2/+4
2020-01-09afs: Fix SELinux setting security label on /afsDavid Howells1-1/+0
2020-01-09afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne1-13/+8
2019-11-22afs: Fix large file supportMarc Dionne1-0/+1
2019-11-22afs: Fix possible assert with callbacks from yfs serversMarc Dionne1-1/+0
2019-11-19afs: Fix missing timeout resetDavid Howells1-0/+1
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+1
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro3-9/+1
2019-09-02afs: Support RCU pathwalkDavid Howells2-17/+112
2019-09-02afs: Provide an RCU-capable key lookupDavid Howells2-2/+32
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells2-5/+5
2019-09-02afs: remove unused variable 'afs_zero_fid'YueHaibing1-2/+0
2019-09-02afs: remove unused variable 'afs_voltypes'YueHaibing1-2/+0
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing1-1/+1