summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-0412-37/+58
* 9p: set readahead and io size according to maxsizeDominique Martinet2021-11-041-0/+3
* 9p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet2021-11-031-4/+9
* 9p v9fs_parse_options: replace simple_strtoul with kstrtouintDominique Martinet2021-11-031-6/+7
* 9p: fix file headersDominique Martinet2021-11-0312-54/+4
* fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed2021-11-031-1/+2
* fs/9p: fix warnings found by checkpatch.plSohaib Mohamed2021-11-031-4/+4
* 9p: fix minor indentation and codestyleSohaib Mohamed2021-11-031-1/+3
* fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed2021-11-031-1/+2
* 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-036-334/+122
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-047-52/+60
* Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* | 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
|/
* Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-05-072-3/+3
|\
| * fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang2021-03-311-2/+2
| * 9p: Constify static struct v9fs_attr_groupRikard Falkeborn2021-03-311-1/+1
* | 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro2021-03-121-7/+3
* | new helper: inode_wrong_type()Al Viro2021-03-082-4/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-12/+9
|\
| * 9p: fix misuse of sscanf() in v9fs_stat2inode()Al Viro2021-02-231-12/+9
* | fs: make helpers idmap mount awareChristian Brauner2021-01-245-29/+38
* | stat: handle idmapped mountsChristian Brauner2021-01-242-4/+4
* | acl: handle idmapped mountsChristian Brauner2021-01-242-1/+4
* | attr: handle idmapped mountsChristian Brauner2021-01-242-4/+4
* | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-242-2/+2
|/
* Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-219-28/+162
|\
| * 9p: Remove unnecessary IS_ERR() checkDan Carpenter2020-12-011-2/+1
| * 9p: Uninitialized variable in v9fs_writeback_fid()Dan Carpenter2020-12-011-2/+1
| * 9p: Fix writeback fid incorrectly being attached to dentryDominique Martinet2020-11-191-3/+3
| * 9p: apply review requests for fid refcountingDominique Martinet2020-11-192-7/+5
| * 9p: add refcount to p9_fid structJianyong Wu2020-11-198-26/+105
| * fs/9p: search open fids firstGreg Kurz2020-11-031-4/+5
| * fs/9p: track open fidsGreg Kurz2020-11-036-10/+34
| * fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2020-11-032-0/+34
* | 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 branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | 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
* | | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-2/+4
|/ /
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* 9p: Remove unneeded cast from memory allocationLi Heng2020-07-311-2/+1
* 9p: remove unused code in 9pJianyong Wu2020-07-191-53/+0
* 9p: Fix memory leak in v9fs_mountZheng Bin2020-07-191-3/+2
* 9p: retrieve fid from file when file instance exist.Jianyong Wu2020-07-192-4/+14