aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells3-0/+10
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells1-1/+4
2020-11-03afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells1-6/+1
2020-11-03afs: Fix warning due to unadvanced marshalling pointerDavid Howells1-0/+1
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2-9/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells3-12/+76
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells2-4/+4
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells2-18/+41
2020-10-29afs: Fix where page->private is set during writeDavid Howells1-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells1-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells4-26/+18
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2-4/+7
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter1-1/+1
2020-10-27afs: Fix tracing deref-before-checkDavid Howells1-1/+2
2020-10-27afs: Fix copy_file_range()David Howells1-0/+1
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-172/+269
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells1-1/+6
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells9-55/+101
2020-10-16afs: Fix cell removalDavid Howells2-6/+11
2020-10-16afs: Fix cell purging with aliasesDavid Howells1-0/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells9-76/+136
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells5-93/+71
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells3-9/+50
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-1/+0
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-40/+73
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller6-40/+73
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva10-82/+82
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells1-9/+11
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells1-0/+1
2020-08-20afs: Fix error handling in VL server rotationDavid Howells1-0/+4
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells5-20/+46
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells4-15/+22
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells2-5/+1
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2-4/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-15afs: Fix interruption of operationsDavid Howells2-2/+3
2020-06-27afs: Fix storage of cell namesDavid Howells2-1/+10
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells4-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-16afs: Fix silly renameDavid Howells4-16/+80
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells1-3/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells7-18/+32
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells2-2/+1
2020-06-16afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells1-25/+26
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells2-43/+0
2020-06-15afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells1-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells3-5/+35
2020-06-15afs: Concoct ctimesDavid Howells4-12/+38
2020-06-15afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells1-0/+1
2020-06-09afs: Make afs_zap_data() staticDavid Howells2-2/+1
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells1-2/+0
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells2-2/+2
2020-06-09afs: Fix use of BUG()David Howells1-1/+2
2020-06-09afs: Fix file lockingDavid Howells2-2/+1
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng1-0/+1
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-3859/+4222
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells3-12/+88
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells2-11/+15
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells4-8/+18
2020-06-04afs: Fix afs_statfs() to not let the values go below zeroDavid Howells1-1/+4
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells3-11/+59
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells17-543/+257
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells6-23/+39
2020-06-04afs: Detect cell aliases 3 - YFS Cells with a canonical cell name opDavid Howells2-0/+62
2020-06-04afs: Detect cell aliases 2 - Cells with no root volumesDavid Howells1-1/+89
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells9-13/+287
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells5-2/+116
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells2-1/+5
2020-06-04afs: Fix handling of CB.ProbeUuid cache manager opDavid Howells1-2/+3
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells2-54/+2
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells20-2821/+2640
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+2
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells14-278/+278
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells7-54/+35
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells4-123/+55
2020-05-31afs: Make callback processing more efficient.David Howells3-60/+100
2020-05-31afs: Show more information in /proc/net/afs/serversDavid Howells1-8/+9
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells8-119/+277
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells8-65/+119
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells4-15/+20
2020-05-31afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells1-3/+9
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-4/+2
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-26/+10
2020-05-23rxrpc: Fix a warningDavid Howells1-1/+1
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2-26/+10
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-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-3/+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/ker...Linus 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/gi...Linus Torvalds10-54/+50
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus 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/vir...Linus Torvalds3-9/+1
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro3-9/+1
2019-09-02afs: Support RCU pathwalkDavid Howells2-17/+112
2019-09-02afs: Provide an RCU-capable key lookupDavid Howells2-2/+32
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells2-5/+5
2019-09-02afs: remove unused variable 'afs_zero_fid'YueHaibing1-2/+0
2019-09-02afs: remove unused variable 'afs_voltypes'YueHaibing1-2/+0
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing1-1/+1
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne1-1/+2
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()David Howells1-0/+4
2019-07-30afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-07-30afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-07-30afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells1-7/+3
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-18/+33
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva1-19/+35
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-87/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-82/+237
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+7
2019-06-28afs: Add support for the UAE error tableDavid Howells2-28/+152
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+25
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-19/+25
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells2-5/+7
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu3-8/+4
2019-06-20afs: Trace afs_server usageDavid Howells7-21/+47
2019-06-20afs: Add some callback management tracepointsDavid Howells4-17/+28
2019-06-20afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells1-8/+6
2019-06-20afs: Fix setting of i_blocksDavid Howells1-7/+12
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells3-3/+4
2019-06-20afs: Fix vlserver record corruptionDavid Howells1-4/+2
2019-06-20afs: Fix over zealous "vnode modified" warningsDavid Howells1-5/+7
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein1-5/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-120/+24
2019-06-02afs: do not send list of client addressesFlorian Westphal4-87/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner24-120/+24
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner12-60/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells2-7/+45
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells4-49/+78
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells6-28/+33
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells1-1/+13
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells7-59/+100
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2-13/+25
2019-05-16afs: Don't save callback version and type fieldsDavid Howells6-16/+5
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells12-1004/+921
2019-05-16afs: Always get the reply timeDavid Howells5-16/+3
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells5-50/+45
2019-05-16afs: Get rid of afs_call::reply[]David Howells10-303/+293
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells2-15/+2
2019-05-16afs: Fix double inc of vnode->cb_breakDavid Howells1-3/+1
2019-05-16afs: Fix lock-wait/callback-break double lockingDavid Howells2-10/+1