aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-09-089p locks: fix glock.client_id leak in do_lockDominique Martinet
2018-09-089p: acl: fix uninitialized iattr accessDominique Martinet
2018-09-089p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes
2018-09-089p: fix spelling mistake in fall-through annotationGustavo A. R. Silva
2018-08-29v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds
2018-08-13fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun
2018-08-13fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King
2018-08-13fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07fs/9p: detect invalid options as much as possibleChengguang Xu
2018-05-229p: unify paths in v9fs_vfs_lookup()Al Viro
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-05fs/9p: don't set SB_NOATIME by defaultYiwen Jiang
2018-04-059p: check memory allocation result for cachetagChengguang Xu
2018-04-059p: don't maintain dir i_nlink if the exported fs doesn't eitherEryu Guan
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-23fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen
2017-10-119p: set page uptodate when required in write_end()Alexander Levin
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-07-119p: Implement show_optionsDavid Howells
2017-04-209p: Convert to separately allocated bdiJan Kara
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-229p: fix a potential acl leakCong Wang
2017-01-129p: constify ->d_name handlingAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageAl Viro
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig