summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-10-27ext2: fixed typo.Andrea Gelmini
2010-10-27ext3: Fix debug messages in ext3_group_extend()Namhyung Kim
2010-10-27jbd: Convert atomic_inc() to get_bh()Namhyung Kim
2010-10-27ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim
2010-10-27jbd: Fix debug message in do_get_write_access()Namhyung Kim
2010-10-27jbd: Check return value of __getblk()Namhyung Kim
2010-10-27ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim
2010-10-27ext3: Return proper error code on ext3_fill_super()Namhyung Kim
2010-10-27ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim
2010-10-27ext3: Cleanup ext3_setup_super()Namhyung Kim
2010-10-27quota: Fix issuing of warnings from dquot_transferJan Kara
2010-10-27quota: fix dquot_disable vs dquot_transfer race v2Dmitry
2010-10-27jbd: Convert bitops to buffer fnsNamhyung Kim
2010-10-27ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong
2010-10-27jbd: Use offset_in_page() instead of manual calculationNamhyung Kim
2010-10-27jbd: Remove unnecessary goto statementNamhyung Kim
2010-10-27jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim
2010-10-27jbd: Move debug message into #ifdef areaNamhyung Kim
2010-10-27ext2: fix comment on ext2_try_to_allocate()Namhyung Kim
2010-10-27locks: turn lock_flocks into a spinlockArnd Bergmann
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann
2010-10-27lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields
2010-10-27lockd: push lock_flocks downArnd Bergmann
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-27Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-27Merge 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