Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | UBIFS: do not forget to cancel timers | Artem Bityutskiy | 1 | -0/+4 |
2010-10-21 | UBIFS: remove a bit of unneeded code | Artem Bityutskiy | 1 | -6/+3 |
2010-09-28 | UBIFS: avoid kernel error if ubifs superblock read fails | Steffen Sledz | 1 | -2/+2 |
2010-09-19 | UBIFS: introduce new flags for RO mounts | Artem Bityutskiy | 1 | -26/+29 |
2010-09-17 | UBIFS: introduce new flag for RO due to errors | Artem Bityutskiy | 1 | -5/+9 |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+8 |
2010-08-09 | switch ubifs to ->evict_inode() | Al Viro | 1 | -4/+8 |
2010-08-03 | UBIFS: fix a memory leak on error path. | Matthieu CASTET | 1 | -1/+1 |
2010-06-12 | UBIFS: check return code | Artem Bityutskiy | 1 | -0/+2 |
2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -1/+1 |
2009-12-15 | fs/ubifs: use %pUB to print UUIDs | Joe Perches | 1 | -6/+1 |
2009-11-24 | UBIFS: support mounting of UBI volume character devices | Corentin Chary | 1 | -5/+15 |
2009-09-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 1 | -0/+2 |
2009-09-16 | fs: Assign bdi in super_block | Jens Axboe | 1 | -0/+1 |
2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe | 1 | -0/+1 |
2009-09-11 | writeback: get rid of generic_sync_sb_inodes() export | Jens Axboe | 1 | -7/+1 |
2009-09-10 | UBIFS: add inode size debugging check | Artem Bityutskiy | 1 | -0/+2 |
2009-07-24 | UBIFS: remove unneeded call from ubifs_sync_fs | Artem Bityutskiy | 1 | -17/+7 |
2009-07-24 | UBIFS: kill BKL | Artem Bityutskiy | 1 | -12/+1 |
2009-07-05 | UBIFS: allow more than one volume to be mounted | Daniel Mack | 1 | -1/+2 |
2009-07-05 | UBIFS: fix assertion warning | Artem Bityutskiy | 1 | -0/+3 |
2009-07-05 | UBIFS: few spelling fixes | Artem Bityutskiy | 1 | -1/+1 |
2009-07-05 | UBIFS: slightly optimize write-buffer timer usage | Artem Bityutskiy | 1 | -4/+2 |
2009-06-17 | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 1 | -25/+48 |
2009-06-16 | ubifs: register backing_dev_info | Jens Axboe | 1 | -0/+3 |
2009-06-11 | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 1 | -1/+8 |
2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+5 |
2009-06-11 | enforce ->sync_fs is only called for rw superblock | Christoph Hellwig | 1 | -3/+0 |
2009-06-08 | UBIFS: start using hrtimers | Artem Bityutskiy | 1 | -3/+3 |
2009-06-08 | UBIFS: do not forget to register BDI device | Artem Bityutskiy | 1 | -0/+3 |
2009-06-02 | UBIFS: allow sync option in rootflags | Artem Bityutskiy | 1 | -5/+35 |
2009-05-26 | UBIFS: use anonymous device | Artem Bityutskiy | 1 | -17/+4 |
2009-05-25 | UBIFS: return proper error code if the compr is not present | Corentin Chary | 1 | -0/+1 |
2009-05-09 | Convert obvious places to deactivate_locked_super() | Al Viro | 1 | -2/+1 |
2009-05-06 | UBIFS: reset no_space flag after inode deletion | Adrian Hunter | 1 | -0/+5 |
2009-04-06 | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 1 | -10/+27 |
2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 1 | -1/+2 |
2009-03-26 | UBIFS: add R/O compatibility | Artem Bityutskiy | 1 | -2/+12 |
2009-03-20 | UBIFS: fix compiler warnings | Hunter Adrian | 1 | -4/+4 |
2009-03-16 | UBIFS: introduce a helpful variable | Artem Bityutskiy | 1 | -0/+3 |
2009-03-15 | UBIFS: fix bogus assertion | Artem Bityutskiy | 1 | -4/+8 |
2009-01-29 | UBIFS: remove fast unmounting | Artem Bityutskiy | 1 | -45/+5 |
2009-01-29 | UBIFS: return sensible error codes | Artem Bityutskiy | 1 | -8/+3 |
2009-01-29 | UBIFS: remount ro fixes | Adrian Hunter | 1 | -7/+7 |
2009-01-29 | UBIFS: sync wbufs after syncing inodes and pages | Adrian Hunter | 1 | -10/+10 |
2009-01-26 | UBIFS: fix assertions | Artem Bityutskiy | 1 | -6/+7 |
2009-01-26 | UBIFS: ensure orphan area head is initialized | Adrian Hunter | 1 | -0/+6 |
2009-01-26 | UBIFS: always clean up GC LEB space | Artem Bityutskiy | 1 | -14/+33 |
2009-01-26 | UBIFS: add re-mount debugging checks | Artem Bityutskiy | 1 | -4/+10 |
2009-01-26 | UBIFS: fix LEB list freeing | Artem Bityutskiy | 1 | -15/+27 |