aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-06-27afs: Fix storage of cell namesDavid Howells
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid 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: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells
2020-06-15afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells
2020-06-15afs: Concoct ctimesDavid Howells
2020-06-15afs: Fix EOF corruptionDavid Howells
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-09afs: Remove afs_zero_fid as it's not usedDavid Howells
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells
2020-06-09afs: Fix use of BUG()David Howells
2020-06-09afs: Fix file lockingDavid Howells
2020-06-09afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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 afs_statfs() to not let the values go below zeroDavid 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 3 - YFS Cells with a canonical cell name opDavid Howells
2020-06-04afs: Detect cell aliases 2 - Cells with no root volumesDavid 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: Fix handling of CB.ProbeUuid cache manager opDavid 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-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
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: Show more information in /proc/net/afs/serversDavid 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