aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/io.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-33/+135
* UBIFS: assert no fixup when writing a nodeBen Gardiner2011-06-031-0/+2
* UBIFS: synchronize write-buffer before switching to the next budArtem Bityutskiy2011-05-161-9/+3
* UBIFS: remove unnecessary stack variableArtem Bityutskiy2011-05-161-9/+8
* UBIFS: fix minor stylistic issuesArtem Bityutskiy2011-05-131-2/+2
* UBIFS: use max_write_size for write-buffersArtem Bityutskiy2011-03-081-44/+137
* UBIFS: introduce write-buffer size fieldArtem Bityutskiy2011-03-081-9/+19
* UBIFS: introduce mounting flagArtem Bityutskiy2011-01-171-4/+8
* UBIFS: introduce new flags for RO mountsArtem Bityutskiy2010-09-191-5/+4
* UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy2010-09-171-6/+10
* UBIFS: improve error reporting when reading bad nodeArtem Bityutskiy2010-08-301-1/+2
* UBIFS: mark VFS SB RO tooZhangJieJing2010-04-291-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBIFS: improve journal head debugging printsArtem Bityutskiy2009-09-151-14/+15
* UBIFS: fix 64-bit divisions in debug printAdrian Hunter2009-07-051-2/+3
* UBIFS: few spelling fixesArtem Bityutskiy2009-07-051-3/+3
* UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy2009-07-051-13/+4
* UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy2009-07-051-6/+3
* UBIFS: improve debugging messagedArtem Bityutskiy2009-07-051-10/+16
* UBIFS: fix integer overflow warningAdrian Hunter2009-07-051-1/+3
* UBIFS: start using hrtimersArtem Bityutskiy2009-06-081-13/+21
* UBIFS: fix no_chk_data_crcArtem Bityutskiy2009-01-271-8/+14
* UBIFS: check data CRC when in error stateArtem Bityutskiy2008-09-301-0/+1
* UBIFS: add no_chk_data_crc mount optionAdrian Hunter2008-09-301-3/+8
* UBIFS: make ubifs_ro_mode() not inlineAdrian Hunter2008-08-131-0/+14
* UBIFS: add new flash file systemArtem Bityutskiy2008-07-151-0/+914