aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/dhowells/linux-fsLinus 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/vfsLinus 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/jlayton/linuxLinus 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/viro/vfsLinus Torvalds3-20/+20
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2017-02-229p: fix a potential acl leakCong Wang1-0/+2
2017-01-129p: constify ->d_name handlingAl Viro3-20/+20
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+4
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageAl Viro1-11/+4
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2-2/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2-2/+7
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi2-3/+3
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi3-5/+10
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara2-2/+2
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-23/+17
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-33/+14
2016-08-039p: use clone_fid()Al Viro5-31/+8
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2-2/+6
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-17/+14
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro2-2/+2
2016-06-30Merge branch 'for-linus' into work.miscAl Viro1-3/+3