aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-239p: remove unused option Opt_transFabian Frederick1-1/+1
2015-07-129p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2-34/+24
2015-06-08v9fs: fix error handling in v9fs_session_init()Tejun Heo2-34/+24
2015-05-15get rid of assorted nameidata-related debrisAl Viro2-4/+2
2015-05-10don't pass nameidata to ->follow_link()Al Viro2-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro2-10/+10
2015-05-109p: don't bother with __getname() in ->follow_link()Al Viro3-100/+26
2015-05-109p: don't bother with 4K allocation for 24-byte local array...Al Viro1-21/+5
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-33/+35
2015-04-24fs/9p: fix readdir()Johannes Berg1-0/+2
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-7/+6
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells5-33/+33
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-16/+10
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-12/+0
2015-04-119p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro1-0/+2
2015-04-119p: switch to ->read_iter/->write_iterAl Viro1-44/+39
2015-04-119p: get rid of v9fs_direct_file_read()Al Viro2-51/+12
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro5-118/+46
2015-04-119p: get rid of v9fs_direct_file_write()Al Viro2-82/+17
2015-04-119p: fold v9fs_file_write_internal() into the callerAl Viro2-49/+30
2015-04-119p: switch ->writepage() to direct use of p9_client_write()Al Viro1-22/+13
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro2-38/+18
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-21fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet1-1/+1