aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-13UBIFS: remove strange commentaryArtem Bityutskiy1-1/+0
2011-05-13UBIFS: do not change debugfs file positionArtem Bityutskiy1-1/+0
2011-05-13UBIFS: fix oops in lprops dump functionArtem Bityutskiy1-1/+7
2011-05-13UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy1-1/+5
2011-05-13UBIFS: use EROFS when emulating failuresArtem Bityutskiy1-12/+12
2011-05-13UBIFS: make xattr operations names consistentSedat Dilek1-4/+4
2011-05-13UBIFS: introduce lsave debuggingArtem Bityutskiy1-0/+53
2011-05-13UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy3-19/+13
2011-05-13UBIFS: improve space checking debugging featureArtem Bityutskiy5-19/+41
2011-05-13UBIFS: rearrange the budget dumpArtem Bityutskiy1-12/+18
2011-05-13UBIFS: simplify dbg_dump_budg calling conventionsArtem Bityutskiy3-12/+4
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy11-130/+135
2011-05-13UBIFS: use __packed instead of __attribute__((packed))Artem Bityutskiy1-14/+14
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy8-23/+26
2011-05-13UBIFS: make debugfs files non-seekableArtem Bityutskiy1-2/+2
2011-05-02UBIFS: seek journal heads to the latest bud in replayArtem Bityutskiy1-6/+12
2011-05-02UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy2-31/+4
2011-04-21UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-04-21UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy1-4/+6
2011-04-20UBIFS: fix false space checking failureArtem Bityutskiy1-4/+15
2011-04-13UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy1-58/+94
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds5-24/+53
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05fs: export empty_aopsJens Axboe1-2/+2
2011-04-05UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy1-5/+36
2011-04-05UBIFS: fix error path in dbg_debugfs_init_fsArtem Bityutskiy1-5/+5
2011-04-05UBIFS: unify error path dbg_debugfs_init_fsArtem Bityutskiy1-8/+6
2011-04-05UBIFS: do not select KALLSYMS_ALLArtem Bityutskiy1-1/+1
2011-04-05UBIFS: fix assertion warningsArtem Bityutskiy1-1/+2
2011-04-05UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy1-4/+3
2011-04-05UBIFS: do not read flash unnecessarilyArtem Bityutskiy1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-24Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds6-18/+12
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy1-4/+7
2011-03-24UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy1-9/+0
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy4-5/+5
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds14-174/+447
2011-03-16UBIFS: clean-up commentariesArtem Bityutskiy1-3/+3
2011-03-16UBIFS: save 128KiB or more RAMArtem Bityutskiy2-11/+0
2011-03-16UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy1-1/+9
2011-03-16UBIFS: allocate lpt dump buffer on demandArtem Bityutskiy1-9/+18