aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen4-22/+56
2024-04-11fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt1-0/+1
2024-04-11fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen1-0/+16
2024-04-09fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen1-2/+0
2024-03-289p: explicitly deny setlease attemptsJeff Layton1-0/+2
2024-03-28fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt1-3/+0
2024-03-28fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt1-0/+3
2024-03-28fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt1-1/+1
2024-03-25fs/9p: fix uninitialized values during inode evictEric Van Hensbergen1-6/+10
2024-03-25fs/9p: remove redundant pointer v9sesColin Ian King1-4/+0
2024-03-25fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu1-1/+1
2024-03-15Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds6-364/+71
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-02-059p: adapt to breakup of struct file_lockJeff Layton1-20/+19
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-059p: rename fl_type variable in v9fs_file_do_lockJeff Layton1-3/+3
2024-01-26fs/9p: fix dups even in uncached modeEric Van Hensbergen1-16/+0
2024-01-26fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen5-180/+45
2024-01-26fs/9p: rework qid2ino logicEric Van Hensbergen4-31/+12
2024-01-26fs/9p: Eliminate now unused v9fs_get_inodeEric Van Hensbergen2-32/+0
2024-01-26fs/9p: Eliminate redundant non-cache path in mknodEric Van Hensbergen1-26/+10
2024-01-26fs/9p: remove walk and inode allocation from symlinkEric Van Hensbergen1-33/+0
2024-01-26fs/9p: convert mkdir to use get_new_inodeEric Van Hensbergen1-25/+10
2024-01-26fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen1-28/+1
2024-01-049p: Use length of data written to the server in preference to errorDavid Howells1-4/+3
2024-01-049p: Do a couple of cleanupsDavid Howells1-8/+9
2024-01-039p: Fix initialisation of netfs_inode for 9pDavid Howells3-3/+5
2023-12-289p: Use netfslib read/write_iterDavid Howells4-309/+85
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-1/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-31/+2
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells3-38/+12
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-16/+0
2023-11-04Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds3-3/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-11/+11
2023-10-279p/fs: add MODULE_DESCIPTIONDominique Martinet1-0/+1
2023-10-269p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-2/+3
2023-10-24fs/9p: Remove unused function declaration v9fs_inode2stat()Yue Haibing1-1/+0
2023-10-189p: convert to new timestamp accessorsJeff Layton2-11/+11
2023-10-099p: move xattr-related structs to .rodataWedson Almeida Filho2-5/+5
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-10/+10
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton2-4/+4
2023-07-20fs/9p: Remove unused extern declarationYueHaibing1-2/+0
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet2-7/+0
2023-07-209p: fix ignored return value in v9fs_dir_releaseDominique Martinet1-2/+3
2023-07-20fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen1-1/+0
2023-07-20fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen1-2/+2
2023-07-20fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen1-1/+1
2023-07-20fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen1-3/+1
2023-07-139p: convert to ctime accessor functionsJeff Layton2-6/+6
2023-07-10fs/9p: Fix a datatype used with V9FS_DIRECT_IOChristophe JAILLET1-1/+1
2023-05-249p: Add splice_read wrapperDavid Howells1-2/+24
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-8/+1
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-399/+319
2023-05-049p: Remove INET dependencyJason Andryuk8-8/+1
2023-04-28fs/9p: Fix bit operation logic errorEric Van Hensbergen2-2/+2
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen9-94/+116
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen8-186/+135
2023-03-27fs/9p: Add new mount modesEric Van Hensbergen2-3/+18
2023-03-27fs/9p: allow disable of xattr support on mountEric Van Hensbergen3-3/+12
2023-03-27fs/9p: Remove unnecessary superblock flagsEric Van Hensbergen1-3/+1
2023-03-27fs/9p: Consolidate file operations and add readahead and writebackEric Van Hensbergen7-162/+89
2023-03-279P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov1-3/+5
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-14/+14
2023-02-24fs/9p: fix error reporting in v9fs_dir_releaseEric Van Hensbergen1-3/+4
2023-02-23fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen5-11/+10
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-45/+45
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner2-7/+6
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner2-4/+4
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner2-4/+5
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-7/+7
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner4-10/+10
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds9-9/+0
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-146/+170
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET9-9/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro3-5/+5
2022-10-209p: use stub posix acl handlersChristian Brauner3-126/+4
2022-10-209p: implement set acl methodChristian Brauner3-0/+99
2022-10-209p: implement get acl methodChristian Brauner3-22/+69
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-07-029p: Fix some kernel-doc commentsYang Li1-2/+2
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet6-90/+64
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet10-69/+69
2022-07-029p: Fix minor typo in code commentTyler Hicks1-1/+1
2022-07-029p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks1-3/+3
2022-07-029p: Make the path walk logic more clear about when cloning is requiredTyler Hicks1-4/+3
2022-07-029p: Track the root fid with its own variable during lookupsTyler Hicks1-12/+14
2022-06-179p: fix EBADF errors in cached modeDominique Martinet1-0/+13
2022-06-159p: Fix refcounting during full path walks for fid lookupsTyler Hicks1-13/+9
2022-06-159p: fix fid refcount leak in v9fs_vfs_get_linkDominique Martinet1-4/+4
2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet1-0/+3
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-6/+5
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds3-3/+4
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells5-13/+9
2022-05-099p: Convert to release_folioMatthew Wilcox (Oracle)1-9/+8
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-65/+37
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-27/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells5-56/+27
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-8/+8
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-5/+5
2022-03-159p: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-10/+2
2022-03-159p: Convert to invalidate_folioMatthew Wilcox (Oracle)1-12/+3
2022-01-30Revert "fs/9p: search open fids first"Dominique Martinet1-5/+4
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-13/+27
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells1-1/+2
2022-01-119p: fix enodata when reading growing fileDominique Martinet1-0/+5
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells3-1/+52
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells10-210/+91
2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner1-9/+20
2022-01-109p: Use BUG_ON instead of if condition followed by BUG.Zhang Mingyu1-2/+1
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-3/+5
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2021-12-18fs: 9p: remove unneeded variableChangcheng Deng1-2/+1
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/...Linus Torvalds2-2/+5
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus 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 attrib...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/vir...Linus 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/vir...Linus 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
2020-07-199p: retrieve fid from file when file instance exist.Jianyong Wu2-4/+14
2020-03-279p: read only once on O_NONBLOCKSergey Alirzaev1-1/+4
2020-03-279p: Remove unneeded semicolonzhengbin1-1/+1
2020-03-279p: Fix Kconfig indentationKrzysztof Kozlowski1-10/+10
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds3-2/+7
2019-09-039p/vfs_super.c: Remove unused parameter data in v9fs_fill_superBharath Vedartham1-2/+2
2019-09-039p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieBharath Vedartham1-0/+2
2019-09-039p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu1-0/+3
2019-08-309p: Fill min and max timestamps in sbDeepa Dinamani1-1/+5
2019-07-129p: pass the correct prototype to read_cache_pageChristoph Hellwig1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner14-224/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-019p: switch to ->free_inode()Al Viro3-11/+5
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds5-30/+53
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao5-30/+53
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-5/+5
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells3-5/+5
2018-09-089p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14