aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-039p: convert to the new mount APIEric Sandeen1-39/+91
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-06-119p: don't bother with always_delete_dentryAl Viro1-2/+4
2025-06-10new helper: set_default_d_op()Al Viro1-2/+2
2024-10-25Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet1-1/+1
2024-10-25Revert " fs/9p: mitigate inode collisions"Dominique Martinet1-1/+1
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen1-1/+1
2024-04-11fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt1-0/+1
2024-04-11fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen1-0/+16
2024-01-26fs/9p: fix dups even in uncached modeEric Van Hensbergen1-16/+0
2024-01-26fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen1-1/+1
2024-01-26fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen1-28/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-12/+2
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+0
2023-05-049p: Remove INET dependencyJason Andryuk1-1/+0
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen1-2/+2
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen1-26/+7
2023-03-27fs/9p: allow disable of xattr support on mountEric Van Hensbergen1-1/+2
2023-03-27fs/9p: Remove unnecessary superblock flagsEric Van Hensbergen1-3/+1
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet1-1/+1
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-3/+3
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells1-0/+3
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-2/+5
2021-11-049p: set readahead and io size according to maxsizeDominique Martinet1-0/+3
2021-11-039p: fix file headersDominique Martinet1-4/+0
2020-11-199p: add refcount to p9_fid structJianyong Wu1-0/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-2/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2019-09-039p/vfs_super.c: Remove unused parameter data in v9fs_fill_superBharath Vedartham1-2/+2
2019-08-309p: Fill min and max timestamps in sbDeepa Dinamani1-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-05-019p: switch to ->free_inode()Al Viro1-2/+2
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao1-2/+2
2018-04-05fs/9p: don't set SB_NOATIME by defaultYiwen Jiang1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-07-119p: Implement show_optionsDavid Howells1-4/+2
2017-04-209p: Convert to separately allocated bdiJan Kara1-3/+12
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-06-08v9fs: fix error handling in v9fs_session_init()Tejun Heo1-6/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-3/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+2
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-109p: statfs should not override server f_typeJim Garlick1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-6/+6
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-6/+6
2012-01-039p: propagate umode_tAl Viro1-1/+1
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V1-1/+1
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V1-24/+9
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Add . and .. dentry revalidation flagAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Initialize root inode number for dotlAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Add drop_inode 9p callbackAneesh Kumar K.V1-0/+15
2011-03-15fs/9p: set default readahead pages in cached modeAneesh Kumar K.V1-0/+2
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V1-4/+0
2011-03-15fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V1-9/+24
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V1-2/+3
2011-03-15[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)1-1/+1
2011-01-12switch 9pAl Viro1-3/+5
2010-10-29convert v9fsAl Viro1-12/+10
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar1-1/+2
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V1-2/+2
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V1-1/+8
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+2
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V1-0/+1
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V1-2/+4
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi1-18/+25
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-1/+38
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi1-2/+16
2010-04-229p: add bdi backing to mount sessionJens Axboe1-0/+1
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-1/+2
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-12/+4
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni1-18/+5
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni1-5/+0
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni1-4/+7
2009-08-179p: Fix v9fs show_optionsAbhishek Kulkarni1-2/+2
2009-06-179P doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-4/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-1/+5
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-2/+3
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells1-2/+2
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-1/+5
2008-05-149p: fix error path during early mountEric Van Hensbergen1-18/+16
2008-05-149p: Documentation updatesEric Van Hensbergen1-0/+1
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-4/+3
2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov1-0/+3
2007-10-179p: Make transports dynamicEric Van Hensbergen1-18/+1
2007-07-149p: re-enable mount time debug optionEric Van Hensbergen1-1/+1
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-54/+37
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-9/+12
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-9/+12
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust1-3/+4
2006-04-11[PATCH] 9p: handle sget() failureEric Van Hensbergen1-3/+10
2006-03-25[PATCH] 9p: fix name consistency problemsEric Van Hensbergen1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov1-1/+0
2006-03-02[PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen1-2/+5
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov1-5/+7
2006-01-10[PATCH] 9p: remove superflous MS_NODIRATIME assignmentChristoph Hellwig1-1/+1
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov1-2/+1
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-5/+5
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov1-1/+2
2005-09-30[PATCH] missing ERR_PTR in 9fsAl Viro1-1/+1
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov1-13/+8
2005-09-22[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sbLatchesar Ionkov1-17/+7
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen1-0/+9
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen1-0/+271