index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
nfsd: move some of fh_compose into helper functions
J. Bruce Fields
2009-09-03
1
-38
/
+45
|
*
nfsd41: replace page based DRC with buffer based DRC
Andy Adamson
2009-09-02
3
-165
/
+67
|
*
nfsd41: replace nfserr_resource in pure nfs41 responses
Andy Adamson
2009-09-02
1
-3
/
+3
|
*
nfsd41: use session maxreqs for sequence target and highest slotid
Andy Adamson
2009-09-02
1
-1
/
+5
|
*
nfsd41: bound forechannel drc size by memory usage
Andy Adamson
2009-09-02
1
-18
/
+48
|
*
NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attribute
Trond Myklebust
2009-09-02
2
-13
/
+1
|
*
nfsd41: expand solo sequence check
Andy Adamson
2009-08-28
1
-9
/
+0
|
*
nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entry
Frank Filz
2009-08-27
1
-1
/
+1
|
*
nfsd41: renew_client must be called under the state lock
Benny Halevy
2009-08-27
1
-5
/
+8
|
*
knfsd: Replace lock_kernel with a mutex in nfsd pool stats.
Ryusei Yamaguchi
2009-08-25
2
-3
/
+23
|
*
nfsd: Fix unnecessary deny bits in NFSv4 ACL
Frank Filz
2009-08-25
1
-1
/
+1
|
*
nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...
Jeff Layton
2009-08-21
1
-2
/
+5
|
*
nfsd: add support for NFSv4 callbacks over IPv6
Jeff Layton
2009-08-21
1
-4
/
+11
|
*
nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage
Jeff Layton
2009-08-21
2
-81
/
+11
|
*
nfsd: make nfs4_client->cl_addr a struct sockaddr_storage
Jeff Layton
2009-08-21
1
-13
/
+19
|
*
sunrpc: add routine for comparing addresses
Jeff Layton
2009-08-21
4
-5
/
+5
|
*
Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...
J. Bruce Fields
2009-08-21
232
-3895
/
+6761
|
|
\
|
*
|
nfsd41: encode replay sequence from the slot values
Andy Adamson
2009-07-28
2
-36
/
+37
|
*
|
nfsd41: rename nfsd4_enc_uncached_replay
Andy Adamson
2009-07-28
1
-2
/
+2
|
*
|
nfsd41: Use separate DRC for setclientid
Andy Adamson
2009-07-28
3
-29
/
+40
|
*
|
nfsd41: change check_slot_seqid parameters
Andy Adamson
2009-07-28
1
-11
/
+13
|
*
|
nfsd41: remove redundant forechannel max requests check
Andy Adamson
2009-07-28
1
-4
/
+0
|
*
|
nfsd41: hange from page to memory based drc limits
Andy Adamson
2009-07-28
2
-22
/
+19
|
*
|
nfsd41: reserve less memory for DRC
Andy Adamson
2009-07-28
1
-2
/
+1
|
*
|
nfsd41: minor set_forechannel_maxreqs cleanup
Andy Adamson
2009-07-28
1
-8
/
+7
|
*
|
nfsd41: reclaim DRC memory on session free
Andy Adamson
2009-07-28
1
-0
/
+3
|
*
|
nfsd: minor write_pool_threads exit cleanup
J. Bruce Fields
2009-07-28
1
-5
/
+1
|
*
|
Fix memory leak in write_pool_threads
Eric Sesterhenn
2009-07-28
1
-0
/
+1
|
*
|
nfsd41: use globals for DRC limits
Andy Adamson
2009-07-14
2
-9
/
+20
|
*
|
NFSv4: ACL in operations 'open' and 'create' should be used
Yu Zhiguo
2009-07-14
1
-5
/
+42
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-09-22
9
-9
/
+9
|
\
\
\
|
*
|
|
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
5
-5
/
+5
|
*
|
|
trivial: fix typo "to to" in multiple files
Anand Gadiyar
2009-09-21
3
-3
/
+3
|
*
|
|
trivial: fix typo "for for" in multiple files
Anand Gadiyar
2009-09-21
1
-1
/
+1
*
|
|
|
mm: move use_mm/unuse_mm from aio.c to mm/
Michael S. Tsirkin
2009-09-22
1
-46
/
+1
*
|
|
|
hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...
Eric B Munson
2009-09-22
1
-4
/
+17
*
|
|
|
tmpfs: depend on shmem
Hugh Dickins
2009-09-22
1
-0
/
+1
*
|
|
|
mm: add get_dump_page
Hugh Dickins
2009-09-22
2
-67
/
+33
*
|
|
|
oom: fix oom_adjust_write() input sanity check
KOSAKI Motohiro
2009-09-22
1
-8
/
+10
*
|
|
|
oom: make oom_score to per-process value
KOSAKI Motohiro
2009-09-22
1
-1
/
+1
*
|
|
|
oom: move oom_adj value from task_struct to signal_struct
KOSAKI Motohiro
2009-09-22
1
-4
/
+20
*
|
|
|
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
2009-09-22
1
-1
/
+1
*
|
|
|
kcore: /proc/kcore should use vread
KAMEZAWA Hiroyuki
2009-09-22
1
-33
/
+2
*
|
|
|
pagemap clear_refs: modify to specify anon or mapped vma clearing
Moussa A. Ba
2009-09-22
1
-4
/
+24
*
|
|
|
ksm: identify PageKsm pages
Hugh Dickins
2009-09-22
1
-0
/
+5
*
|
|
|
mm: oom analysis: add shmem vmstat
KOSAKI Motohiro
2009-09-22
1
-0
/
+2
*
|
|
|
mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output
KOSAKI Motohiro
2009-09-22
1
-0
/
+2
*
|
|
|
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
3
-3
/
+3
*
|
|
|
const: make lock_manager_operations const
Alexey Dobriyan
2009-09-22
3
-4
/
+4
*
|
|
|
const: make file_lock_operations const
Alexey Dobriyan
2009-09-22
3
-3
/
+3
[prev]
[next]