| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2008-07-15 |
|\ |
|
| * | jfs: remove DIRENTSIZ | Adrian Bunk | 2008-06-10 |
| * | JFS: diAlloc() should return -EIO rather than EIO | Li Zefan | 2008-05-28 |
| * | JFS: skip bad iput() call in error path | Dave Kleikamp | 2008-05-21 |
| * | JFS: switch to seq_files | Alexey Dobriyan | 2008-05-13 |
| * | JFS: 0 is not valid errno value so return NULL from jfs_lookup | Marcin Slusarz | 2008-05-12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2008-07-15 |
|\ \ |
|
| * | | [GFS2] Fix GFS2's use of do_div() in its quota calculations | David Howells | 2008-07-11 |
| * | | [GFS2] Remove unused declaration | Li Xiaodong | 2008-07-10 |
| * | | [GFS2] Remove support for unused and pointless flag | Steven Whitehouse | 2008-07-10 |
| * | | [GFS2] Replace rgrp "recent list" with mru list | Steven Whitehouse | 2008-07-10 |
| * | | [GFS2] Allow local DF locks when holding a cached EX glock | Steven Whitehouse | 2008-07-07 |
| * | | [GFS2] Fix delayed demote race | Steven Whitehouse | 2008-07-07 |
| * | | [GFS2] don't call permission() | Miklos Szeredi | 2008-07-03 |
| * | | [GFS2] Fix module building | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] Remove all_list from lock_dlm | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] Remove obsolete conversion deadlock avoidance code | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] Remove remote lock dropping code | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] kernel panic mounting volume | Bob Peterson | 2008-06-27 |
| * | | [GFS2] Revise readpage locking | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] Fix ordering of args for list_add | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] trivial sparse lock annotations | Harvey Harrison | 2008-06-27 |
| * | | [GFS2] No lock_nolock | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] Fix ordering bug in lock_dlm | Steven Whitehouse | 2008-06-27 |
| * | | [GFS2] Clean up the glock core | Steven Whitehouse | 2008-06-27 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-07-15 |
|\ \ \ |
|
| * | | | ext4: do not set extents feature from the kernel | Eric Sandeen | 2008-07-11 |
| * | | | ext4: Don't allow nonextenst mount option for large filesystem | Aneesh Kumar K.V | 2008-07-11 |
| * | | | ext4: Enable delalloc by default. | Aneesh Kumar K.V | 2008-07-11 |
| * | | | ext4: delayed allocation i_blocks fix for stat | Mingming Cao | 2008-07-11 |
| * | | | ext4: fix delalloc i_disksize early update issue | Mingming Cao | 2008-07-11 |
| * | | | ext4: Handle page without buffers in ext4_*_writepage() | Aneesh Kumar K.V | 2008-07-11 |
| * | | | ext4: Add ordered mode support for delalloc | Aneesh Kumar K.V | 2008-07-11 |
| * | | | ext4: Invert lock ordering of page_lock and transaction start in delalloc | Mingming Cao | 2008-07-11 |
| * | | | ext4: delayed allocation ENOSPC handling | Mingming Cao | 2008-07-14 |
| * | | | percpu_counter: new function percpu_counter_sum_and_set | Mingming Cao | 2008-07-11 |
| * | | | ext4: Add delayed allocation support in data=writeback mode | Alex Tomas | 2008-07-11 |
| * | | | vfs: add hooks for ext4's delayed allocation support | Alex Tomas | 2008-07-11 |
| * | | | jbd2: Remove data=ordered mode support using jbd buffer heads | Jan Kara | 2008-07-11 |
| * | | | ext4: Use new framework for data=ordered mode in JBD2 | Jan Kara | 2008-07-11 |
| * | | | jbd2: Implement data=ordered mode handling via inodes | Jan Kara | 2008-07-11 |
| * | | | ext4: Fix lock inversion in ext4_ext_truncate() | Jan Kara | 2008-07-11 |
| * | | | ext4: Invert the locking order of page_lock and transaction start | Jan Kara | 2008-07-11 |
| * | | | vfs: Move mark_inode_dirty() from under page lock in generic_write_end() | Jan Kara | 2008-07-11 |
| * | | | ext4: Use page_mkwrite vma_operations to get mmap write notification. | Aneesh Kumar K.V | 2008-07-11 |
| * | | | ext4: fix online resize with mballoc | Frederic Bohe | 2008-07-11 |
| * | | | ext4: use atomic functions to set bh_state | Eric Sandeen | 2008-07-11 |
| * | | | ext4: Set journal pointer to NULL when journal is released | Jan Kara | 2008-07-11 |
| * | | | ext4: mballoc avoid use root reserved blocks for non root allocation | Mingming Cao | 2008-07-11 |
| * | | | ext4: call blkdev_issue_flush on fsync | Eric Sandeen | 2008-07-11 |