summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+2
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-2/+2
|\
| * fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
| * fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* | 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-108-19/+179
* | 9p: remove useless 'name' variable and assignmentGeyslan G. Bem2013-11-231-3/+0
* | 9p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem2013-11-231-4/+6
* | 9p: remove useless variable and assignmentGeyslan G. Bem2013-11-231-3/+0
* | 9p: remove useless assignmentGeyslan G. Bem2013-11-231-1/+1
* | 9p: remove unused 'super_block' struct pointerGeyslan G. Bem2013-11-231-2/+0
* | 9p: remove never used return variableGeyslan G. Bem2013-11-231-2/+0
* | 9p: remove unused 'p9_fid' struct pointerGeyslan G. Bem2013-11-231-2/+1
* | 9p: remove unused 'p9_client' struct pointerGeyslan G. Bem2013-11-231-2/+0
|/
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-18/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-134-12/+12
|\
| * 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro2013-10-244-12/+12
* | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-3/+3
|/
* 9p: don't forget to destroy inode cache if fscache registration failsAl Viro2013-09-171-3/+4
* atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro2013-09-171-7/+1
* fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-2/+2
* fs: 9p: use strlcpy instead of strncpyChen Gang2013-07-301-2/+2
* Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-117-3/+182
|\
| * fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()Gu Zheng2013-07-071-2/+0
| * fs/9p: xattr: add trusted and security namespacesJim Garlick2013-07-076-1/+182
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-2/+3
|\ \
| * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
* | | [readdir] convert 9pAl Viro2013-06-291-44/+28
|/ /
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-035-101/+51
|\
| * 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
OpenPOWER on IntegriCloud