summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-161-4/+2
|\
| * 9p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-101-2/+1
| * fs: 9p: remove unneeded variableChangcheng Deng2021-12-181-2/+1
* | 9p: Use fscache indexing rewrite and reenable cachingDavid Howells2022-01-101-1/+2
|/
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-10/+10
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-0/+1
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-031-4/+13
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-041-21/+12
* Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-6/+1
|\
| * 9p: migrate from sync_inode to filemap_fdatawrite_wbcJosef Bacik2021-08-231-6/+1
* | fs: remove mandatory file locking supportJeff Layton2021-08-231-13/+0
|/
* fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang2021-03-311-2/+2
* Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-211-3/+4
|\
| * 9p: Fix writeback fid incorrectly being attached to dentryDominique Martinet2020-11-191-3/+3
| * fs/9p: track open fidsGreg Kurz2020-11-031-0/+1
* | fs: 9p: add generic splice_write file operationDominique Martinet2020-12-011-0/+6
* | fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen2020-12-011-0/+6
|/
* Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-10-221-2/+2
|\
| * 9P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)2020-10-071-2/+2
* | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 9p: read only once on O_NONBLOCKSergey Alirzaev2020-03-271-1/+4
* 9p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu2019-09-031-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-031-1/+5
* 9p locks: fix glock.client_id leak in do_lockDominique Martinet2018-09-081-2/+14
* 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2018-09-081-1/+5
* 9p: fix spelling mistake in fall-through annotationGustavo A. R. Silva2018-09-081-1/+1
* fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder2018-08-131-1/+1
* Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+2
|\
| * fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-2/+2
* | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
|/
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 9p: use file_dentry()Miklos Szeredi2016-06-301-3/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-1/+2
|\
| * 9p: do not overwrite return code when locking failsDominique Martinet2015-11-051-1/+2
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
|/
* 9p: fix return code of read() when count is 0Vincent Bernat2015-08-231-1/+1
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-181-4/+6
|\
| * fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet2015-03-211-1/+1
| * 9p: do not crash on unknown lock status codeKirill A. Shutemov2015-03-201-2/+3
| * 9p: fix error handling in v9fs_file_do_lockKirill A. Shutemov2015-03-201-1/+2
* | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-16/+10
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-111-12/+0
* | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-111-0/+2