| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 15 | -20/+1 |
* | [PATCH] fix de_thread() vs send_group_sigqueue() race | Oleg Nesterov | 2005-11-08 | 1 | -3/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2005-11-07 | 1 | -22/+35 |
|\ |
|
| * | [PATCH] ppc64: SMU partition recovery | Benjamin Herrenschmidt | 2005-11-08 | 1 | -22/+35 |
* | | [PATCH] unbindable mounts | Ram Pai | 2005-11-07 | 3 | -26/+65 |
* | | [PATCH] handling of slave mounts | Ram Pai | 2005-11-07 | 2 | -37/+121 |
* | | [PATCH] introduce slave mounts | Ram Pai | 2005-11-07 | 3 | -4/+56 |
* | | [PATCH] shared mounts handling: umount | Ram Pai | 2005-11-07 | 3 | -19/+126 |
* | | [PATCH] shared mounts handling: move | Ram Pai | 2005-11-07 | 1 | -17/+46 |
* | | [PATCH] shared mount handling: bind and rbind | Ram Pai | 2005-11-07 | 3 | -22/+199 |
* | | [PATCH] introduce shared mounts | Ram Pai | 2005-11-07 | 3 | -2/+18 |
* | | [PATCH] beginning of the shared-subtree proper | Ram Pai | 2005-11-07 | 4 | -1/+56 |
* | | [PATCH] making namespace_sem global | Ram Pai | 2005-11-07 | 1 | -23/+23 |
* | | [PATCH] mount expiry fixes | Ram Pai | 2005-11-07 | 1 | -42/+22 |
* | | [PATCH] umount_tree() locking change | Ram Pai | 2005-11-07 | 1 | -33/+51 |
* | | [PATCH] sanitize the interface of graft_tree(). | Ram Pai | 2005-11-07 | 1 | -6/+6 |
* | | [PATCH] lindent fs/namespace.c | Ram Pai | 2005-11-07 | 1 | -49/+48 |
* | | [PATCH] make /proc/mounts pollable | Al Viro | 2005-11-07 | 2 | -16/+76 |
* | | [PATCH] allow callers of seq_open do allocation themselves | Al Viro | 2005-11-07 | 1 | -4/+8 |
* | | [PATCH] cleanups and bug fix in do_loopback() | Al Viro | 2005-11-07 | 1 | -19/+22 |
* | | [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount | Al Viro | 2005-11-07 | 3 | -39/+44 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 | Linus Torvalds | 2005-11-07 | 37 | -2138/+4547 |
|\ |
|
| * | [JFFS2] Clean up trailing white spaces | Thomas Gleixner | 2005-11-07 | 33 | -590/+589 |
| * | [JFFS2] Fix broken compile when debug level = 2 | Artem B. Bityutskiy | 2005-11-06 | 1 | -3/+3 |
| * | [JFFS2] Return 0, not number of bytes written, for success at commit_write | Todd Poynor | 2005-11-06 | 1 | -3/+3 |
| * | [JFFS2] Fix dataflash support | Artem B. Bityutskiy | 2005-11-06 | 3 | -22/+40 |
| * | [JFFS2] Use memset(struct) instead of nulling struct members one by one | Artem B. Bityutskiy | 2005-11-06 | 1 | -10/+7 |
| * | [JFFS2] Remove stale comment | Artem B. Bityutskiy | 2005-11-06 | 1 | -2/+1 |
| * | [JFFS2] Rename jffs2_summary_node to jffs2_raw_summary | Ferenc Havasi | 2005-11-06 | 2 | -9/+9 |
| * | [JFFS2] Debug code simplification, update TODO | Artem B. Bityutskiy | 2005-11-06 | 13 | -264/+232 |
| * | [JFFS2] Account summary space in reserved_size. | Ferenc Havasi | 2005-11-06 | 1 | -1/+3 |
| * | [JFFS2] Debug message format clean up | Artem B. Bityutskiy | 2005-11-06 | 2 | -159/+120 |
| * | [JFFS2] Call summary collector for all mtd devices with writev support | Ferenc Havasi | 2005-11-06 | 1 | -5/+6 |
| * | [JFFS2] Return real jffs2_sum_init() error code | Ferenc Havasi | 2005-11-06 | 1 | -3/+5 |
| * | [JFFS2] Add erase block summary support (mount time improvement) | Ferenc Havasi | 2005-11-06 | 18 | -197/+1372 |
| * | [JFFS2] Remove support for virtual blocks | Ferenc Havasi | 2005-11-06 | 4 | -23/+13 |
| * | [JFFS2] Solve BUG caused by frag->node representing a hole in fragtree | Artem B. Bityutskiy | 2005-11-06 | 1 | -2/+2 |
| * | [JFFS2] Calculate CRC check starting point correctly | Artem B. Bityutskiy | 2005-11-06 | 2 | -8/+9 |
| * | [JFFS2] More message formatting cleanups | Artem B. Bityutskiy | 2005-11-06 | 2 | -7/+7 |
| * | [JFFS2] Fix JFFS2 [mc]time handling | Artem B. Bityutskiy | 2005-11-06 | 5 | -17/+37 |
| * | [JFFS2] Make the JFFS2 messages a bit nicer | Artem B. Bityutskiy | 2005-11-06 | 1 | -5/+5 |
| * | [JFFS2] Teach JFFS2 about Sibley flash | Nicolas Pitre | 2005-11-06 | 3 | -5/+46 |
| * | [JFFS2] Debug code clean up - step 7 | Artem B. Bityutskiy | 2005-11-06 | 4 | -64/+71 |
| * | [JFFS2] Correct buggy length checks | Artem B. Bityutskiy | 2005-11-06 | 2 | -4/+4 |
| * | [JFFS2] Debug code clean up - step 6 | Artem B. Bityutskiy | 2005-11-06 | 3 | -28/+15 |
| * | [JFFS2] Build fragtree in reverse order | Artem B. Bityutskiy | 2005-11-06 | 3 | -253/+868 |
| * | [JFFS2] Refine fragtree debug macros | Artem B. Bityutskiy | 2005-11-06 | 1 | -6/+6 |
| * | [JFFS2] Move another fragtree-related function to nodelist.c | Artem B. Bityutskiy | 2005-11-06 | 3 | -28/+28 |
| * | [JFFS2] Fix up new debug code for eCos build | Andrew Lunn | 2005-11-06 | 3 | -10/+16 |
| * | [JFFS2] Debug code clean up - step 5 | Artem B. Bityutskiy | 2005-11-06 | 2 | -143/+117 |