aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs/9p: don't set SB_NOATIME by defaultYiwen Jiang2018-04-051-1/+1
* | 9p: check memory allocation result for cachetagChengguang Xu2018-04-051-0/+7
* | 9p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan2018-04-051-4/+22
|/
* fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-3/+0
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-11-222-0/+6
|\
| * fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-10-232-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
|/