index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-17
nfsd4: fix mixed 4.0/4.1 handling, 4.1 reboot
J. Bruce Fields
1
-20
/
+17
2010-12-17
nfsd4: replace unintuitive match_clientid_establishment
J. Bruce Fields
1
-10
/
+4
2010-12-17
Merge commit 'v2.6.37-rc6' into for-2.6.38
J. Bruce Fields
1
-4
/
+4
2010-11-19
NFS4.1: Fix bug server don't reply the right fore_channel to client at create...
Mi Jinlong
1
-0
/
+2
2010-11-19
NFS4.1: server gets drc mem fail should reply error at create_session
Mi Jinlong
1
-0
/
+2
2010-11-19
nfsd4: return serverfault on request for ssv
J. Bruce Fields
1
-1
/
+1
2010-11-19
nfsd: fix NULL dereference in setattr()
Dan Carpenter
1
-2
/
+3
2010-11-17
BKL: remove references to lock_kernel from comments
Arnd Bergmann
1
-4
/
+4
2010-11-02
nfsd4: fix 4.1 connection registration race
J. Bruce Fields
1
-4
/
+12
2010-10-31
locks: let the caller free file_lock on ->setlease failure
Christoph Hellwig
1
-0
/
+1
2010-10-30
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-24
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-02
nfsd4: return expired on unfound stateid's
J. Bruce Fields
1
-2
/
+9
2010-10-01
nfsd4: add new connections to session
J. Bruce Fields
1
-2
/
+47
2010-10-01
nfsd4: refactor connection allocation
J. Bruce Fields
1
-6
/
+26
2010-10-01
nfsd4: use callbacks on svc_xprt_deletion
J. Bruce Fields
1
-9
/
+42
2010-10-01
nfsd4: keep per-session list of connections
J. Bruce Fields
1
-15
/
+54
2010-10-01
nfsd4: clean up session allocation
J. Bruce Fields
1
-122
/
+89
2010-10-01
nfsd4: fix alloc_init_session return type
J. Bruce Fields
1
-3
/
+1
2010-10-01
nfsd4: fix alloc_init_session BUILD_BUG_ON()
J. Bruce Fields
1
-1
/
+1
2010-10-01
nfsd4: Move callback setup to callback queue
J. Bruce Fields
1
-4
/
+3
2010-10-01
nfsd4: use generic callback code in null case
J. Bruce Fields
1
-0
/
+1
2010-10-01
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-07
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-29
gcc-4.6: nfsd: fix initialized but not read warnings
Andi Kleen
1
-2
/
+0
2010-07-29
nfsd4: share file descriptors between stateid's
J. Bruce Fields
1
-121
/
+182
2010-07-29
nfsd4: fix openmode checking on IO using lock stateid
J. Bruce Fields
1
-1
/
+3
2010-07-29
nfsd4: miscellaneous process_open2 cleanup
J. Bruce Fields
1
-9
/
+17
2010-07-29
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-22
nfsd4: remove some debugging code
J. Bruce Fields
1
-2
/
+0
2010-06-22
nfsd4: translate memory errors to delay, not serverfault
J. Bruce Fields
1
-3
/
+3
[next]