summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-16UBIFS: store free and dirty space in the bud replay entryArtem Bityutskiy
2011-05-16UBIFS: remove unnecessary stack variableArtem Bityutskiy
2011-05-16UBIFS: double check that buds are replied in orderArtem Bityutskiy
2011-05-16UBIFS: make 2 functions staticArtem Bityutskiy
2011-05-16UBIFS: improve commentaryArtem Bityutskiy
2011-05-16UBIFS: improve debugging messagesArtem Bityutskiy
2011-05-16UBIFS: dump more in the lprops debugging checkArtem Bityutskiy
2011-05-16UBIFS: simplify lprops debugging checkArtem Bityutskiy
2011-05-16UBIFS: simplify error path in lprops debugging checkArtem Bityutskiy
2011-05-16UBIFS: improve debugging lprops scanning a littleArtem Bityutskiy
2011-05-13UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy
2011-05-13UBIFS: fix inode size debugging check failureArtem Bityutskiy
2011-05-13UBIFS: fix debugging FS checking failureArtem Bityutskiy
2011-05-13UBIFS: remove an unneeded checkArtem Bityutskiy
2011-05-13UBIFS: fix debugging messageArtem Bityutskiy
2011-05-13UBIFS: refactor ubifs_rcvry_gc_commitArtem Bityutskiy
2011-05-13UBIFS: split ubifs_rcvry_gc_commitArtem Bityutskiy
2011-05-13UBIFS: dump the stack on errors in failure mode tooArtem Bityutskiy
2011-05-13UBIFS: print useful debugging messages when cannot recover gc_lnumArtem Bityutskiy
2011-05-13UBIFS: remove dead GC LEB recovery piece of codeArtem Bityutskiy
2011-05-13UBIFS: remove duplicated codeArtem Bityutskiy
2011-05-13UBIFS: remove strange commentaryArtem Bityutskiy
2011-05-13UBIFS: do not change debugfs file positionArtem Bityutskiy
2011-05-13UBIFS: fix oops in lprops dump functionArtem Bityutskiy
2011-05-13UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy
2011-05-13UBIFS: use EROFS when emulating failuresArtem Bityutskiy
2011-05-13UBIFS: make xattr operations names consistentSedat Dilek
2011-05-13UBIFS: introduce lsave debuggingArtem Bityutskiy
2011-05-13UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy
2011-05-13UBIFS: improve space checking debugging featureArtem Bityutskiy
2011-05-13UBIFS: rearrange the budget dumpArtem Bityutskiy
2011-05-13UBIFS: simplify dbg_dump_budg calling conventionsArtem Bityutskiy
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy
2011-05-13UBIFS: use __packed instead of __attribute__((packed))Artem Bityutskiy
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy
2011-05-13UBIFS: make debugfs files non-seekableArtem Bityutskiy
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-09Merge branch 'hpfs'Linus Torvalds
2011-05-09HPFS: Remove unused variableMikulas Patocka
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka
2011-05-09HPFS: Use types with defined widthMikulas Patocka
2011-05-09HPFS: Remove mark_inode_dirtyMikulas Patocka
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka
2011-05-09HPFS: Remove remaining locksMikulas Patocka