| Commit message (Expand) | Author | Age |
* | ext4: lighten up resize transaction requirements | Eric Sandeen | 2007-10-17 |
* | ext4: fix setup_new_group_blocks locking | Eric Sandeen | 2007-10-17 |
* | ext4: sparse fixes | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: Convert s_r_blocks_count and s_free_blocks_count | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: Convert s_blocks_count to s_blocks_count_lo | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: Convert bg_inode_bitmap and bg_inode_table | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: Convert bg_block_bitmap to bg_block_bitmap_lo | Aneesh Kumar K.V | 2007-10-17 |
* | ext4: FLEX_BG Kernel support v2. | Jose R. Santos | 2007-10-17 |
* | ext4: Fix sparse warnings | Aneesh Kumar K.V | 2007-10-17 |
* | Ext4: Uninitialized Block Groups | Andreas Dilger | 2007-10-17 |
* | ext4: remove #ifdef CONFIG_EXT4_INDEX | Eric Sandeen | 2007-10-17 |
* | ext4: Remove (partial, never completed) fragment support | Coly Li | 2007-10-17 |
* | JBD2: debug code cleanup. | Jose R. Santos | 2007-10-17 |
* | jbd2: fix commit code to properly abort journal | Jan Kara | 2007-10-17 |
* | jbd2: JBD_XXX to JBD2_XXX naming cleanup | Mingming Cao | 2007-10-17 |
* | JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4 | Mingming Cao | 2007-10-17 |
* | JBD2: replace jbd_kmalloc with kmalloc directly. | Mingming Cao | 2007-10-17 |
* | JBD: replace jbd_kmalloc with kmalloc directly | Mingming Cao | 2007-10-17 |
* | JBD2: jbd2 slab allocation cleanups | Mingming Cao | 2007-10-17 |
* | JBD: JBD slab allocation cleanups | Mingming Cao | 2007-10-17 |
* | 9p: fix bad kconfig cross-dependency | Eric Van Hensbergen | 2007-10-17 |
* | 9p: soften invalidation in loose_mode | Eric Van Hensbergen | 2007-10-17 |
* | 9p: attach-per-user | Latchesar Ionkov | 2007-10-17 |
* | 9p: rename uid and gid parameters | Latchesar Ionkov | 2007-10-17 |
* | 9p: define session flags | Latchesar Ionkov | 2007-10-17 |
* | 9p: Make transports dynamic | Eric Van Hensbergen | 2007-10-17 |
* | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2007-10-17 |
|\ |
|
| * | [XFS] eagerly remove vmap mappings to avoid upsetting Xen | Jeremy Fitzhardinge | 2007-10-17 |
| * | [XFS] simplify validata_fields | Christoph Hellwig | 2007-10-16 |
| * | [XFS] no longer using io_vnode, as was remaining from 23 cherrypick | Tim Shimmin | 2007-10-16 |
| * | [XFS] Remove STATIC which was missing from prior manual merge | Tim Shimmin | 2007-10-16 |
| * | [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check. | Tim Shimmin | 2007-10-16 |
| * | [XFS] Turn off XBF_ASYNC flag before re-reading superblock. | Lachlan McIlroy | 2007-10-16 |
| * | [XFS] avoid race in sync_inodes() that can fail to write out all dirty data | Lachlan McIlroy | 2007-10-16 |
| * | [XFS] This fix prevents bulkstat from spinning in an infinite loop. | Lachlan McIlroy | 2007-10-16 |
| * | [XFS] simplify xfs_create/mknod/symlink prototype | Christoph Hellwig | 2007-10-16 |
| * | [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl | Christoph Hellwig | 2007-10-15 |
| * | [XFS] get_bulkall() could return incorrect inode state | Vlad Apostolov | 2007-10-15 |
| * | [XFS] Kill unused IOMAP_EOF flag | Christoph Hellwig | 2007-10-15 |
| * | [XFS] fix when DMAPI mount option processing happens | Vlad Apostolov | 2007-10-15 |
| * | [XFS] ensure file size is logged on synchronous writes | Lachlan McIlroy | 2007-10-15 |
| * | [XFS] growlock should be a mutex | Christoph Hellwig | 2007-10-15 |
| * | [XFS] replace some large xfs_log_priv.h macros by proper functions | Christoph Hellwig | 2007-10-15 |
| * | [XFS] kill struct bhv_vfs | Christoph Hellwig | 2007-10-15 |
| * | [XFS] move syncing related members from struct bhv_vfs to struct xfs_mount | Christoph Hellwig | 2007-10-15 |
| * | [XFS] kill the vfs_flags member in struct bhv_vfs | Christoph Hellwig | 2007-10-15 |
| * | [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs | Christoph Hellwig | 2007-10-15 |
| * | [XFS] call common xfs vfs-level helpers directly and remove vfs operations | Christoph Hellwig | 2007-10-15 |