summaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
AgeCommit message (Expand)Author
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-04-06Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-26UBIFS: add R/O compatibilityArtem Bityutskiy
2009-03-20UBIFS: fix compiler warningsHunter Adrian
2009-03-16UBIFS: introduce a helpful variableArtem Bityutskiy
2009-03-15UBIFS: fix bogus assertionArtem Bityutskiy
2009-01-29UBIFS: remove fast unmountingArtem Bityutskiy
2009-01-29UBIFS: return sensible error codesArtem Bityutskiy
2009-01-29UBIFS: remount ro fixesAdrian Hunter
2009-01-29UBIFS: sync wbufs after syncing inodes and pagesAdrian Hunter
2009-01-26UBIFS: fix assertionsArtem Bityutskiy
2009-01-26UBIFS: ensure orphan area head is initializedAdrian Hunter
2009-01-26UBIFS: always clean up GC LEB spaceArtem Bityutskiy
2009-01-26UBIFS: add re-mount debugging checksArtem Bityutskiy
2009-01-26UBIFS: fix LEB list freeingArtem Bityutskiy
2009-01-20UBIFS: document dark_wm and dead_wm betterArtem Bityutskiy
2009-01-18UBIFS: constify operationsArtem Bityutskiy
2009-01-18UBIFS: do not commit twiceArtem Bityutskiy
2009-01-06UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy
2008-12-31UBIFS: add more useful debugging printsArtem Bityutskiy
2008-12-31UBIFS: allow mounting when short of spaceArtem Bityutskiy
2008-12-31UBIFS: always commit on unmountArtem Bityutskiy
2008-12-31UBIFS: use ubi_syncArtem Bityutskiy
2008-12-31UBIFS: always commit in sync_fsArtem Bityutskiy
2008-12-31UBIFS: fix file-system synchronizationArtem Bityutskiy
2008-12-31UBIFS: fix constants initializationArtem Bityutskiy
2008-12-23UBIFS: use nicer 64-bit mathArtem Bityutskiy
2008-12-23UBIFS: fix available blocks countArtem Bityutskiy
2008-12-03UBIFS: add debugfs supportArtem Bityutskiy
2008-12-03UBIFS: separate debugging fields outArtem Bityutskiy
2008-12-03UBIFS: introduce compression mount optionsArtem Bityutskiy
2008-12-03UBIFS: use bit-fields to store compression typeArtem Bityutskiy
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy
2008-10-20Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2008-10-19UBIFS: amend printkArtem Bityutskiy
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-09-30UBIFS: allow for sync_fs when read-onlyAdrian Hunter
2008-09-30UBIFS: commit on sync_fsArtem Bityutskiy
2008-09-30UBIFS: correct comment for commit_on_unmountArtem Bityutskiy
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter
2008-09-30UBIFS: use an IS_ERR test rather than a NULL testJulien Brunel
2008-09-30UBIFS: add a print, fix comments and more minor stuffArtem Bityutskiy
2008-09-17UBIFS: create the name of the background thread in every caseSebastian Siewior