Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
21b7f153dd0d7366197c37e7a630c7585db0b8ea
/
fs
/
nfs
/
nfs4state.c
7bf97bc
NFSv4: Keep dropped state owners on the LRU list for a while
by Trond Myklebust
· 13 years ago
c77365c
NFSv4: Ensure that we don't drop a state owner more than once
by Trond Myklebust
· 13 years ago
95b72eb
NFSv4: Ensure we do not reuse open owner names
by Trond Myklebust
· 13 years ago
5ae67c4
NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner
by Trond Myklebust
· 13 years ago
e49a29b
Try using machine credentials for RENEW calls
by Sachin Prabhu
· 13 years ago
96dcadc
NFSv4: Rate limit the state manager for lock reclaim warning messages
by William Dauchy
· 13 years ago
9a3ba43
NFSv4: Rate limit the state manager warning messages
by Trond Myklebust
· 13 years ago
1728017
NFS: Fix a number of sparse warnings
by Trond Myklebust
· 13 years ago
ad1e396
NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWN
by Trond Myklebust
· 13 years ago
4fc8796
NFSv4: Clean up nfs4_select_rw_stateid()
by Trond Myklebust
· 13 years ago
cf470c3
NFSv4: Don't free the nfs4_lock_state until after the release_lockowner
by Trond Myklebust
· 13 years ago
9cb8196
NFSv4.1 handle DS stateid errors
by Andy Adamson
· 13 years ago
2d2f24a
NFSv4: Simplify the struct nfs4_stateid
by Trond Myklebust
· 13 years ago
f597c53
NFSv4: Add helpers for basic copying of stateids
by Trond Myklebust
· 13 years ago
1e3987c
NFSv4: Rename nfs4_copy_stateid()
by Trond Myklebust
· 13 years ago
a1d0b5e
NFS: Properly handle the case where the delegation is revoked
by Trond Myklebust
· 13 years ago
8aa0a41
Merge commit 'nfs-for-3.3-4' into nfs-for-next
by Trond Myklebust
· 13 years ago
2446ab6
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
by Trond Myklebust
· 13 years ago
b6bf6e7
NFSv4.1 set highest_used_slotid to NFS4_NO_SLOT
by Andy Adamson
· 13 years ago
b9f9a03
NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEID
by Trond Myklebust
· 13 years ago
a030889
NFS: start printks w/ NFS: even if __func__ shown
by Weston Andros Adamson
· 13 years ago
f9fd2d9
NFS: printks in fs/nfs/ should start with NFS:
by Weston Andros Adamson
· 13 years ago
4601df2
NFSv4: Avoid thundering herd issues with nfs_release_seqid
by Trond Myklebust
· 13 years ago
961a828
SUNRPC: Fix potential races in xprt_lock_write_next()
by Trond Myklebust
· 13 years ago
48c22eb
NFS: Move struct nfs_unique_id into struct nfs_seqid_counter
by Trond Myklebust
· 13 years ago
7ba127a
NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counter
by Trond Myklebust
· 13 years ago
d2d7ce2
NFSv4: Replace lock_owner->ld_id with an ida based allocator
by Trond Myklebust
· 13 years ago
9157c31
NFSv4: Replace state_owner->so_owner_id with an ida based allocator
by Trond Myklebust
· 13 years ago
d1e284d
NFSv4: Clean up nfs4_get_state_owner
by Trond Myklebust
· 13 years ago
0aaaf5c
NFS: Cache state owners after files are closed
by Chuck Lever
· 13 years ago
414adf1
NFS: Clean up nfs4_find_state_owners_locked()
by Chuck Lever
· 13 years ago
4b44b40
NFSv4: Ensure correct locking when accessing the 'lock_states' list
by Trond Myklebust
· 13 years ago
111d489
NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.
by Trond Myklebust
· 13 years ago
4f38e4a
NFSv4: Don't error if we handled it in nfs4_recovery_handle_error
by Trond Myklebust
· 13 years ago
042b60b
NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error
by Trond Myklebust
· 13 years ago
5f00bcb
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
by Stephen Rothwell
· 13 years ago
643168c
nfs4_closedata doesn't need to mess with struct path
by Al Viro
· 13 years ago
78fe0f4
NFS: use scope from exchange_id to skip reclaim
by Weston Andros Adamson
· 13 years ago
444f72f
NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors
by Trond Myklebust
· 13 years ago
1bd714f
NFSv4: Ensure that clientid and session establishment can time out
by Trond Myklebust
· 14 years ago
fd954ae
NFSv4.1: Don't loop forever in nfs4_proc_create_session
by Trond Myklebust
· 14 years ago
47c2199
NFSv4.1: Ensure state manager thread dies on last umount
by Trond Myklebust
· 14 years ago
0444d76
fs: don't use igrab() while holding i_lock
by Dave Chinner
· 14 years ago
cbdabc7f
NFSv4.1: filelayout async error handler
by Andy Adamson
· 14 years ago
d6fb79d
NFSv4.1: new flag for lease time check
by Andy Adamson
· 14 years ago
f9feab1
NFSv4: nfs4_state_mark_reclaim_nograce() should be static
by Trond Myklebust
· 14 years ago
0400a6b
NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses
by Trond Myklebust
· 14 years ago
778be23
NFS do not find client in NFSv4 pg_authenticate
by Andy Adamson
· 14 years ago
24d292b
NFS: Move cl_state_owners and related fields to the nfs_server struct
by Chuck Lever
· 14 years ago
f7e8917
pnfs: layout roc code
by Fred Isaman
· 14 years ago
42acd02
NFS add session back channel draining
by Andy Adamson
· 14 years ago
2c2618c
NFS associate sessionid with callback connection
by Andy Adamson
· 14 years ago
a4dd8dc
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
74eb94b
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
974cec8
NFS: client needs to maintain list of inodes with active layouts
by Andy Adamson
· 14 years ago
8c7597f
nfs: include ratelimit.h, fix nfs4state build error
by Randy Dunlap
· 14 years ago
168667c
NFSv4: The state manager must ignore EKEYEXPIRED.
by Trond Myklebust
· 14 years ago
6eaa614
NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTID
by Trond Myklebust
· 14 years ago
b89f432
fs/locks.c: prepare for BKL removal
by Arnd Bergmann
· 14 years ago
77041ed
NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid
by Trond Myklebust
· 14 years ago
d3c7b7c
NFSv4: Add support for the RELEASE_LOCKOWNER operation
by Trond Myklebust
· 14 years ago
1f0e890
NFSv4: Clean up struct nfs4_state_owner
by Trond Myklebust
· 14 years ago
c48f4f3
NFSv41: Convert the various reboot recovery ops etc to minor version ops
by Trond Myklebust
· 14 years ago
a2118c3
NFSv41: Don't store session state in the nfs_client->cl_state
by Trond Myklebust
· 14 years ago
8535b2b
NFSv4: Don't use GFP_KERNEL allocations in state recovery
by Trond Myklebust
· 14 years ago
bb8b27e
NFSv4: Clean up the NFSv4 setclientid operation
by Trond Myklebust
· 15 years ago
0f79fd6
NFSv4.1: Various fixes to the sequence flag error handling
by Trond Myklebust
· 15 years ago
41f54a5
nfs41: clear NFS4CLNT_RECALL_SLOT bit on session reset
by Andy Adamson
· 15 years ago
b9efa1b
nfs41: implement cb_recall_slot
by Andy Adamson
· 15 years ago
2c64348
nfs4: handle -EKEYEXPIRED errors from RPC layer
by Jeff Layton
· 15 years ago
a2c0b9e
NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly
by Trond Myklebust
· 15 years ago
3804541
NFSv4: Fix a regression in the NFSv4 state manager
by Trond Myklebust
· 15 years ago
72211db
NFSv4: Release the sequence id before restarting a CLOSE rpc call
by Trond Myklebust
· 15 years ago
5601a00
nfs: run state manager in privileged mode
by Alexandros Batsakis
· 15 years ago
689cf5c
nfs: enforce FIFO ordering of operations trying to acquire slot
by Alexandros Batsakis
· 15 years ago
7cab89b
nfs41: Invoke RECLAIM_COMPLETE on all new client ids
by Ricardo Labiaga
· 15 years ago
f455848
nfs41: Mark stateids in need of reclaim if state manager gets stale clientid
by Ricardo Labiaga
· 15 years ago
9dfdf40
nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTID
by Ricardo Labiaga
· 15 years ago
9430fb6
nfs41: nfs41_setup_state_renewal
by Ricardo Labiaga
· 15 years ago
35dc1d7
NFSv41: Fix up some bugs in the NFS4CLNT_SESSION_DRAINING code
by Trond Myklebust
· 15 years ago
f26468f
NFSv41: Fix nfs4_proc_create_session
by Trond Myklebust
· 15 years ago
da6ebfe
nfs41: Invoke RECLAIM_COMPLETE
by Ricardo Labiaga
· 15 years ago
fce5c83
nfs41: RECLAIM_COMPLETE functionality
by Ricardo Labiaga
· 15 years ago
0556d1a
NFSv41: nfs4_reset_session must always set NFS4CLNT_SESSION_DRAINING
by Trond Myklebust
· 15 years ago
0629e37
nfs41: check SEQUENCE status flag
by Alexandros Batsakis
· 15 years ago
0b9e2d4
nfs41: only state manager sets NFS4CLNT_SESSION_SETUP
by Andy Adamson
· 15 years ago
ea028ac
nfs41: nfs41: fix state manager deadlock in session reset
by Andy Adamson
· 15 years ago
8ba9bf8
nfs41: fix switch in nfs4_recovery_handle_error
by Andy Adamson
· 15 years ago
6df0818
nfs41: rename cl_state session SETUP bit to RESET
by Andy Adamson
· 15 years ago
4d643d1
nfs41: add create session into establish_clid
by Andy Adamson
· 15 years ago
7285f2d
Merge branch 'devel' into linux-next
by Trond Myklebust
· 15 years ago
9c4c761
NFSv4.1: Handle NFSv4.1 session errors in the lock recovery code
by Trond Myklebust
· 15 years ago
b6d408b
NFSv4: Fix up error handling in the state manager main loop.
by Trond Myklebust
· 15 years ago
c8b7ae3d
NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctly
by Trond Myklebust
· 15 years ago
4f7cdf1
NFSv4: The state manager shouldn't exit on errors that were handled
by Trond Myklebust
· 15 years ago
e345e88
NFSv4: Fix up the callers of nfs4_state_end_reclaim_reboot
by Trond Myklebust
· 15 years ago
6aed628
const: make file_lock_operations const
by Alexey Dobriyan
· 15 years ago
7111dc7
NFSv4: Fix an infinite looping problem with the nfs4_state_manager
by Trond Myklebust
· 15 years ago
b64aec8
NFSv4: Fix an Oops in nfs4_free_lock_state
by Trond Myklebust
· 15 years ago
1f84603
Merge branch 'devel-for-2.6.31' into for-2.6.31
by Trond Myklebust
· 15 years ago
Next »