aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-20UBI: Kill data type hintRichard Weinberger1-25/+17
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy1-6/+6
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy1-10/+10
2011-07-04UBIFS: remove custom list of superblocksArtem Bityutskiy1-4/+4
2011-07-04UBIFS: switch to ubifs_leb_writeArtem Bityutskiy1-22/+14
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy1-11/+4
2011-07-04UBIFS: introduce more I/O helpersArtem Bityutskiy1-0/+117
2011-07-04UBIFS: always print stacktrace when switching to R/O modeArtem Bityutskiy1-1/+1
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-05-16UBIFS: synchronize write-buffer before switching to the next budArtem Bityutskiy1-9/+3
2011-05-16UBIFS: remove unnecessary stack variableArtem Bityutskiy1-9/+8
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-2/+2
2011-03-08UBIFS: use max_write_size for write-buffersArtem Bityutskiy1-44/+137
2011-03-08UBIFS: introduce write-buffer size fieldArtem Bityutskiy1-9/+19
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy1-4/+8
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy1-5/+4
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy1-6/+10
2010-08-30UBIFS: improve error reporting when reading bad nodeArtem Bityutskiy1-1/+2
2010-04-29UBIFS: mark VFS SB RO tooZhangJieJing1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-15UBIFS: improve journal head debugging printsArtem Bityutskiy1-14/+15
2009-07-05UBIFS: fix 64-bit divisions in debug printAdrian Hunter1-2/+3
2009-07-05UBIFS: few spelling fixesArtem Bityutskiy1-3/+3
2009-07-05UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy1-13/+4
2009-07-05UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy1-6/+3
2009-07-05UBIFS: improve debugging messagedArtem Bityutskiy1-10/+16
2009-07-05UBIFS: fix integer overflow warningAdrian Hunter1-1/+3
2009-06-08UBIFS: start using hrtimersArtem Bityutskiy1-13/+21
2009-01-27UBIFS: fix no_chk_data_crcArtem Bityutskiy1-8/+14
2008-09-30UBIFS: check data CRC when in error stateArtem Bityutskiy1-0/+1
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter1-3/+8
2008-08-13UBIFS: make ubifs_ro_mode() not inlineAdrian Hunter1-0/+14
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+914