aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-229p: fix format warningEric Van Hensbergen
2008-10-179p: fix device file handlingMagnus Deininger
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: move dirread to fs layerEric Van Hensbergen
2008-10-179p: adjust 9p vfs write operationEric Van Hensbergen
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-10-179p: consolidate read/write functionsEric Van Hensbergen
2008-10-179p: consolidate transport structureEric Van Hensbergen
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen
2008-05-149p: fix error path during early mountEric Van Hensbergen
2008-05-14fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N...Jim Meyering
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-069p: transport API reorganizationEric Van Hensbergen
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen
2008-02-069p: add support for sticky bitAnthony Liguori
2008-02-069p: fix bug in attach-per-userEric Van Hensbergen
2007-11-069p: use copy of the options value instead of originalLatchesar Ionkov
2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov
2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov
2007-10-239p: fix memleak in fs/9p/v9fs.cAdrian Bunk
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen
2007-10-179p: attach-per-userLatchesar Ionkov
2007-10-179p: rename uid and gid parametersLatchesar Ionkov
2007-10-179p: define session flagsLatchesar Ionkov
2007-10-179p: Make transports dynamicEric Van Hensbergen
2007-10-099PFS: clean up explicit check for mandatory locksPavel Emelyanov
2007-08-239p: remove deprecated v9fs_fid_lookup_remove()Eric Van Hensbergen
2007-07-169p: fix debug compilation errorEric Van Hensbergen
2007-07-149p: re-enable mount time debug optionEric Van Hensbergen
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov
2007-03-269p: make struct v9fs_cached_file_operations staticAdrian Bunk
2007-02-189p: implement optional loose read cacheEric Van Hensbergen
2007-02-189p: Use kthread_stop instead of sending a SIGKILL.Eric W. Biederman
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven