summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy2011-07-041-1/+1
* | UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy2011-07-043-4/+4
* | UBIFS: improve inode dumping functionArtem Bityutskiy2011-07-043-5/+60
* | UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy2011-07-041-0/+2
* | UBIFS: lessen the size of debugging info data structureArtem Bityutskiy2011-07-042-7/+22
* | UBIFS: return EROFS in case of broken commitArtem Bityutskiy2011-07-041-2/+2
|/
* ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter2011-06-201-0/+1
* ubifs: fix sget racesAl Viro2011-06-121-24/+30
* ubifs: split allocation of ubifs_info into a separate functionAl Viro2011-06-121-39/+48
* UBIFS: fix-up free space earlierBen Gardiner2011-06-031-8/+8
* UBIFS: intialize LPT earlierBen Gardiner2011-06-031-13/+16
* UBIFS: assert no fixup when writing a nodeBen Gardiner2011-06-031-0/+2
* UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy2011-06-031-4/+5
* UBIFS: fix memory leak on error pathArtem Bityutskiy2011-06-031-0/+1
* UBIFS: fix shrinker object count reportsArtem Bityutskiy2011-06-031-1/+5
* UBIFS: fix recovery broken by the previous recovery fixArtem Bityutskiy2011-06-011-65/+87
* UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy2011-06-014-8/+9
* UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy2011-06-012-1/+6
* UBIFS: supress false error messagesArtem Bityutskiy2011-06-011-2/+2
* cifs/ubifs: Fix shrinker API change falloutAl Viro2011-05-292-2/+3
* ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\