Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
8459485db70c8d1371062657d3988c5c1ff008ca
/
fs
/
lockd
9ce6e29
lockd: lockd server-side shouldn't set fl_ops
by J. Bruce Fields
· 3 years, 4 months ago
c9773f4
lockd: Fix invalid lockowner cast after vfs_test_lock
by Benjamin Coddington
· 3 years, 5 months ago
0e1c02e
lockd: don't use interval-based rebinding over TCP
by Calum Mackay
· 4 years, 2 months ago
24717cf
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 4 years, 2 months ago
49d9960
lockd: Replace PROC() macro with open code
by Chuck Lever
· 4 years, 3 months ago
0bdd4ce
Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients
by Alexander A. Klimov
· 4 years, 6 months ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
e6237b6
NFSv4.1: Don't rebind to the same source port when reconnecting to the server
by Trond Myklebust
· 5 years ago
291adeb
lockd: Make two symbols static
by YueHaibing
· 6 years ago
646d73e
lockd: Show pid of lockd for remote locks
by Benjamin Coddington
· 6 years ago
9adfac6
lockd: Remove lm_compare_owner and lm_owner_key
by Benjamin Coddington
· 6 years ago
89e0edf
lockd: Convert NLM service fl_owner to nlm_lockowner
by Benjamin Coddington
· 6 years ago
9de3ec1
lockd: prepare nlm_lockowner for use by the server
by Benjamin Coddington
· 6 years ago
141731d
Revert "lockd: Show pid of lockd for remote locks"
by Benjamin Coddington
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
700a800
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
b422df9
lockd: Store the lockd client credential in struct nlm_host
by Trond Myklebust
· 6 years ago
79caa5f
SUNRPC: Cache cred of process creating the rpc_client
by Trond Myklebust
· 6 years ago
ae67bd3
SUNRPC: Fix up task signalling
by Trond Myklebust
· 6 years ago
40373b1
lockd: Pass the user cred from knfsd when starting the lockd server
by Trond Myklebust
· 6 years ago
4df493a
SUNRPC: Cache the process user cred in the RPC server listener
by Trond Myklebust
· 6 years ago
642ee6b
SUNRPC: Allow further customisation of RPC program registration
by Trond Myklebust
· 6 years ago
8e5b677
SUNRPC: Add a callback to initialise server requests
by Trond Myklebust
· 6 years ago
4a9be28
NFS: fix mount/umount race in nlmclnt.
by NeilBrown
· 6 years ago
eb72f48
NFS: Remove print_overflow_msg()
by Chuck Lever
· 6 years ago
e6b9257
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
e45428a
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
a52458b
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
by NeilBrown
· 6 years ago
b8eee0e
lockd: Show pid of lockd for remote locks
by Benjamin Coddington
· 6 years ago
cb03f94
fs/locks: merge posix_unblock_lock() and locks_delete_block()
by NeilBrown
· 6 years ago
b8db159
lockd: fix decoding of TEST results
by J. Bruce Fields
· 6 years ago
93f38b6
lockd: fix access beyond unterminated strings in prints
by Amir Goldstein
· 6 years ago
64bed6c
nfsd: fix leaked file lock with nfs exported overlayfs
by Amir Goldstein
· 6 years ago
554faf2
lockd: make nlm_ntf_refcnt and nlm_ntf_wq static
by Colin Ian King
· 7 years ago
535cb8f
lockd: Fix server refcounting
by Trond Myklebust
· 7 years ago
fbca30c
lockd: convert nlm_rqst.a_count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
431f125
lockd: convert nlm_lockowner.count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
c751082
lockd: convert nsm_handle.sm_count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
fee21fb
lockd: convert nlm_host.h_count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
9e137ed
nlm_shutdown_hosts_net() cleanup
by Vasily Averin
· 7 years ago
6b18dd1
race of lockd inetaddr notifiers vs nlmsvc_rqst change
by Vasily Averin
· 7 years ago
3a2b19d
lockd: lost rollback of set_grace_period() in lockd_down_net()
by Vasily Averin
· 7 years ago
a3152f1
lockd: added cleanup checks in exit_net hook
by Vasily Averin
· 7 years ago
e919b07
lockd: remove net pointer from messages
by Vasily Averin
· 7 years ago
4dd3c2e
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
dc3033e
lockd: double unregister of inetaddr notifiers
by Vasily Averin
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
8e7757d
Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
58a6989
lockd: Delete an error message for a failed memory allocation in reclaimer()
by Markus Elfring
· 7 years ago
afea565
sunrpc: Const-ify struct sv_serv_ops
by Chuck Lever
· 7 years ago
e967918
sunrpc: mark all struct svc_version instances as const
by Christoph Hellwig
· 8 years ago
860bda2
sunrpc: mark all struct svc_procinfo instances as const
by Christoph Hellwig
· 8 years ago
7fd38af
sunrpc: move pc_count out of struct svc_procinfo
by Christoph Hellwig
· 8 years ago
63f8de3
sunrpc: properly type pc_encode callbacks
by Christoph Hellwig
· 8 years ago
026fec7
sunrpc: properly type pc_decode callbacks
by Christoph Hellwig
· 8 years ago
a6beb73
sunrpc: properly type pc_func callbacks
by Christoph Hellwig
· 8 years ago
499b498
sunrpc: mark all struct rpc_procinfo instances as const
by Christoph Hellwig
· 8 years ago
1c5876d
sunrpc: move p_count out of struct rpc_procinfo
by Christoph Hellwig
· 8 years ago
cdfa31e
lockd: fix some weird indentation
by Christoph Hellwig
· 8 years ago
1fa2339
lockd: fix decoder callback prototypes
by Christoph Hellwig
· 8 years ago
bf96391
lockd: fix encoder callback prototypes
by Christoph Hellwig
· 8 years ago
c70422f
Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
efda760
lockd: fix lockd shutdown race
by J. Bruce Fields
· 8 years ago
e56efe9
lockd: remove redundant check on block
by Colin Ian King
· 8 years ago
b1ece73
lockd: Introduce nlmclnt_operations
by Benjamin Coddington
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
c01410f
lockd: initialize sin6_scope_id in lockd_inet6addr_event()
by Scott Mayhew
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
97139d4
treewide: remove redundant #include <linux/kconfig.h>
by Masahiro Yamada
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
cb7d224f
lockd: unregister notifier blocks if the service fails to come up completely
by Scott Mayhew
· 9 years ago
84c60b1
drop redundant ->owner initializations
by Al Viro
· 9 years ago
2a29745
lockd: constify nlmsvc_binding structure
by Julia Lawall
· 9 years ago
ea44463
lockd: use to_delayed_work
by Geliang Tang
· 9 years ago
0751ddf
lockd: Register callbacks on the inetaddr_chain and inet6addr_chain
by Scott Mayhew
· 9 years ago
31c1feb
Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
0d0f4aa
lockd: get rid of reference-counted NSM RPC clients
by Andrey Ryabinin
· 9 years ago
4f65636
Move locks API users to locks_lock_inode_wait()
by Benjamin Coddington
· 9 years ago
0ad9547
lockd: create NSM handles per net namespace
by Andrey Ryabinin
· 9 years ago
c87fb4a
lockd: NLM grace period shouldn't block NFSv4 opens
by J. Bruce Fields
· 9 years ago
b9e13cd
nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
by Jeff Layton
· 10 years ago
ea126e7
nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it
by Jeff Layton
· 10 years ago
135dd00
nfsd: eliminate NFSD_DEBUG
by Mark Salter
· 10 years ago
6184514
Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
6f83e5b
Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
4b4f858
Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 10 years ago
03a9a42
SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
by Trond Myklebust
· 10 years ago
a584143
Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20
by J. Bruce Fields
· 10 years ago
3c51991
sunrpc/lockd: fix references to the BKL
by Jeff Layton
· 10 years ago
6109c85
locks: add a dedicated spinlock to protect i_flctx lists
by Jeff Layton
· 10 years ago
bd61e0a
locks: convert posix locks to file_lock_context
by Jeff Layton
· 10 years ago
4cb7208
lockd: xdr: Remove unused function
by Rickard Strandqvist
· 10 years ago
06bed7d
LOCKD: Fix a race when initialising nlmsvc_timeout
by Trond Myklebust
· 10 years ago
0b233b7
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
cbfe0de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
0b5707e
sunrpc: require svc_create callers to pass in meaningful shutdown routine
by Jeff Layton
· 10 years ago
2941b0e
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
by J. Bruce Fields
· 10 years ago
Next »