aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells2-47/+56
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet12-37/+58
2021-11-049p: set readahead and io size according to maxsizeDominique Martinet1-0/+3
2021-11-039p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet1-4/+9
2021-11-039p v9fs_parse_options: replace simple_strtoul with kstrtouintDominique Martinet1-6/+7
2021-11-039p: fix file headersDominique Martinet12-54/+4
2021-11-03fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed1-1/+2
2021-11-03fs/9p: fix warnings found by checkpatch.plSohaib Mohamed1-4/+4
2021-11-039p: fix minor indentation and codestyleSohaib Mohamed1-1/+3
2021-11-03fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed1-1/+2
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells6-334/+122
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells7-52/+60
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+5
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-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-05-07Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linuxLinus Torvalds2-3/+3
2021-03-31fs: 9p: fix v9fs_file_open writeback fid error checkYang Yingliang1-2/+2
2021-03-319p: Constify static struct v9fs_attr_groupRikard Falkeborn1-1/+1
2021-03-129p: missing chunk of "fs/9p: Don't update file type when updating file attributes"Al Viro1-7/+3
2021-03-08new helper: inode_wrong_type()Al Viro2-4/+4
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+9
2021-02-239p: fix misuse of sscanf() in v9fs_stat2inode()Al Viro1-12/+9
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-29/+38
2021-01-24stat: handle idmapped mountsChristian Brauner2-4/+4
2021-01-24acl: handle idmapped mountsChristian Brauner2-1/+4
2021-01-24attr: handle idmapped mountsChristian Brauner2-4/+4
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds9-28/+162
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-12-019p: Remove unnecessary IS_ERR() checkDan Carpenter1-2/+1
2020-12-019p: Uninitialized variable in v9fs_writeback_fid()Dan Carpenter1-2/+1
2020-11-199p: Fix writeback fid incorrectly being attached to dentryDominique Martinet1-3/+3
2020-11-199p: apply review requests for fid refcountingDominique Martinet2-7/+5
2020-11-199p: add refcount to p9_fid structJianyong Wu8-26/+105
2020-11-03fs/9p: search open fids firstGreg Kurz1-4/+5
2020-11-03fs/9p: track open fidsGreg Kurz6-10/+34
2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2-0/+34
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+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-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-2/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-319p: Remove unneeded cast from memory allocationLi Heng1-2/+1
2020-07-199p: remove unused code in 9pJianyong Wu1-53/+0
2020-07-199p: Fix memory leak in v9fs_mountZheng Bin1-3/+2