summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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 Bityutskiy4-20/+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-09Linux 2.6.39-rc7v2.6.39-rc7Linus Torvalds1-1/+1
2011-05-09vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-05-09Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+23
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka3-15/+37
2011-05-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds3-43/+150
2011-05-09drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson1-0/+3
2011-05-09drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson1-2/+2
2011-05-09drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson1-2/+0
2011-05-09Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2-11/+16
2011-05-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds7-13/+41
2011-05-09Merge branch 'hpfs'Linus Torvalds15-793/+730
2011-05-09HPFS: Remove unused variableMikulas Patocka1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka1-1/+1
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka11-418/+498
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka1-2/+2