Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8014793b1b2869445adfe678d64cdacd10e99d53
8014793
SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status
by Trond Myklebust
· 18 years ago
297de4f
Fix a referral error Oops
by andros@citi.umich.edu
· 18 years ago
058ad9c
NFS: NFS_ROOT should use the new rpc_create API
by Chuck Lever
· 18 years ago
6daabf1
NFS: Fix up compiler warnings on 64-bit platforms in client.c
by David Howells
· 18 years ago
158998b
SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument
by Trond Myklebust
· 18 years ago
5dd3177
NFSv4: Fix a use-after-free issue with the nfs server.
by Trond Myklebust
· 18 years ago
275a082
Add a real API for dealing with blk_congestion_wait()
by Trond Myklebust
· 18 years ago
94a6d75
NFS: Use cached page as buffer for NFS symlink requests
by Chuck Lever
· 18 years ago
873101b
NFS: copy symlinks into page cache before sending NFS SYMLINK request
by Chuck Lever
· 18 years ago
4f390c1
NFS: Fix double d_drop in nfs_instantiate() error path
by Chuck Lever
· 18 years ago
d3db90e
NFS: remove a no-longer-needed error check in nfs_symlink()
by Chuck Lever
· 18 years ago
b86acd5
SUNRPC: export new RPC client functions with _GPL
by Chuck Lever
· 18 years ago
ff9aa5e
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
by Chuck Lever
· 18 years ago
9e1968c
SUNRPC: Convert RPC portmapper to use new rpc_create() API
by Chuck Lever
· 18 years ago
ae5c794
NFSD: Convert NFS server callback logic to use new rpc_create API
by Chuck Lever
· 18 years ago
41877d2
NFS: Convert NFS client to use new rpc_create() API
by Chuck Lever
· 18 years ago
e1ec789
LOCKD: Convert to use new rpc_create() API
by Chuck Lever
· 18 years ago
c286676
SUNRPC: use sockaddr + size when creating remote transport endpoints
by Chuck Lever
· 18 years ago
6ca9482
SUNRPC: Clean-up after previous patches.
by Chuck Lever
· 18 years ago
c4efcb1
SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address
by Chuck Lever
· 18 years ago
e7f7865
SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API
by Chuck Lever
· 18 years ago
f425eba
SUNRPC: Create API for displaying remote peer address
by Chuck Lever
· 18 years ago
edb267a
SUNRPC: add xprt switch API for printing formatted remote peer addresses
by Chuck Lever
· 18 years ago
39d7bbc
SUNRPC: remove extraneous header inclusions
by Chuck Lever
· 18 years ago
081f79a
SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.
by Chuck Lever
· 18 years ago
44c31be
LOCKD: Teach lockd to use the new rpc_peeraddr() API
by Chuck Lever
· 18 years ago
ed39440
SUNRPC: create API for getting remote peer address
by Chuck Lever
· 18 years ago
bbf7c1d
SUNRPC: Introduce transport switch callout for pluggable rpcbind
by Chuck Lever
· 18 years ago
5b1eacb
SUNRPC: Support for RPC child tasks no longer needed
by Chuck Lever
· 18 years ago
c4a5692
SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c
by Chuck Lever
· 18 years ago
4a68179
SUNRPC: Make RPC portmapper use per-transport storage
by Chuck Lever
· 18 years ago
ec739ef
SUNRPC: Create a helper to tell whether a transport is bound
by Chuck Lever
· 18 years ago
9c5bf38
NFS: Fix nfs_alloc_client()
by Trond Myklebust
· 18 years ago
36b15c5
NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag
by Trond Myklebust
· 18 years ago
738a351
NFS: Secure the roots of the NFS subtrees in a shared superblock
by David Howells
· 18 years ago
27ba851
NFS: Fix error handling
by David Howells
· 18 years ago
6aaca56
NFS: Add server and volume lists to /proc
by David Howells
· 18 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
cf6d7b5
NFS: Start rpciod in server common management
by David Howells
· 18 years ago
5006a76
NFS: Eliminate client_sys in favour of cl_rpcclient
by David Howells
· 18 years ago
8fa5c00
NFS: Move rpc_ops from nfs_server to nfs_client
by David Howells
· 18 years ago
1f16341
NFS: Make better use of inode* dereferencing macros
by David Howells
· 18 years ago
27951bd
NFS: Maintain a common server record for NFS2/3 as well as for NFS4
by David Howells
· 18 years ago
509de81
NFS: Add extra const qualifiers
by David Howells
· 18 years ago
0c7d90c
NFS: Use the dentry superblock directly in nfs_statfs()
by David Howells
· 18 years ago
24c8dbb
NFS: Generalise the nfs_client structure
by David Howells
· 18 years ago
e9326dc
NFS: Add a server capabilities NFS RPC op
by David Howells
· 18 years ago
2b3de44
NFS: Add a lookupfh NFS RPC op
by David Howells
· 18 years ago
b716279
NFS: Return an error when starting the idmapping pipe
by David Howells
· 18 years ago
7539bba
NFS: Rename nfs_server::nfs4_state
by David Howells
· 18 years ago
adfa6f9
NFS: Rename struct nfs4_client to struct nfs_client
by David Howells
· 18 years ago
5ae1fbc
NFS: Fix NFS4 callback up/down prototypes
by David Howells
· 18 years ago
0a8ea43
NFS: Disambiguate nfs_stat_to_errno()
by David Howells
· 18 years ago
7d4e274
NFS: Fix up split of fs/nfs/inode.c
by David Howells
· 18 years ago
770bfad
NFS: Add dentry materialisation op
by David Howells
· 18 years ago
979df72
NFS: Add an ACCESS cache memory shrinker
by Trond Myklebust
· 18 years ago
cfcea3e
NFS: Add a global LRU list for the ACCESS cache
by Trond Myklebust
· 18 years ago
1c3c07e
NFS: Add a new ACCESS rpc call cache to the linux nfs client
by Trond Myklebust
· 18 years ago
3eeab61
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
6585b57
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
by Linus Torvalds
· 18 years ago
2ee8099
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 18 years ago
c03efdb
[PATCH] fallout from hcd-core patch
by Al Viro
· 18 years ago
956295d
[PATCH] fix the survivors of fbcon_vbl_handler() renaming
by Al Viro
· 18 years ago
5932ef0
[PATCH] sun4: fix sbus_setup_iommu()
by Al Viro
· 18 years ago
a07562e
[PATCH] asm/backlight.h is ppc-only
by Al Viro
· 18 years ago
00ddaf2
[PATCH] sanitize frv archclean
by Al Viro
· 18 years ago
55ae922
[PATCH] aoa is pmac-only
by Al Viro
· 18 years ago
634965f
[PATCH] memcpy_fromio() missing in istallion
by Al Viro
· 18 years ago
cc9bd99
[PATCH] fix ancient breakage in ebus_init()
by Al Viro
· 18 years ago
a83fbf6
[PATCH] fix missing ifdefs in syscall classes hookup for generic targets
by Al Viro
· 18 years ago
24669f7d
[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdata
by Jeremy Fitzhardinge
· 18 years ago
ddad65d
[CPUFREQ] Fix some more CPU hotplug locking.
by Dave Jones
· 18 years ago
db39221
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 18 years ago
3e2ab46
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
9cd330d
IB: Fix typo in kerneldoc for ib_set_client_data()
by Krishna Kumar
· 18 years ago
a8bfca0
IPoIB: Add some likely/unlikely annotations in hot path
by Eli Cohen
· 18 years ago
507c335
IPoIB: Remove unused include of vmalloc.h
by Dotan Barak
· 18 years ago
5ccd025
IPoIB: Rejoin all multicast groups after a port event
by Eli Cohen
· 18 years ago
d0df6d6
IPoIB: Create MCGs with all attributes required by RFC
by Roland Dreier
· 18 years ago
aec79fc
IB/sa: fix ib_sa_selector names
by Michael S. Tsirkin
· 18 years ago
5755d6d
IB/iser: INFINIBAND_ISER depends on INET
by Roland Dreier
· 18 years ago
d35cc33
IB/mthca: Simplify calls to mthca_cq_clean()
by Roland Dreier
· 18 years ago
951f7fc
RDMA/cma: Document rdma_accept() error handling
by Or Gerlitz
· 18 years ago
b3b30f5
IB/mthca: Recover from catastrophic errors
by Jack Morgenstein
· 18 years ago
07eeec0
RDMA/cma: Document rdma_destroy_id() function
by Or Gerlitz
· 18 years ago
a70d059
IB/cm: Do not track remote QPN in timewait state
by Michael S. Tsirkin
· 18 years ago
c1a0b23
IB/sa: Require SA registration
by Michael S. Tsirkin
· 18 years ago
2439a6e
IPoIB: Refactor completion handling
by Roland Dreier
· 18 years ago
d811102
IB/iser: Do not use FMR for a single dma entry sg
by Erez Zilber
· 18 years ago
e981f1d
IB/iser: fix some debug prints
by Erez Zilber
· 18 years ago
8dfa087
IB/iser: make FMR "page size" be 4K and not PAGE_SIZE
by Erez Zilber
· 18 years ago
8072ec2
IB/iser: Limit the max size of a scsi command
by Erez Zilber
· 18 years ago
777a71d
IB/iser: fix a check of SG alignment for RDMA
by Erez Zilber
· 18 years ago
61a73c7
RDMA/cma: Protect against adding device during destruction
by Sean Hefty
· 18 years ago
f94b533
RDMA/amso1100: Add driver for Ammasso 1100 RNIC
by Tom Tucker
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
922a8e9
RDMA: iWARP Connection Manager.
by Tom Tucker
· 18 years ago
3cd9656
IB: Whitespace fixes
by Roland Dreier
· 18 years ago
f06d265
IB/cm: Randomize starting comm ID
by Sean Hefty
· 18 years ago
2b3e258
IB/mad: Remove unused includes
by James Lentini
· 18 years ago
Next »