| Commit message (Expand) | Author | Age | Files | Lines |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | UBIFS: fix corruption dump | Artem Bityutskiy | 2009-07-09 | 1 | -2/+26 |
* | UBIFS: clean up free space checking | Artem Bityutskiy | 2009-07-09 | 1 | -19/+3 |
* | UBIFS: small amendments in the LEB scanning code | Artem Bityutskiy | 2009-07-09 | 3 | -11/+17 |
* | UBIFS: dump a little more in case of corruptions | Artem Bityutskiy | 2009-07-09 | 1 | -3/+3 |
* | UBIFS: allow more than one volume to be mounted | Daniel Mack | 2009-07-05 | 1 | -1/+2 |
* | UBIFS: fix assertion warning | Artem Bityutskiy | 2009-07-05 | 1 | -0/+3 |
* | UBIFS: minor spelling and grammar fixes | Adrian Hunter | 2009-07-05 | 2 | -3/+3 |
* | UBIFS: fix 64-bit divisions in debug print | Adrian Hunter | 2009-07-05 | 1 | -2/+3 |
* | UBIFS: few spelling fixes | Artem Bityutskiy | 2009-07-05 | 2 | -4/+4 |
* | UBIFS: set write-buffer timout to 3-5 seconds | Artem Bityutskiy | 2009-07-05 | 2 | -15/+7 |
* | UBIFS: slightly optimize write-buffer timer usage | Artem Bityutskiy | 2009-07-05 | 3 | -12/+9 |
* | UBIFS: improve debugging messaged | Artem Bityutskiy | 2009-07-05 | 1 | -10/+16 |
* | UBIFS: fix integer overflow warning | Adrian Hunter | 2009-07-05 | 1 | -1/+3 |
* | helpers for acl caching + switch to those | Al Viro | 2009-06-24 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-06-17 | 6 | -72/+102 |
|\ |
|
| * | UBIFS: start using hrtimers | Artem Bityutskiy | 2009-06-08 | 3 | -21/+32 |
| * | UBIFS: do not forget to register BDI device | Artem Bityutskiy | 2009-06-08 | 1 | -0/+3 |
| * | UBIFS: allow sync option in rootflags | Artem Bityutskiy | 2009-06-02 | 1 | -5/+35 |
| * | UBIFS: remove dead code | Artem Bityutskiy | 2009-05-29 | 2 | -28/+4 |
| * | UBIFS: use anonymous device | Artem Bityutskiy | 2009-05-26 | 1 | -17/+4 |
| * | UBIFS: return proper error code if the compr is not present | Corentin Chary | 2009-05-25 | 1 | -0/+1 |
| * | UBIFS: return error if link and unlink race | Hunter Adrian | 2009-05-19 | 1 | -0/+19 |
| * | UBIFS: reset no_space flag after inode deletion | Adrian Hunter | 2009-05-06 | 2 | -1/+7 |
* | | ubifs: register backing_dev_info | Jens Axboe | 2009-06-16 | 1 | -0/+3 |
* | | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 2009-06-11 | 1 | -1/+8 |
* | | push BKL down into ->put_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+5 |
* | | enforce ->sync_fs is only called for rw superblock | Christoph Hellwig | 2009-06-11 | 1 | -3/+0 |
* | | Convert obvious places to deactivate_locked_super() | Al Viro | 2009-05-09 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-04-06 | 17 | -265/+482 |
|\ |
|
| * | UBIFS: fix recovery bug | Adrian Hunter | 2009-03-31 | 1 | -47/+23 |
| * | UBIFS: add R/O compatibility | Artem Bityutskiy | 2009-03-26 | 4 | -11/+72 |
| * | UBIFS: fix compiler warnings | Hunter Adrian | 2009-03-20 | 1 | -4/+4 |
| * | UBIFS: fully sort GCed nodes | Artem Bityutskiy | 2009-03-20 | 1 | -132/+296 |
| * | UBIFS: fix commentaries | Artem Bityutskiy | 2009-03-20 | 8 | -9/+9 |
| * | UBIFS: introduce a helpful variable | Artem Bityutskiy | 2009-03-16 | 4 | -21/+23 |
| * | UBIFS: use KERN_CONT | Artem Bityutskiy | 2009-03-16 | 2 | -6/+6 |
| * | UBIFS: fix lprops committing bug | Artem Bityutskiy | 2009-03-16 | 1 | -4/+3 |
| * | UBIFS: fix bogus assertion | Artem Bityutskiy | 2009-03-15 | 1 | -4/+8 |
| * | UBIFS: fix bug where page is marked uptodate when out of space | Adrian Hunter | 2009-03-14 | 1 | -2/+12 |
| * | UBIFS: amend key_hash return value | Artem Bityutskiy | 2009-03-08 | 1 | -3/+3 |
| * | UBIFS: improve find function interface | Artem Bityutskiy | 2009-03-08 | 3 | -10/+9 |
| * | UBIFS: list usage cleanup | Eric Sesterhenn | 2009-02-17 | 2 | -6/+3 |
| * | UBIFS: fix dbg_chk_lpt_sz() | Adrian Hunter | 2009-02-09 | 1 | -8/+13 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 1 | -2/+2 |
|\ \ |
|
| * | | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -2/+2 |
* | | | mm: page_mkwrite change prototype to match fault | Nick Piggin | 2009-04-01 | 1 | -3/+6 |
|/ / |
|
* | | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 2009-03-27 | 1 | -1/+2 |
|/ |
|
* | UBIFS: remove fast unmounting | Artem Bityutskiy | 2009-01-29 | 2 | -47/+5 |
* | UBIFS: return sensible error codes | Artem Bityutskiy | 2009-01-29 | 2 | -9/+4 |