aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-289p: explicitly deny setlease attemptsJeff Layton1-0/+2
2024-02-059p: adapt to breakup of struct file_lockJeff Layton1-20/+19
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-059p: rename fl_type variable in v9fs_file_do_lockJeff Layton1-3/+3
2023-12-289p: Use netfslib read/write_iterDavid Howells1-80/+9
2023-07-20fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen1-1/+0
2023-07-20fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen1-3/+1
2023-05-249p: Add splice_read wrapperDavid Howells1-2/+24
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-6/+4
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen1-60/+31
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen1-111/+20
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-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET1-1/+0
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet1-2/+3
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-2/+2
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-4/+2
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells1-1/+2
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-2/+1
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng1-2/+1
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-10/+10
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-0/+1
2021-11-039p: fix file headersDominique Martinet1-2/+0
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells1-4/+13
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells1-21/+12
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-6/+1
2021-08-239p: migrate from sync_inode to filemap_fdatawrite_wbcJosef Bacik1-6/+1
2021-08-23fs: remove mandatory file locking supportJeff Layton1-13/+0
2021-03-31fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang1-2/+2
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-3/+4
2020-12-01fs: 9p: add generic splice_write file operationDominique Martinet1-0/+6
2020-12-01fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen1-0/+6
2020-11-199p: Fix writeback fid incorrectly being attached to dentryDominique Martinet1-3/+3
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+1
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-10-079P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)1-2/+2
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-279p: read only once on O_NONBLOCKSergey Alirzaev1-1/+4
2019-09-039p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu1-0/+3
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-1/+5
2018-09-089p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14
2018-09-089p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban1-1/+5
2018-09-089p: fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-08-13fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-2/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-309p: use file_dentry()Miklos Szeredi1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2015-11-059p: do not overwrite return code when locking failsDominique Martinet1-1/+2
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-2/+2
2015-08-239p: fix return code of read() when count is 0Vincent Bernat1-1/+1
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+6
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-16/+10
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-12/+0
2015-04-119p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro1-0/+2
2015-04-119p: switch to ->read_iter/->write_iterAl Viro1-44/+39
2015-04-119p: get rid of v9fs_direct_file_read()Al Viro1-40/+2
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-69/+10
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro1-73/+2
2015-04-119p: fold v9fs_file_write_internal() into the callerAl Viro1-47/+30
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-15/+9
2015-03-21fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet1-1/+1
2015-03-209p: do not crash on unknown lock status codeKirill A. Shutemov1-2/+3
2015-03-209p: fix error handling in v9fs_file_do_lockKirill A. Shutemov1-1/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-2/+0
2014-10-099p: switch to %p[dD]Al Viro1-4/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2014-06-04fs/9p: kerneldoc fixesFabian Frederick1-2/+2
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton1-3/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-4/+4
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-3/+3
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+2
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-4/+136
2013-11-239p: remove unused 'p9_client' struct pointerGeyslan G. Bem1-2/+0
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro1-2/+0
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-02-219pfs: fix filesystem to wait for stable page writebackDarrick J. Wong1-0/+1
2013-02-10fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V1-4/+0
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-07-319p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara1-0/+3
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-16/+15
2012-01-05fs/9p: check schedule_timeout_interruptible return valueJim Garlick1-1/+2
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-7/+27
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+20
2011-03-229p: use the updated offset given by generic_write_checksM. Mohan Kumar1-2/+5
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V1-1/+2
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V1-0/+3
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V1-4/+113
2011-03-15fs/9p: Fix inode i_size update in file_writeAneesh Kumar K.V1-2/+6
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V1-4/+8
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V1-4/+50
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V1-0/+19
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V1-41/+61
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V1-3/+1
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V1-14/+4
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-2/+2
2010-10-289p: Implement TGETLOCKM. Mohan Kumar1-0/+47
2010-10-289p: Implement TLOCKM. Mohan Kumar1-2/+158
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)1-2/+16
2010-10-28[fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)1-0/+15
2010-10-28fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao1-8/+2
2010-10-28fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora1-4/+19
2010-08-029p: Implement LOPENM. Mohan Kumar1-4/+9
2010-08-029p: Make use of iounit for read/writeM. Mohan Kumar1-6/+7
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+2
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi1-0/+11
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi1-2/+2
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar1-0/+19
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-2/+8
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni1-7/+8
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni1-4/+4
2008-10-229p: fix format warningEric Van Hensbergen1-1/+1
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-1/+1
2008-10-179p: adjust 9p vfs write operationEric Van Hensbergen1-7/+29
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-4/+53
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-2/+2
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen1-1/+3
2008-05-149p: Documentation updatesEric Van Hensbergen1-5/+6
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen1-2/+2
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen1-2/+4
2007-10-099PFS: clean up explicit check for mandatory locksPavel Emelyanov1-1/+1
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen1-2/+12
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-121/+39
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-269p: make struct v9fs_cached_file_operations staticAdrian Bunk1-1/+3
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-0/+18
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-2/+2
2007-01-26[PATCH] 9p: fix segfault caused by race condition in meta-data operationsEric Van Hensbergen1-40/+7
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-4/+4
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-06-30v9fs: do not include linux/version.hPaul Collins1-1/+0
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov1-4/+9
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-25[PATCH] v9fs: add extension field to TcreateLatchesar Ionkov1-17/+15
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov1-66/+40
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen1-0/+4
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-21/+4
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-2/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-11[PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9f...Latchesar Ionkov1-81/+33
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov1-60/+28
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsEric Van Hensbergen1-0/+401