aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode_dotl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen1-8/+20
2024-03-25fs/9p: remove redundant pointer v9sesColin Ian King1-4/+0
2024-03-25fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu1-1/+1
2024-01-26fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen1-75/+17
2024-01-26fs/9p: rework qid2ino logicEric Van Hensbergen1-4/+2
2024-01-26fs/9p: Eliminate redundant non-cache path in mknodEric Van Hensbergen1-26/+10
2024-01-26fs/9p: remove walk and inode allocation from symlinkEric Van Hensbergen1-33/+0
2024-01-26fs/9p: convert mkdir to use get_new_inodeEric Van Hensbergen1-25/+10
2024-01-039p: Fix initialisation of netfs_inode for 9pDavid Howells1-0/+1
2023-12-289p: Use netfslib read/write_iterDavid Howells1-2/+5
2023-10-189p: convert to new timestamp accessorsJeff Layton1-8/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+6
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet1-1/+0
2023-07-139p: convert to ctime accessor functionsJeff Layton1-4/+4
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-28fs/9p: Fix bit operation logic errorEric Van Hensbergen1-1/+1
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen1-12/+14
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen1-29/+19
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen1-5/+25
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2023-02-23fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen1-3/+4
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-5/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+3
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-4/+4
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-1/+0
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
2022-10-209p: implement set acl methodChristian Brauner1-0/+2
2022-10-209p: implement get acl methodChristian Brauner1-2/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet1-40/+18
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-21/+21
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet1-0/+3
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-9/+20
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells1-1/+2
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner1-9/+20
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-4/+5
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells1-2/+9
2021-03-129p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2021-03-08new helper: inode_wrong_type()Al Viro1-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-14/+17
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-11-199p: add refcount to p9_fid structJianyong Wu1-6/+28
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+1
2020-07-199p: retrieve fid from file when file instance exist.Jianyong Wu1-2/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao1-13/+14
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2017-10-23fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen1-0/+3
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+10
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-01-129p: constify ->d_name handlingAl Viro1-10/+10
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-9/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-039p: use clone_fid()Al Viro1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+5
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-05-299p: new helper - v9fs_parent_fid()Al Viro1-11/+5
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-4/+5
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+10
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai1-3/+0
2015-07-129p: don't leave a half-initialized inode sitting aroundAl Viro1-2/+1
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-2/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-4/+3
2015-05-109p: don't bother with __getname() in ->follow_link()Al Viro1-23/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-10-099p: switch to %p[dD]Al Viro1-4/+4
2014-06-04fs/9p: kerneldoc fixesFabian Frederick1-4/+3
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-4/+5
2013-11-239p: remove useless 'name' variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: remove useless variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: remove never used return variableGeyslan G. Bem1-2/+0
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro1-4/+0
2013-09-17atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro1-7/+1
2013-02-289p: v9fs_fid_add() can't fail nowAl Viro1-12/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-37/+38
2013-02-269p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro1-25/+25
2013-02-269p: split dropping the acls from v9fs_set_create_acl()Al Viro1-6/+6
2013-02-269p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro1-9/+10
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+5
2013-02-129p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman1-5/+5
2013-02-10fs/9p: Fix atomic_openM. Mohan Kumar1-2/+8
2013-02-10fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V1-1/+0
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14make finish_no_open() return intAl Viro1-4/+2
2012-07-14kill struct opendataAl Viro1-9/+6
2012-07-14make ->atomic_open() return intAl Viro1-8/+6
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-3/+3
2012-07-149p: implement i_op->atomic_open()Miklos Szeredi1-17/+35
2012-05-29kill v9fs_dentry_from_dir_inode()Al Viro1-21/+3
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-45/+82
2012-01-06fs/9p: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V1-1/+41
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-44/+41
2012-01-039p: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-3/+3
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-1/+54
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V1-8/+15
2011-09-06fs/9p: Add fid before dentry instantiationAneesh Kumar K.V1-4/+4
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+8
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-249p: close ACL leaksAl Viro1-3/+6
2011-07-23fs/9p: Always ask new inode in createAneesh Kumar K.V1-9/+21
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V1-4/+37
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-05-25fs/9p: Don't clunk dentry fid when we fail to get a writeback inodeAneesh Kumar K.V1-5/+6
2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V1-1/+1
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V1-2/+2
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V1-1/+2
2011-03-22fs/9p: Use truncate_setsize instead of vmtruncateAneesh Kumar K.V1-7/+5
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V1-0/+3
2011-03-15fs/9p: Writeback dirty data before setattrAneesh Kumar K.V1-0/+4
2011-03-15fs/9p: call vmtruncate before setattr 9p opeationAneesh Kumar K.V1-5/+4
2011-03-15fs/9p: Properly update inode attributes on linkAneesh Kumar K.V1-9/+1
2011-03-15fs/9p: Mark directory inode invalid for many directory inode operationsAneesh Kumar K.V1-9/+14
2011-03-15fs/9p: mark inode attribute invalid on rename, unlink and setattrAneesh Kumar K.V1-0/+1
2011-03-15fs/9p: Add support for marking inode attribute invalidAneesh Kumar K.V1-0/+27
2011-03-15fs/9p: Update link count correctly on different file system operationsAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V1-7/+10
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V1-7/+7
2011-03-15fs/9p: Don't set stat.st_blocks based on nrpagesAneesh Kumar K.V1-3/+4
2011-03-15fs/9p: Add inode hashingAneesh Kumar K.V1-23/+46
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V1-2/+16
2011-03-15fs/9p: increment inode->i_count in cached mode.Aneesh Kumar K.V1-6/+1
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V1-0/+4
2011-01-11fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V1-13/+0
2011-01-11fs/9p: fix spelling typoEric Van Hensbergen1-1/+1
2011-01-11fs/9p: TREADLINK bugfixM. Mohan Kumar1-36/+22
2011-01-11fs/9p: Simplify the .L create operationAneesh Kumar K.V1-47/+28
2011-01-11fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V1-0/+870