aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-04Merge branch 'master' into nextJames Morris14-109/+221
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy3-18/+76
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy4-33/+60
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy3-8/+15
2008-11-14CRED: Wrap task credential accesses in the UBIFS filesystemDavid Howells2-3/+3
2008-11-07UBIFS: allow for gaps when dirtying the LPTAdrian Hunter1-2/+0
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy7-50/+70
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison6-13/+15
2008-11-06UBIFS: remove printkArtem Bityutskiy1-2/+2
2008-10-20Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds20-167/+1178
2008-10-19UBIFS: fix ubifs_compress commentaryGeert Uytterhoeven1-2/+0
2008-10-19UBIFS: amend printkArtem Bityutskiy1-1/+1
2008-10-19UBIFS: do not read unnecessary bytes when unpacking bitsAdrian Hunter1-7/+38
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-30UBIFS: check buffer length when scanning for LPT nodesAdrian Hunter1-0/+2
2008-09-30UBIFS: correct condition to eliminate unecessary assignmentAdrian Hunter1-1/+1
2008-09-30UBIFS: add more debugging messages for LPTAdrian Hunter5-13/+228
2008-09-30UBIFS: fix bulk-read handling uptodate pagesAdrian Hunter1-5/+11
2008-09-30UBIFS: improve garbage collectionAdrian Hunter1-10/+72
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: update dbg_dump_inodeArtem Bityutskiy1-17/+25
2008-09-30UBIFS: fix commentaryArtem Bityutskiy1-2/+2
2008-09-30UBIFS: fix races in bit-fieldsArtem Bityutskiy1-8/+9
2008-09-30UBIFS: ensure data read beyond i_size is zeroed out correctlyAdrian Hunter2-3/+8
2008-09-30UBIFS: correct key comparisonAdrian Hunter1-2/+2
2008-09-30UBIFS: use bit-fields when possibleArtem Bityutskiy1-13/+11
2008-09-30UBIFS: check data CRC when in error stateArtem Bityutskiy1-0/+1
2008-09-30UBIFS: improve znode splitting rulesAdrian Hunter1-21/+33
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter5-9/+55
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter5-3/+626
2008-09-30UBIFS: use an IS_ERR test rather than a NULL testJulien Brunel1-4/+0
2008-09-30UBIFS: inline one-line functionsArtem Bityutskiy3-30/+27
2008-09-30UBIFS: remove unneeded unlikely()Hirofumi Nakagawa4-9/+9
2008-09-30UBIFS: add a print, fix comments and more minor stuffArtem Bityutskiy3-24/+24
2008-09-18UBIFS: fix printk format warningsAlexander Beregalov2-2/+2
2008-09-17UBIFS: remove incorrect assertAdrian Hunter1-1/+0
2008-09-17UBIFS: TNC / GC race fixesAdrian Hunter2-4/+12
2008-09-17UBIFS: create the name of the background thread in every caseSebastian Siewior1-2/+1
2008-09-05UBIFS: make minimum fanout 3Artem Bityutskiy1-1/+1
2008-09-05UBIFS: fix division by zeroArtem Bityutskiy1-6/+7
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 Bityutskiy3-10/+40
2008-08-31UBIFS: introduce LEB overheadArtem Bityutskiy2-0/+11
2008-08-31UBIFS: add forgotten gc_idx_lebs componentArtem Bityutskiy1-1/+1
2008-08-31UBIFS: fix assertionArtem Bityutskiy1-9/+7
2008-08-31UBIFS: improve statfs reportingArtem Bityutskiy3-32/+46
2008-08-31UBIFS: remove incorrect index space checkArtem Bityutskiy1-14/+1