Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9284ad2a9016ad631460caf8fd01fc21d84f118c
/
fs
/
9p
3e2796a
9p: fix readdir corner cases
by Eric Van Hensbergen
· 15 years ago
2511cd0
9p: fix readlink
by Martin Stava
· 15 years ago
f91b9099
9p: fix a small bug in readdir for long directories
by Martin Stava
· 15 years ago
60e78d2
9p: Add fscache support to 9p
by Abhishek Kulkarni
· 15 years ago
637d020
9p: Fix the incorrect update of inode size in v9fs_file_write()
by Abhishek Kulkarni
· 15 years ago
7549ae3
9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.
by Abhishek Kulkarni
· 15 years ago
4b53e4b
9p: remove unnecessary v9fses->options which duplicates the mount string
by Abhishek Kulkarni
· 15 years ago
48559b4c
9p: Add missing cast for the error return value in v9fs_get_inode
by Abhishek Kulkarni
· 15 years ago
4d3297c
9p: Remove redundant inode uid/gid assignment
by Abhishek Kulkarni
· 15 years ago
1b5ab3e
9p: Fix possible regressions when ->get_sb fails.
by Abhishek Kulkarni
· 15 years ago
4f40383
9p: Fix v9fs show_options
by Abhishek Kulkarni
· 15 years ago
02bc356
9p: Fix possible memleak in v9fs_inode_from fid.
by Abhishek Kulkarni
· 15 years ago
0e15597
9p: minor comment fixes
by Abhishek Kulkarni
· 15 years ago
2bb5411
9p: Fix possible inode leak in v9fs_get_inode.
by Abhishek Kulkarni
· 15 years ago
50fb6d2
9p: Check for error in return value of v9fs_fid_add
by Abhishek Kulkarni
· 15 years ago
9c9ad61
9p: Fix incorrect parameters to v9fs_file_readn.
by Abhishek Kulkarni
· 15 years ago
ee450f7
9P doesn't need BKL in ->umount_begin()
by Al Viro
· 15 years ago
c96f585
Fix a leak in failure exit in 9p ->get_sb()
by Al Viro
· 16 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
67e5520
vfs: umount_begin BKL pushdown
by Alessio Igor Bogani
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
a488257c
constify dentry_operations: 9p
by Al Viro
· 16 years ago
0fcb440
fs/Kconfig: move 9p out
by Alexey Dobriyan
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
f1d9e45
fs/9p: change simple_strtol to simple_strtoul
by Julia Lawall
· 16 years ago
7dd0cdc
9p: convert d_iname references to d_name.name
by Wu Fengguang
· 16 years ago
6ff2320
9p: Remove potentially bad parameter from function entry debug print.
by Duane Griffin
· 16 years ago
f8b9d53
CRED: Wrap task credential accesses in 9P2000 filesystem
by David Howells
· 16 years ago
ea2e799
9p: fix format warning
by Eric Van Hensbergen
· 16 years ago
57c7b4e
9p: fix device file handling
by Magnus Deininger
· 16 years ago
02da398
9p: eliminate depricated conv functions
by Eric Van Hensbergen
· 16 years ago
51a87c5
9p: rework client code to use new protocol support functions
by Eric Van Hensbergen
· 16 years ago
06b55b4
9p: move dirread to fs layer
by Eric Van Hensbergen
· 16 years ago
dfb0ec2
9p: adjust 9p vfs write operation
by Eric Van Hensbergen
· 16 years ago
fbedadc
9p: move readn meta-function from client to fs layer
by Eric Van Hensbergen
· 16 years ago
0fc9655
9p: consolidate read/write functions
by Eric Van Hensbergen
· 16 years ago
8b81ef5
9p: consolidate transport structure
by Eric Van Hensbergen
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
62aa528
9p: use an IS_ERR test rather than a NULL test
by Julien Brunel
· 16 years ago
59af158
[PATCH] fix ->llseek() for a bunch of directories
by Al Viro
· 16 years ago
2e4bef4
9p: fix O_APPEND in legacy mode
by Eric Van Hensbergen
· 16 years ago
887b3ec
9p: fix error path during early mount
by Eric Van Hensbergen
· 16 years ago
ab31267
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".
by Jim Meyering
· 17 years ago
ee44399
9p: Documentation updates
by Eric Van Hensbergen
· 17 years ago
b32a09d
add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
by Markus Armbruster
· 17 years ago
42faad9
[PATCH] restore sane ->umount_begin() API
by Al Viro
· 17 years ago
cb68837
fs: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
8a0dc95
9p: transport API reorganization
by Eric Van Hensbergen
· 17 years ago
14b8869
9p: fix mmap to be read-only
by Eric Van Hensbergen
· 17 years ago
d199d65
9p: add support for sticky bit
by Anthony Liguori
· 17 years ago
c55703d
9p: fix bug in attach-per-user
by Eric Van Hensbergen
· 17 years ago
8999e04
9p: use copy of the options value instead of original
by Latchesar Ionkov
· 17 years ago
dda6b02
9p: fix memory leak in v9fs_get_sb
by Latchesar Ionkov
· 17 years ago
22150c4
9p: v9fs_vfs_rename incorrect clunk order
by Latchesar Ionkov
· 17 years ago
0a97629
9p: fix memleak in fs/9p/v9fs.c
by Adrian Bunk
· 17 years ago
fb0466c
9p: fix bad kconfig cross-dependency
by Eric Van Hensbergen
· 17 years ago
50fd801
9p: soften invalidation in loose_mode
by Eric Van Hensbergen
· 17 years ago
ba17674
9p: attach-per-user
by Latchesar Ionkov
· 17 years ago
bd32b82
9p: rename uid and gid parameters
by Latchesar Ionkov
· 17 years ago
2405669
9p: define session flags
by Latchesar Ionkov
· 17 years ago
a80d923
9p: Make transports dynamic
by Eric Van Hensbergen
· 17 years ago
66abe5f
9PFS: clean up explicit check for mandatory locks
by Pavel Emelyanov
· 17 years ago
fbcb759
9p: remove deprecated v9fs_fid_lookup_remove()
by Eric Van Hensbergen
· 17 years ago
10fa16e
9p: fix debug compilation error
by Eric Van Hensbergen
· 17 years ago
9e2f668
9p: re-enable mount time debug option
by Eric Van Hensbergen
· 17 years ago
9523a84
9p: cache meta-data when cache=loose
by Eric Van Hensbergen
· 17 years ago
bd238fb
9p: Reorganization of 9p file system code
by Latchesar Ionkov
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
c959df9
v9fs: don't use primary fid when removing file
by Latchesar Ionkov
· 18 years ago
d32b687
9p: make struct v9fs_cached_file_operations static
by Adrian Bunk
· 18 years ago
e03abc0
9p: implement optional loose read cache
by Eric Van Hensbergen
· 18 years ago
2c0463a
9p: Use kthread_stop instead of sending a SIGKILL.
by Eric W. Biederman
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
fc0ecff
[PATCH] remove invalidate_inode_pages()
by Andrew Morton
· 18 years ago
835d90c
[PATCH] v9fs_vfs_mkdir(): fix a double free
by Adrian Bunk
· 18 years ago
e540eb4
[PATCH] 9p: null terminate error strings for debug print
by Eric Van Hensbergen
· 18 years ago
da977b2
[PATCH] 9p: fix segfault caused by race condition in meta-data operations
by Eric Van Hensbergen
· 18 years ago
621997c
[PATCH] 9p: fix rename return code
by Eric Van Hensbergen
· 18 years ago
f94b347
[PATCH] 9p: fix bogus return code checks during initialization
by Eric Van Hensbergen
· 18 years ago
d6f787b
[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
736c4b8
[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c
by Mika Kukkonen
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
d826380
[PATCH] 9p: fix leak on error path
by Alexey Dobriyan
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
834a9b8
[PATCH] 9p: fix fid behavior on failed remove
by Eric Van Hensbergen
· 18 years ago
4c90c68
[PATCH] 9p: fix marshalling bug in tcreate with empty extension field
by Russ Ross
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
779cbf0
v9fs: do not include linux/version.h
by Paul Collins
· 18 years ago
9d7fa40
[PATCH] v9fs: fix fid check in v9fs_create
by Latchesar Ionkov
· 18 years ago
94374e7
[PATCH] v9fs: return the correct error when interrupted by signal
by Latchesar Ionkov
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
d6e05ed
spelling fixes
by Andreas Mohr
· 18 years ago
1d77062
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 18 years ago
099a71d
[PATCH] Remove needless checks in fs/9p/vfs_inode.c
by Eric Sesterhenn
· 18 years ago
Next »