summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka
2011-05-09HPFS: Make HPFS compile on preempt and SMPMikulas Patocka
2011-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-05-06Validate size of EFI GUID partition entries.Timo Warns
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang