Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-01-02 | 21 | -474/+927 |
|\ | |||||
| * | UBIFS: add more useful debugging prints | Artem Bityutskiy | 2008-12-31 | 1 | -0/+12 |
| * | UBIFS: print debugging messages properly | Artem Bityutskiy | 2008-12-31 | 1 | -10/+10 |
| * | UBIFS: fix numerous spelling mistakes | Artem Bityutskiy | 2008-12-31 | 4 | -15/+14 |
| * | UBIFS: allow mounting when short of space | Artem Bityutskiy | 2008-12-31 | 1 | -11/+29 |
| * | UBIFS: fix writing uncompressed files | Artem Bityutskiy | 2008-12-31 | 2 | -1/+3 |
| * | UBIFS: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-31 | 6 | -25/+25 |
| * | UBIFS: fix sparse warnings | Artem Bityutskiy | 2008-12-31 | 1 | -2/+2 |
| * | UBIFS: simplify make_free_space | Artem Bityutskiy | 2008-12-31 | 1 | -102/+49 |
| * | UBIFS: do not lie about used blocks | Artem Bityutskiy | 2008-12-31 | 1 | -10/+0 |
| * | 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 | 5 | -16/+59 |
| * | 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 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 2009-01-02 | 8 | -330/+305 |
|\ \ | |||||
| * | | UBI: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-28 | 3 | -7/+8 |
| * | | UBI: simplify PEB protection code | Xiaochuan-Xu | 2008-12-16 | 2 | -241/+162 |
| * | | UBI: prepare for protection tree improvements | Xiaochuan-Xu | 2008-12-15 | 2 | -24/+27 |
| * | | UBI: return -ENOMEM upon failing vmalloc | Stefan Roese | 2008-12-10 | 1 | -2/+3 |
| * | | UBI: document UBI ioctls | Artem Bityutskiy | 2008-12-09 | 1 | -0/+4 |
| * | | UBI: handle write errors in WL worker | Artem Bityutskiy | 2008-12-05 | 2 | -25/+44 |
| * | | UBI: fix error path | Artem Bityutskiy | 2008-12-05 | 1 | -9/+18 |
| * | | UBI: some code re-structuring | Artem Bityutskiy | 2008-12-05 | 1 | -16/+23 |
| * | | UBI: fix deadlock | Artem Bityutskiy | 2008-12-05 | 1 | -7/+7 |
| * | | UBI: fix warnings when debugging is enabled | Artem Bityutskiy | 2008-12-03 | 1 | -8/+18 |
| |/ | |||||
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-01-02 | 12 | -50/+476 |
|\ \ | |||||
| * | | kbuild: ignore a few files in headers_check | Sam Ravnborg | 2009-01-02 | 1 | -0/+6 |
| * | | kbuild: add checks for include of linux/types in userspace headers | Sam Ravnborg | 2009-01-02 | 1 | -3/+44 |
| * | | kbuild: drop debugging leftover in tags.sh | Sam Ravnborg | 2009-01-02 | 1 | -1/+0 |
| * | | kbuild: document environment variables | Sam Ravnborg | 2009-01-02 | 2 | -3/+131 |