summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2020-08-26afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-06-25afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-25afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-25afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-04-02afs: Fix some tracing detailsDavid Howells1-2/+2
2020-01-29afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2020-01-27afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2020-01-27afs: Fix large file supportMarc Dionne1-0/+1
2020-01-27afs: Fix missing timeout resetDavid Howells1-0/+1
2020-01-27afs: Fix double inc of vnode->cb_breakDavid Howells1-3/+1
2020-01-27afs: Fix lock-wait/callback-break double lockingDavid Howells2-10/+1
2020-01-27afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells1-5/+2
2020-01-27afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2-3/+5
2020-01-27afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2020-01-27afs: Further fix file lockingDavid Howells1-196/+196
2020-01-27afs: Fix AFS file locking to allow fine grained locksDavid Howells1-14/+9
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 SELinux setting security label on /afsDavid Howells1-1/+0
2020-01-09afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne1-13/+8
2019-09-10afs: Fix leak in afs_lookup_cell_rcu()David Howells1-0/+4
2019-09-06afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-09-06fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-09-06afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-09-06afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells1-7/+3
2019-07-21afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells3-3/+4
2019-05-16afs: Unlock pages for __pagevec_release()Marc Dionne1-0/+1
2019-02-27afs: Fix key refcounting in file locking codeDavid Howells2-2/+4
2019-02-27afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne1-1/+0
2018-12-17afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-11-27afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-10-15afs: Fix clearance of replyDavid Howells2-4/+0
2018-10-12afs: Fix afs_server struct leakDavid Howells1-0/+2
2018-10-12afs: Fix cell proc listDavid Howells5-10/+22
2018-09-08afs: Fix cell specification to permit an empty address listDavid Howells1-8/+7
2018-08-24fs/afs: use new return type vm_fault_tSouptick Joarder2-2/+3
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+17
2018-08-14Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-58/+12
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2-13/+2
2018-08-05afs_lookup(): switch to d_splice_alias()Al Viro1-35/+12
2018-08-05afs: switch dynroot lookups to d_splice_alias()Al Viro1-15/+3
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-11/+17
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds14-633/+716
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells5-27/+170
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells2-2/+2
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells2-2/+10