| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | fs: move permission check back into __lookup_hash | Christoph Hellwig | 2010-10-26 | 1 | -10/+4 |
* | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-10-27 | 1 | -0/+2 |
|\ \ |
|
| * | | NFS: Fix a compile issue in nfs_root | Trond Myklebust | 2010-10-26 | 1 | -0/+2 |
* | | | Merge branch 'akpm-incoming-1' | Linus Torvalds | 2010-10-27 | 21 | -120/+125 |
|\ \ \ |
|
| * | | | kernel: remove PF_FLUSHER | Peter Zijlstra | 2010-10-27 | 1 | -1/+1 |
| * | | | fs: allow for more than 2^31 files | Eric Dumazet | 2010-10-27 | 1 | -10/+7 |
| * | | | procfs: fix numbering in /proc/locks | Jerome Marchand | 2010-10-27 | 1 | -8/+11 |
| * | | | fs: move exportfs since it is not a networking filesystem | Randy Dunlap | 2010-10-27 | 1 | -3/+3 |
| * | | | fs/buffer.c: remove duplicated assignment to b_private | Namhyung Kim | 2010-10-27 | 1 | -1/+0 |
| * | | | fs/direct-io.c: fix truncation error in dio_complete() return | Edward Shishkin | 2010-10-27 | 1 | -1/+1 |
| * | | | fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 | Miklos Szeredi | 2010-10-27 | 1 | -7/+5 |
| * | | | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages | Jan Beulich | 2010-10-27 | 1 | -1/+1 |
| * | | | hostfs: code cleanups | Richard Weinberger | 2010-10-27 | 1 | -3/+2 |
| * | | | fs/fs-writeback.c: restore lost comment | Andrew Morton | 2010-10-27 | 1 | -0/+4 |
| * | | | writeback: remove the internal 5% low bound on dirty_ratio | Wu Fengguang | 2010-10-27 | 1 | -1/+1 |
| * | | | mm: add account_page_writeback() | Michael Rubin | 2010-10-27 | 1 | -1/+1 |
| * | | | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 2010-10-27 | 8 | -45/+6 |
| * | | | oom: fix locking for oom_adj and oom_score_adj | David Rientjes | 2010-10-27 | 1 | -19/+21 |
| * | | | oom: rewrite error handling for oom_adj and oom_score_adj tunables | David Rientjes | 2010-10-27 | 1 | -35/+48 |
| * | | | oom: add per-mm oom disable count | Ying Han | 2010-10-27 | 2 | -0/+35 |
| * | | | vmcore: it is not experimental any more | WANG Cong | 2010-10-27 | 1 | -2/+2 |
| * | | | hostfs: fix UML crash: remove f_spare from hostfs | Richard Weinberger | 2010-10-27 | 3 | -10/+4 |
* | | | | Merge branch 'ima-memory-use-fixes' | Linus Torvalds | 2010-10-26 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | IMA: move read counter into struct inode | Eric Paris | 2010-10-26 | 1 | -0/+1 |
* | | | | 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-25 | 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-12 | 1 | -1/+1 |
| * | | | | | | nfsd4: return expired on unfound stateid's | J. Bruce Fields | 2010-10-03 | 1 | -2/+9 |
| * | | | | | | nfsd4: add new connections to session | J. Bruce Fields | 2010-10-02 | 1 | -2/+47 |
| * | | | | | | nfsd4: refactor connection allocation | J. Bruce Fields | 2010-10-02 | 1 | -6/+26 |
| * | | | | | | nfsd4: use callbacks on svc_xprt_deletion | J. Bruce Fields | 2010-10-02 | 2 | -9/+45 |
| * | | | | | | nfsd4: keep per-session list of connections | J. Bruce Fields | 2010-10-02 | 2 | -15/+62 |
| * | | | | | | nfsd4: clean up session allocation | J. Bruce Fields | 2010-10-02 | 1 | -122/+89 |
| * | | | | | | nfsd4: fix alloc_init_session return type | J. Bruce Fields | 2010-10-02 | 1 | -3/+1 |