summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-123-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/+9
|\ \
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-062-15/+5
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-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-082-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-137-299/+56
|\
| * 9p: xattr simplificationsAndreas Gruenbacher2015-11-137-299/+48
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-134-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-092-6/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-1/+2
|\
| * 9p: do not overwrite return code when locking failsDominique Martinet2015-11-051-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/+2
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-34/+24
|\
| * v9fs: fix error handling in v9fs_session_init()Tejun Heo2015-06-082-34/+24
* | get rid of assorted nameidata-related debrisAl Viro2015-05-152-4/+2
* | don't pass nameidata to ->follow_link()Al Viro2015-05-102-2/+2
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-102-10/+10
* | 9p: don't bother with __getname() in ->follow_link()Al Viro2015-05-103-100/+26
* | 9p: don't bother with 4K allocation for 24-byte local array...Al Viro2015-05-101-21/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-266-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/+6
|\ \ | |/ |/|
| * fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet2015-03-211-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/+0
* | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-16/+10
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-111-12/+0
* | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-111-0/+2
* | 9p: switch to ->read_iter/->write_iterAl Viro2015-04-111-44/+39
* | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-112-51/+12
* | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-115-118/+46
* | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-112-82/+17
* | 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-112-49/+30
* | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-111-22/+13
OpenPOWER on IntegriCloud