summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* new helper: inode_wrong_type()Al Viro2021-09-082-4/+4
* 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
* 9p: read only once on O_NONBLOCKSergey Alirzaev2020-03-271-1/+4
* 9p: Remove unneeded semicolonzhengbin2020-03-271-1/+1
* 9p: Fix Kconfig indentationKrzysztof Kozlowski2020-03-271-10/+10
* Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds2019-09-273-2/+7
|\
| * 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_superBharath Vedartham2019-09-031-2/+2
| * 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieBharath Vedartham2019-09-031-0/+2
| * 9p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu2019-09-031-0/+3
* | 9p: Fill min and max timestamps in sbDeepa Dinamani2019-08-301-1/+5
|/
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-121-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-3014-224/+14
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 9p: switch to ->free_inode()Al Viro2019-05-013-11/+5
* Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds2019-03-175-30/+53
|\
| * 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-035-30/+53
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-013-5/+5
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-243-5/+5
* | 9p locks: fix glock.client_id leak in do_lockDominique Martinet2018-09-081-2/+14
* | 9p: acl: fix uninitialized iattr accessDominique Martinet2018-09-081-1/+1
* | 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2018-09-083-1/+27
* | 9p: do not trust pdu content for stat item sizeGertjan Halkes2018-09-081-5/+3
* | 9p: fix spelling mistake in fall-through annotationGustavo A. R. Silva2018-09-081-1/+1
* | v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-08-291-11/+0
|/
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-173-4/+6
|\
| * fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun2018-08-131-2/+4
| * fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-08-131-1/+1
| * fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder2018-08-131-1/+1
* | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-122-4/+2
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-122-2/+2
* | introduce FMODE_CREATED and switch to itAl Viro2018-07-122-2/+2
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* fs/9p: detect invalid options as much as possibleChengguang Xu2018-06-071-17/+12
* 9p: unify paths in v9fs_vfs_lookup()Al Viro2018-05-221-20/+15
* Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-071-67/+33
|\
| * fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-16/+11
| * fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-51/+22