index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-21
sanitize vfs_fsync calling conventions
Christoph Hellwig
2
-6
/
+5
2010-05-21
nfsd: open a file descriptor for fsync in nfs4 recovery
Christoph Hellwig
1
-45
/
+42
2010-05-18
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-18
nfs4: minor callback code simplification, comment
J. Bruce Fields
1
-2
/
+8
2010-05-14
NFSD: don't report compiled-out versions as present
Pavel Emelyanov
1
-1
/
+1
2010-05-13
nfsd4: implement reclaim_complete
J. Bruce Fields
4
-4
/
+52
2010-05-13
nfsd4: nfsd4_destroy_session must set callback client under the state lock
Benny Halevy
2
-0
/
+3
2010-05-13
nfsd4: keep a reference count on client while in use
Benny Halevy
3
-4
/
+27
2010-05-13
nfsd4: mark_client_expired
Benny Halevy
2
-1
/
+23
2010-05-13
nfsd4: introduce nfs4_client.cl_refcount
Benny Halevy
2
-1
/
+5
2010-05-11
nfsd4: refactor expire_client
Benny Halevy
1
-11
/
+18
2010-05-11
nfsd4: extend the client_lock to cover cl_lru
Benny Halevy
1
-15
/
+26
2010-05-11
nfsd4: use list_move in move_to_confirmed
Benny Halevy
1
-2
/
+1
2010-05-11
nfsd4: fold release_session into expire_client
Benny Halevy
1
-10
/
+4
2010-05-11
nfsd4: rename sessionid_lock to client_lock
Benny Halevy
1
-12
/
+14
2010-05-07
nfsd4: fix bare destroy_session null dereference
J. Bruce Fields
1
-2
/
+8
2010-05-04
Merge commit 'v2.6.34-rc6'
J. Bruce Fields
13
-5
/
+19
2010-05-04
nfsd4: use local variable in nfs4svc_encode_compoundres
Benny Halevy
1
-2
/
+2
2010-05-03
nfsd4: fix unlikely race in session replay case
J. Bruce Fields
3
-8
/
+10
2010-04-26
nfsd4: bug in read_buf
Neil Brown
1
-4
/
+4
2010-04-22
nfsd: potential ERR_PTR dereference on exp_export() error paths.
Dan Carpenter
1
-2
/
+2
2010-04-22
nfsd4: complete enforcement of 4.1 op ordering
J. Bruce Fields
2
-14
/
+43
2010-04-22
nfsd4: allow 4.0 clients to change callback path
J. Bruce Fields
3
-14
/
+24
2010-04-22
nfsd4: rearrange cb data structures
J. Bruce Fields
3
-28
/
+28
2010-04-22
nfsd4: cl_count is unused
J. Bruce Fields
3
-17
/
+2
2010-04-22
nfsd4: don't sleep in lease-break callback
J. Bruce Fields
3
-20
/
+73
2010-04-19
nfsd4: indentation cleanup
J. Bruce Fields
1
-3
/
+2
2010-04-16
nfsd4: consistent session flag setting
J. Bruce Fields
1
-6
/
+6
2010-04-02
nfsd4: remove probe task's reference on client
J. Bruce Fields
1
-8
/
+1
2010-04-02
nfsd4: remove dprintk
J. Bruce Fields
1
-3
/
+0
2010-04-02
nfsd4: shutdown callbacks on expiry
J. Bruce Fields
1
-3
/
+3
2010-04-02
nfsd4: preallocate nfs4_rpc_args
J. Bruce Fields
2
-15
/
+13
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
13
-0
/
+14
2010-03-22
nfsd: don't break lease while servicing a COMMIT
Jeff Layton
2
-3
/
+6
2010-03-16
nfsd: factor out hash functions for export caches.
NeilBrown
1
-17
/
+23
2010-03-09
Merge commit 'v2.6.34-rc1' into for-2.6.35-incoming
J. Bruce Fields
3
-9
/
+13
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-06
nfsd4: document lease/grace-period limits
J. Bruce Fields
1
-3
/
+12
2010-03-06
nfsd4: allow setting grace period time
J. Bruce Fields
3
-1
/
+21
2010-03-06
nfsd4: reshuffle lease-setting code to allow reuse
J. Bruce Fields
1
-12
/
+17
2010-03-06
nfsd4: remove unnecessary lease-setting function
J. Bruce Fields
2
-13
/
+1
2010-03-06
nfsd4: simplify lease/grace interaction
J. Bruce Fields
1
-21
/
+11
2010-03-06
nfsd4: simplify references to nfsd4 lease time
J. Bruce Fields
5
-23
/
+13
2010-03-06
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
6
-92
/
+100
2010-03-06
vfs: take f_lock on modifying f_mode after open time
Wu Fengguang
1
-0
/
+2
2010-03-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-4
/
+0
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
1
-4
/
+0
2010-03-04
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
J. Bruce Fields
2
-10
/
+3
2010-03-03
nfsd4: fix minor memory leak
J. Bruce Fields
1
-0
/
+2
[next]