Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
92123e068efa310b09e9943ac1cfd10ff6b6d2e4
/
net
/
sunrpc
/
rpc_pipe.c
92123e0
rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointer
by Jeff Layton
· 12 years ago
53f2c4a
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
b3f87b9
Merge branch 'bugfixes' into nfs-for-next
by Trond Myklebust
· 12 years ago
7e450b4
rpc_pipefs: clear write bit from top level rpc_pipefs directory
by Jeff Layton
· 12 years ago
bda1460
sunrpc: fix kernel-doc warnings
by Randy Dunlap
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
37629b5
SUNRPC: set per-net PipeFS superblock before notification
by Stanislav Kinsbursky
· 13 years ago
71db34f
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
b3537c3
sunrpc: create nfsd dir in rpc_pipefs
by Jeff Layton
· 13 years ago
f63d395
Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
09acfea
SUNRPC: Fix a few sparse warnings
by Trond Myklebust
· 13 years ago
4e0038b
SUNRPC: Move clnt->cl_server into struct rpc_xprt
by Trond Myklebust
· 13 years ago
2446ab6
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
by Trond Myklebust
· 13 years ago
591ad7f
SUNRPC: move waitq from RPC pipe to RPC inode
by Stanislav Kinsbursky
· 13 years ago
2c9030e
SUNRPC: check RPC inode's pipe reference before dereferencing
by Stanislav Kinsbursky
· 13 years ago
12bc372
SUNRPC: kernel PipeFS mount point creation routines removed
by Stanislav Kinsbursky
· 13 years ago
eee1732
NFS: idmap PipeFS notifier introduced
by Stanislav Kinsbursky
· 13 years ago
ad6b134
SUNRPC: fix pipe->ops cleanup on pipe dentry unlink
by Stanislav Kinsbursky
· 13 years ago
80df9d2
SUNRPC: subscribe RPC clients to pipefs notifications
by Stanislav Kinsbursky
· 13 years ago
c239d83
SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation
by Stanislav Kinsbursky
· 13 years ago
d706ed1
SUNPRC: cleanup RPC PipeFS pipes upcall interface
by Stanislav Kinsbursky
· 13 years ago
d0fe13b
SUNRPC: cleanup PipeFS redundant RPC inode usage
by Stanislav Kinsbursky
· 13 years ago
ba9e097
SUNRPC: split SUNPRC PipeFS pipe data and inode creation
by Stanislav Kinsbursky
· 13 years ago
766347b
SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations
by Stanislav Kinsbursky
· 13 years ago
efc46bf
SUNRPC: added debug messages to RPC pipefs
by Stanislav Kinsbursky
· 13 years ago
c21a588
SUNRPC: pipefs per-net operations helper introduced
by Stanislav Kinsbursky
· 13 years ago
90c4e82
SUNRPC: put pipefs superblock link on network namespace
by Stanislav Kinsbursky
· 13 years ago
432eb1a
SUNRPC: pipefs dentry lookup helper introduced
by Stanislav Kinsbursky
· 13 years ago
2d00131
SUNRPC: send notification events on pipefs sb creation and destruction
by Stanislav Kinsbursky
· 13 years ago
021c68d
SUNRPC: hold current network namespace while pipefs superblock is active
by Stanislav Kinsbursky
· 13 years ago
38b0da7
SUNRPC: create RPC pipefs superblock per network namespace context
by Stanislav Kinsbursky
· 13 years ago
5bff038
SUNRPC: remove non-exclusive pipe creation from RPC pipefs
by Stanislav Kinsbursky
· 13 years ago
64f1426
sunrpc: propagate umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
ef78cc7
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
c122515
SUNRPC/NFS: make rpc pipe upcall generic
by Peng Tao
· 13 years ago
dcbf8c3
sunrpc: add MODULE_ALIAS to match the filesystem name
by Michal Schmidt
· 13 years ago
89f0e4f
sunrpc: Reduce switch/case indent
by Joe Perches
· 13 years ago
b9d919a
Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
beb0f0a
kernel panic when mount NFSv4
by Trond Myklebust
· 14 years ago
fc14f2f
convert get_sb_single() users
by Al Viro
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
5704e44
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
a6f8dbc
sunrpc: remove the big kernel lock
by Arnd Bergmann
· 14 years ago
655b5bb
net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
006abe8
SUNRPC: Fix a race in rpc_info_open
by Trond Myklebust
· 14 years ago
5a67657
SUNRPC: Fix race corrupting rpc upcall
by Trond Myklebust
· 14 years ago
674b604
sunrpc: Pushdown the bkl from ioctl
by Frederic Weisbecker
· 14 years ago
f1f0abe1
sunrpc: handle allocation errors from __rpc_lookup_create()
by Dan Carpenter
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
fc7bed8
Don't bother with d_genocide in rpc_pipe
by Al Viro
· 15 years ago
1a5778a
net: Fix first line of kernel-doc for a few functions
by Ben Hutchings
· 15 years ago
4111d4f
sunrpc/rpc_pipe: fix kernel-doc notation
by Randy Dunlap
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
e571cbf
NFS: Add a dns resolver for use with NFSv4 referrals and migration
by Trond Myklebust
· 15 years ago
96c61cb
SUNRPC: Fix a typo in cache_pipefs_files
by Trond Myklebust
· 15 years ago
8854e82
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
by Trond Myklebust
· 15 years ago
e57aed7
SUNRPC: One more clean up for rpc_create_client_dir()
by Trond Myklebust
· 15 years ago
23ac658
SUNRPC: clean up rpc_setup_pipedir()
by Trond Myklebust
· 15 years ago
7d59d1e
SUNRPC: Clean up rpc_create_client_dir()
by Trond Myklebust
· 15 years ago
458adb8b
SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()
by Trond Myklebust
· 15 years ago
bb15674
SUNRPC: rpc_pipefs cleanup
by Trond Myklebust
· 15 years ago
ac6fece
SUNRPC: Clean up rpc_populate/depopulate
by Trond Myklebust
· 15 years ago
cfeaa4a
SUNRPC: Clean up rpc_lookup_create
by Trond Myklebust
· 15 years ago
810d90b
SUNRPC: Clean up rpc_unlink()
by Trond Myklebust
· 15 years ago
7589806
SUNRPC: Clean up file creation code in rpc_pipefs
by Trond Myklebust
· 15 years ago
b5bb61d
SUNRPC: Clean up rpc_pipefs lookup code...
by Trond Myklebust
· 15 years ago
7364af6
SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall
by Trond Myklebust
· 15 years ago
b693ba4
SUNRPC: Constify rpc_pipe_ops...
by Trond Myklebust
· 15 years ago
3ba13d1
constify dentry_operations: rest
by Al Viro
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
61054b1
nfsd: support callbacks with gss flavors
by Olga Kornievskaia
· 16 years ago
e712804
rpc: call release_pipe only on last close
by \"J. Bruce Fields\
· 16 years ago
c381060
rpc: add an rpc_pipe_open method
by \"J. Bruce Fields\
· 16 years ago
468039e
SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL
by Trond Myklebust
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
65b6e42
docbook: sunrpc filenames and notation fixes
by Randy Dunlap
· 17 years ago
9b45b74
SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()
by Chuck Lever
· 17 years ago
a6eaf8b
SUNRPC: Move exported declarations to the function declarations
by Trond Myklebust
· 17 years ago
93a44a7
sunrpc: document the rpc_pipefs kernel api
by J. Bruce Fields
· 17 years ago
eda4f9b
sunrpc: rpc_pipe_poll may miss available data in some cases
by J. Bruce Fields
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
bf19aac
nfs: add server port to rpc_pipe info file
by J. Bruce Fields
· 17 years ago
50e437d
SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks
by Trond Myklebust
· 17 years ago
4011cd9
SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends
by Trond Myklebust
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
4ac4efc
sunrpc: use vfs_path_lookup
by Josef 'Jeff' Sipek
· 17 years ago
03a1256
SUNRPC: Add a field to track the number of kernel users of an rpc_pipe
by Trond Myklebust
· 17 years ago
62e1761
SUNRPC: Clean up rpc_pipefs.
by Trond Myklebust
· 17 years ago
34f3089
SUNRPC: Enable non-exclusive create in rpc_mkpipe()
by Trond Myklebust
· 17 years ago
6e84c7b
SUNRPC: Add a downcall queue to struct rpc_inode
by Trond Myklebust
· 17 years ago
34f52e3
SUNRPC: Convert rpc_clnt->cl_users to a kref
by Trond Myklebust
· 17 years ago
Next »