aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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