summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-111-0/+1
|\|
| * fs: 9p: cache.h: Add #define of include guardTzvetelin Katchov2015-11-111-0/+1
* | fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-102-6/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-061-1/+2
|\
| * 9p: do not overwrite return code when locking failsDominique Martinet2015-11-061-1/+2
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
|/
* 9p: fix return code of read() when count is 0Vincent Bernat2015-08-231-1/+1
* 9p: remove unused option Opt_transFabian Frederick2015-08-231-1/+1
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-07-122-4/+2Star
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-262-34/+24Star
|\
| * v9fs: fix error handling in v9fs_session_init()Tejun Heo2015-06-082-34/+24Star
* | get rid of assorted nameidata-related debrisAl Viro2015-05-152-4/+2Star
* | don't pass nameidata to ->follow_link()Al Viro2015-05-112-2/+2
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-112-10/+10
* | 9p: don't bother with __getname() in ->follow_link()Al Viro2015-05-113-100/+26Star
* | 9p: don't bother with 4K allocation for 24-byte local array...Al Viro2015-05-111-21/+5Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-276-33/+35
|\
| * fs/9p: fix readdir()Johannes Berg2015-04-241-0/+2
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-155-33/+33
* | Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-183-7/+6Star
|\ \ | |/ |/|
| * fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet2015-03-221-1/+1
| * 9p: do not crash on unknown lock status codeKirill A. Shutemov2015-03-201-2/+3
| * 9p: fix error handling in v9fs_file_do_lockKirill A. Shutemov2015-03-201-1/+2
| * 9p: kerneldoc warning fixesFabian Frederick2015-03-202-3/+0Star
* | switch generic_write_checks() to iocb and iterAl Viro2015-04-121-16/+10Star
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-121-1/+1
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+1Star
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-1/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-121-12/+0Star
* | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-121-0/+2
* | 9p: switch to ->read_iter/->write_iterAl Viro2015-04-121-44/+39Star
* | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-122-51/+12Star
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-125-118/+46Star
* | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-122-82/+17Star
* | 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-122-49/+30Star