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
2010-10-31
locks: let the caller free file_lock on ->setlease failure
Christoph Hellwig
1
-0
/
+1
2010-10-31
nfsd4: initialize delegation pointer to lease
J. Bruce Fields
1
-17
/
+2
2010-10-27
locks/nfsd: allocate file lock outside of spinlock
Arnd Bergmann
1
-11
/
+15
2010-10-26
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-182
/
+311
2010-10-25
nfsd4: fix connection allocation in sequence()
J. Bruce Fields
1
-14
/
+17
2010-10-21
nfsd4: move minorversion to client
J. Bruce Fields
1
-2
/
+10
2010-10-21
nfsd4: delay session removal till free_client
J. Bruce Fields
1
-8
/
+13
2010-10-21
nfsd4: separate callback change and callback probe
J. Bruce Fields
1
-3
/
+4
2010-10-21
nfsd4: callback program number is per-session
J. Bruce Fields
1
-1
/
+1
2010-10-21
nfsd4: track backchannel connections
J. Bruce Fields
1
-4
/
+7
2010-10-21
nfsd4: confirm only on succesful create_session
J. Bruce Fields
1
-3
/
+5
2010-10-21
nfsd4: make backchannel sequence number per-session
J. Bruce Fields
1
-10
/
+12
2010-10-21
nfsd4: use client pointer to backchannel session
J. Bruce Fields
1
-3
/
+1
2010-10-21
nfsd4: move callback setup into session init code
J. Bruce Fields
1
-15
/
+14
2010-10-21
nfsd4: don't cache seq_misordered replies
J. Bruce Fields
1
-2
/
+1
2010-10-05
fs/locks.c: prepare for BKL removal
Arnd Bergmann
1
-3
/
+3
2010-10-03
nfsd4: return expired on unfound stateid's
J. Bruce Fields
1
-2
/
+9
2010-10-02
nfsd4: add new connections to session
J. Bruce Fields
1
-2
/
+47
2010-10-02
nfsd4: refactor connection allocation
J. Bruce Fields
1
-6
/
+26
2010-10-02
nfsd4: use callbacks on svc_xprt_deletion
J. Bruce Fields
1
-9
/
+42
2010-10-02
nfsd4: keep per-session list of connections
J. Bruce Fields
1
-15
/
+54
2010-10-02
nfsd4: clean up session allocation
J. Bruce Fields
1
-122
/
+89
2010-10-02
nfsd4: fix alloc_init_session return type
J. Bruce Fields
1
-3
/
+1
2010-10-02
nfsd4: fix alloc_init_session BUILD_BUG_ON()
J. Bruce Fields
1
-1
/
+1
2010-10-02
nfsd4: Move callback setup to callback queue
J. Bruce Fields
1
-4
/
+3
2010-10-02
nfsd4: use generic callback code in null case
J. Bruce Fields
1
-0
/
+1
2010-10-02
nfsd4: minor variable renaming (cb -> conn)
J. Bruce Fields
1
-14
/
+14
2010-09-02
nfsd4: mask out non-access bits in nfs4_access_to_omode
J. Bruce Fields
1
-1
/
+1
2010-08-26
Merge commit 'v2.6.36-rc1' into HEAD
J. Bruce Fields
1
-1
/
+1
2010-08-26
nfsd4: fix downgrade/lock logic
J. Bruce Fields
1
-10
/
+15
2010-08-26
nfsd4: bad BUG() in preprocess_stateid_op
J. Bruce Fields
1
-1
/
+0
2010-08-08
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-146
/
+235
2010-08-07
nfsd4: fix file open accounting for RDWR opens
J. Bruce Fields
1
-3
/
+21
2010-07-30
gcc-4.6: nfsd: fix initialized but not read warnings
Andi Kleen
1
-2
/
+0
2010-07-30
nfsd4: share file descriptors between stateid's
J. Bruce Fields
1
-121
/
+182
2010-07-30
nfsd4: fix openmode checking on IO using lock stateid
J. Bruce Fields
1
-1
/
+3
2010-07-30
nfsd4: miscellaneous process_open2 cleanup
J. Bruce Fields
1
-9
/
+17
2010-07-30
nfsd4: don't pretend to support write delegations
J. Bruce Fields
1
-0
/
+7
2010-07-23
nfsd4: fix v4 state shutdown error paths
Jeff Layton
1
-11
/
+1
2010-06-23
nfsd4: remove some debugging code
J. Bruce Fields
1
-2
/
+0
2010-06-23
nfsd4: translate memory errors to delay, not serverfault
J. Bruce Fields
1
-3
/
+3
2010-06-23
nfsd4; fix session reference count leak
J. Bruce Fields
1
-1
/
+0
2010-06-09
nfsd4: shut down callback queue outside state lock
J. Bruce Fields
1
-1
/
+1
2010-05-31
nfsd4: fix use of op_share_access
J. Bruce Fields
1
-4
/
+12
2010-05-19
Revert "nfsd4: distinguish expired from stale stateids"
J. Bruce Fields
1
-45
/
+11
2010-05-18
nfsd: safer initialization order in find_file()
Pavel Emelyanov
1
-3
/
+3
2010-05-13
nfsd4: implement reclaim_complete
J. Bruce Fields
1
-3
/
+30
2010-05-13
nfsd4: nfsd4_destroy_session must set callback client under the state lock
Benny Halevy
1
-0
/
+2
2010-05-13
nfsd4: keep a reference count on client while in use
Benny Halevy
1
-3
/
+24
2010-05-13
nfsd4: mark_client_expired
Benny Halevy
1
-0
/
+10
[next]