Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proc: stop using BKL | Alexey Dobriyan | 2009-01-05 | 4 | -17/+4 |
* | Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-01-04 | 1 | -6/+1 |
|\ | |||||
| * | sanitize audit_fd_pair() | Al Viro | 2009-01-04 | 1 | -6/+1 |
* | | fs: symlink write_begin allocation context fix | Nick Piggin | 2009-01-04 | 19 | -30/+34 |
* | | fs: introduce bgl_lock_ptr() | Pekka Enberg | 2009-01-04 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 139 | -14278/+12319 |
| |\ | |||||
| * | | bitmap: fix seq_bitmap and seq_cpumask to take const pointer | Rusty Russell | 2008-12-30 | 1 | -1/+2 |
* | | | get rid of special-casing the /sbin/loader on alpha | Al Viro | 2009-01-03 | 1 | -39/+0 |
* | | | sanitize ifdefs in binfmt_aout | Al Viro | 2009-01-03 | 1 | -9/+7 |
* | | | remove the rudiment of a.out for sparc | Al Viro | 2009-01-03 | 1 | -64/+1 |
* | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-01-02 | 20 | -474/+924 |
|\ \ \ | |||||
| * | | | 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 | 3 | -12/+11 |
| * | | | 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 | 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 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-01-02 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | anon_inodes: use fops->owner for module refcount | Christian Borntraeger | 2008-12-31 | 1 | -1/+6 |
| | |_|/ | |/| | | |||||
* | | | | CRED: Wrap task credential accesses in the devpts filesystem | David Howells | 2009-01-02 | 1 | -3/+3 |
* | | | | devpts: fix unused function warning | Andrew Morton | 2009-01-02 | 1 | -1/+1 |
* | | | | devpts: Coding style clean up | Alan Cox | 2009-01-02 | 1 | -27/+26 |