aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells4-12/+11
2020-04-24afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells1-1/+1
2020-04-24afs: Remove some unused bitsDavid Howells3-8/+3
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2-35/+76
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells1-3/+3
2020-04-13afs: Fix rename operation status deliveryDavid Howells3-21/+12
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells1-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2-9/+17
2020-03-26afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-68/+32
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells1-32/+2
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells3-33/+26
2020-03-13afs: Fix some tracing detailsDavid Howells1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells1-1/+2
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2-2/+2
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+13
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-1/+1
2020-02-07fs_parse: get rid of ->enumsAl Viro1-10/+9
2020-01-26afs: Fix characters allowed into cell namesDavid Howells1-1/+10
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds1-10/+8
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells1-3/+4
2019-12-11afs: Fix missing cell comparison in afs_test_super()David Howells1-0/+1
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells1-0/+3
2019-12-11afs: Fix mountpoint parsingDavid Howells1-2/+4
2019-12-09afs: Fix SELinux setting security label on /afsDavid Howells1-1/+0
2019-12-09afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne1-13/+8
2019-11-30Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds10-54/+50
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-11/+10
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-21afs: Remove set but not used variable 'ret'zhengbin1-2/+1
2019-11-21afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2019-11-21afs: xattr: use scnprintfMark Salyzyn1-7/+9
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells3-6/+9
2019-11-21afs: Rename desc -> req in afs_fetch_data()David Howells1-3/+3
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells6-26/+26
2019-11-21afs: Use call->_iter not &call->iter in debugging statementsDavid Howells2-7/+7
2019-11-19afs: Fix missing timeout resetDavid Howells1-0/+1
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-10-30fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-10-18fs: afs: Use pr_warn instead of pr_warningKefeng Wang3-11/+10
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