aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* UBIFS: fix free log space calculationArtem Bityutskiy2014-12-141-2/+6
* UBIFS: fix a race conditionArtem Bityutskiy2014-12-142-8/+11
* UBIFS: remove mst_mutexArtem Bityutskiy2014-12-144-9/+3
* UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang2014-07-111-1/+0
* UBIFS: fix an mmap and fsync race conditionhujianyang2014-07-111-2/+1
* UBIFS: fix a horrid bugArtem Bityutskiy2013-07-271-3/+27
* UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-07-271-12/+12
* UBIFS: make space fixup work in the remount caseArtem Bityutskiy2013-04-101-6/+6
* UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-03-062-1/+6
* UBIFS: fix mounting problems after power cutsArtem Bityutskiy2012-12-061-2/+10
* UBIFS: introduce categorized lprops counterArtem Bityutskiy2012-12-062-0/+9
* UBIFS: fix a bug in empty space fix-upArtem Bityutskiy2012-07-251-2/+6
* UBIFS: make debugging messages light againArtem Bityutskiy2012-01-251-7/+5
* UBIFS: fix debugging messagesArtem Bityutskiy2012-01-251-1/+4
* ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-11-074-2/+23
|\
| * UBIFS: fix the dark space calculationsrimugunthan dhandapani2011-08-262-2/+2
| * UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy2011-08-222-0/+21
* | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\ \
| * | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-1/+1
* | | filesystems: add set_nlink()Miklos Szeredi2011-11-022-2/+2
* | | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
|/ /
* | UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabledMichal Marek2011-08-191-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-222-11/+12
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-11/+12
* | UBIFS: fix master node recoveryAnatolij Gustschin2011-07-081-1/+2
* | UBIFS: improve power cut emulation testingArtem Bityutskiy2011-07-041-41/+50
* | UBIFS: rename recovery testing variablesArtem Bityutskiy2011-07-042-35/+39
* | UBIFS: remove custom list of superblocksArtem Bityutskiy2011-07-043-105/+39
* | UBIFS: stop re-defining UBI operationsArtem Bityutskiy2011-07-042-9/+0
* | UBIFS: switch to I/O helpersArtem Bityutskiy2011-07-045-21/+19
* | UBIFS: switch to ubifs_leb_writeArtem Bityutskiy2011-07-041-22/+14
* | UBIFS: switch to ubifs_leb_readArtem Bityutskiy2011-07-048-47/+40
* | UBIFS: introduce more I/O helpersArtem Bityutskiy2011-07-045-87/+148
* | UBIFS: always print stacktrace when switching to R/O modeArtem Bityutskiy2011-07-041-1/+1
* | UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy2011-07-042-57/+3
* | UBIFS: add global debugfs knobsArtem Bityutskiy2011-07-042-16/+157
* | UBIFS: introduce debugfs helpersArtem Bityutskiy2011-07-041-20/+56
* | UBIFS: re-arrange debugging code a bitArtem Bityutskiy2011-07-041-59/+59
* | UBIFS: be more informative in failure modeArtem Bityutskiy2011-07-041-15/+23
* | UBIFS: switch self-check knobs to debugfsArtem Bityutskiy2011-07-042-53/+159
* | UBIFS: lessen amount of debugging check typesArtem Bityutskiy2011-07-045-25/+12
* | UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy2011-07-0412-56/+75
* | UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy2011-07-044-6/+9
* | UBIFS: amend debugging name check function prototypeArtem Bityutskiy2011-07-041-3/+5
* | UBIFS: add few commentaries about TNCArtem Bityutskiy2011-07-041-0/+26
* | UBIFS: use correct flags in lpropsArtem Bityutskiy2011-07-043-8/+8
* | UBIFS: harmonize znode flag helpersArtem Bityutskiy2011-07-044-12/+34
* | UBIFS: remove dead codeArtem Bityutskiy2011-07-041-76/+30
* | UBIFS: remove unnecessary bracketsArtem Bityutskiy2011-07-041-1/+1