aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 5-33/+14
2016-08-039p: use clone_fid()Gravatar Al Viro 5-31/+8
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Gravatar Al Viro 2-2/+6
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-17/+14
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 2-2/+2
2016-06-30Merge branch 'for-linus' into work.miscGravatar Al Viro 1-3/+3
2016-06-309p: use file_dentry()Gravatar Miklos Szeredi 1-3/+3
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Gravatar Eric W. Biederman 1-1/+1
2016-05-29missed comment updates from ->direct_IO() prototype changeGravatar Al Viro 1-1/+0
2016-05-299p: new helper - v9fs_parent_fid()Gravatar Al Viro 3-16/+14
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 2-5/+6
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2016-05-099p: switch to ->iterate_shared()Gravatar Al Viro 1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 3-7/+7
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+2
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 2-5/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-12/+12
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-6/+6
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-19/+9
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-15/+30
2016-01-09fs/9p: use fscache mutex rather than spinlockGravatar Sasha Levin 3-6/+6
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 2-8/+10
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 2-9/+22
2015-12-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingGravatar Al Viro 1-2/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 2-15/+5
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-6/+6
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 7-299/+56
2015-11-139p: xattr simplificationsGravatar Andreas Gruenbacher 7-299/+48
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 4-20/+28
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2015-11-11fs: 9p: cache.h: Add #define of include guardGravatar Tzvetelin Katchov 1-0/+1
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksGravatar Yaowei Bai 2-6/+0
2015-11-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2015-11-059p: do not overwrite return code when locking failsGravatar Dominique Martinet 1-1/+2
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 1-2/+2
2015-08-239p: fix return code of read() when count is 0Gravatar Vincent Bernat 1-1/+1
2015-08-239p: remove unused option Opt_transGravatar Fabian Frederick 1-1/+1
2015-07-129p: don't leave a half-initialized inode sitting aroundGravatar Al Viro 2-4/+2
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-34/+24
2015-06-08v9fs: fix error handling in v9fs_session_init()Gravatar Tejun Heo 2-34/+24
2015-05-15get rid of assorted nameidata-related debrisGravatar Al Viro 2-4/+2
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 2-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 2-10/+10
2015-05-109p: don't bother with __getname() in ->follow_link()Gravatar Al Viro 3-100/+26
2015-05-109p: don't bother with 4K allocation for 24-byte local array...Gravatar Al Viro 1-21/+5