aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kdave/linuxLinus 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/jlayton/linuxLinus 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/kernel/git/ericvh/v9fsLinus 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