aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-16UBIFS: clean up LEB recovery functionArtem Bityutskiy1-56/+28
2011-05-16UBIFS: fix-up free space on mount if flag is setMatthew L. Creech1-0/+13
2011-05-16UBIFS: add the fixup functionMatthew L. Creech2-0/+150
2011-05-16UBIFS: add a superblock flag for free space fix-upMatthew L. Creech4-0/+7
2011-05-16UBIFS: share the next_log_lnum helperArtem Bityutskiy2-21/+24
2011-05-16UBIFS: expect corruption only in last journal head LEBsArtem Bityutskiy1-4/+71
2011-05-16UBIFS: synchronize write-buffer before switching to the next budArtem Bityutskiy3-19/+22
2011-05-16UBIFS: remove BUG statementArtem Bityutskiy1-5/+1
2011-05-16UBIFS: change bud replay function conventionsArtem Bityutskiy1-16/+12
2011-05-16UBIFS: substitute the replay tree with a replay listArtem Bityutskiy2-100/+74
2011-05-16UBIFS: simplify replayArtem Bityutskiy1-108/+59
2011-05-16UBIFS: store free and dirty space in the bud replay entryArtem Bityutskiy1-2/+6
2011-05-16UBIFS: remove unnecessary stack variableArtem Bityutskiy1-9/+8
2011-05-16UBIFS: double check that buds are replied in orderArtem Bityutskiy1-0/+4
2011-05-16UBIFS: make 2 functions staticArtem Bityutskiy1-2/+3
2011-05-16UBIFS: improve commentaryArtem Bityutskiy1-4/+5
2011-05-16UBIFS: improve debugging messagesArtem Bityutskiy2-5/+5
2011-05-16UBIFS: dump more in the lprops debugging checkArtem Bityutskiy1-0/+4
2011-05-16UBIFS: simplify lprops debugging checkArtem Bityutskiy1-33/+15
2011-05-16UBIFS: simplify error path in lprops debugging checkArtem Bityutskiy1-15/+10
2011-05-16UBIFS: improve debugging lprops scanning a littleArtem Bityutskiy1-24/+18
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-22/+44
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan1-0/+2
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan1-0/+7
2011-05-14fs: remove FS_COW_FLLi Zefan1-9/+6
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman1-2/+3
2011-05-13export kernel call get_task_comm().J Freyensee1-0/+1
2011-05-13debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman1-12/+0
2011-05-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-50/+67
2011-05-13vfs: micro-optimize acl_permission_check()Linus Torvalds1-1/+1
2011-05-13ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran1-0/+3
2011-05-13ocfs2: Skip mount recovery for hard-ro mountsSunil Mushran1-0/+3
2011-05-13ocfs2/cluster: Heartbeat mismatch message improvedSunil Mushran1-17/+31
2011-05-13ocfs2/cluster: Increase the live threshold for global heartbeatSunil Mushran1-1/+12
2011-05-13ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran1-1/+2
2011-05-13ocfs2: skip existing hole when removing the last extent_rec in punching-hole codes.Tristan Ye1-0/+12
2011-05-13ocfs2: Initialize data_ac (might be used uninitialized)Marcus Meissner1-1/+1
2011-05-13UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy2-1/+3
2011-05-13UBIFS: fix inode size debugging check failureArtem Bityutskiy1-1/+5
2011-05-13UBIFS: fix debugging FS checking failureArtem Bityutskiy1-6/+35
2011-05-13UBIFS: remove an unneeded checkArtem Bityutskiy1-2/+7
2011-05-13UBIFS: fix debugging messageArtem Bityutskiy1-1/+1
2011-05-13UBIFS: refactor ubifs_rcvry_gc_commitArtem Bityutskiy1-37/+18
2011-05-13UBIFS: split ubifs_rcvry_gc_commitArtem Bityutskiy1-27/+50
2011-05-13UBIFS: dump the stack on errors in failure mode tooArtem Bityutskiy1-4/+1
2011-05-13UBIFS: print useful debugging messages when cannot recover gc_lnumArtem Bityutskiy1-0/+2
2011-05-13UBIFS: remove dead GC LEB recovery piece of codeArtem Bityutskiy1-12/+1
2011-05-13UBIFS: remove duplicated codeArtem Bityutskiy2-48/+33