summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-03-236-230/+234
|\
| * UBIFS: improve error messagesArtem Bityutskiy2012-03-071-5/+14
| * UBIFS: kill CUR_MAX_KEY_LEN macroArtem Bityutskiy2012-02-291-7/+4Star
| * UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy2012-02-291-9/+9
| * UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy2012-02-292-4/+1Star
| * UBIFS: increase dumps loglevelArtem Bityutskiy2012-02-291-204/+204
| * UBIFS: amend recovery debugging messageArtem Bityutskiy2012-02-291-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-4/+2Star
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
| |/
* / ubifs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* 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/+5Star
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-103-10/+5Star
|\ \
| * | UBIFS: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-223-10/+5Star
* | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* | | ubifs: propagate umode_tAl Viro2012-01-042-3/+3
* | | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* | | switch ->create() to umode_tAl Viro2012-01-041-2/+2
* | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-2/+2
* | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* | | vfs: mnt_drop_write_file()Al Viro2012-01-041-1/+1
* | | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-1/+1
| |/ |/|
* | ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8Star
|/
* 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-071-1/+1
|\ \
| * | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-301-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-232-11/+12
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-212-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/+39Star
* | UBIFS: stop re-defining UBI operationsArtem Bityutskiy2011-07-042-9/+0Star
* | UBIFS: switch to I/O helpersArtem Bityutskiy2011-07-045-21/+19Star
* | UBIFS: switch to ubifs_leb_writeArtem Bityutskiy2011-07-041-22/+14Star
* | UBIFS: switch to ubifs_leb_readArtem Bityutskiy2011-07-048-47/+40Star
* | 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/+3Star
* | UBIFS: add global debugfs knobsArtem Bityutskiy2011-07-042-16/+157
* | UBIFS: introduce debugfs helpersArtem Bityutskiy2011-07-041-20/+56