aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-26UBIFS: add re-mount debugging checksArtem Bityutskiy1-4/+10
2009-01-26UBIFS: fix LEB list freeingArtem Bityutskiy1-15/+27
2009-01-20UBIFS: document dark_wm and dead_wm betterArtem Bityutskiy1-9/+2
2009-01-18UBIFS: constify operationsArtem Bityutskiy1-1/+1
2009-01-18UBIFS: do not commit twiceArtem Bityutskiy1-4/+5
2009-01-06UBIFS: do not use WB_SYNC_HOLDArtem Bityutskiy1-1/+8
2008-12-31UBIFS: add more useful debugging printsArtem Bityutskiy1-0/+12
2008-12-31UBIFS: allow mounting when short of spaceArtem Bityutskiy1-11/+29
2008-12-31UBIFS: always commit on unmountArtem Bityutskiy1-11/+15
2008-12-31UBIFS: use ubi_syncArtem Bityutskiy1-6/+1
2008-12-31UBIFS: always commit in sync_fsArtem Bityutskiy1-20/+18
2008-12-31UBIFS: fix file-system synchronizationArtem Bityutskiy1-0/+18
2008-12-31UBIFS: fix constants initializationArtem Bityutskiy1-5/+20
2008-12-23UBIFS: use nicer 64-bit mathArtem Bityutskiy1-6/+6
2008-12-23UBIFS: fix available blocks countArtem Bityutskiy1-2/+3
2008-12-03UBIFS: add debugfs supportArtem Bityutskiy1-0/+12
2008-12-03UBIFS: separate debugging fields outArtem Bityutskiy1-15/+7
2008-12-03UBIFS: introduce compression mount optionsArtem Bityutskiy1-7/+37
2008-12-03UBIFS: use bit-fields to store compression typeArtem Bityutskiy1-0/+8
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy1-9/+48
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy1-6/+6
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy1-5/+12
2008-10-20Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-21/+88
2008-10-19UBIFS: amend printkArtem Bityutskiy1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-30UBIFS: allow for sync_fs when read-onlyAdrian Hunter1-9/+10
2008-09-30UBIFS: commit on sync_fsArtem Bityutskiy1-0/+12
2008-09-30UBIFS: correct comment for commit_on_unmountArtem Bityutskiy1-6/+3
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter1-3/+31
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter1-0/+31
2008-09-30UBIFS: use an IS_ERR test rather than a NULL testJulien Brunel1-4/+0
2008-09-30UBIFS: add a print, fix comments and more minor stuffArtem Bityutskiy1-7/+9
2008-09-17UBIFS: create the name of the background thread in every caseSebastian Siewior1-2/+1
2008-09-03UBIFS: amend f_fsidArtem Bityutskiy1-2/+3
2008-08-31UBIFS: fill f_fsidArtem Bityutskiy1-0/+1
2008-08-31UBIFS: improve statfs reporting even moreArtem Bityutskiy1-5/+5
2008-08-31UBIFS: introduce LEB overheadArtem Bityutskiy1-0/+6
2008-08-31UBIFS: push empty flash hack downArtem Bityutskiy1-2/+0
2008-08-13UBIFS: few commentary fixesArtem Bityutskiy1-4/+4
2008-08-13UBIFS: always set i_generation to 0Adrian Hunter1-2/+0
2008-08-13UBIFS: optimize deletionsArtem Bityutskiy1-2/+4
2008-08-13UBIFS: remove unneeded function parameterArtem Bityutskiy1-2/+2
2008-08-13UBIFS: do not write orphans backArtem Bityutskiy1-5/+13
2008-08-13UBIFS: free budget in delete_inode as wellArtem Bityutskiy1-3/+5
2008-08-13UBIFS: improve debuggingArtem Bityutskiy1-2/+4
2008-08-13UBIFS: print volume name as wellArtem Bityutskiy1-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+1951