| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -1/+1 |
|\ |
|
| * | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2008-07-15 | 10 | -142/+119 |
|\ \ |
|
| * | | jfs: remove DIRENTSIZ | Adrian Bunk | 2008-06-10 | 1 | -3/+0 |
| * | | JFS: diAlloc() should return -EIO rather than EIO | Li Zefan | 2008-05-28 | 1 | -1/+1 |
| * | | JFS: skip bad iput() call in error path | Dave Kleikamp | 2008-05-21 | 1 | -4/+3 |
| * | | JFS: switch to seq_files | Alexey Dobriyan | 2008-05-13 | 6 | -133/+114 |
| * | | JFS: 0 is not valid errno value so return NULL from jfs_lookup | Marcin Slusarz | 2008-05-12 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2008-07-15 | 32 | -1946/+1161 |
|\ \ \ |
|
| * | | | [GFS2] Fix GFS2's use of do_div() in its quota calculations | David Howells | 2008-07-11 | 1 | -1/+1 |
| * | | | [GFS2] Remove unused declaration | Li Xiaodong | 2008-07-10 | 1 | -1/+0 |
| * | | | [GFS2] Remove support for unused and pointless flag | Steven Whitehouse | 2008-07-10 | 5 | -26/+2 |
| * | | | [GFS2] Replace rgrp "recent list" with mru list | Steven Whitehouse | 2008-07-10 | 3 | -99/+12 |
| * | | | [GFS2] Allow local DF locks when holding a cached EX glock | Steven Whitehouse | 2008-07-07 | 1 | -2/+6 |
| * | | | [GFS2] Fix delayed demote race | Steven Whitehouse | 2008-07-07 | 1 | -1/+4 |
| * | | | [GFS2] don't call permission() | Miklos Szeredi | 2008-07-03 | 4 | -13/+30 |
| * | | | [GFS2] Fix module building | Steven Whitehouse | 2008-06-27 | 2 | -2/+0 |
| * | | | [GFS2] Remove all_list from lock_dlm | Steven Whitehouse | 2008-06-27 | 3 | -30/+1 |
| * | | | [GFS2] Remove obsolete conversion deadlock avoidance code | Steven Whitehouse | 2008-06-27 | 1 | -22/+1 |
| * | | | [GFS2] Remove remote lock dropping code | Steven Whitehouse | 2008-06-27 | 10 | -69/+6 |
| * | | | [GFS2] kernel panic mounting volume | Bob Peterson | 2008-06-27 | 1 | -1/+1 |
| * | | | [GFS2] Revise readpage locking | Steven Whitehouse | 2008-06-27 | 1 | -13/+16 |
| * | | | [GFS2] Fix ordering of args for list_add | Steven Whitehouse | 2008-06-27 | 1 | -1/+1 |
| * | | | [GFS2] trivial sparse lock annotations | Harvey Harrison | 2008-06-27 | 2 | -0/+4 |
| * | | | [GFS2] No lock_nolock | Steven Whitehouse | 2008-06-27 | 8 | -266/+71 |
| * | | | [GFS2] Fix ordering bug in lock_dlm | Steven Whitehouse | 2008-06-27 | 4 | -387/+306 |
| * | | | [GFS2] Clean up the glock core | Steven Whitehouse | 2008-06-27 | 13 | -1049/+736 |
| | |/
| |/| |
|
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-07-15 | 26 | -965/+2646 |
|\ \ \ |
|
| * | | | ext4: do not set extents feature from the kernel | Eric Sandeen | 2008-07-11 | 2 | -9/+18 |
| * | | | ext4: Don't allow nonextenst mount option for large filesystem | Aneesh Kumar K.V | 2008-07-11 | 1 | -0/+15 |
| * | | | ext4: Enable delalloc by default. | Aneesh Kumar K.V | 2008-07-11 | 1 | -1/+22 |
| * | | | ext4: delayed allocation i_blocks fix for stat | Mingming Cao | 2008-07-11 | 3 | -0/+29 |
| * | | | ext4: fix delalloc i_disksize early update issue | Mingming Cao | 2008-07-11 | 1 | -16/+47 |
| * | | | ext4: Handle page without buffers in ext4_*_writepage() | Aneesh Kumar K.V | 2008-07-11 | 1 | -45/+124 |
| * | | | ext4: Add ordered mode support for delalloc | Aneesh Kumar K.V | 2008-07-11 | 2 | -10/+58 |
| * | | | ext4: Invert lock ordering of page_lock and transaction start in delalloc | Mingming Cao | 2008-07-11 | 2 | -59/+152 |
| * | | | ext4: delayed allocation ENOSPC handling | Mingming Cao | 2008-07-14 | 9 | -50/+257 |
| * | | | percpu_counter: new function percpu_counter_sum_and_set | Mingming Cao | 2008-07-11 | 1 | -1/+1 |
| * | | | ext4: Add delayed allocation support in data=writeback mode | Alex Tomas | 2008-07-11 | 3 | -6/+700 |
| * | | | vfs: add hooks for ext4's delayed allocation support | Alex Tomas | 2008-07-11 | 2 | -11/+10 |
| * | | | jbd2: Remove data=ordered mode support using jbd buffer heads | Jan Kara | 2008-07-11 | 4 | -426/+14 |
| * | | | ext4: Use new framework for data=ordered mode in JBD2 | Jan Kara | 2008-07-11 | 4 | -112/+59 |
| * | | | jbd2: Implement data=ordered mode handling via inodes | Jan Kara | 2008-07-11 | 3 | -0/+228 |
| * | | | ext4: Fix lock inversion in ext4_ext_truncate() | Jan Kara | 2008-07-11 | 1 | -3/+4 |
| * | | | ext4: Invert the locking order of page_lock and transaction start | Jan Kara | 2008-07-11 | 3 | -156/+155 |
| * | | | vfs: Move mark_inode_dirty() from under page lock in generic_write_end() | Jan Kara | 2008-07-11 | 1 | -1/+11 |
| * | | | ext4: Use page_mkwrite vma_operations to get mmap write notification. | Aneesh Kumar K.V | 2008-07-11 | 3 | -1/+80 |
| * | | | ext4: fix online resize with mballoc | Frederic Bohe | 2008-07-11 | 3 | -56/+234 |
| * | | | ext4: use atomic functions to set bh_state | Eric Sandeen | 2008-07-11 | 1 | -4/+3 |
| * | | | ext4: Set journal pointer to NULL when journal is released | Jan Kara | 2008-07-11 | 1 | -0/+2 |