aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-10ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler1-0/+21
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng1-12/+11
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len"Zhihao Cheng1-14/+2
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-03-30ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song1-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2018-10-23ubifs: Create functions to embed a HMAC in a nodeSascha Hauer1-6/+66
2018-10-23ubifs: Add separate functions to init/crc a nodeSascha Hauer1-15/+27
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-48/+49
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2016-12-12ubifs: Use dirty_writeback_interval value for wbuf timerRafał Miłecki1-4/+4
2016-12-12ubifs: Drop softlimit and delta fields from struct ubifs_wbufRafał Miłecki1-8/+10
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-20/+20
2014-07-19UBIFS: kernel-doc warning fixFabian Frederick1-1/+1
2014-06-02UBIFS: respect MS_SILENT mount flagDaniel Golle1-8/+10
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