summaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-221-0/+8
* afs: Fix deadlock between writeback and truncateDavid Howells2020-10-081-9/+38
* afs: Fix silly renameDavid Howells2020-06-161-5/+17
* afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells2020-06-161-3/+1
* afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-161-0/+1
* afs: Fix truncation issues and mmap writeback sizeDavid Howells2020-06-151-2/+25
* afs: Concoct ctimesDavid Howells2020-06-151-11/+18
* afs: Fix EOF corruptionDavid Howells2020-06-151-1/+11
* afs: Make afs_zap_data() staticDavid Howells2020-06-091-1/+1
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-34/+25
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-237/+203
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-5/+5
* afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-2/+2
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-7/+6
|\
| * fs: afs: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-7/+6
* | afs dynroot: switch to simple_dir_operationsAl Viro2019-09-151-1/+1
* | afs: Add some callback management tracepointsDavid Howells2019-06-201-7/+10
|/
* afs: Fix setting of i_blocksDavid Howells2019-06-201-7/+12
* afs: Fix over zealous "vnode modified" warningsDavid Howells2019-06-201-5/+7
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-22/+29
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-4/+14
* afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells2019-05-161-1/+13
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-31/+50
* afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2019-05-161-13/+24
* afs: Don't save callback version and type fieldsDavid Howells2019-05-161-7/+1
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-53/+233
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-2/+2
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-151-0/+1
* afs: Calculate i_blocks based on file sizeMarc Dionne2019-05-071-1/+5
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-4/+31
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-0/+2
* afs: avoid deprecated get_seconds()Arnd Bergmann2019-04-131-3/+1
* afs: Fix key refcounting in file locking codeDavid Howells2019-01-171-0/+2
* afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-01-171-1/+0
* afs: Fix validation/callback interactionDavid Howells2018-11-291-6/+12
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-241-2/+2
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-14/+17
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-1/+1
* afs: Fix whole-volume callback handlingDavid Howells2018-05-141-5/+8
* afs: Fix directory page lockingDavid Howells2018-05-141-3/+3
* afs: Trace protocol errorsDavid Howells2018-04-091-1/+1
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-2/+5
* afs: Fix directory handlingDavid Howells2018-04-091-16/+10
* afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-091-0/+1
* afs: Rearrange status mappingDavid Howells2018-04-091-16/+7
* afs: Make it possible to get the data version in readpageDavid Howells2018-04-091-4/+4
* afs: Init inode before accessing cacheDavid Howells2018-04-091-5/+2
* afs: Introduce a statistics proc fileDavid Howells2018-04-091-0/+3
* afs: Fix checker warningsDavid Howells2018-04-091-1/+1