summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-112-38/+18
* | Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-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/+0
|/
* 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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-122-10/+9
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-4/+4
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-3/+3
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-3/+2
* | Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-06-082-2/+2
|\ \
| * | 9P: fix return value in v9fs_fid_xattr_setDominique Martinet2014-06-011-1/+1
| * | fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster2014-06-011-1/+1
| |/
* | fs/9p: kerneldoc fixesFabian Frederick2014-06-044-10/+8
* | fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick2014-06-041-1/+1
* | locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-021-3/+0
|/
OpenPOWER on IntegriCloud