| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: Move __ext4_journalled_writepage() to avoid forward declaration | Aneesh Kumar K.V | 2009-06-14 | 1 | -58/+54 |
* | ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc | Aneesh Kumar K.V | 2009-06-14 | 2 | -221/+58 |
* | ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation | Aneesh Kumar K.V | 2009-06-14 | 1 | -15/+8 |
* | ext4: Don't look at buffer_heads outside i_size. | Aneesh Kumar K.V | 2009-06-04 | 1 | -12/+16 |
* | ext4: Fix goal inum check in the inode allocator | Johann Lombardi | 2009-07-05 | 1 | -1/+1 |
* | ext4: fix no journal corruption with locale-gen | Theodore Ts'o | 2009-07-08 | 1 | -2/+2 |
* | ext4: Calculate required journal credits for inserting an extent properly | Aneesh Kumar K.V | 2009-07-05 | 1 | -0/+1 |
* | ext4: Fix truncation of symlinks after failed write | Jan Kara | 2009-07-13 | 1 | -13/+13 |
* | jbd2: Fix a race between checkpointing code and journal_get_write_access() | Jan Kara | 2009-07-13 | 1 | -33/+35 |
* | ext4: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-07-05 | 1 | -1/+5 |
* | ext4: naturally align struct ext4_allocation_request | Eric Sandeen | 2009-07-13 | 1 | -7/+7 |
* | ext4: mark several more functions in mballoc.c as noinline | Eric Sandeen | 2009-07-05 | 1 | -8/+16 |
* | ext4: Fix potential reclaim deadlock when truncating partial block | Theodore Ts'o | 2009-07-05 | 1 | -1/+2 |
* | jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region | Theodore Ts'o | 2009-06-20 | 1 | -5/+6 |
* | ext4: Fix type warning on 64-bit platforms in tracing events header | Theodore Ts'o | 2009-06-20 | 1 | -1/+2 |
* | Linux 2.6.31-rc2 | Linus Torvalds | 2009-07-04 | 1 | -1/+1 |
* | video: sm501fb: Early initialization of mm_lock mutex. | Paul Mundt | 2009-07-04 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl... | Linus Torvalds | 2009-07-04 | 34 | -219/+228 |
|\ |
|
| * | parisc: use generic atomic64 on 32-bit | Kyle McMartin | 2009-07-03 | 2 | -1/+6 |
| * | parisc: superio: fix build breakage | Alexander Beregalov | 2009-07-03 | 1 | -2/+2 |
| * | parisc: Fix PCI resource allocation on non-PAT SBA machines | Matthew Wilcox | 2009-07-03 | 1 | -0/+2 |
| * | parisc: perf: wire up sys_perf_counter_open | Kyle McMartin | 2009-07-03 | 4 | -1/+15 |
| * | parisc: add task_pt_regs macro | Kyle McMartin | 2009-07-03 | 1 | -0/+3 |
| * | parisc: wire sys_perf_counter_open to sys_ni_syscall | Kyle McMartin | 2009-07-03 | 2 | -1/+3 |
| * | parisc: inventory.c, fix bloated stack frame | Kyle McMartin | 2009-07-03 | 1 | -17/+24 |
| * | parisc: processor.c, fix bloated stack frame | Kyle McMartin | 2009-07-03 | 1 | -5/+11 |
| * | parisc: fix compile warning in mm/init.c | Kyle McMartin | 2009-07-03 | 1 | -1/+1 |
| * | parisc: remove dead code from sys_parisc32.c | Christoph Hellwig | 2009-07-03 | 1 | -62/+0 |
| * | parisc: wire up rt_tgsigqueueinfo | Kyle McMartin | 2009-07-03 | 2 | -2/+4 |
| * | parisc: ensure broadcast tlb purge runs single threaded | Helge Deller | 2009-07-03 | 3 | -19/+30 |
| * | parisc: fix "delay!" timer handling | Grant Grundler | 2009-07-03 | 1 | -35/+53 |
| * | parisc: fix mismatched parenthesis in memcpy.c | Randolph Chung | 2009-07-03 | 1 | -1/+1 |
| * | parisc: Fix gcc 4.4 warning in lba_pci.c | Grant Grundler | 2009-07-03 | 1 | -9/+22 |
| * | parisc: add parameter to read_cr16() | Coly Li | 2009-07-03 | 1 | -1/+1 |
| * | parisc: decode_exc.c should include kernel.h | Alexander Beregalov | 2009-07-03 | 1 | -1/+1 |
| * | parisc: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-07-03 | 7 | -8/+8 |
| * | parisc: fix irq compile bugs in arch/parisc/kernel/irq.c | Helge Deller | 2009-07-03 | 1 | -4/+4 |
| * | parisc: advertise PCI devs after "assign_resources" | Grant Grundler | 2009-07-03 | 2 | -10/+10 |
| * | parisc: fix ldcw inline assembler | Helge Deller | 2009-07-03 | 1 | -2/+2 |
| * | parisc: kill WARN in free_initmem when DEBUG_KERNEL | Kyle McMartin | 2009-07-03 | 1 | -20/+9 |
| * | parisc: Remove casts from atomic macros | Bastian Blank | 2009-07-03 | 1 | -4/+4 |
| * | parisc: remove CVS keywords | Alexander Beregalov | 2009-07-03 | 7 | -14/+6 |
| * | parisc: ccio-dma: fix build failure without procfs | Alexander Beregalov | 2009-07-03 | 1 | -3/+4 |
| * | parisc: stifb: should depend on STI_CONSOLE | Alexander Beregalov | 2009-07-03 | 1 | -0/+2 |
| * | parisc: wire up preadv/pwritev syscalls | Kyle McMartin | 2009-07-03 | 2 | -1/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam... | Linus Torvalds | 2009-07-04 | 2 | -2/+5 |
|\ \ |
|
| * | | mfd: fix pcap adc locking | Daniel Ribeiro | 2009-07-03 | 1 | -1/+3 |
| * | | mfd: sm501, fix lock imbalance | Jiri Slaby | 2009-07-03 | 1 | -1/+2 |
* | | | Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-07-04 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | NFSD: Don't hold unrefcounted creds over call to nfsd_setuser() | David Howells | 2009-07-03 | 1 | -2/+1 |