| Commit message (Expand) | Author | Age | Files | Lines |
* | UBIFS: fix non-debug configuration build | Dominique Martinet | 2012-01-15 | 1 | -14/+17 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2012-01-13 | 6 | -104/+110 |
|\ |
|
| * | UBIFS: fix key printing | Artem Bityutskiy | 2012-01-13 | 6 | -88/+91 |
| * | UBIFS: use snprintf instead of sprintf when printing keys | Artem Bityutskiy | 2012-01-13 | 1 | -18/+20 |
| * | UBIFS: fix debugging messages | Artem Bityutskiy | 2012-01-11 | 1 | -1/+4 |
| * | UBIFS: make debugging messages light again | Artem Bityutskiy | 2012-01-11 | 1 | -7/+5 |
* | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2012-01-10 | 3 | -10/+5 |
|\ \ |
|
| * | | UBIFS: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 2011-11-22 | 3 | -10/+5 |
* | | | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 | 1 | -2/+2 |
* | | | ubifs: propagate umode_t | Al Viro | 2012-01-03 | 2 | -3/+3 |
* | | | switch ->mknod() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | | | switch ->create() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | | | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | | | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | | | vfs: mnt_drop_write_file() | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | | | switch a bunch of places to mnt_want_write_file() | Al Viro | 2012-01-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | ubifs: too early register_filesystem() | Al Viro | 2011-12-13 | 1 | -10/+8 |
|/ |
|
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2011-11-07 | 4 | -2/+23 |
|\ |
|
| * | UBIFS: fix the dark space calculation | srimugunthan dhandapani | 2011-08-26 | 2 | -2/+2 |
| * | UBIFS: introduce a helper to dump scanning info | Artem Bityutskiy | 2011-08-22 | 2 | -0/+21 |
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ \ |
|
| * | | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 2011-10-31 | 1 | -1/+1 |
* | | | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 2 | -2/+2 |
* | | | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
|/ / |
|
* / | UBIFS: not build debug messages with CONFIG_UBIFS_FS_DEBUG disabled | Michal Marek | 2011-08-19 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-22 | 2 | -11/+12 |
|\ |
|
| * | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 2 | -11/+12 |
* | | UBIFS: fix master node recovery | Anatolij Gustschin | 2011-07-08 | 1 | -1/+2 |
* | | UBIFS: improve power cut emulation testing | Artem Bityutskiy | 2011-07-04 | 1 | -41/+50 |
* | | UBIFS: rename recovery testing variables | Artem Bityutskiy | 2011-07-04 | 2 | -35/+39 |
* | | UBIFS: remove custom list of superblocks | Artem Bityutskiy | 2011-07-04 | 3 | -105/+39 |
* | | UBIFS: stop re-defining UBI operations | Artem Bityutskiy | 2011-07-04 | 2 | -9/+0 |
* | | UBIFS: switch to I/O helpers | Artem Bityutskiy | 2011-07-04 | 5 | -21/+19 |
* | | UBIFS: switch to ubifs_leb_write | Artem Bityutskiy | 2011-07-04 | 1 | -22/+14 |
* | | UBIFS: switch to ubifs_leb_read | Artem Bityutskiy | 2011-07-04 | 8 | -47/+40 |
* | | UBIFS: introduce more I/O helpers | Artem Bityutskiy | 2011-07-04 | 5 | -87/+148 |
* | | UBIFS: always print stacktrace when switching to R/O mode | Artem Bityutskiy | 2011-07-04 | 1 | -1/+1 |
* | | UBIFS: remove unused and unneeded debugging function | Artem Bityutskiy | 2011-07-04 | 2 | -57/+3 |
* | | UBIFS: add global debugfs knobs | Artem Bityutskiy | 2011-07-04 | 2 | -16/+157 |
* | | UBIFS: introduce debugfs helpers | Artem Bityutskiy | 2011-07-04 | 1 | -20/+56 |
* | | UBIFS: re-arrange debugging code a bit | Artem Bityutskiy | 2011-07-04 | 1 | -59/+59 |
* | | UBIFS: be more informative in failure mode | Artem Bityutskiy | 2011-07-04 | 1 | -15/+23 |
* | | UBIFS: switch self-check knobs to debugfs | Artem Bityutskiy | 2011-07-04 | 2 | -53/+159 |
* | | UBIFS: lessen amount of debugging check types | Artem Bityutskiy | 2011-07-04 | 5 | -25/+12 |
* | | UBIFS: introduce helper functions for debugging checks and tests | Artem Bityutskiy | 2011-07-04 | 12 | -56/+75 |
* | | UBIFS: amend debugging inode size check function prototype | Artem Bityutskiy | 2011-07-04 | 4 | -6/+9 |
* | | UBIFS: amend debugging name check function prototype | Artem Bityutskiy | 2011-07-04 | 1 | -3/+5 |
* | | UBIFS: add few commentaries about TNC | Artem Bityutskiy | 2011-07-04 | 1 | -0/+26 |
* | | UBIFS: use correct flags in lprops | Artem Bityutskiy | 2011-07-04 | 3 | -8/+8 |
* | | UBIFS: harmonize znode flag helpers | Artem Bityutskiy | 2011-07-04 | 4 | -12/+34 |