Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2a9f8b5d25beacd034369fca416b548cbf931561
/
fs
/
lockd
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
d9bc125c
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
21b4e73
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
c585646
[PATCH] fs/lockd/host.c: make 2 functions static
by Adrian Bunk
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
c041b5f
NLM: fix print format for tk_pid
by Chuck Lever
· 18 years ago
7cc13ed
[PATCH] sysctl: implement CTL_UNNUMBERED
by Eric W. Biederman
· 18 years ago
52921e0
[PATCH] lockd endianness annotations
by Al Viro
· 18 years ago
7111c66
[PATCH] fix svc_procfunc declaration
by Al Viro
· 18 years ago
d343fce
[PATCH] knfsd: Allow lockd to drop replies as appropriate
by NeilBrown
· 18 years ago
4481d10
[PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to fail
by NeilBrown
· 18 years ago
6b54dae
[PATCH] knfsd: lockd: fix refount on nsm
by NeilBrown
· 18 years ago
89e63ef
[PATCH] Convert lockd to use the newer mutex instead of the older semaphore
by Neil Brown
· 18 years ago
0ade060
[PATCH] knfsd: lockd: fix use of h_nextrebind
by Olaf Kirch
· 18 years ago
460f5ca
[PATCH] knfsd: export nsm_local_state to user space via sysctl
by Olaf Kirch
· 18 years ago
39be450
[PATCH] knfsd: match GRANTED_RES replies using cookies
by Olaf Kirch
· 18 years ago
031d869
[PATCH] knfsd: make nlmclnt_next_cookie SMP safe
by Olaf Kirch
· 18 years ago
abd1f50
[PATCH] knfsd: lockd: optionally use hostnames for identifying peers
by Olaf Kirch
· 18 years ago
350fce8
[PATCH] knfsd: simplify nlmsvc_invalidate_all
by NeilBrown
· 18 years ago
c53c1bb
[PATCH] knfsd: lockd: Add nlm_destroy_host
by Olaf Kirch
· 18 years ago
f2af793
[PATCH] knfsd: lockd: make nlm_traverse_* more flexible
by Olaf Kirch
· 18 years ago
07ba806
[PATCH] knfsd: change nlm_file to use a hlist
by Olaf Kirch
· 18 years ago
68a2d76c
[PATCH] knfsd: lockd: Change list of blocked list to list_node
by Olaf Kirch
· 18 years ago
0cea327
[PATCH] knfsd: lockd: make the hash chains use a hlist_node
by Olaf Kirch
· 18 years ago
9502c52
[PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle
by Olaf Kirch
· 18 years ago
5c8dd29
[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle
by Olaf Kirch
· 18 years ago
f0737a3
[PATCH] knfsd: misc minor fixes, indentation changes
by Olaf Kirch
· 18 years ago
8dead0d
[PATCH] knfsd: lockd: introduce nsm_handle
by Olaf Kirch
· 18 years ago
db4e4c9
[PATCH] knfsd: when looking up a lockd host, pass hostname & length
by Olaf Kirch
· 18 years ago
cf712c2
[PATCH] knfsd: consolidate common code for statd->lockd notification
by Olaf Kirch
· 18 years ago
977faf3
[PATCH] knfsd: hide use of lockd's h_monitored flag
by Olaf Kirch
· 18 years ago
e9ff399
[PATCH] namespaces: utsname: switch to using uts namespaces
by Serge E. Hallyn
· 18 years ago
4a3ae42
[PATCH] knfsd: Correctly handle error condition from lockd_up
by NeilBrown
· 18 years ago
7dcf91e
[PATCH] knfsd: Move makesock failed warning into make_socks.
by NeilBrown
· 18 years ago
6fb2b47
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
by NeilBrown
· 18 years ago
24e3666
[PATCH] knfsd: be more selective in which sockets lockd listens on
by NeilBrown
· 18 years ago
bc591cc
[PATCH] knfsd: add a callback for when last rpc thread finishes
by NeilBrown
· 18 years ago
b7b5263
[PATCH] add newline to nfs dprintk
by Martin Bligh
· 18 years ago
f52720c
[PATCH] fs: Removing useless casts
by Panagiotis Issaris
· 18 years ago
f8314dc
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
by Panagiotis Issaris
· 18 years ago
e1ec789
LOCKD: Convert to use new rpc_create() API
by Chuck Lever
· 18 years ago
6ca9482
SUNRPC: Clean-up after previous patches.
by Chuck Lever
· 18 years ago
44c31be
LOCKD: Teach lockd to use the new rpc_peeraddr() API
by Chuck Lever
· 18 years ago
01df9c5
LOCKD: Fix a deadlock in nlm_traverse_files()
by Trond Myklebust
· 18 years ago
f3d43c7
NLM/lockd: remove b_done
by J. Bruce Fields
· 18 years ago
01c3b86
NLM,NFSv4: Wait on local locks before we put RPC calls on the wire
by Trond Myklebust
· 18 years ago
9b07357
NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock
by Trond Myklebust
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
28df955
NLM: Fix reclaim races
by Trond Myklebust
· 18 years ago
5046791
NLM: sem to mutex conversion
by Trond Myklebust
· 18 years ago
ec535ce15
NFS: make 2 functions static
by Adrian Bunk
· 19 years ago
353ab6e
[PATCH] sem2mutex: fs/
by Ingo Molnar
· 19 years ago
53846a2
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 19 years ago
e8c96f8
[PATCH] fs: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
5f12191
LOCKD: Make nlmsvc_traverse_shares return void
by J. Bruce Fields
· 19 years ago
f3ee439f
LOCKD: nlmsvc_traverse_blocks return is unused
by J. Bruce Fields
· 19 years ago
d9f6eb7
lockd: blocks should hold a reference to the nlm_file
by Trond Myklebust
· 19 years ago
6041b79
lockd: Fix a typo in nlmsvc_grant_release()
by Trond Myklebust
· 19 years ago
d471662
lockd: Add helper for *_RES callbacks
by Trond Myklebust
· 19 years ago
9273723
NLM: Add nlmclnt_release_call
by Trond Myklebust
· 19 years ago
e4cd038
NLM: Fix nlmclnt_test to not copy private part of locks
by Trond Myklebust
· 19 years ago
3a649b8
NLM: Simplify client locks
by Trond Myklebust
· 19 years ago
35576cb
NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors
by Trond Myklebust
· 19 years ago
4c060b5
lockd: Fix Oopses due to list manipulation errors.
by Trond Myklebust
· 19 years ago
26bcbf9
lockd: stop abusing file_lock_list
by Christoph Hellwig
· 19 years ago
0426647
lockd: Make lockd use rpc_new_client() instead of rpc_create_client
by Trond Myklebust
· 19 years ago
686517f
lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()
by Trond Myklebust
· 19 years ago
5e1abf8
lockd: Clean up of the server-side GRANTED code
by Trond Myklebust
· 19 years ago
6849c0c
lockd: Add refcounting to struct nlm_block
by Trond Myklebust
· 19 years ago
09c7938
lockd: Fix server-side lock blocking code
by Trond Myklebust
· 19 years ago
7117bf3
lockd: Remove FL_LOCKD flag
by J. Bruce Fields
· 19 years ago
8dc7c31
locks,lockd: fix race in nlmsvc_testlock
by Andy Adamson
· 19 years ago
a85f193
lockd: make nlmsvc_lock use only posix_lock_file
by Andy Adamson
· 19 years ago
5de0e50
lockd: simplify nlmsvc_grant_blocked
by Andy Adamson
· 19 years ago
15dadef
lockd: clean up nlmsvc_lock
by Andy Adamson
· 19 years ago
dead28d
SUNRPC: eliminate rpc_call()
by Chuck Lever
· 19 years ago
cc0175c
SUNRPC: display human-readable procedure name in rpc_iostats output
by Chuck Lever
· 19 years ago
7bab377
lockd: Don't expose the process pid to the NLM server
by Trond Myklebust
· 19 years ago
36943fa
NLM: nlm_alloc_call should not immediately fail on signal
by Trond Myklebust
· 19 years ago
30f4e20
[PATCH] NLM: Ensure we do not Oops in the case of an unlock
by Trond Myklebust
· 19 years ago
5ac5f9d
[PATCH] NLM: Fix the NLM_GRANTED callback checks
by Trond Myklebust
· 19 years ago
aaaa994
NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever
by Trond Myklebust
· 19 years ago
16fb242
NLM: Fix arguments to NLM_CANCEL call
by Trond Myklebust
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
f518e35a
SUNRPC: get rid of cl_chatty
by Chuck Lever
· 19 years ago
35f5a42
SUNRPC: new interface to force an RPC rebind
by Chuck Lever
· 19 years ago
a659753
NLM: fix parsing of sm notify procedure
by J. Bruce Fields
· 19 years ago
64a318e
NLM: Further cancel fixes
by J. Bruce Fields
· 19 years ago
2c5acd2
NLM: clean up nlmsvc_delete_block
by J. Bruce Fields
· 19 years ago
5996a29
NLM: don't unlock on cancel requests
by J. Bruce Fields
· 19 years ago
Next »