index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
writeback: remove the internal 5% low bound on dirty_ratio
Wu Fengguang
2010-10-26
1
-1
/
+1
*
mm: add account_page_writeback()
Michael Rubin
2010-10-26
1
-1
/
+1
*
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
2010-10-26
8
-45
/
+6
*
oom: fix locking for oom_adj and oom_score_adj
David Rientjes
2010-10-26
1
-19
/
+21
*
oom: rewrite error handling for oom_adj and oom_score_adj tunables
David Rientjes
2010-10-26
1
-35
/
+48
*
oom: add per-mm oom disable count
Ying Han
2010-10-26
2
-0
/
+35
*
vmcore: it is not experimental any more
WANG Cong
2010-10-26
1
-2
/
+2
*
hostfs: fix UML crash: remove f_spare from hostfs
Richard Weinberger
2010-10-26
3
-10
/
+4
*
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2010-10-26
2
-0
/
+25
|
\
|
*
Merge branch 'hwpoison-hugepages' into hwpoison
Andi Kleen
2010-10-22
1
-0
/
+15
|
|
\
|
|
*
hugetlb: hugepage migration core
Naoya Horiguchi
2010-10-08
1
-0
/
+15
|
*
|
Merge branch 'hwpoison-fixes-2.6.37' into hwpoison
Andi Kleen
2010-10-22
1
-0
/
+10
|
|
\
\
|
|
*
|
HWPOISON/signalfd: add support for addr_lsb
Hidetoshi Seto
2010-10-08
1
-0
/
+10
|
|
|
/
*
|
|
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-10-26
23
-461
/
+635
|
\
\
\
|
*
|
|
nfsd4: fix connection allocation in sequence()
J. Bruce Fields
2010-10-24
1
-14
/
+17
|
*
|
|
nfsd4: only require krb5 principal for NFSv4.0 callbacks
J. Bruce Fields
2010-10-21
1
-7
/
+8
|
*
|
|
nfsd4: move minorversion to client
J. Bruce Fields
2010-10-21
3
-7
/
+15
|
*
|
|
nfsd4: delay session removal till free_client
J. Bruce Fields
2010-10-21
1
-8
/
+13
|
*
|
|
nfsd4: separate callback change and callback probe
J. Bruce Fields
2010-10-21
3
-9
/
+16
|
*
|
|
nfsd4: callback program number is per-session
J. Bruce Fields
2010-10-21
3
-2
/
+5
|
*
|
|
nfsd4: track backchannel connections
J. Bruce Fields
2010-10-21
1
-4
/
+7
|
*
|
|
nfsd4: confirm only on succesful create_session
J. Bruce Fields
2010-10-21
1
-3
/
+5
|
*
|
|
nfsd4: make backchannel sequence number per-session
J. Bruce Fields
2010-10-21
3
-15
/
+17
|
*
|
|
nfsd4: use client pointer to backchannel session
J. Bruce Fields
2010-10-21
3
-8
/
+6
|
*
|
|
nfsd4: move callback setup into session init code
J. Bruce Fields
2010-10-21
2
-15
/
+15
|
*
|
|
nfsd4: don't cache seq_misordered replies
J. Bruce Fields
2010-10-21
1
-2
/
+1
|
*
|
|
nfsd4: expire clients more promptly
J. Bruce Fields
2010-10-11
1
-1
/
+1
|
*
|
|
nfsd4: return expired on unfound stateid's
J. Bruce Fields
2010-10-02
1
-2
/
+9
|
*
|
|
nfsd4: add new connections to session
J. Bruce Fields
2010-10-01
1
-2
/
+47
|
*
|
|
nfsd4: refactor connection allocation
J. Bruce Fields
2010-10-01
1
-6
/
+26
|
*
|
|
nfsd4: use callbacks on svc_xprt_deletion
J. Bruce Fields
2010-10-01
2
-9
/
+45
|
*
|
|
nfsd4: keep per-session list of connections
J. Bruce Fields
2010-10-01
2
-15
/
+62
|
*
|
|
nfsd4: clean up session allocation
J. Bruce Fields
2010-10-01
1
-122
/
+89
|
*
|
|
nfsd4: fix alloc_init_session return type
J. Bruce Fields
2010-10-01
1
-3
/
+1
|
*
|
|
nfsd4: fix alloc_init_session BUILD_BUG_ON()
J. Bruce Fields
2010-10-01
1
-1
/
+1
|
*
|
|
nfsd4: Move callback setup to callback queue
J. Bruce Fields
2010-10-01
3
-27
/
+63
|
*
|
|
nfsd4: remove separate cb_args struct
J. Bruce Fields
2010-10-01
2
-30
/
+25
|
*
|
|
nfsd4: use generic callback code in null case
J. Bruce Fields
2010-10-01
3
-15
/
+20
|
*
|
|
nfsd4: generic callback code
J. Bruce Fields
2010-10-01
2
-39
/
+33
|
*
|
|
nfsd4: rename nfs4_rpc_args->nfsd4_cb_args
J. Bruce Fields
2010-10-01
2
-9
/
+9
|
*
|
|
nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence
J. Bruce Fields
2010-10-01
2
-23
/
+18
|
*
|
|
nfsd4: minor variable renaming (cb -> conn)
J. Bruce Fields
2010-10-01
2
-22
/
+22
|
*
|
|
sunrpc: Add net to rpc_create_args
Pavel Emelyanov
2010-10-01
5
-0
/
+6
|
*
|
|
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
2010-10-01
4
-7
/
+8
|
*
|
|
nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length
Benny Halevy
2010-10-01
1
-6
/
+12
|
*
|
|
sunrpc: Add net to pure API calls
Pavel Emelyanov
2010-09-27
2
-3
/
+3
|
*
|
|
nfsd: fix /proc/net/rpc/nfsd.export/content display
J. Bruce Fields
2010-09-26
1
-11
/
+29
|
*
|
|
nfsd: Export get_task_comm for nfsd
Pavel Emelyanov
2010-09-23
1
-3
/
+1
|
*
|
|
nfsd: allow deprecated interface to be compiled out.
NeilBrown
2010-09-22
5
-8
/
+43
|
*
|
|
nfsd: formally deprecate legacy nfsd syscall interface
NeilBrown
2010-09-22
1
-0
/
+10
[next]