Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1775bc342c6eacd6304493cbb2e0cda1a0182246
/
fs
/
9p
936bb2d
fs/9p: Fix error reported by coccicheck
by Aneesh Kumar K.V
· 14 years ago
df5d8c8
9p: revert tsyncfs related changes
by Aneesh Kumar K.V
· 14 years ago
c2ed388
fs/9p: Use write_inode for data sync on server
by Aneesh Kumar K.V
· 14 years ago
f2eda2c
fs/9p: Fix revalidate to return correct value
by Aneesh Kumar K.V
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
aaf0ef1
9p: use the updated offset given by generic_write_checks
by M. Mohan Kumar
· 14 years ago
42869c8
fs/9p: Add v9fs_dentry2v9ses
by Aneesh Kumar K.V
· 14 years ago
7add697
fs/9p: Attach writeback_fid on first open with WR flag
by Aneesh Kumar K.V
· 14 years ago
ea59bb7
fs/9p: Open writeback fid in O_SYNC mode
by Aneesh Kumar K.V
· 14 years ago
059c138
fs/9p: Use truncate_setsize instead of vmtruncate
by Aneesh Kumar K.V
· 14 years ago
5a7e0a8
fs/9p: Fix race in initializing writeback fid
by Aneesh Kumar K.V
· 14 years ago
7c9e592
fs/9p: Make the writeback_fid owned by root
by Aneesh Kumar K.V
· 14 years ago
3dc5436
fs/9p: Writeback dirty data before setattr
by Aneesh Kumar K.V
· 14 years ago
f10fc50
fs/9p: call vmtruncate before setattr 9p opeation
by Aneesh Kumar K.V
· 14 years ago
c06c066
fs/9p: Properly update inode attributes on link
by Aneesh Kumar K.V
· 14 years ago
e0459f5
fs/9p: Prevent multiple inclusion of same header
by Aneesh Kumar K.V
· 14 years ago
23b08e9
fs/9p: Workaround vfs rename rehash bug
by Aneesh Kumar K.V
· 14 years ago
d28c61f
fs/9p: Mark directory inode invalid for many directory inode operations
by Aneesh Kumar K.V
· 14 years ago
823fcfd
fs/9p: Add . and .. dentry revalidation flag
by Aneesh Kumar K.V
· 14 years ago
3bc86de
fs/9p: mark inode attribute invalid on rename, unlink and setattr
by Aneesh Kumar K.V
· 14 years ago
b3cbea0
fs/9p: Add support for marking inode attribute invalid
by Aneesh Kumar K.V
· 14 years ago
0e43270
fs/9p: Initialize root inode number for dotl
by Aneesh Kumar K.V
· 14 years ago
b271ec4
fs/9p: Update link count correctly on different file system operations
by Aneesh Kumar K.V
· 14 years ago
edd73cf
fs/9p: Add drop_inode 9p callback
by Aneesh Kumar K.V
· 14 years ago
e959b54
fs/9p: Add direct IO support in cached mode
by Aneesh Kumar K.V
· 14 years ago
fa6ea16
fs/9p: Fix inode i_size update in file_write
by Aneesh Kumar K.V
· 14 years ago
6b36560
fs/9p: set default readahead pages in cached mode
by Aneesh Kumar K.V
· 14 years ago
6b39f6d
fs/9p: Move writeback fid to v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
a78ce05
fs/9p: Add v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
a121190
fs/9p: Don't set stat.st_blocks based on nrpages
by Aneesh Kumar K.V
· 14 years ago
5ffc0cb
fs/9p: Add inode hashing
by Aneesh Kumar K.V
· 14 years ago
62d810b
fs/9p: We need not writeback dirty pages during close
by Aneesh Kumar K.V
· 14 years ago
00ea2df
fs/9p: Implement syncfs call back for 9Pfs
by Aneesh Kumar K.V
· 14 years ago
db5841d
fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode
by Aneesh Kumar K.V
· 14 years ago
a950a65
fs/9p: Clarify cached dentry delete operation
by Aneesh Kumar K.V
· 14 years ago
7263ceb
fs/9p: Add buffered write support for v9fs.
by Aneesh Kumar K.V
· 14 years ago
3cf387d
fs/9p: Add fid to inode in cached mode
by Aneesh Kumar K.V
· 14 years ago
1731177
fs/9p: Add read write helper function
by Aneesh Kumar K.V
· 14 years ago
2efda79
fs/9p: [fscache] wait for page write in cached mode
by Aneesh Kumar K.V
· 14 years ago
20656a4
fs/9p: increment inode->i_count in cached mode.
by Aneesh Kumar K.V
· 14 years ago
46848de
fs/9p: set fs cache cookie in create path also
by Aneesh Kumar K.V
· 14 years ago
29236f4
fs/9p: set the cached file_operations struct during inode init
by Aneesh Kumar K.V
· 14 years ago
6752a1e
[fs/9p] Make access=client default in 9p2000.L protocol
by Venkateswararao Jujjuri (JV)
· 14 years ago
e782ef7
[fs/9P] Add posixacl mount option
by Venkateswararao Jujjuri (JV)
· 14 years ago
9332685
[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.
by Venkateswararao Jujjuri (JV)
· 14 years ago
d344b0f
[fs/9p] Initialze cached acls both in cached/uncached mode.
by Venkateswararao Jujjuri (JV)
· 14 years ago
c61fa0d
[fs/9p] Plug potential acl leak
by Venkateswararao Jujjuri (JV)
· 14 years ago
98cd3fb
switch 9p
by Al Viro
· 14 years ago
b8b80cf
fs/9p: Don't set dentry->d_op in create routines
by Aneesh Kumar K.V
· 14 years ago
c25a61f
fs/9p: fix spelling typo
by Eric Van Hensbergen
· 14 years ago
31b6cea
fs/9p: TREADLINK bugfix
by M. Mohan Kumar
· 14 years ago
af7542f
fs/9p: Simplify the .L create operation
by Aneesh Kumar K.V
· 14 years ago
53c06f4
fs/9p: Move dotl inode operations into a seperate file
by Aneesh Kumar K.V
· 14 years ago
255614c
fs/9p: fix menu presentation
by Randy Dunlap
· 14 years ago
6f81c11
fs/9p: Fix the return error on default acl removal
by Aneesh Kumar K.V
· 14 years ago
009ca38
fs/9p: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
d2d1ea9
convert v9fs
by Al Viro
· 14 years ago
b165d60
9p: Add datasync to client side TFSYNC/RFSYNC for dotl
by Venkateswararao Jujjuri (JV)
· 14 years ago
877cb3d
fs/9p: Use generic_file_open with lookup_instantiate_filp
by Aneesh Kumar K.V
· 14 years ago
9856af8
fs/9p: Add missing iput in v9fs_vfs_lookup
by Aneesh Kumar K.V
· 14 years ago
f5fc614
fs/9p: Use mknod 9p operation on create without open request
by Aneesh Kumar K.V
· 14 years ago
329176c
9p: Implement TREADLINK operation for 9p2000.L
by M. Mohan Kumar
· 14 years ago
368c09d
9p: Use V9FS_MAGIC in statfs
by M. Mohan Kumar
· 14 years ago
1d769cd
9p: Implement TGETLOCK
by M. Mohan Kumar
· 14 years ago
a099027
9p: Implement TLOCK
by M. Mohan Kumar
· 14 years ago
920e65d
[9p] Introduce client side TFSYNC/RFSYNC for dotl.
by Venkateswararao Jujjuri (JV)
· 14 years ago
b04faaf
[fs/9p] Add file_operations for cached mode in dotl protocol.
by Venkateswararao Jujjuri (JV)
· 14 years ago
76381a4
fs/9p: Add access = client option to opt in acl evaluation.
by Aneesh Kumar K.V
· 14 years ago
ad77dbc
fs/9p: Implement create time inheritance
by Aneesh Kumar K.V
· 14 years ago
6e8dc55
fs/9p: Update ACL on chmod
by Aneesh Kumar K.V
· 14 years ago
22d8dcd
fs/9p: Implement setting posix acl
by Aneesh Kumar K.V
· 14 years ago
7a4566b
fs/9p: Add xattr callbacks for POSIX ACL
by Aneesh Kumar K.V
· 14 years ago
85ff872
fs/9p: Implement POSIX ACL permission checking function
by Aneesh Kumar K.V
· 14 years ago
8d40fa2
fs/9p: Remove the redundant rsize calculation in v9fs_file_write()
by jvrao
· 14 years ago
3e24ad2
9p: Add a Direct IO support for non-cached operations.
by jvrao
· 14 years ago
7c7298c
fs/9p: mkdir fix for setting S_ISGID bit as per parent directory
by Harsh Prateek Bora
· 14 years ago
8812a3d
9p: Pass the correct end of buffer to p9dirent_read
by Sripathi Kodi
· 14 years ago
3834b12
fs/9p: setrlimit fix for 9p write
by Harsh Prateek Bora
· 14 years ago
57ee047
9p: remove unneeded checks
by Dan Carpenter
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
1d76e31
fs/9p: Don't use dotl version of mknod for dotu inode operations
by Aneesh Kumar K.V
· 14 years ago
3c30750
fs/9p: Use the correct dentry operations
by Aneesh Kumar K.V
· 14 years ago
62726a7
9p: Check for NULL fid in v9fs_dir_release()
by jvrao
· 14 years ago
5c25f34
fs/9p: Fix error handling in v9fs_get_sb
by Aneesh Kumar K.V
· 14 years ago
62b2be5
fs/9p, net/9p: memory leak fixes
by Latchesar Ionkov
· 14 years ago
8f587df
9p: potential ERR_PTR() dereference
by Dan Carpenter
· 14 years ago
8cef9c6
v9fs: fixup for inode_setattr being removed
by Stephen Rothwell
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
327aec0
9p: fix sparse warnings in new xattr code
by Eric Van Hensbergen
· 14 years ago
ea137533
fs/9p: remove sparse warning in vfs_inode
by Eric Van Hensbergen
· 14 years ago
a534c8d
fs/9p: Prevent parallel rename when doing fid_lookup
by Aneesh Kumar K.V
· 14 years ago
Next »