summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: explicitly deny setlease attemptsJeff Layton2024-03-281-0/+2
* 9p: adapt to breakup of struct file_lockJeff Layton2024-02-051-20/+19
* filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* 9p: rename fl_type variable in v9fs_file_do_lockJeff Layton2024-02-051-3/+3
* 9p: Use netfslib read/write_iterDavid Howells2023-12-281-80/+9
* fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen2023-07-201-1/+0
* fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen2023-07-201-3/+1
* 9p: Add splice_read wrapperDavid Howells2023-05-241-2/+24
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+0
|\
| * 9p: Remove INET dependencyJason Andryuk2023-05-041-1/+0
* | fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen2023-04-091-6/+4
* | fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-271-60/+31
* | fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen2023-03-271-111/+20
|/
* Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-011-3/+4
|\
| * fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen2023-02-231-3/+4
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* 9p fid refcount: cleanup p9_fid_put callsDominique Martinet2022-07-021-2/+3
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-2/+2
* 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
|\