aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* procfs: fix numbering in /proc/locksJerome Marchand2010-10-261-8/+11
* fs: move exportfs since it is not a networking filesystemRandy Dunlap2010-10-261-3/+3
* fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim2010-10-261-1/+0
* fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin2010-10-261-1/+1
* fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-261-7/+5
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-261-1/+1
* hostfs: code cleanupsRichard Weinberger2010-10-261-3/+2
* fs/fs-writeback.c: restore lost commentAndrew Morton2010-10-261-0/+4
* writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-261-1/+1
* mm: add account_page_writeback()Michael Rubin2010-10-261-1/+1
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-268-45/+6
* oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-261-19/+21
* oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-261-35/+48
* oom: add per-mm oom disable countYing Han2010-10-262-0/+35
* vmcore: it is not experimental any moreWANG Cong2010-10-261-2/+2
* hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger2010-10-263-10/+4
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-262-0/+25
|\
| * Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-221-0/+15
| |\
| | * hugetlb: hugepage migration coreNaoya Horiguchi2010-10-081-0/+15
| * | Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen2010-10-221-0/+10
| |\ \
| | * | HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto2010-10-081-0/+10
| | |/
* | | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-2623-461/+635
|\ \ \
| * | | nfsd4: fix connection allocation in sequence()J. Bruce Fields2010-10-241-14/+17
| * | | nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields2010-10-211-7/+8
| * | | nfsd4: move minorversion to clientJ. Bruce Fields2010-10-213-7/+15
| * | | nfsd4: delay session removal till free_clientJ. Bruce Fields2010-10-211-8/+13
| * | | nfsd4: separate callback change and callback probeJ. Bruce Fields2010-10-213-9/+16
| * | | nfsd4: callback program number is per-sessionJ. Bruce Fields2010-10-213-2/+5
| * | | nfsd4: track backchannel connectionsJ. Bruce Fields2010-10-211-4/+7
| * | | nfsd4: confirm only on succesful create_sessionJ. Bruce Fields2010-10-211-3/+5
| * | | nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields2010-10-213-15/+17
| * | | nfsd4: use client pointer to backchannel sessionJ. Bruce Fields2010-10-213-8/+6
| * | | nfsd4: move callback setup into session init codeJ. Bruce Fields2010-10-212-15/+15
| * | | nfsd4: don't cache seq_misordered repliesJ. Bruce Fields2010-10-211-2/+1
| * | | nfsd4: expire clients more promptlyJ. Bruce Fields2010-10-111-1/+1
| * | | nfsd4: return expired on unfound stateid'sJ. Bruce Fields2010-10-021-2/+9
| * | | nfsd4: add new connections to sessionJ. Bruce Fields2010-10-011-2/+47
| * | | nfsd4: refactor connection allocationJ. Bruce Fields2010-10-011-6/+26
| * | | nfsd4: use callbacks on svc_xprt_deletionJ. Bruce Fields2010-10-012-9/+45
| * | | nfsd4: keep per-session list of connectionsJ. Bruce Fields2010-10-012-15/+62
| * | | nfsd4: clean up session allocationJ. Bruce Fields2010-10-011-122/+89
| * | | nfsd4: fix alloc_init_session return typeJ. Bruce Fields2010-10-011-3/+1
| * | | nfsd4: fix alloc_init_session BUILD_BUG_ON()J. Bruce Fields2010-10-011-1/+1
| * | | nfsd4: Move callback setup to callback queueJ. Bruce Fields2010-10-013-27/+63
| * | | nfsd4: remove separate cb_args structJ. Bruce Fields2010-10-012-30/+25
| * | | nfsd4: use generic callback code in null caseJ. Bruce Fields2010-10-013-15/+20
| * | | nfsd4: generic callback codeJ. Bruce Fields2010-10-012-39/+33
| * | | nfsd4: rename nfs4_rpc_args->nfsd4_cb_argsJ. Bruce Fields2010-10-012-9/+9
| * | | nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequenceJ. Bruce Fields2010-10-012-23/+18
| * | | nfsd4: minor variable renaming (cb -> conn)J. Bruce Fields2010-10-012-22/+22