summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-26Merge branch 'akpm-incoming-1'Linus Torvalds
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-26fs: allow for more than 2^31 filesEric Dumazet
2010-10-26procfs: fix numbering in /proc/locksJerome Marchand
2010-10-26fs: move exportfs since it is not a networking filesystemRandy Dunlap
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin
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 'ima-memory-use-fixes'Linus Torvalds
2010-10-26IMA: move read counter into struct inodeEric Paris
2010-10-26NFS: Fix a compile issue in nfs_rootTrond Myklebust
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-25split invalidate_inodes()Al Viro
2010-10-25fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig
2010-10-25fs: fold invalidate_list into invalidate_inodesChristoph Hellwig
2010-10-25fs: do not drop inode_lock in dispose_listChristoph Hellwig
2010-10-25fs: inode split IO and LRU listsNick Piggin
2010-10-25fs: switch bdev inode bdi's correctlyDave Chinner
2010-10-25fs: fix buffer invalidation in invalidate_listChristoph Hellwig
2010-10-25fsnotify: use dget_parentChristoph Hellwig
2010-10-25smbfs: use dget_parentChristoph Hellwig
2010-10-25exportfs: use dget_parentChristoph Hellwig
2010-10-25fs: use RCU read side protection in d_validateChristoph Hellwig
2010-10-25fs: clean up dentry lru modificationChristoph Hellwig
2010-10-25fs: split __shrink_dcache_sbChristoph Hellwig
2010-10-25fs: improve DCACHE_REFERENCED usageNick Piggin
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig
2010-10-25fs: simplify __d_freeChristoph Hellwig
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25fs: introduce a per-cpu last_ino allocatorEric Dumazet
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig
2010-10-25fs: move i_count increments into find_inode/find_inode_fastChristoph Hellwig