Commit Graph

124 Commits (66c64afec16a7b46212ecb2fa99998923bbeea3f)

Author SHA1 Message Date
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
Eric Van Hensbergen 14b8869ff4 9p: fix mmap to be read-only 17 years ago
Anthony Liguori d199d652c5 9p: add support for sticky bit 17 years ago
Eric Van Hensbergen c55703d807 9p: fix bug in attach-per-user 17 years ago
Latchesar Ionkov 8999e04f3b 9p: use copy of the options value instead of original 17 years ago
Latchesar Ionkov dda6b022f3 9p: fix memory leak in v9fs_get_sb 17 years ago
Latchesar Ionkov 22150c4f0f 9p: v9fs_vfs_rename incorrect clunk order 18 years ago
Adrian Bunk 0a976297e1 9p: fix memleak in fs/9p/v9fs.c 18 years ago
Eric Van Hensbergen fb0466c3ae 9p: fix bad kconfig cross-dependency 18 years ago
Eric Van Hensbergen 50fd801067 9p: soften invalidation in loose_mode 18 years ago
Latchesar Ionkov ba17674fe0 9p: attach-per-user 18 years ago
Latchesar Ionkov bd32b82df9 9p: rename uid and gid parameters 18 years ago
Latchesar Ionkov 2405669b25 9p: define session flags 18 years ago
Eric Van Hensbergen a80d923e13 9p: Make transports dynamic 18 years ago
Pavel Emelyanov 66abe5f257 9PFS: clean up explicit check for mandatory locks 18 years ago
Eric Van Hensbergen fbcb7599e4 9p: remove deprecated v9fs_fid_lookup_remove() 18 years ago
Eric Van Hensbergen 10fa16e75c 9p: fix debug compilation error 18 years ago
Eric Van Hensbergen 9e2f6688c0 9p: re-enable mount time debug option 18 years ago
Eric Van Hensbergen 9523a841b1 9p: cache meta-data when cache=loose 18 years ago
Latchesar Ionkov bd238fb431 9p: Reorganization of 9p file system code 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Latchesar Ionkov c959df9f01 v9fs: don't use primary fid when removing file 18 years ago
Adrian Bunk d32b687e2e 9p: make struct v9fs_cached_file_operations static 18 years ago
Eric Van Hensbergen e03abc0c96 9p: implement optional loose read cache 18 years ago
Eric W. Biederman 2c0463a9ae 9p: Use kthread_stop instead of sending a SIGKILL. 18 years ago
Josef 'Jeff' Sipek ee9b6d61a2 [PATCH] Mark struct super_operations const 18 years ago
Arjan van de Ven 754661f143 [PATCH] mark struct inode_operations const 1 18 years ago
Andrew Morton fc0ecff698 [PATCH] remove invalidate_inode_pages() 18 years ago
Adrian Bunk 835d90c421 [PATCH] v9fs_vfs_mkdir(): fix a double free 18 years ago
Eric Van Hensbergen e540eb45a5 [PATCH] 9p: null terminate error strings for debug print 18 years ago
Eric Van Hensbergen da977b2c7e [PATCH] 9p: fix segfault caused by race condition in meta-data operations 18 years ago
Eric Van Hensbergen 621997cd39 [PATCH] 9p: fix rename return code 18 years ago
Eric Van Hensbergen f94b347059 [PATCH] 9p: fix bogus return code checks during initialization 18 years ago
Josef "Jeff" Sipek d6f787bcee [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path 18 years ago
Mika Kukkonen 736c4b8572 [PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c 18 years ago
Al Viro 914e26379d [PATCH] severing fs.h, radix-tree.h -> sched.h 18 years ago
David Howells c4028958b6 WorkStruct: make allyesconfig 18 years ago
Dave Hansen d8c76e6f45 [PATCH] r/o bind mount prepwork: inc_nlink() helper 19 years ago
Alexey Dobriyan d826380b30 [PATCH] 9p: fix leak on error path 19 years ago
Theodore Ts'o ba52de123d [PATCH] inode-diet: Eliminate i_blksize from the inode structure 19 years ago
Eric Van Hensbergen 834a9b8ca7 [PATCH] 9p: fix fid behavior on failed remove 19 years ago