aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-12ubifs: fix sget racesAl Viro1-24/+30
2011-06-12ubifs: split allocation of ubifs_info into a separate functionAl Viro1-39/+48
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-06-03UBIFS: fix memory leak on error pathArtem Bityutskiy1-0/+1
2011-06-03UBIFS: fix shrinker object count reportsArtem Bityutskiy1-1/+5
2011-06-01UBIFS: fix recovery broken by the previous recovery fixArtem Bityutskiy1-65/+87
2011-06-01UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy4-8/+9
2011-06-01UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy2-1/+6
2011-06-01UBIFS: supress false error messagesArtem Bityutskiy1-2/+2
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro2-2/+3
2011-05-28ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-23UBIFS: switch to dynamic printksArtem Bityutskiy2-94/+41
2011-05-20UBIFS: fix kernel-doc commentsArtem Bityutskiy1-5/+5
2011-05-16UBIFS: fix extremely rare mount failureArtem Bityutskiy1-10/+72
2011-05-16UBIFS: simplify LEB recovery function furtherArtem Bityutskiy1-13/+4
2011-05-16UBIFS: always cleanup the recovered LEBArtem Bityutskiy1-20/+9
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-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