aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28ext2: fixed typo.Andrea Gelmini1-1/+1
2010-10-28ext3: Fix debug messages in ext3_group_extend()Namhyung Kim1-6/+7
2010-10-28jbd: Convert atomic_inc() to get_bh()Namhyung Kim2-3/+3
2010-10-28ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim1-1/+0
2010-10-28jbd: Fix debug message in do_get_write_access()Namhyung Kim1-1/+1
2010-10-28jbd: Check return value of __getblk()Namhyung Kim1-0/+2
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim1-2/+1
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim1-0/+2
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim2-5/+5
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim1-3/+3
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara1-7/+6
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry1-6/+12
2010-10-28jbd: Convert bitops to buffer fnsNamhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong2-3/+51
2010-10-28jbd: Use offset_in_page() instead of manual calculationNamhyung Kim1-1/+1
2010-10-28jbd: Remove unnecessary goto statementNamhyung Kim1-2/+0
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim1-6/+4
2010-10-28jbd: Move debug message into #ifdef areaNamhyung Kim1-1/+1
2010-10-28ext2: fix comment on ext2_try_to_allocate()Namhyung Kim1-2/+1
2010-10-05ext3: Fix lost extented attributes for inode with ino == 11Jan Kara1-3/+8
2010-10-05quota: Make QUOTACTL config be selected by its usersJan Kara2-2/+3
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-16/+35
2010-10-01reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker1-1/+1
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa1-2/+2
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton1-16/+33
2010-09-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-1/+1
2010-09-29ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton1-0/+2
2010-09-29xfs: force background CIL push under sustained loadDave Chinner2-19/+30
2010-09-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds14-44/+117
2010-09-23o2dlm: force free mles during dlm exitSrinivas Eeda3-0/+42
2010-09-23ocfs2: Sync inode flags with ext2.Tao Ma2-16/+29
2010-09-23ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Tao Ma1-12/+10
2010-09-23ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Tao Ma1-2/+2
2010-09-23ocfs2: update ctime when changing the file's permission by setfaclTao Ma1-0/+3
2010-09-22/proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro1-2/+2
2010-09-22aio: do not return ERESTARTSYS as a result of AIOJan Kara1-1/+9
2010-09-22/proc/vmcore: fix seekingArnd Bergmann1-1/+1
2010-09-22Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg1-1/+1
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+24
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+3
2010-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-83/+84
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Wu Fengguang1-1/+1
2010-09-17ceph: select CRYPTOSage Weil1-0/+1
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil3-6/+18
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1