aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/vfsLinus 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
2018-09-089p: acl: fix uninitialized iattr accessDominique Martinet1-1/+1
2018-09-089p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban3-1/+27
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes1-5/+3
2018-09-089p: fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-08-29v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds3-4/+6
2018-08-13fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun1-2/+4
2018-08-13fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King1-1/+1
2018-08-13fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2-4/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2-2/+2
2018-07-12introduce FMODE_CREATED and switch to itAl Viro2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-07fs/9p: detect invalid options as much as possibleChengguang Xu1-17/+12
2018-05-229p: unify paths in v9fs_vfs_lookup()Al Viro1-20/+15
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-67/+33
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-16/+11
2018-04-05fs/9p: don't set SB_NOATIME by defaultYiwen Jiang1-1/+1
2018-04-059p: check memory allocation result for cachetagChengguang Xu1-0/+7
2018-04-059p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan1-4/+22
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-51/+22
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3