aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-309p: use file_dentry()Miklos Szeredi1-3/+3
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman1-1/+1
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro1-1/+0
2016-05-299p: new helper - v9fs_parent_fid()Al Viro3-16/+14
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2-5/+6
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2016-05-099p: switch to ->iterate_shared()Al Viro1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro3-7/+7
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+2
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2-5/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-12/+12
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+6
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-19/+9
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-15/+30
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin3-6/+6
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro2-8/+10
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro2-9/+22
2015-12-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro1-2/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2-15/+5
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-6/+6
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-299/+56
2015-11-139p: xattr simplificationsAndreas Gruenbacher7-299/+48
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher4-20/+28
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2015-11-11fs: 9p: cache.h: Add #define of include guardTzvetelin Katchov1-0/+1
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai2-6/+0
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2015-11-059p: do not overwrite return code when locking failsDominique Martinet1-1/+2
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-2/+2
2015-08-239p: fix return code of read() when count is 0Vincent Bernat1-1/+1