summaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
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
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/kerne...Linus 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
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-23fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2-0/+6
2017-10-119p: set page uptodate when required in write_end()Alexander Levin1-3/+7
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-29/+0
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara1-29/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-2/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+1
2017-07-119p: Implement show_optionsDavid Howells3-4/+66
2017-04-209p: Convert to separately allocated bdiJan Kara3-13/+13
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-20/+20
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+9
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-6/+9
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2