aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik1-1/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-3/+3
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-2/+2
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells1-6/+40
2024-12-20afs: Eliminate afs_readDavid Howells1-0/+2
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells1-5/+59
2024-12-20afs: Use netfslib for directoriesDavid Howells1-2/+19
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells1-9/+14
2024-08-24afs: Fix post-setattr file edit to do truncation correctlyDavid Howells1-3/+8
2024-07-02afs: Convert comma to semicolonChen Ni1-2/+2
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+1
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-12/+16
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-11/+10
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-1/+1
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells1-172/+0
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-10/+14
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+1
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-1/+1
2023-12-24afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov1-9/+6
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-1/+1
2023-10-18afs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-13afs: convert to ctime accessor functionsJeff Layton1-3/+3
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells1-1/+8
2023-05-02afs: Fix updating of i_size with dv jump from serverMarc Dionne1-0/+1
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)1-8/+19
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-08-13afs: Enable multipage folio supportDavid Howells1-0/+2
2022-06-21afs: Fix dynamic root getattrDavid Howells1-1/+2
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-22/+19
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds1-0/+3
2022-05-22afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+13
2022-03-18afs: Maintain netfs_i_context::remote_i_sizeDavid Howells1-0/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells1-11/+20
2022-01-07afs: Skip truncation on the server of data we haven't written yetDavid Howells1-10/+35
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-3/+5
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-25/+25
2021-11-02afs: Sort out symlink readingDavid Howells1-3/+3
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells1-10/+0
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells1-45/+43
2021-05-01afs: Fix speculative status fetchesDavid Howells1-2/+4
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells1-2/+3
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells1-1/+1
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2021-03-08afs: Fix updating of i_mode due to 3rd party changeDavid Howells1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells1-0/+8
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells1-9/+38
2020-06-16afs: Fix silly renameDavid Howells1-5/+17
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells1-3/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells1-2/+25
2020-06-15afs: Concoct ctimesDavid Howells1-11/+18
2020-06-15afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-09afs: Make afs_zap_data() staticDavid Howells1-1/+1
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-34/+25
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-237/+203
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-5/+5
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-7/+6
2019-10-18fs: afs: Use pr_warn instead of pr_warningKefeng Wang1-7/+6
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro1-1/+1
2019-06-20afs: Add some callback management tracepointsDavid Howells1-7/+10
2019-06-20afs: Fix setting of i_blocksDavid Howells1-7/+12
2019-06-20afs: Fix over zealous "vnode modified" warningsDavid Howells1-5/+7
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-22/+29
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-4/+14
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells1-1/+13
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-31/+50
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells1-13/+24
2019-05-16afs: Don't save callback version and type fieldsDavid Howells1-7/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-53/+233
2019-05-16afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells1-5/+2
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-2/+2
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells1-0/+1
2019-05-07afs: Calculate i_blocks based on file sizeMarc Dionne1-1/+5
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells1-4/+31
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-0/+2
2019-04-13afs: avoid deprecated get_seconds()Arnd Bergmann1-3/+1
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...Linus 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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-11/+20
2008-06-06Fix various old email addresses for dwmw2David Woodhouse1-1/+1
2008-02-07iget: use iget_failed() in AFSDavid Howells1-4/+1
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner1-1/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-11AFS: fix a couple of problems with unlinking AFS filesDavid Howells1-3/+7
2007-05-09AFS: implement basic file write supportDavid Howells1-1/+46
2007-05-09AFS: AFS fixupsDavid Howells1-7/+18
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller1-1/+1
2007-04-26[AFS]: Add "directory write" support.David Howells1-10/+105
2007-04-26[AFS]: Add security support.David Howells1-6/+15
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-73/+34
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-19/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2005-11-07[PATCH] afs: use generic_ro_fopsChristoph Hellwig1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+287