Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e7f2f9918c0e97aa98ba147ca387e2c7238f0711
/
fs
/
lockd
b0e0c9e
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
bde74e4
locks: add special return value for asynchronous locks
by Miklos Szeredi
· 16 years ago
cc77b15
lockd: dont return EAGAIN for a permanent error
by Miklos Szeredi
· 16 years ago
317602f
lockd: trivial sparse endian annotations
by Harvey Harrison
· 16 years ago
14b395e
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
a86dc49
SUNRPC: Remove the BKL from the callback functions
by Trond Myklebust
· 16 years ago
d67d1c7
nfs: set correct fl_len in nlmclnt_test()
by Felix Blyakher
· 16 years ago
367c8c7
lockd: Pass "struct sockaddr *" to new failover-by-IP function
by Chuck Lever
· 16 years ago
560de0e
lockd: get host reference in nlmsvc_create_block() instead of callers
by J. Bruce Fields
· 16 years ago
6d7bbbb
lockd: minor svclock.c style fixes
by J. Bruce Fields
· 16 years ago
6cde4de
lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock
by Jeff Layton
· 16 years ago
8f920d5
lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock
by Jeff Layton
· 16 years ago
b0e92aa
lockd: nlm_release_host() checks for NULL, caller needn't
by Jeff Layton
· 16 years ago
abd1ec4
lockd: close potential race with rapid lockd_up/lockd_down cycle
by Jeff Layton
· 16 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
1a747ee
locks: don't call ->copy_lock methods on return of conflicting locks
by J. Bruce Fields
· 17 years ago
17efa37
lockd: unlock lockd locks held for a certain filesystem
by Wendy Cheng
· 17 years ago
4373ea8
lockd: unlock lockd locks associated with a given server ip
by Wendy Cheng
· 17 years ago
563307b
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 17 years ago
f97c650
NLM: don't let lockd exit on unexpected svc_recv errors (try #2)
by Jeff Layton
· 17 years ago
3c61eec
lockd: Fix stale nlmsvc_unlink_block comment
by J. Bruce Fields
· 17 years ago
d842120
lockd: convert nsm_mutex to a spinlock
by J. Bruce Fields
· 17 years ago
a95e56e
lockd: clean up __nsm_find()
by J. Bruce Fields
· 17 years ago
164f98a
lockd: fix race in nlm_release()
by J. Bruce Fields
· 17 years ago
93245d1
lockd: fix sparse warning in svcshare.c
by Harvey Harrison
· 17 years ago
d751a7c
NLM: Convert lockd to use kthreads
by Jeff Layton
· 17 years ago
1447d25
knfsd: Remove NLM_HOST_MAX and associated logic.
by NeilBrown
· 17 years ago
d11d10c
NLM/lockd: Ensure client locking calls use correct credentials
by Trond Myklebust
· 17 years ago
5f50c0c
NLM/lockd: Fix a race when cancelling a blocking lock
by Trond Myklebust
· 17 years ago
6b4b3a7
NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call
by Trond Myklebust
· 17 years ago
8ec7ff7
NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel
by Trond Myklebust
· 17 years ago
dc9d8d0
NLM/lockd: convert __nlm_async_call to use rpc_run_task()
by Trond Myklebust
· 17 years ago
5e7f37a
NLM/lockd: Add a reference counter to struct nlm_rqst
by Trond Myklebust
· 17 years ago
4a9af59
NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()
by Trond Myklebust
· 17 years ago
0490a54
lockd: introduce new function to encode private argument in SM_MON requests
by Chuck Lever
· 17 years ago
2ca7754
lockd: Fix up incorrect RPC buffer size calculations.
by Chuck Lever
· 17 years ago
ea72a7f
lockd: document use of mon_id argument in SM_MON requests
by Chuck Lever
· 17 years ago
850c95f
lockd: refactor SM_MON my_id argument encoder
by Chuck Lever
· 17 years ago
4969517
lockd: refactor SM_MON mon_name argument encoder
by Chuck Lever
· 17 years ago
099bd05
lockd: Ensure NSM strings aren't longer than protocol allows
by Chuck Lever
· 17 years ago
eb18860
NLM: NLM protocol version numbers are u32
by Chuck Lever
· 17 years ago
90d5b18
NLM: LOCKD fails to load if CONFIG_SYSCTL is not set
by Chuck Lever
· 17 years ago
5216a8e
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
by Pavel Emelyanov
· 17 years ago
c64e80d
NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight
by Jeff Layton
· 17 years ago
9706501
NLM: don't reattempt GRANT_MSG when there is already an RPC in flight
by Jeff Layton
· 17 years ago
90bd17c
NLM: have server-side RPC clients default to soft RPC tasks
by Jeff Layton
· 17 years ago
031fd3a
NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients
by Jeff Layton
· 17 years ago
d801b86
NLM: tear down RPC clients in nlm_shutdown_hosts
by Jeff Layton
· 17 years ago
50431d9
lockd: minor log message fix
by J. Bruce Fields
· 17 years ago
a217813
knfsd: Support adding transports by writing portlist file
by Tom Tucker
· 17 years ago
7fcb98d
svc: Add svc API that queries for a transport instance
by Tom Tucker
· 17 years ago
7a18208
svc: Make close transport independent
by Tom Tucker
· 17 years ago
d7c9f1e
svc: Change services to use new svc_create_xprt service
by Tom Tucker
· 17 years ago
54ca95e
Leak in nlmsvc_testlock for async GETFL case
by Oleg Drokin
· 17 years ago
29dbf54
lockd: fix a leak in nlmsvc_testlock asynchronous request handling
by Oleg Drokin
· 17 years ago
b7e6b86
lockd: fix reference count leaks in async locking case
by Oleg Drokin
· 17 years ago
48df020
NLM: Fix sign of length of NLM variable length strings
by Chuck Lever
· 17 years ago
65fdf7d
NLM: Fix a bogus 'return' in nlmclnt_rpc_release
by Trond Myklebust
· 17 years ago
883bb16
NLM: Introduce an arguments structure for nlmclnt_init()
by Chuck Lever
· 17 years ago
1093a60
NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
by Chuck Lever
· 17 years ago
52c4044
NLM: Introduce external nlm_host set-up and tear-down functions
by Chuck Lever
· 17 years ago
cab6fc1
lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a()
by Chuck Lever
· 17 years ago
0896a72
NFS/SUNRPC: use transport protocol naming
by \"Talpey, Thomas\
· 17 years ago
e159a08
LOCKD: Convert printk's to dprintk's in lockd XDR routines
by Chuck Lever
· 17 years ago
a6d8543
NLM: Fix a memory leak in nlmsvc_testlock
by Trond Myklebust
· 17 years ago
255129d
NLM: Fix a circular lock dependency in lockd
by Trond Myklebust
· 17 years ago
ca5c8cd
lockd and nfsd endianness annotation fixes
by Al Viro
· 17 years ago
9a8db97
knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4
by Marc Eshel
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
c98451b
NLM: fix source address of callback to client
by Frank van Maarseveen
· 17 years ago
f61534d
SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
by Trond Myklebust
· 17 years ago
90c5755
SUNRPC: Kill rpc_clnt->cl_oneshot
by Trond Myklebust
· 17 years ago
34f52e3
SUNRPC: Convert rpc_clnt->cl_users to a kref
by Trond Myklebust
· 17 years ago
d48c5f4
NLM: Fix sparse warnings
by Trond Myklebust
· 17 years ago
550facd
NLM: don't use CLONE_SIGHAND in nlmclnt_recovery
by Oleg Nesterov
· 17 years ago
21051ba
NLM: Fix locking client timeouts...
by Trond Myklebust
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
2d56d3c
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 18 years ago
1a8322b
lockd: add code to handle deferred lock requests
by Marc Eshel
· 18 years ago
f812048
lockd: always preallocate block in nlmsvc_lock()
by Marc Eshel
· 18 years ago
5ea0d75
lockd: handle test_lock deferrals
by Marc Eshel
· 18 years ago
85f3f1b3
lockd: pass cookie in nlmsvc_testlock
by Marc Eshel
· 18 years ago
0e4ac9d
lockd: handle fl_grant callbacks
by Marc Eshel
· 18 years ago
2b36f41
lockd: save lock state on deferral
by Marc Eshel
· 18 years ago
150b393
locks: allow {vfs,posix}_lock_file to return conflicting lock
by Marc Eshel
· 18 years ago
9d6a8c5
locks: give posix_test_lock same interface as ->lock
by Marc Eshel
· 18 years ago
2bea90d
SUNRPC: RPC buffer size estimates are too large
by Chuck Lever
· 18 years ago
511d2e8
NLM: Shrink the maximum request size of NLM4 requests
by Chuck Lever
· 18 years ago
405ae7d
Replace remaining references to "driverfs" with "sysfs".
by Robert P. J. Day
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
d9bc125
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
27459f0
[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
by Chuck Lever
· 18 years ago
ad06e4b
[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing
by Chuck Lever
· 18 years ago
482fb94
[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper
by Chuck Lever
· 18 years ago
a995e9e
NLM: Fix double free in __nlm_async_call
by Trond Myklebust
· 18 years ago
d019bcf
[PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk's
by Adrian Bunk
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
e8c5c04
[PATCH] lockd endianness annotations
by Al Viro
· 18 years ago
225a719
[PATCH] struct path: convert lockd
by Josef Sipek
· 18 years ago
Next »