summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* UBIFS: fix non-debug configuration buildDominique Martinet2012-01-151-14/+17
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-136-104/+110
|\
| * UBIFS: fix key printingArtem Bityutskiy2012-01-136-88/+91
| * UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy2012-01-131-18/+20
| * UBIFS: fix debugging messagesArtem Bityutskiy2012-01-111-1/+4
| * UBIFS: make debugging messages light againArtem Bityutskiy2012-01-111-7/+5
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-103-10/+5
|\ \
| * | UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-223-10/+5
* | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | | ubifs: propagate umode_tAl Viro2012-01-032-3/+3
* | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | | switch ->create() to umode_tAl Viro2012-01-031-2/+2
* | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | | vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* | | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
| |/ |/|
* | 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