aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-19/+13
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-1/+1
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-10/+9
2020-01-26afs: Fix characters allowed into cell namesGravatar David Howells 1-1/+10
2020-01-14Merge branch 'dhowells' (patches from DavidH)Gravatar Linus Torvalds 1-10/+8
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryGravatar David Howells 1-5/+1
2020-01-14afs: Fix use-after-loss-of-refGravatar David Howells 1-5/+7
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesGravatar David Howells 1-3/+4
2019-12-11afs: Fix missing cell comparison in afs_test_super()Gravatar David Howells 1-0/+1
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPGravatar David Howells 1-0/+3
2019-12-11afs: Fix mountpoint parsingGravatar David Howells 1-2/+4
2019-12-09afs: Fix SELinux setting security label on /afsGravatar David Howells 1-1/+0
2019-12-09afs: Fix afs_find_server lookups for ipv4 peersGravatar Marc Dionne 1-13/+8
2019-11-30Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-54/+50
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-11/+10
2019-11-22afs: Fix large file supportGravatar Marc Dionne 1-0/+1
2019-11-22afs: Fix possible assert with callbacks from yfs serversGravatar Marc Dionne 1-1/+0
2019-11-21afs: Remove set but not used variable 'ret'Gravatar zhengbin 1-2/+1
2019-11-21afs: Remove set but not used variables 'before', 'after'Gravatar zhengbin 1-10/+2
2019-11-21afs: xattr: use scnprintfGravatar Mark Salyzyn 1-7/+9
2019-11-21afs: Introduce an afs_get_read() refcount helperGravatar David Howells 3-6/+9
2019-11-21afs: Rename desc -> req in afs_fetch_data()Gravatar David Howells 1-3/+3
2019-11-21afs: Switch the naming of call->iter and call->_iterGravatar David Howells 6-26/+26
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsGravatar David Howells 2-7/+7
2019-11-19afs: Fix missing timeout resetGravatar David Howells 1-0/+1
2019-11-15afs: Fix race in commit bulk status fetchGravatar David Howells 1-1/+6
2019-10-30fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-2/+2
2019-10-18fs: afs: Use pr_warn instead of pr_warningGravatar Kefeng Wang 3-11/+10
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-9/+1
2019-09-15afs dynroot: switch to simple_dir_operationsGravatar Al Viro 3-9/+1
2019-09-02afs: Support RCU pathwalkGravatar David Howells 2-17/+112
2019-09-02afs: Provide an RCU-capable key lookupGravatar David Howells 2-2/+32
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()Gravatar David Howells 2-5/+5
2019-09-02afs: remove unused variable 'afs_zero_fid'Gravatar YueHaibing 1-2/+0
2019-09-02afs: remove unused variable 'afs_voltypes'Gravatar YueHaibing 1-2/+0
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2Gravatar YueHaibing 1-1/+1
2019-08-22afs: Fix possible oops in afs_lookup trace eventGravatar Marc Dionne 1-1/+2
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()Gravatar David Howells 1-0/+4
2019-07-30afs: Fix missing dentry data version updatingGravatar David Howells 1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()Gravatar David Howells 1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationGravatar David Howells 1-1/+1
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Gravatar Jia-Ju Bai 1-5/+7
2019-07-30afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Gravatar Marc Dionne 1-5/+6
2019-07-30afs: Fix the CB.ProbeUuid service handler to reply correctlyGravatar David Howells 1-7/+3
2019-07-25afs: fsclient: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-18/+33
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-19/+35
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-87/+1