Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | UBIFS: restore budg_uncommitted_idx | Artem Bityutskiy | 2008-12-31 | 1 | -3/+12 | |
| * | 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: avoid unnecessary calculations | Artem Bityutskiy | 2008-12-23 | 1 | -1/+2 | |
| * | UBIFS: re-calculate min_idx_size after the commit | Artem Bityutskiy | 2008-12-23 | 1 | -0/+2 | |
| * | UBIFS: use nicer 64-bit math | Artem Bityutskiy | 2008-12-23 | 6 | -35/+30 | |
| * | UBIFS: fix available blocks count | Artem Bityutskiy | 2008-12-23 | 3 | -9/+13 | |
| * | UBIFS: various comment improvements and fixes | Artem Bityutskiy | 2008-12-23 | 2 | -22/+24 | |
| * | UBIFS: improve budgeting dump | Artem Bityutskiy | 2008-12-23 | 3 | -3/+16 | |
| * | UBIFS: fix tnc dumping | Artem Bityutskiy | 2008-12-23 | 1 | -1/+1 | |
| * | UBIFS: use PAGE_CACHE_MASK correctly | Artem Bityutskiy | 2008-12-23 | 1 | -2/+2 | |
| * | UBIFS: fix section mismatch | Alexey Dobriyan | 2008-12-04 | 2 | -2/+2 | |
| * | UBIFS: introduce LPT dump function | Artem Bityutskiy | 2008-12-03 | 5 | -48/+186 | |
| * | UBIFS: dump stack in LPT check functions | Artem Bityutskiy | 2008-12-03 | 1 | -1/+6 | |
| * | UBIFS: run debugging checks only if they are enabled | Artem Bityutskiy | 2008-12-03 | 2 | -2/+10 | |
| * | UBIFS: add debugfs support | Artem Bityutskiy | 2008-12-03 | 4 | -20/+193 | |
| * | UBIFS: separate debugging fields out | Artem Bityutskiy | 2008-12-03 | 9 | -113/+156 | |
| * | UBIFS: avoid unnecessary checks | Kukkonen Mika | 2008-12-03 | 1 | -14/+18 | |
| * | UBIFS: introduce compression mount options | Artem Bityutskiy | 2008-12-03 | 4 | -16/+56 | |
| * | UBIFS: use bit-fields to store compression type | Artem Bityutskiy | 2008-12-03 | 2 | -3/+11 | |
| * | UBIFS: slight compression optimization | Artem Bityutskiy | 2008-12-03 | 2 | -3/+10 | |
* | | Merge branch 'master' into next | James Morris | 2008-12-04 | 14 | -109/+221 | |
|\ \ | |/ | ||||||
| * | UBIFS: pre-allocate bulk-read buffer | Artem Bityutskiy | 2008-11-21 | 3 | -18/+76 | |
| * | UBIFS: do not allocate too much | Artem Bityutskiy | 2008-11-21 | 4 | -33/+60 | |
| * | UBIFS: do not print scary memory allocation warnings | Artem Bityutskiy | 2008-11-21 | 3 | -8/+15 | |
| * | UBIFS: allow for gaps when dirtying the LPT | Adrian Hunter | 2008-11-07 | 1 | -2/+0 | |
| * | UBIFS: fix compilation warnings | Artem Bityutskiy | 2008-11-06 | 7 | -50/+70 | |
| * | UBIFS: endian handling fixes and annotations | Harvey Harrison | 2008-11-06 | 6 | -13/+15 | |
| * | UBIFS: remove printk | Artem Bityutskiy | 2008-11-06 | 1 | -2/+2 | |
* | | CRED: Wrap task credential accesses in the UBIFS filesystem | David Howells | 2008-11-14 | 2 | -3/+3 | |
|/ | ||||||
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2008-10-20 | 20 | -167/+1178 | |
|\ | ||||||
| * | UBIFS: fix ubifs_compress commentary | Geert Uytterhoeven | 2008-10-19 | 1 | -2/+0 | |
| * | UBIFS: amend printk | Artem Bityutskiy | 2008-10-19 | 1 | -1/+1 | |
| * | UBIFS: do not read unnecessary bytes when unpacking bits | Adrian Hunter | 2008-10-19 | 1 | -7/+38 | |
| * | UBIFS: check buffer length when scanning for LPT nodes | Adrian Hunter | 2008-09-30 | 1 | -0/+2 | |
| * | UBIFS: correct condition to eliminate unecessary assignment | Adrian Hunter | 2008-09-30 | 1 | -1/+1 | |
| * | UBIFS: add more debugging messages for LPT | Adrian Hunter | 2008-09-30 | 5 | -13/+228 | |
| * | UBIFS: fix bulk-read handling uptodate pages | Adrian Hunter | 2008-09-30 | 1 | -5/+11 | |
| * | UBIFS: improve garbage collection | Adrian Hunter | 2008-09-30 | 1 | -10/+72 | |
| * | UBIFS: allow for sync_fs when read-only | Adrian Hunter | 2008-09-30 | 1 | -9/+10 | |
| * | UBIFS: commit on sync_fs | Artem Bityutskiy | 2008-09-30 | 1 | -0/+12 | |
| * | UBIFS: correct comment for commit_on_unmount | Artem Bityutskiy | 2008-09-30 | 1 | -6/+3 | |
| * | UBIFS: update dbg_dump_inode | Artem Bityutskiy | 2008-09-30 | 1 | -17/+25 | |
| * | UBIFS: fix commentary | Artem Bityutskiy | 2008-09-30 | 1 | -2/+2 | |
| * | UBIFS: fix races in bit-fields | Artem Bityutskiy | 2008-09-30 | 1 | -8/+9 | |
| * | UBIFS: ensure data read beyond i_size is zeroed out correctly | Adrian Hunter | 2008-09-30 | 2 | -3/+8 | |
| * | UBIFS: correct key comparison | Adrian Hunter | 2008-09-30 | 1 | -2/+2 |