aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells1-0/+2
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne1-1/+0
2018-11-29afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-2/+2
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-14/+17
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-5/+8
2018-05-14afs: Fix directory page lockingDavid Howells1-3/+3
2018-04-09afs: Trace protocol errorsDavid Howells1-1/+1
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-2/+5
2018-04-09afs: Fix directory handlingDavid Howells1-16/+10
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-0/+1
2018-04-09afs: Rearrange status mappingDavid Howells1-16/+7
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-4/+4
2018-04-09afs: Init inode before accessing cacheDavid Howells1-5/+2
2018-04-09afs: Introduce a statistics proc fileDavid Howells1-0/+3
2018-04-09afs: Fix checker warningsDavid Howells1-1/+1
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-9/+37
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells1-2/+3
2018-04-04afs: Invalidate cache on server data changeDavid Howells1-0/+4
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-18/+30
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+3
2018-01-29afs: convert to new i_version APIJeff Layton1-2/+3
2018-01-02afs: Fix unlinkDavid Howells1-0/+4
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-4/+7
2017-11-13afs: Introduce a file-private data recordDavid Howells1-1/+1
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-4/+46
2017-11-13afs: Overhaul permit cachingDavid Howells1-10/+3
2017-11-13afs: Overhaul the callback handlingDavid Howells1-49/+60
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-1/+1
2017-07-09afs: Add metadata xattrsDavid Howells1-1/+6
2017-03-16afs: Populate and use client modification timeMarc Dionne1-1/+1
2017-03-16afs: Prevent callback expiry timer overflowTina Ruchandani1-3/+4
2017-03-16afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2017-03-16afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells1-14/+15
2017-03-16afs: Populate group ID from vnode statusMarc Dionne1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-5/+3
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-1/+1
2013-02-13afs: Support interacting with multiple user namespacesEric W. Biederman1-3/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells1-5/+5
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells1-1/+2
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-0/+86
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+4