aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-181-14/+2
* ext4: lighten up resize transaction requirementsEric Sandeen2007-10-171-3/+43
* ext4: fix setup_new_group_blocks lockingEric Sandeen2007-10-171-3/+3
* ext4: sparse fixesAneesh Kumar K.V2007-10-173-4/+4
* ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V2007-10-171-2/+2
* ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V2007-10-171-5/+3
* ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V2007-10-171-1/+1
* ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V2007-10-171-2/+2
* ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V2007-10-172-7/+7
* ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V2007-10-171-3/+3
* ext4: FLEX_BG Kernel support v2.Jose R. Santos2007-10-171-2/+7
* ext4: Fix sparse warningsAneesh Kumar K.V2007-10-171-2/+4
* Ext4: Uninitialized Block GroupsAndreas Dilger2007-10-176-31/+323
* ext4: remove #ifdef CONFIG_EXT4_INDEXEric Sandeen2007-10-172-27/+0
* ext4: Remove (partial, never completed) fragment supportColy Li2007-10-173-30/+0
* JBD2: debug code cleanup.Jose R. Santos2007-10-171-14/+6
* jbd2: fix commit code to properly abort journalJan Kara2007-10-171-4/+4
* jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao2007-10-176-10/+10
* JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4Mingming Cao2007-10-173-6/+3
* JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao2007-10-172-12/+3
* JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2007-10-172-12/+3
* JBD2: jbd2 slab allocation cleanupsMingming Cao2007-10-173-94/+14
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-173-91/+11
* 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-171-46/+1
* 9p: soften invalidation in loose_modeEric Van Hensbergen2007-10-171-2/+4
* 9p: attach-per-userLatchesar Ionkov2007-10-174-60/+195
* 9p: rename uid and gid parametersLatchesar Ionkov2007-10-173-12/+16
* 9p: define session flagsLatchesar Ionkov2007-10-173-17/+27
* 9p: Make transports dynamicEric Van Hensbergen2007-10-173-108/+75
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-1790-4739/+2762
|\
| * [XFS] eagerly remove vmap mappings to avoid upsetting XenJeremy Fitzhardinge2007-10-171-0/+13
| * [XFS] simplify validata_fieldsChristoph Hellwig2007-10-171-27/+24
| * [XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin2007-10-161-1/+1
| * [XFS] Remove STATIC which was missing from prior manual mergeTim Shimmin2007-10-161-1/+1
| * [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.Tim Shimmin2007-10-161-0/+8
| * [XFS] Turn off XBF_ASYNC flag before re-reading superblock.Lachlan McIlroy2007-10-161-0/+3
| * [XFS] avoid race in sync_inodes() that can fail to write out all dirty dataLachlan McIlroy2007-10-161-9/+20
| * [XFS] This fix prevents bulkstat from spinning in an infinite loop.Lachlan McIlroy2007-10-161-6/+9
| * [XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig2007-10-165-47/+29
| * [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctlChristoph Hellwig2007-10-161-44/+46
| * [XFS] get_bulkall() could return incorrect inode stateVlad Apostolov2007-10-162-7/+29
| * [XFS] Kill unused IOMAP_EOF flagChristoph Hellwig2007-10-162-9/+0
| * [XFS] fix when DMAPI mount option processing happensVlad Apostolov2007-10-161-12/+14
| * [XFS] ensure file size is logged on synchronous writesLachlan McIlroy2007-10-161-7/+6
| * [XFS] growlock should be a mutexChristoph Hellwig2007-10-163-7/+7
| * [XFS] replace some large xfs_log_priv.h macros by proper functionsChristoph Hellwig2007-10-162-25/+32
| * [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-1614-312/+39
| * [XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig2007-10-164-75/+65
| * [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-1616-76/+59
| * [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig2007-10-165-41/+12