summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2010-10-27isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryOndrej Zary
2010-10-28cifs: add kfree() on error pathDan Carpenter
2010-10-28quota: Fix possible oops in __dquot_initialize()Jan Kara
2010-10-28ext3: Update kernel-doc commentsNamhyung Kim
2010-10-28jbd/2: fixed typosAndrea Gelmini
2010-10-28ext2: fixed typo.Andrea Gelmini
2010-10-28ext3: Fix debug messages in ext3_group_extend()Namhyung Kim
2010-10-28jbd: Convert atomic_inc() to get_bh()Namhyung Kim
2010-10-28ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim
2010-10-28jbd: Fix debug message in do_get_write_access()Namhyung Kim
2010-10-28jbd: Check return value of __getblk()Namhyung Kim
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry
2010-10-28jbd: Convert bitops to buffer fnsNamhyung Kim
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong
2010-10-28jbd: Use offset_in_page() instead of manual calculationNamhyung Kim
2010-10-28jbd: Remove unnecessary goto statementNamhyung Kim
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim
2010-10-28jbd: Move debug message into #ifdef areaNamhyung Kim
2010-10-28ext2: 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-27NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar
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