summaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2019-10-119p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu
2019-07-319p: pass the correct prototype to read_cache_pageChristoph Hellwig
2019-07-039p: acl: fix uninitialized iattr accessDominique Martinet
2019-04-209p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes
2019-03-239p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet
2018-11-219p locks: fix glock.client_id leak in do_lockDominique Martinet
2018-09-09fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun
2017-11-30fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-039p: use clone_fid()Al Viro
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-06-30Merge branch 'for-linus' into work.miscAl Viro
2016-06-309p: use file_dentry()Miklos Szeredi
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman