Commit Graph

166 Commits (c099aacd48ee73bd2de7da029e536ed005d72a43)

Author SHA1 Message Date
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
Al Viro 6f5bbff9a1 Convert obvious places to deactivate_locked_super() 16 years ago
Alessio Igor Bogani 67e55205ec vfs: umount_begin BKL pushdown 16 years ago
Sukadev Bhattiprolu a3ec947c85 vfs: simple_set_mnt() should return void 16 years ago
Al Viro a488257ce5 constify dentry_operations: 9p 16 years ago
Alexey Dobriyan 0fcb440889 fs/Kconfig: move 9p out 16 years ago
Julia Lawall f1d9e4586e fs/9p: change simple_strtol to simple_strtoul 16 years ago
Wu Fengguang 7dd0cdc51c 9p: convert d_iname references to d_name.name 16 years ago
Duane Griffin 6ff232070a 9p: Remove potentially bad parameter from function entry debug print. 16 years ago
David Howells f8b9d53a31 CRED: Wrap task credential accesses in 9P2000 filesystem 16 years ago
Eric Van Hensbergen ea2e7996fc 9p: fix format warning 17 years ago
Magnus Deininger 57c7b4e68e 9p: fix device file handling 17 years ago
Eric Van Hensbergen 02da398b95 9p: eliminate depricated conv functions 17 years ago
Eric Van Hensbergen 51a87c552d 9p: rework client code to use new protocol support functions 17 years ago
Eric Van Hensbergen 06b55b464e 9p: move dirread to fs layer 17 years ago
Eric Van Hensbergen dfb0ec2e13 9p: adjust 9p vfs write operation 17 years ago
Eric Van Hensbergen fbedadc16e 9p: move readn meta-function from client to fs layer 17 years ago
Eric Van Hensbergen 0fc9655ec6 9p: consolidate read/write functions 17 years ago
Eric Van Hensbergen 8b81ef589a 9p: consolidate transport structure 17 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Julien Brunel 62aa528e02 9p: use an IS_ERR test rather than a NULL test 17 years ago
Al Viro 59af1584bf [PATCH] fix ->llseek() for a bunch of directories 17 years ago
Eric Van Hensbergen 2e4bef41a0 9p: fix O_APPEND in legacy mode 17 years ago
Eric Van Hensbergen 887b3ece65 9p: fix error path during early mount 17 years ago
Jim Meyering ab31267dfe fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up". 17 years ago
Eric Van Hensbergen ee443996a3 9p: Documentation updates 17 years ago
Markus Armbruster b32a09db4f add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust 17 years ago
Al Viro 42faad9965 [PATCH] restore sane ->umount_begin() API 17 years ago
Matthew Wilcox cb688371e2 fs: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
David Howells e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 years ago
Eric Van Hensbergen 8a0dc95fd9 9p: transport API reorganization 17 years ago