summaryrefslogtreecommitdiff
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 9P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)2020-11-051-2/+2
* 9p: Fix memory leak in v9fs_mountZheng Bin2020-08-211-3/+2
* 9p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu2019-10-111-0/+3
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-311-2/+4
* 9p: acl: fix uninitialized iattr accessDominique Martinet2019-07-031-1/+1
* 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2019-04-203-1/+27
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-5/+3
* 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-235-30/+53
* v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-12-011-11/+0
* 9p locks: fix glock.client_id leak in do_lockDominique Martinet2018-11-211-2/+14
* fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun2018-09-091-2/+4
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-11-302-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-29/+0
|\
| * fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-29/+0
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+2
|\ \
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-2/+2
| |/
* | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
|/
* 9p: Implement show_optionsDavid Howells2017-07-113-4/+66
* 9p: Convert to separately allocated bdiJan Kara2017-04-203-13/+13
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-033-20/+20
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-123-20/+20
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-6/+9
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-6/+9
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/ /
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* | 9p: fix a potential acl leakCong Wang2017-02-221-0/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-172-2/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-092-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-11/+4
|\ \
| * | 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4
| |/
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-3/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-2/+7
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-3/+3
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-273-5/+10
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-222-2/+2
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-23/+17
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-075-33/+14
|\
| * 9p: use clone_fid()Al Viro2016-08-035-31/+8
| * 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2016-08-032-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-1/+1
|\ \ | |/ |/|
| * vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-301-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-284-17/+14
|\ \
| * \ Merge branch 'for-linus' into work.miscAl Viro2016-06-301-3/+3
| |\ \