aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-230/+234
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-07UBIFS: improve error messagesArtem Bityutskiy1-5/+14
2012-02-29UBIFS: kill CUR_MAX_KEY_LEN macroArtem Bityutskiy1-7/+4
2012-02-29UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy1-9/+9
2012-02-29UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy2-4/+1
2012-02-29UBIFS: increase dumps loglevelArtem Bityutskiy1-204/+204
2012-02-29UBIFS: amend recovery debugging messageArtem Bityutskiy1-1/+2
2012-01-15UBIFS: fix non-debug configuration buildDominique Martinet1-14/+17
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds6-104/+110
2012-01-13UBIFS: fix key printingArtem Bityutskiy6-88/+91
2012-01-13UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy1-18/+20
2012-01-11UBIFS: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-11UBIFS: make debugging messages light againArtem Bityutskiy1-7/+5
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-10/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03ubifs: propagate umode_tAl Viro2-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-12-13ubifs: too early register_filesystem()Al Viro1-10/+8
2011-11-22UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer3-10/+5
2011-11-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds4-2/+23
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+1
2011-08-26UBIFS: fix the dark space calculationsrimugunthan dhandapani2-2/+2
2011-08-22UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy2-0/+21
2011-08-19UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabledMichal Marek1-3/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/vir...Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-23UBIFS: switch to dynamic printksArtem Bityutskiy2-94/+41
2011-05-20UBIFS: fix kernel-doc commentsArtem Bityutskiy1-5/+5
2011-05-16UBIFS: fix extremely rare mount failureArtem Bityutskiy1-10/+72
2011-05-16UBIFS: simplify LEB recovery function furtherArtem Bityutskiy1-13/+4
2011-05-16UBIFS: always cleanup the recovered LEBArtem Bityutskiy1-20/+9
2011-05-16UBIFS: clean up LEB recovery functionArtem Bityutskiy1-56/+28
2011-05-16UBIFS: fix-up free space on mount if flag is setMatthew L. Creech1-0/+13
2011-05-16UBIFS: add the fixup functionMatthew L. Creech2-0/+150
2011-05-16UBIFS: add a superblock flag for free space fix-upMatthew L. Creech4-0/+7
2011-05-16UBIFS: share the next_log_lnum helperArtem Bityutskiy2-21/+24
2011-05-16UBIFS: expect corruption only in last journal head LEBsArtem Bityutskiy1-4/+71
2011-05-16UBIFS: synchronize write-buffer before switching to the next budArtem Bityutskiy3-19/+22
2011-05-16UBIFS: remove BUG statementArtem Bityutskiy1-5/+1
2011-05-16UBIFS: change bud replay function conventionsArtem Bityutskiy1-16/+12
2011-05-16UBIFS: substitute the replay tree with a replay listArtem Bityutskiy2-100/+74
2011-05-16UBIFS: simplify replayArtem Bityutskiy1-108/+59
2011-05-16UBIFS: store free and dirty space in the bud replay entryArtem Bityutskiy1-2/+6
2011-05-16UBIFS: remove unnecessary stack variableArtem Bityutskiy1-9/+8
2011-05-16UBIFS: double check that buds are replied in orderArtem Bityutskiy1-0/+4
2011-05-16UBIFS: make 2 functions staticArtem Bityutskiy1-2/+3
2011-05-16UBIFS: improve commentaryArtem Bityutskiy1-4/+5
2011-05-16UBIFS: improve debugging messagesArtem Bityutskiy2-5/+5
2011-05-16UBIFS: dump more in the lprops debugging checkArtem Bityutskiy1-0/+4
2011-05-16UBIFS: simplify lprops debugging checkArtem Bityutskiy1-33/+15
2011-05-16UBIFS: simplify error path in lprops debugging checkArtem Bityutskiy1-15/+10
2011-05-16UBIFS: improve debugging lprops scanning a littleArtem Bityutskiy1-24/+18
2011-05-13UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy2-1/+3
2011-05-13UBIFS: fix inode size debugging check failureArtem Bityutskiy1-1/+5
2011-05-13UBIFS: fix debugging FS checking failureArtem Bityutskiy1-6/+35
2011-05-13UBIFS: remove an unneeded checkArtem Bityutskiy1-2/+7
2011-05-13UBIFS: fix debugging messageArtem Bityutskiy1-1/+1
2011-05-13UBIFS: refactor ubifs_rcvry_gc_commitArtem Bityutskiy1-37/+18
2011-05-13UBIFS: split ubifs_rcvry_gc_commitArtem Bityutskiy1-27/+50
2011-05-13UBIFS: dump the stack on errors in failure mode tooArtem Bityutskiy1-4/+1
2011-05-13UBIFS: print useful debugging messages when cannot recover gc_lnumArtem Bityutskiy1-0/+2
2011-05-13UBIFS: remove dead GC LEB recovery piece of codeArtem Bityutskiy1-12/+1
2011-05-13UBIFS: remove duplicated codeArtem Bityutskiy2-48/+33
2011-05-13UBIFS: remove strange commentaryArtem Bityutskiy1-1/+0
2011-05-13UBIFS: do not change debugfs file positionArtem Bityutskiy1-1/+0
2011-05-13UBIFS: fix oops in lprops dump functionArtem Bityutskiy1-1/+7
2011-05-13UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy1-1/+5
2011-05-13UBIFS: use EROFS when emulating failuresArtem Bityutskiy1-12/+12
2011-05-13UBIFS: make xattr operations names consistentSedat Dilek1-4/+4
2011-05-13UBIFS: introduce lsave debuggingArtem Bityutskiy1-0/+53
2011-05-13UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy3-19/+13
2011-05-13UBIFS: improve space checking debugging featureArtem Bityutskiy5-19/+41
2011-05-13UBIFS: rearrange the budget dumpArtem Bityutskiy1-12/+18
2011-05-13UBIFS: simplify dbg_dump_budg calling conventionsArtem Bityutskiy3-12/+4
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy11-130/+135
2011-05-13UBIFS: use __packed instead of __attribute__((packed))Artem Bityutskiy1-14/+14
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy8-23/+26
2011-05-13UBIFS: make debugfs files non-seekableArtem Bityutskiy1-2/+2
2011-05-02UBIFS: seek journal heads to the latest bud in replayArtem Bityutskiy1-6/+12
2011-05-02UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy2-31/+4
2011-04-21UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-04-21UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy1-4/+6
2011-04-20UBIFS: fix false space checking failureArtem Bityutskiy1-4/+15
2011-04-13UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy1-58/+94
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds5-24/+53
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05fs: export empty_aopsJens Axboe1-2/+2
2011-04-05UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy1-5/+36
2011-04-05UBIFS: fix error path in dbg_debugfs_init_fsArtem Bityutskiy1-5/+5
2011-04-05UBIFS: unify error path dbg_debugfs_init_fsArtem Bityutskiy1-8/+6
2011-04-05UBIFS: do not select KALLSYMS_ALLArtem Bityutskiy1-1/+1
2011-04-05UBIFS: fix assertion warningsArtem Bityutskiy1-1/+2
2011-04-05UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy1-4/+3
2011-04-05UBIFS: do not read flash unnecessarilyArtem Bityutskiy1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-24Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds6-18/+12
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy1-4/+7
2011-03-24UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy1-9/+0
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy4-5/+5
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds14-174/+447
2011-03-16UBIFS: clean-up commentariesArtem Bityutskiy1-3/+3
2011-03-16UBIFS: save 128KiB or more RAMArtem Bityutskiy2-11/+0
2011-03-16UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy1-1/+9
2011-03-16UBIFS: allocate lpt dump buffer on demandArtem Bityutskiy1-9/+18
2011-03-16UBIFS: allocate ltab checking buffer on demandArtem Bityutskiy1-9/+20
2011-03-16UBIFS: allocate scanning buffer on demandArtem Bityutskiy1-6/+20
2011-03-16UBIFS: allocate dump buffer on demandArtem Bityutskiy1-2/+13
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-18/+0
2011-03-11UBIFS: do not check data crc by defaultArtem Bityutskiy1-0/+1
2011-03-11UBIFS: simplify UBIFS Kconfig menuArtem Bityutskiy3-37/+12
2011-03-11UBIFS: print max. index node sizeArtem Bityutskiy1-2/+2
2011-03-11UBIFS: handle allocation failures in UBIFS write pathMatthew L. Creech3-6/+54
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-08UBIFS: use max_write_size during recoveryArtem Bityutskiy1-13/+10
2011-03-08UBIFS: use max_write_size for write-buffersArtem Bityutskiy1-44/+137
2011-03-08UBIFS: introduce write-buffer size fieldArtem Bityutskiy2-9/+21
2011-03-08UBI: incorporate LEB offset informationArtem Bityutskiy2-0/+4
2011-03-08UBIFS: incorporate maximum write sizeArtem Bityutskiy2-0/+24
2011-02-08UBIFS: fix LEB number in printkArtem Bityutskiy1-1/+1
2011-02-06UBIFS: restrict world-writable debugfs filesVasiliy Kulikov1-3/+3
2011-02-06UBIFS: describe UBIFS recovery logic some moreArtem Bityutskiy1-0/+21
2011-02-06UBIFS: remove double semicolonArtem Bityutskiy1-1/+1
2011-01-25UBIFS: do not start the commit if there is nothing to commitArtem Bityutskiy1-1/+57
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy4-19/+19
2011-01-17UBIFS: re-arrange variables in ubifs_infoArtem Bityutskiy1-11/+11
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-10-29convert ubifsAl Viro1-7/+6
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds21-112/+362
2010-10-21UBIFS: do not allocate unneeded scan bufferArtem Bityutskiy1-7/+1
2010-10-21UBIFS: do not forget to cancel timersArtem Bityutskiy1-0/+4
2010-10-21UBIFS: remove a bit of unneeded codeArtem Bityutskiy1-6/+3
2010-10-17UBIFS: add a commentary about log recoveryArtem Bityutskiy2-5/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-28UBIFS: avoid kernel error if ubifs superblock read failsSteffen Sledz1-2/+2
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy14-60/+62