Commit Graph

198 Commits (32c3263221bd63316815286dccacdc7abfd7f3c4)

Author SHA1 Message Date
Latchesar Ionkov da7ddd3296 9p: Pass the correct end of buffer to p9stat_read 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
Venkateswararao Jujjuri 6d27e64d74 9p: Optimize TCREATE by eliminating a redundant fid clone. 15 years ago
Dan Carpenter fe5bd0736b 9p: cleanup: remove unneeded assignment 15 years ago
Venkateswararao Jujjuri 75cc5c9b82 9p: Add mksock support 15 years ago
Aneesh Kumar K.V 85e0df240e fs/9p: Make sure we properly instantiate dentry. 15 years ago
Dmitry Monakhov 217f206d68 9p: replace inode uid,gid,mode initialization with helper function 15 years ago
Sripathi Kodi 4681dbdacb 9p: add 9P2000.L rename operation 15 years ago
Sripathi Kodi bda8e77520 9p: add 9P2000.L statfs operation 15 years ago
Sripathi Kodi 9b6533c9b3 9p: VFS switches for 9p2000.L: VFS switches 15 years ago
Jens Axboe 0ed07ddb56 9p: add bdi backing to mount session 15 years ago
Dan Carpenter 85a770a888 9p: return on mutex_lock_interruptible() 15 years ago
Sripathi Kodi 11e9b49b7f 9p: Creating files with names too long should fail with ENAMETOOLONG. 15 years ago
Aneesh Kumar K.V 6d96d3ab7a 9p: Make sure we are able to clunk the cached fid on umount 15 years ago
Aneesh Kumar K.V d994f4058d 9p: drop nlink remove 15 years ago
Aneesh Kumar K.V 5b0fa207d1 fs/9p: Clunk the fid resulting from partial walk of the name 15 years ago
Sripathi Kodi 476ada0436 9p: Fix setting of protocol flags in v9fs_session_info structure. 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Sachin Prabhu f78233dd44 9p: Skip check for mandatory locks when unlocking 15 years ago
jvrao fc0f296126 9p: Fixes a simple bug enabling writes beyond 2GB. 15 years ago
Sripathi Kodi 45bc21edb5 9p: Change the name of new protocol from 9p2010.L to 9p2000.L 15 years ago
Aneesh Kumar K.V fae4528b23 fs/9p: re-init the wstat in readdir loop 15 years ago
Aneesh Kumar K.V 5717144a01 fs/9p: Add hardlink support to .u extension 15 years ago
Sripathi Kodi 342fee1d5c 9P2010.L handshake: Remove "dotu" variable 15 years ago
Sripathi Kodi dd6102fbd9 9P2010.L handshake: Add VFS flags 15 years ago
Eric Van Hensbergen bf2d29c64d 9p: fix memory leak in v9fs_parse_options() 15 years ago
Eric Van Hensbergen d8c8a9e365 9p: fix option parsing 15 years ago
M. Mohan Kumar 7a4439c406 9p: Include fsync support for 9p client 15 years ago
Al Viro 083c73c253 fix oops in fs/9p late mount failure 15 years ago
Al Viro 204f2f0e82 Kill 9p readlink() 15 years ago
David Howells 6f05416432 9p: fix build breakage introduced by FS-Cache 15 years ago
David Howells 201a15428b FS-Cache: Handle pages pending storage that get evicted under OOM conditions 15 years ago
Eric Van Hensbergen 3e2796a90c 9p: fix readdir corner cases 15 years ago
Martin Stava 2511cd0b3b 9p: fix readlink 15 years ago
Martin Stava f91b90993f 9p: fix a small bug in readdir for long directories 15 years ago
Abhishek Kulkarni 60e78d2c99 9p: Add fscache support to 9p 16 years ago
Abhishek Kulkarni 637d020a02 9p: Fix the incorrect update of inode size in v9fs_file_write() 16 years ago
Abhishek Kulkarni 7549ae3e81 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. 16 years ago
Abhishek Kulkarni 4b53e4b500 9p: remove unnecessary v9fses->options which duplicates the mount string 16 years ago
Abhishek Kulkarni 48559b4c30 9p: Add missing cast for the error return value in v9fs_get_inode 16 years ago
Abhishek Kulkarni 4d3297ca5b 9p: Remove redundant inode uid/gid assignment 16 years ago
Abhishek Kulkarni 1b5ab3e867 9p: Fix possible regressions when ->get_sb fails. 16 years ago
Abhishek Kulkarni 4f4038328d 9p: Fix v9fs show_options 16 years ago
Abhishek Kulkarni 02bc35672b 9p: Fix possible memleak in v9fs_inode_from fid. 16 years ago
Abhishek Kulkarni 0e15597ebf 9p: minor comment fixes 16 years ago
Abhishek Kulkarni 2bb541157f 9p: Fix possible inode leak in v9fs_get_inode. 16 years ago
Abhishek Kulkarni 50fb6d2bd7 9p: Check for error in return value of v9fs_fid_add 16 years ago
Abhishek Kulkarni 9c9ad6162e 9p: Fix incorrect parameters to v9fs_file_readn. 16 years ago
Al Viro ee450f796f 9P doesn't need BKL in ->umount_begin() 16 years ago
Al Viro c96f585737 Fix a leak in failure exit in 9p ->get_sb() 16 years ago