index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-15
nfsd: make nfs4_client network namespace dependent
Stanislav Kinsbursky
1
-6
/
+9
2012-11-15
nfsd: use service net instead of hard-coded net where possible
Stanislav Kinsbursky
1
-5
/
+5
2012-11-14
nfsd4: init_session should be declared static
Fengguang Wu
1
-1
/
+1
2012-11-13
nfsd: get rid of cl_recdir field
Jeff Layton
1
-15
/
+3
2012-11-13
nfsd: move the confirmed and unconfirmed hlists to a rbtree
Jeff Layton
1
-51
/
+93
2012-11-13
nfsd: don't search for client by hash on legacy reboot recovery gracedone
Jeff Layton
1
-7
/
+5
2012-11-13
nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim record
Jeff Layton
1
-10
/
+10
2012-11-13
nfsd: break out reclaim record removal into separate function
Jeff Layton
1
-3
/
+9
2012-11-13
nfsd: have nfsd4_find_reclaim_client take a char * argument
Jeff Layton
1
-7
/
+4
2012-11-10
nfsd: remove unused argument to nfs4_has_reclaimed_state
Jeff Layton
1
-1
/
+1
2012-11-08
nfsd4: common helper to initialize callback work
J. Bruce Fields
1
-2
/
+2
2012-11-08
nfsd4: implement backchannel_ctl operation
J. Bruce Fields
1
-0
/
+14
2012-11-08
nfsd4: use callback security parameters in create_session
J. Bruce Fields
1
-0
/
+1
2012-11-08
nfsd4: don't BUG in delegation break callback
J. Bruce Fields
1
-3
/
+8
2012-11-08
nfsd4: remove unused init_session return
J. Bruce Fields
1
-2
/
+1
2012-11-08
nfs: fix wrong object type in lockowner_slab
Yanchuan Nian
1
-1
/
+1
2012-11-08
nfsd4: remove unused variable in nfsd4_delegreturn()
Wei Yongjun
1
-2
/
+0
2012-10-10
nfs: disintegrate UAPI for nfs
J. Bruce Fields
1
-2
/
+1
2012-10-02
nfsd4: don't allow reclaims of expired clients
J. Bruce Fields
1
-8
/
+10
2012-10-02
nfsd4: remove redundant callback probe
J. Bruce Fields
1
-3
/
+1
2012-10-02
nfsd4: expire old client earlier
J. Bruce Fields
1
-10
/
+7
2012-10-02
nfsd4: separate session allocation and initialization
J. Bruce Fields
1
-23
/
+23
2012-10-02
nfsd4: clean up session allocation
J. Bruce Fields
1
-12
/
+20
2012-10-02
nfsd4: minor free_session cleanup
J. Bruce Fields
1
-10
/
+9
2012-10-02
nfsd4: new_conn_from_crses should only allocate
J. Bruce Fields
1
-16
/
+10
2012-10-02
nfsd4: separate connection allocation and initialization
J. Bruce Fields
1
-10
/
+15
2012-10-02
nfsd4: reject bad forechannel attrs earlier
J. Bruce Fields
1
-4
/
+2
2012-10-02
nfsd4: enforce per-client sessions/no-sessions distinction
J. Bruce Fields
1
-20
/
+29
2012-10-02
nfsd4: set cl_minorversion at create time
J. Bruce Fields
1
-10
/
+1
2012-10-02
nfsd4: don't pin clientids to pseudoflavors
J. Bruce Fields
1
-1
/
+17
2012-09-27
make get_file() return its argument
Al Viro
1
-2
/
+1
2012-09-11
nfsd4: eliminate redundant nfs4_free_stateid
J. Bruce Fields
1
-6
/
+1
2012-09-10
nfsd4: fix nfs4 stateid leak
J. Bruce Fields
1
-0
/
+1
2012-08-21
knfsd: don't allocate file_locks on the stack
Jeff Layton
1
-42
/
+76
2012-08-21
knfsd: remove bogus BUG_ON() call from nfsd4_locku
Jeff Layton
1
-1
/
+0
2012-08-21
nfsd4: nfsd_process_n_delegations should be static
J. Bruce Fields
1
-1
/
+1
2012-08-21
nfsd: trivial comment updates
Jeff Layton
1
-5
/
+0
2012-07-28
NFSd: make boot_time variable per network namespace
Stanislav Kinsbursky
1
-16
/
+23
2012-07-28
NFSd: make grace end flag per network namespace
Stanislav Kinsbursky
1
-5
/
+3
2012-07-28
LockD: pass actual network namespace to grace period management functions
Stanislav Kinsbursky
1
-14
/
+15
2012-07-28
NFSd: make nfsd4_manager allocated per network namespace context.
Stanislav Kinsbursky
1
-13
/
+19
2012-07-28
nfsd4: fix missing fault_inject.h include
J. Bruce Fields
1
-0
/
+1
2012-07-25
NFSd: fix locking in nfsd_forget_delegations()
Stanislav Kinsbursky
1
-6
/
+17
2012-07-25
nfsd4: fix cr_principal comparison check in same_creds
Vivek Trivedi
1
-2
/
+2
2012-07-11
nfsd4: release openowners on free in >=4.1 case
J. Bruce Fields
1
-6
/
+13
2012-06-20
nfsd4: process_open2 cleanup
J. Bruce Fields
1
-5
/
+3
2012-06-20
nfsd4: nfsd4_lock() cleanup
J. Bruce Fields
1
-12
/
+3
2012-06-20
NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID
Chuck Lever
1
-6
/
+16
2012-06-20
nfsd: probe the back channel on new connections
Weston Andros Adamson
1
-0
/
+5
2012-06-14
nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels
J. Bruce Fields
1
-2
/
+2
[prev]
[next]