summaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2021-06-30afs: Fix an IS_ERR() vs NULL checkDan Carpenter
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells
2020-06-25afs: afs_write_end() should change i_size under the right lockDavid Howells
2020-06-25afs: Fix non-setting of mtime when writing into mmapDavid Howells
2020-06-25afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-04-02afs: Fix some tracing detailsDavid Howells
2020-01-29afs: Fix characters allowed into cell namesDavid Howells
2020-01-27afs: Remove set but not used variables 'before', 'after'zhengbin
2020-01-27afs: Fix large file supportMarc Dionne
2020-01-27afs: Fix missing timeout resetDavid Howells
2020-01-27afs: Fix double inc of vnode->cb_breakDavid Howells
2020-01-27afs: Fix lock-wait/callback-break double lockingDavid Howells
2020-01-27afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells
2020-01-27afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2020-01-27afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells
2020-01-27afs: Further fix file lockingDavid Howells
2020-01-27afs: Fix AFS file locking to allow fine grained locksDavid Howells
2020-01-17afs: Fix missing cell comparison in afs_test_super()David Howells
2020-01-09afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells
2020-01-09afs: Fix SELinux setting security label on /afsDavid Howells
2020-01-09afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne
2019-09-10afs: Fix leak in afs_lookup_cell_rcu()David Howells
2019-09-06afs: Only update d_fsdata if different in afs_d_revalidate()David Howells
2019-09-06fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai
2019-09-06afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne
2019-09-06afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells
2019-07-21afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells
2019-05-16afs: Unlock pages for __pagevec_release()Marc Dionne
2019-02-27afs: Fix key refcounting in file locking codeDavid Howells
2019-02-27afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne
2018-12-17afs: Fix validation/callback interactionDavid Howells
2018-11-27afs: Handle EIO from delivery functionDavid Howells
2018-10-15afs: Fix clearance of replyDavid Howells
2018-10-12afs: Fix afs_server struct leakDavid Howells
2018-10-12afs: Fix cell proc listDavid Howells
2018-09-07afs: Fix cell specification to permit an empty address listDavid Howells
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-13Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro
2018-08-05afs_lookup(): switch to d_splice_alias()Al Viro
2018-08-05afs: switch dynroot lookups to d_splice_alias()Al Viro
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells