aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-27isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryGravatar Ondrej Zary 1-0/+40
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 90-643/+760
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 1-0/+2
2010-10-26Merge branch 'akpm-incoming-1'Gravatar Linus Torvalds 21-120/+125
2010-10-26kernel: remove PF_FLUSHERGravatar Peter Zijlstra 1-1/+1
2010-10-26fs: allow for more than 2^31 filesGravatar Eric Dumazet 1-10/+7
2010-10-26procfs: fix numbering in /proc/locksGravatar Jerome Marchand 1-8/+11
2010-10-26fs: move exportfs since it is not a networking filesystemGravatar Randy Dunlap 1-3/+3
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateGravatar Namhyung Kim 1-1/+0
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnGravatar Edward Shishkin 1-1/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Gravatar Miklos Szeredi 1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesGravatar Jan Beulich 1-1/+1
2010-10-26hostfs: code cleanupsGravatar Richard Weinberger 1-3/+2
2010-10-26fs/fs-writeback.c: restore lost commentGravatar Andrew Morton 1-0/+4
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioGravatar Wu Fengguang 1-1/+1
2010-10-26mm: add account_page_writeback()Gravatar Michael Rubin 1-1/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 8-45/+6
2010-10-26oom: fix locking for oom_adj and oom_score_adjGravatar David Rientjes 1-19/+21
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesGravatar David Rientjes 1-35/+48
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 2-0/+35
2010-10-26vmcore: it is not experimental any moreGravatar WANG Cong 1-2/+2
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsGravatar Richard Weinberger 3-10/+4
2010-10-26Merge branch 'ima-memory-use-fixes'Gravatar Linus Torvalds 1-0/+1
2010-10-26IMA: move read counter into struct inodeGravatar Eric Paris 1-0/+1
2010-10-26NFS: Fix a compile issue in nfs_rootGravatar Trond Myklebust 1-0/+2
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 2-0/+25
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 23-461/+635
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 16-42/+2374
2010-10-25nfs4: fix channel attribute sanity-checksGravatar J. Bruce Fields 1-34/+41
2010-10-25split invalidate_inodes()Gravatar Al Viro 4-6/+51
2010-10-25fs: skip I_FREEING inodes in writeback_sb_inodesGravatar Christoph Hellwig 1-2/+7
2010-10-25fs: fold invalidate_list into invalidate_inodesGravatar Christoph Hellwig 1-27/+16
2010-10-25fs: do not drop inode_lock in dispose_listGravatar Christoph Hellwig 1-18/+2
2010-10-25fs: inode split IO and LRU listsGravatar Nick Piggin 3-37/+53
2010-10-25fs: switch bdev inode bdi's correctlyGravatar Dave Chinner 1-5/+21
2010-10-25fs: fix buffer invalidation in invalidate_listGravatar Christoph Hellwig 1-9/+7
2010-10-25fsnotify: use dget_parentGravatar Christoph Hellwig 1-28/+5
2010-10-25smbfs: use dget_parentGravatar Christoph Hellwig 2-18/+8
2010-10-25exportfs: use dget_parentGravatar Christoph Hellwig 1-9/+8
2010-10-25fs: use RCU read side protection in d_validateGravatar Christoph Hellwig 1-19/+12
2010-10-25fs: clean up dentry lru modificationGravatar Christoph Hellwig 1-26/+23
2010-10-25fs: split __shrink_dcache_sbGravatar Christoph Hellwig 1-60/+67
2010-10-25fs: improve DCACHE_REFERENCED usageGravatar Nick Piggin 1-3/+6
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedGravatar Christoph Hellwig 1-19/+32
2010-10-25fs: simplify __d_freeGravatar Christoph Hellwig 1-9/+5
2010-10-25fs: take dcache_lock inside __d_pathGravatar Christoph Hellwig 2-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 16-2/+21
2010-10-25fs: introduce a per-cpu last_ino allocatorGravatar Eric Dumazet 1-7/+38
2010-10-25new helper: ihold()Gravatar Al Viro 35-45/+52
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listGravatar Christoph Hellwig 2-39/+35