summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-26hostfs: code cleanupsRichard Weinberger
2010-10-26fs/fs-writeback.c: restore lost commentAndrew Morton
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang
2010-10-26mm: add account_page_writeback()Michael Rubin
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes
2010-10-26oom: add per-mm oom disable countYing Han
2010-10-26vmcore: it is not experimental any moreWANG Cong
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-25nfs4: fix channel attribute sanity-checksJ. Bruce Fields
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-25Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches
2010-10-25Coda: replace BKL with mutexYoshihisa Abe
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-24nfsd4: fix connection allocation in sequence()J. Bruce Fields
2010-10-24NFSv4.1: Use more sensible names for 'initialize_mountpoint'Trond Myklebust
2010-10-24NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastru...Andy Adamson
2010-10-24NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson
2010-10-24NFS: client needs to maintain list of inodes with active layoutsAndy Adamson
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy
2010-10-24NFSv4.1: pnfs: filelayout: introduce minimal file layout driverDean Hildebrand
2010-10-24NFSv4.1: pnfs: full mount/umount infrastructureFred Isaman
2010-10-24NFS: set layout driverRicardo Labiaga
2010-10-24NFS: ask for layouttypes during v4 fsinfo callAndy Adamson
2010-10-24NFS: change stateid to be a unionAlexandros Batsakis
2010-10-24NFSD: remove duplicate NFS4_STATEID_SIZEAndy Adamson
2010-10-24nfs: fix unchecked valueRoman Borisov
2010-10-24Ask for time_delta during fsinfo probeRicardo Labiaga
2010-10-24Revalidate caches on lockRicardo Labiaga
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-24NFSv4: Fix up the 'dircount' hint in encode_readdirTrond Myklebust
2010-10-24NFSv4: Clean up nfs4_decode_direntTrond Myklebust
2010-10-24NFSv4: nfs4_decode_dirent must clear entry->fattr->validTrond Myklebust
2010-10-23NFSv4: Fix a regression in decode_getfattrTrond Myklebust
2010-10-23NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointerTrond Myklebust
2010-10-23NFS: Ensure we check all allocation return values in new readdir codeTrond Myklebust
2010-10-23NFS: Readdir plus in v4Bryan Schumaker
2010-10-23NFS: introduce generic decode_getattr functionBryan Schumaker
2010-10-23NFS: check xdr_decode for errorsBryan Schumaker