summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-121-22/+13Star
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-122-38/+18Star
* | Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+1
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
|/
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\
| * fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-2/+0Star
|/
* assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
* 9p: switch to %p[dD]Al Viro2014-10-097-34/+34