aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-11/+12
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-11/+12
2011-07-08UBIFS: fix master node recoveryAnatolij Gustschin1-1/+2
2011-07-04UBIFS: improve power cut emulation testingArtem Bityutskiy1-41/+50
2011-07-04UBIFS: rename recovery testing variablesArtem Bityutskiy2-35/+39
2011-07-04UBIFS: remove custom list of superblocksArtem Bityutskiy3-105/+39
2011-07-04UBIFS: stop re-defining UBI operationsArtem Bityutskiy2-9/+0
2011-07-04UBIFS: switch to I/O helpersArtem Bityutskiy5-21/+19
2011-07-04UBIFS: switch to ubifs_leb_writeArtem Bityutskiy1-22/+14
2011-07-04UBIFS: switch to ubifs_leb_readArtem Bityutskiy8-47/+40
2011-07-04UBIFS: introduce more I/O helpersArtem Bityutskiy5-87/+148
2011-07-04UBIFS: always print stacktrace when switching to R/O modeArtem Bityutskiy1-1/+1
2011-07-04UBIFS: remove unused and unneeded debugging functionArtem Bityutskiy2-57/+3
2011-07-04UBIFS: add global debugfs knobsArtem Bityutskiy2-16/+157
2011-07-04UBIFS: introduce debugfs helpersArtem Bityutskiy1-20/+56
2011-07-04UBIFS: re-arrange debugging code a bitArtem Bityutskiy1-59/+59
2011-07-04UBIFS: be more informative in failure modeArtem Bityutskiy1-15/+23
2011-07-04UBIFS: switch self-check knobs to debugfsArtem Bityutskiy2-53/+159
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy5-25/+12
2011-07-04UBIFS: introduce helper functions for debugging checks and testsArtem Bityutskiy12-56/+75
2011-07-04UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy4-6/+9
2011-07-04UBIFS: amend debugging name check function prototypeArtem Bityutskiy1-3/+5
2011-07-04UBIFS: add few commentaries about TNCArtem Bityutskiy1-0/+26
2011-07-04UBIFS: use correct flags in lpropsArtem Bityutskiy3-8/+8
2011-07-04UBIFS: harmonize znode flag helpersArtem Bityutskiy4-12/+34
2011-07-04UBIFS: remove dead codeArtem Bityutskiy1-76/+30
2011-07-04UBIFS: remove unnecessary bracketsArtem Bityutskiy1-1/+1
2011-07-04UBIFS: minor cleanup: use S_ISREG helperArtem Bityutskiy1-1/+1
2011-07-04UBIFS: rename dbg_check_dir_size functionArtem Bityutskiy3-4/+4
2011-07-04UBIFS: improve inode dumping functionArtem Bityutskiy3-5/+60
2011-07-04UBIFS: dump stack when pnode or nnode reading failsArtem Bityutskiy1-0/+2
2011-07-04UBIFS: lessen the size of debugging info data structureArtem Bityutskiy2-7/+22
2011-07-04UBIFS: return EROFS in case of broken commitArtem Bityutskiy1-2/+2
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-12ubifs: fix sget racesAl Viro1-24/+30
2011-06-12ubifs: split allocation of ubifs_info into a separate functionAl Viro1-39/+48
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-06-03UBIFS: fix memory leak on error pathArtem Bityutskiy1-0/+1
2011-06-03UBIFS: fix shrinker object count reportsArtem Bityutskiy1-1/+5
2011-06-01UBIFS: fix recovery broken by the previous recovery fixArtem Bityutskiy1-65/+87
2011-06-01UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy4-8/+9
2011-06-01UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy2-1/+6
2011-06-01UBIFS: supress false error messagesArtem Bityutskiy1-2/+2
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro2-2/+3
2011-05-28ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5