aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-2/+7
2019-09-039p/vfs_super.c: Remove unused parameter data in v9fs_fill_superGravatar Bharath Vedartham 1-2/+2
2019-09-039p/cache.c: Fix memory leak in v9fs_cache_session_get_cookieGravatar Bharath Vedartham 1-0/+2
2019-09-039p: avoid attaching writeback_fid on mmap with type PRIVATEGravatar Chengguang Xu 1-0/+3
2019-08-309p: Fill min and max timestamps in sbGravatar Deepa Dinamani 1-1/+5
2019-07-129p: pass the correct prototype to read_cache_pageGravatar Christoph Hellwig 1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Gravatar Thomas Gleixner 14-224/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-019p: switch to ->free_inode()Gravatar Al Viro 3-11/+5
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 5-30/+53
2019-03-12mm: refactor readahead defines in mm.hGravatar Nikolay Borisov 1-1/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitGravatar Hou Tao 5-30/+53
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 3-5/+5
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 3-5/+5
2018-09-089p locks: fix glock.client_id leak in do_lockGravatar Dominique Martinet 1-2/+14
2018-09-089p: acl: fix uninitialized iattr accessGravatar Dominique Martinet 1-1/+1
2018-09-089p locks: add mount option for lock retry intervalGravatar Dinu-Razvan Chis-Serban 3-1/+27
2018-09-089p: do not trust pdu content for stat item sizeGravatar Gertjan Halkes 1-5/+3
2018-09-089p: fix spelling mistake in fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2018-08-29v9fs_dir_readdir: fix double-free on p9stat_read errorGravatar Dominique Martinet 1-11/+0
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-4/+6
2018-08-13fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedGravatar piaojun 1-2/+4
2018-08-13fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"Gravatar Colin Ian King 1-1/+1
2018-08-13fs/9p/vfs_file.c: use new return type vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 2-4/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Gravatar Al Viro 2-2/+2
2018-07-12introduce FMODE_CREATED and switch to itGravatar Al Viro 2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-07fs/9p: detect invalid options as much as possibleGravatar Chengguang Xu 1-17/+12
2018-05-229p: unify paths in v9fs_vfs_lookup()Gravatar Al Viro 1-20/+15
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-67/+33
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 1-16/+11
2018-04-05fs/9p: don't set SB_NOATIME by defaultGravatar Yiwen Jiang 1-1/+1
2018-04-059p: check memory allocation result for cachetagGravatar Chengguang Xu 1-0/+7
2018-04-059p: don't maintain dir i_nlink if the exported fs doesn't eitherGravatar Eryu Guan 1-4/+22
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-51/+22
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atGravatar Adam Borowski 1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-3/+3
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-23fs/9p: Compare qid.path in v9fs_test_inodeGravatar Tuomas Tynkkynen 2-0/+6
2017-10-119p: set page uptodate when required in write_end()Gravatar Alexander Levin 1-3/+7
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-29/+0
2017-09-06fscache: remove unused ->now_uncached callbackGravatar Jan Kara 1-29/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-2/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksGravatar Benjamin Coddington 1-1/+1
2017-07-119p: Implement show_optionsGravatar David Howells 3-4/+66
2017-04-209p: Convert to separately allocated bdiGravatar Jan Kara 3-13/+13
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-20/+20