summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
...
* | 9p: fix a potential acl leakCong Wang2017-02-231-0/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-182-2/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-092-2/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-11/+4Star
|\ \
| * | 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4Star
| |/
* / block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-112-3/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-112-2/+7
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-3/+3
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-273-5/+10
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-9/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-9/+0Star
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-222-2/+2
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-23/+17Star
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-075-33/+14Star
|\
| * 9p: use clone_fid()Al Viro2016-08-035-31/+8Star
| * 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2016-08-032-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-301-1/+1
|\ \ | |/ |/|
| * vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-07-011-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-284-17/+14Star
|\ \
| * \ Merge branch 'for-linus' into work.miscAl Viro2016-07-011-3/+3
| |\ \
| * | | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-301-1/+0Star
| * | | 9p: new helper - v9fs_parent_fid()Al Viro2016-05-293-16/+14Star
| | |/ | |/|
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-052-2/+2
| |/ |/|
* | 9p: use file_dentry()Miklos Szeredi2016-07-011-3/+3
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-272-5/+6
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-1/+2
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-1/+2
* | 9p: switch to ->iterate_shared()Al Viro2016-05-091-2/+2
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-033-7/+7
|\ \ | |/ |/|
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-112-5/+5
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-043-12/+12
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-133-6/+6
|\
| * fs/9p: use fscache mutex rather than spinlockSasha Levin2016-01-093-6/+6
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-112-19/+9Star
|\ \
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-072-15/+5Star
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-071-6/+6
* | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-112-15/+30
|\ \ \ | |_|/ |/| |
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-302-8/+10
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-092-9/+22
| |/
* / 9p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro2015-12-081-2/+2
|/
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-147-299/+56Star
|\
| * 9p: xattr simplificationsAndreas Gruenbacher2015-11-147-299/+48Star
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-144-20/+28