aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-2/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-10-099p: switch to %p[dD]Al Viro7-34/+34
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+9
2014-06-08Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-2/+2
2014-06-04fs/9p: kerneldoc fixesFabian Frederick4-10/+8
2014-06-04fs/9p/v9fs.c: add __init to v9fs_sysfs_initFabian Frederick1-1/+1
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-3/+0
2014-06-019P: fix return value in v9fs_fid_xattr_setDominique Martinet1-1/+1
2014-06-01fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-4/+4
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-3/+3
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-3/+2
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet8-19/+179
2013-11-239p: remove useless 'name' variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem1-4/+6
2013-11-239p: remove useless variable and assignmentGeyslan G. Bem1-3/+0
2013-11-239p: remove useless assignmentGeyslan G. Bem1-1/+1
2013-11-239p: remove unused 'super_block' struct pointerGeyslan G. Bem1-2/+0
2013-11-239p: remove never used return variableGeyslan G. Bem1-2/+0
2013-11-239p: remove unused 'p9_fid' struct pointerGeyslan G. Bem1-2/+1
2013-11-239p: remove unused 'p9_client' struct pointerGeyslan G. Bem1-2/+0
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-18/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-12/+12
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro4-12/+12
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-3/+3
2013-09-179p: don't forget to destroy inode cache if fscache registration failsAl Viro1-3/+4
2013-09-17atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.cAl Viro1-7/+1
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-2/+2
2013-07-30fs: 9p: use strlcpy instead of strncpyChen Gang1-2/+2
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds7-3/+182
2013-07-07fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()Gu Zheng1-2/+0
2013-07-07fs/9p: xattr: add trusted and security namespacesJim Garlick6-1/+182
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2013-06-29[readdir] convert 9pAl Viro1-44/+28
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-101/+51
2013-02-289p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro1-3/+17
2013-02-289p: make sure ->lookup() adds fid to the right dentryAl Viro1-2/+5