aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-0/+1
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-1/+0
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells1-0/+3
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells1-1/+0
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne1-4/+2
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-71/+1
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells1-0/+1
2024-01-01afs: Fix offline and busy message emissionDavid Howells1-4/+4
2024-01-01afs: Fix fileserver rotationDavid Howells1-4/+19
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-17/+17
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-3/+13
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells1-0/+10
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-3/+1
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells1-3/+7
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells1-1/+2
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells1-8/+15
2024-01-01afs: Combine the endpoint state bools into a bitmaskDavid Howells1-6/+6
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-21/+45
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-0/+1
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells1-0/+4
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells1-0/+29
2023-12-28afs: Use the netfs write helpersDavid Howells1-9/+1
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-30/+28
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-7/+11
2023-12-24afs: Rename some fieldsDavid Howells1-4/+4
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-7/+3
2023-12-24afs: Simplify error handlingDavid Howells1-13/+31
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells1-1/+1
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-5/+15
2023-12-24afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells1-1/+1
2023-12-24afs: Rename addr_list::failed to probe_failedDavid Howells1-1/+1
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-12/+14
2023-12-24afs: Turn the afs_addr_list address array into an array of structsDavid Howells1-1/+5
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-56/+0
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-6/+0
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeDavid Howells1-0/+2
2023-12-01afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva1-1/+1
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells1-0/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-10-09afs: move afs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-10-02afs: Annotate struct afs_addr_list with __counted_byKees Cook1-1/+1
2023-10-02afs: Annotate struct afs_permits with __counted_byKees Cook1-1/+1
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells1-1/+1
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-22afs: remove afs_cache_netfs and afs_zap_permits() declarationsGaosheng Cui1-8/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells1-2/+1
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-8/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-14/+9
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+16
2022-03-18netfs: Add a netfs inode contextDavid Howells1-5/+14
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-2/+2
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-2/+2
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-0/+5
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-14/+18
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-23/+23
2021-11-02afs: Sort out symlink readingDavid Howells1-1/+2
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells1-0/+10
2021-09-13afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells1-0/+1
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells1-0/+2
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-0/+8
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+2
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells1-0/+1
2021-04-23afs: Use new netfs lib read helper APIDavid Howells1-0/+3
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells1-0/+1
2021-04-23afs: Prepare for use of THPsDavid Howells1-2/+0
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-7/+8
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-8/+8
2021-04-23afs: Don't truncate iter during data fetchDavid Howells1-0/+6
2021-04-23afs: Move key to afs_read structDavid Howells1-1/+2
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-8/+8
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells1-0/+1
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells1-4/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-2/+14
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells1-3/+3
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells1-0/+28
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells1-0/+1
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-6/+9
2020-10-16afs: Fix cell removalDavid Howells1-0/+1
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells1-2/+6
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells1-3/+3
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells1-0/+1
2020-08-20afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells1-1/+3
2020-08-20afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells1-4/+5
2020-08-20afs: Remove afs_vlserver->probe.have_resultDavid Howells1-1/+0
2020-06-27afs: Fix storage of cell namesDavid Howells1-1/+1
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells1-0/+1
2020-06-16afs: Fix silly renameDavid Howells1-0/+17
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-9/+1
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells1-1/+0
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells1-1/+0
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells1-3/+4
2020-06-15afs: Concoct ctimesDavid Howells1-0/+2
2020-06-09afs: Make afs_zap_data() staticDavid Howells1-1/+0
2020-06-09afs: Fix file lockingDavid Howells1-1/+0
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells1-10/+14
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells1-8/+8
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells1-1/+3
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells1-1/+3
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-56/+22
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells1-8/+2
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells1-3/+14
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells1-0/+2
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells1-1/+2
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells1-7/+0
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-119/+194
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-56/+56
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-1/+1
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells1-0/+1
2020-05-31afs: Make callback processing more efficient.David Howells1-3/+3
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-11/+30
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-2/+6
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells1-2/+3
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells1-1/+1
2020-04-24afs: Remove some unused bitsDavid Howells1-2/+0
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+10
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells1-2/+10
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn1-1/+1
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells1-0/+6
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells1-5/+5
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro1-1/+0
2019-09-02afs: Provide an RCU-capable key lookupDavid Howells1-0/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-15/+0
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+7
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+3
2019-06-20afs: Trace afs_server usageDavid Howells1-7/+3
2019-06-20afs: Add some callback management tracepointsDavid Howells1-4/+4
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells1-1/+1
2019-06-20afs: Fix vlserver record corruptionDavid Howells1-4/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-02afs: do not send list of client addressesFlorian Westphal1-15/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-1/+3
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-1/+0
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-3/+9
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells1-0/+1
2019-05-16afs: Don't save callback version and type fieldsDavid Howells1-2/+0
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-68/+66
2019-05-16afs: Always get the reply timeDavid Howells1-1/+1
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells1-6/+5
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-3/+21
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-1/+8
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells1-0/+1
2019-05-16afs: Fix cell DNS lookupDavid Howells1-5/+5
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells1-1/+1
2019-05-07afs: Implement YFS ACL settingDavid Howells1-0/+1
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells1-0/+13
2019-05-07afs: implement acl settingJoe Gorse1-0/+1
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells1-0/+7
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells1-1/+2
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-0/+14
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-0/+10
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells1-0/+1
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells1-0/+2
2019-04-25afs: Split wait from afs_make_call()David Howells1-5/+7
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells1-3/+1
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells1-1/+0
2019-02-28afs: Add fs_context supportDavid Howells1-4/+4
2018-11-29afs: Fix missing net error handlingDavid Howells1-0/+9
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-19/+79
2018-10-24afs: Fix callback handlingDavid Howells1-3/+6
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-1/+0
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells1-0/+3
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-1/+34
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-0/+2
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-0/+11
2018-10-24afs: Implement VL server rotationDavid Howells1-13/+101
2018-10-24afs: Improve FS server rotation error handlingDavid Howells1-0/+1
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-4/+52
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-12afs: Fix cell proc listDavid Howells1-2/+2
2018-10-04afs: Do better max capacity handling on address listsDavid Howells1-3/+5
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder1-1/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells1-2/+13
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-1/+6
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells1-0/+8
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-3/+22
2018-05-23afs: Implement network namespacingDavid Howells1-19/+24
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells1-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-0/+15
2018-05-14afs: Fix refcounting in callback registrationDavid Howells1-2/+5
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells1-0/+1
2018-05-14afs: Fix directory page lockingDavid Howells1-1/+1