Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: few spelling fixes | Artem Bityutskiy | 2009-07-05 | 1 | -1/+1 |
* | UBIFS: slightly optimize write-buffer timer usage | Artem Bityutskiy | 2009-07-05 | 1 | -4/+2 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-06-17 | 1 | -25/+48 |
|\ | |||||
| * | UBIFS: start using hrtimers | Artem Bityutskiy | 2009-06-08 | 1 | -3/+3 |
| * | 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: 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: reset no_space flag after inode deletion | Adrian Hunter | 2009-05-06 | 1 | -0/+5 |
* | | 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 | 1 | -10/+27 |
|\ | |||||
| * | UBIFS: add R/O compatibility | Artem Bityutskiy | 2009-03-26 | 1 | -2/+12 |
| * | UBIFS: fix compiler warnings | Hunter Adrian | 2009-03-20 | 1 | -4/+4 |
| * | UBIFS: introduce a helpful variable | Artem Bityutskiy | 2009-03-16 | 1 | -0/+3 |
| * | UBIFS: fix bogus assertion | Artem Bityutskiy | 2009-03-15 | 1 | -4/+8 |
* | | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 2009-03-27 | 1 | -1/+2 |
|/ | |||||
* | UBIFS: remove fast unmounting | Artem Bityutskiy | 2009-01-29 | 1 | -45/+5 |
* | UBIFS: return sensible error codes | Artem Bityutskiy | 2009-01-29 | 1 | -8/+3 |
* | UBIFS: remount ro fixes | Adrian Hunter | 2009-01-29 | 1 | -7/+7 |
* | UBIFS: sync wbufs after syncing inodes and pages | Adrian Hunter | 2009-01-29 | 1 | -10/+10 |
* | UBIFS: fix assertions | Artem Bityutskiy | 2009-01-26 | 1 | -6/+7 |
* | UBIFS: ensure orphan area head is initialized | Adrian Hunter | 2009-01-26 | 1 | -0/+6 |
* | UBIFS: always clean up GC LEB space | Artem Bityutskiy | 2009-01-26 | 1 | -14/+33 |
* | UBIFS: add re-mount debugging checks | Artem Bityutskiy | 2009-01-26 | 1 | -4/+10 |
* | UBIFS: fix LEB list freeing | Artem Bityutskiy | 2009-01-26 | 1 | -15/+27 |
* | UBIFS: document dark_wm and dead_wm better | Artem Bityutskiy | 2009-01-20 | 1 | -9/+2 |
* | UBIFS: constify operations | Artem Bityutskiy | 2009-01-18 | 1 | -1/+1 |
* | UBIFS: do not commit twice | Artem Bityutskiy | 2009-01-18 | 1 | -4/+5 |
* | UBIFS: do not use WB_SYNC_HOLD | Artem Bityutskiy | 2009-01-06 | 1 | -1/+8 |
* | UBIFS: add more useful debugging prints | Artem Bityutskiy | 2008-12-31 | 1 | -0/+12 |
* | UBIFS: allow mounting when short of space | Artem Bityutskiy | 2008-12-31 | 1 | -11/+29 |
* | UBIFS: always commit on unmount | Artem Bityutskiy | 2008-12-31 | 1 | -11/+15 |
* | UBIFS: use ubi_sync | Artem Bityutskiy | 2008-12-31 | 1 | -6/+1 |
* | UBIFS: always commit in sync_fs | Artem Bityutskiy | 2008-12-31 | 1 | -20/+18 |
* | UBIFS: fix file-system synchronization | Artem Bityutskiy | 2008-12-31 | 1 | -0/+18 |
* | UBIFS: fix constants initialization | Artem Bityutskiy | 2008-12-31 | 1 | -5/+20 |
* | UBIFS: use nicer 64-bit math | Artem Bityutskiy | 2008-12-23 | 1 | -6/+6 |
* | UBIFS: fix available blocks count | Artem Bityutskiy | 2008-12-23 | 1 | -2/+3 |
* | UBIFS: add debugfs support | Artem Bityutskiy | 2008-12-03 | 1 | -0/+12 |
* | UBIFS: separate debugging fields out | Artem Bityutskiy | 2008-12-03 | 1 | -15/+7 |
* | UBIFS: introduce compression mount options | Artem Bityutskiy | 2008-12-03 | 1 | -7/+37 |
* | UBIFS: use bit-fields to store compression type | Artem Bityutskiy | 2008-12-03 | 1 | -0/+8 |
* | UBIFS: pre-allocate bulk-read buffer | Artem Bityutskiy | 2008-11-21 | 1 | -9/+48 |
* | UBIFS: do not allocate too much | Artem Bityutskiy | 2008-11-21 | 1 | -6/+6 |