aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-17ext3, ext4: avoid divide by zeroAndries E. Brouwer1-1/+1
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ext4: new export opsChristoph Hellwig1-15/+20
2007-10-17ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V1-1/+1
2007-10-17ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V1-2/+2
2007-10-17ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V1-6/+6
2007-10-17ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V1-3/+3
2007-10-17ext4: FLEX_BG Kernel support v2.Jose R. Santos1-2/+7
2007-10-17Ext4: Uninitialized Block GroupsAndreas Dilger1-0/+47
2007-10-17ext4: Remove (partial, never completed) fragment supportColy Li1-15/+0
2007-10-17jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao1-1/+1
2007-10-17ext2/4: use is_power_of_2()vignesh babu1-1/+1
2007-10-17ext4: show all mount optionsMiklos Szeredi1-0/+72
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu1-4/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-6/+15
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
2007-09-11quota: fix infinite loopJan Kara1-1/+10
2007-07-26fix inode_table test in ext234_check_descriptorsEric Sandeen1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-18ext4: Use is_power_of_2()Vignesh Babu1-1/+2
2007-07-18ext4: Add nanosecond timestampsKalpak Shah1-0/+28
2007-07-18ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devicesJose R. Santos1-0/+7
2007-07-18ext4: Enable extents by defaultMingming Cao1-1/+11
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16ext4: statfs speed upBadari Pulavarty1-10/+15
2007-07-16ext4: fix error handling in ext4_create_journalBorislav Petkov1-2/+5
2007-07-16ext4: fix deadlock in ext4_remount() and orphan list handlingJan Kara1-0/+8
2007-07-16ext3/ext4: orphan list check on destroy_inodeVasily Averin1-0/+8
2007-05-31EXT4: Fix whitespaceDave Kleikamp1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-6/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-11[PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins1-0/+4
2007-02-11[PATCH] ext4: refuse ro to rw remount of fs with orphan inodesEric Sandeen1-0/+16
2006-12-07[PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen1-0/+6
2006-12-07[PATCH] ext4: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+1
2006-10-11[PATCH] ext4 whitespace cleanupsAndrew Morton1-6/+8
2006-10-11[PATCH] ext4: errors behaviour fixDmitry Mishin1-0/+2
2006-10-11[PATCH] ext4: rename logic_sb_blockAndrew Morton1-12/+11
2006-10-11[PATCH] ext4 64 bit divide fixAndrew Morton1-2/+2
2006-10-11[PATCH] ext4: move block number hi bitsAlexandre Ratchov1-17/+29
2006-10-11[PATCH] ext4: allow larger descriptor sizeAlexandre Ratchov1-3/+15
2006-10-11[PATCH] ext4: blk_type from sector_t to unsigned long longMingming Cao1-3/+3
2006-10-11[PATCH] ext4: 64bit metadataLaurent Vivier1-28/+68
2006-10-11[PATCH] ext4: switch fsblk to sector_tMingming Cao1-4/+4
2006-10-11[PATCH] ext3: add extent map supportAlex Tomas1-1/+9