summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov2024-02-231-3/+4
* afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells2024-01-081-12/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-112-2/+2
* afs: Fix dynamic root getattrDavid Howells2022-07-021-1/+2
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-141-1/+4
* afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-251-1/+13
* afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-301-2/+2
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-261-9/+11
* afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-251-2/+2
* afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-251-0/+1
* afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng2020-06-251-0/+1
* afs: Fix some tracing detailsDavid Howells2020-04-021-2/+2
* afs: Fix characters allowed into cell namesDavid Howells2020-01-291-1/+10
* afs: Remove set but not used variables 'before', 'after'zhengbin2020-01-271-10/+2
* afs: Fix large file supportMarc Dionne2020-01-271-0/+1
* afs: Fix missing timeout resetDavid Howells2020-01-271-0/+1
* afs: Fix double inc of vnode->cb_breakDavid Howells2020-01-271-3/+1
* afs: Fix lock-wait/callback-break double lockingDavid Howells2020-01-272-10/+1
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2020-01-271-5/+2
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2020-01-272-3/+5
* afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells2020-01-271-2/+2
* afs: Further fix file lockingDavid Howells2020-01-271-196/+196
* afs: Fix AFS file locking to allow fine grained locksDavid Howells2020-01-271-14/+9
* 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 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 leak in afs_lookup_cell_rcu()David Howells2019-09-101-0/+4
* afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-09-061-1/+2
* fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai2019-09-061-5/+7
* afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne2019-09-061-5/+6
* afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells2019-09-061-7/+3
* afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-07-213-3/+4
* afs: Unlock pages for __pagevec_release()Marc Dionne2019-05-161-0/+1
* afs: Fix key refcounting in file locking codeDavid Howells2019-02-272-2/+4
* afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-02-271-1/+0
* afs: Fix validation/callback interactionDavid Howells2018-12-171-6/+12
* afs: Handle EIO from delivery functionDavid Howells2018-11-271-1/+4
* afs: Fix clearance of replyDavid Howells2018-10-152-4/+0
* afs: Fix afs_server struct leakDavid Howells2018-10-121-0/+2
* afs: Fix cell proc listDavid Howells2018-10-125-10/+22
* afs: Fix cell specification to permit an empty address listDavid Howells2018-09-071-8/+7
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-232-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-11/+17
|\
| * rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-11/+17
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-08-132-58/+12
|\ \
| * | afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2018-08-052-13/+2
| * | afs_lookup(): switch to d_splice_alias()Al Viro2018-08-051-35/+12
| * | afs: switch dynroot lookups to d_splice_alias()Al Viro2018-08-051-15/+3
| |/