aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
AgeCommit message (Expand)Author
2020-10-29afs: Fix cell removalDavid Howells
2020-10-29afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-29afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-10-14afs: Fix deadlock between writeback and truncateDavid Howells
2020-06-27afs: Fix storage of cell namesDavid Howells
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells
2020-06-15afs: Concoct ctimesDavid Howells
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-09afs: Fix file lockingDavid Howells
2020-06-04afs: Adjust the fileserver rotation algorithm to reprobe/retry more quicklyDavid Howells
2020-06-04afs: Show more a bit more server state in /proc/net/afs/serversDavid Howells
2020-06-04afs: Don't use probe running state to make decisions outside probe codeDavid Howells
2020-06-04afs: Fix the by-UUID server tree to allow servers with the same UUIDDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells
2020-06-04afs: Detect cell aliases 1 - Cells with root volumesDavid Howells
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells
2020-06-04afs: Retain more of the VLDB record for alias detectionDavid Howells
2020-06-04afs: Don't get epoch from a server because it may be ambiguousDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells
2020-05-31afs: Set error flag rather than return error from file status decodeDavid Howells
2020-05-31afs: Make callback processing more efficient.David Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells
2020-05-31afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells
2020-04-24afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells
2020-04-24afs: Remove some unused bitsDavid Howells
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-13afs: Fix handling of an abort from a service handlerDavid Howells
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn
2019-11-21afs: Introduce an afs_get_read() refcount helperDavid Howells
2019-11-21afs: Switch the naming of call->iter and call->_iterDavid Howells
2019-09-29Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro
2019-09-02afs: Provide an RCU-capable key lookupDavid Howells
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-20afs: Trace afs_server usageDavid Howells
2019-06-20afs: Add some callback management tracepointsDavid Howells
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells
2019-06-20afs: Fix vlserver record corruptionDavid Howells