aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10ext4: drop i_state_flags on architectures with 64-bit longsTheodore Ts'o1-1/+1
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-7/+128
2010-10-27ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()Theodore Ts'o1-2/+2
2010-10-27ext4: make various ext4 functions be staticTheodore Ts'o1-5/+6
2010-10-27ext4: add interface to advertise ext4 features in sysfsLukas Czerner1-9/+10
2010-10-27ext4: add support for lazy inode table initializationLukas Czerner1-0/+120
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-08-09convert ext4 to ->evict_inode()Al Viro1-1/+1
2010-06-11ext4: Clean up s_dirt handlingTheodore Ts'o1-2/+2
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-48/+41
2010-05-21ext4: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+4
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov1-2/+2
2010-05-16ext4: clean up inode bitmaps manipulation in ext4_free_inodeDmitry Monakhov1-46/+39
2010-03-23ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen1-2/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-8/+8
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-5/+5
2010-02-16ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth1-1/+1
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen1-18/+9
2010-01-24ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o1-1/+2
2009-07-27ext4: fix build warning when EXT4FS_DEBUG is onPeng Tao1-1/+1
2009-07-05ext4: Fix goal inum check in the inode allocatorJohann Lombardi1-1/+1
2009-06-13ext4: teach the inode allocator to use a goal inode numberAndreas Dilger1-4/+12
2009-06-13ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o1-5/+14
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o1-9/+6
2009-05-25ext4: Clean up calls to ext4_get_group_desc()Theodore Ts'o1-2/+1
2009-05-02ext4: Convert ext4_lock_group to use sb_bgl_lockAneesh Kumar K.V1-15/+14
2009-05-01ext4: Move fs/ext4/group.h into ext4.hTheodore Ts'o1-1/+0
2009-05-01ext4: Avoid races caused by on-line resizing and SMP memory reorderingTheodore Ts'o1-21/+19
2009-04-22ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o1-1/+2
2009-04-14ext4: really print the find_group_flex fallback warning only onceChuck Ebbert1-1/+2
2009-03-04ext4: Use struct flex_groups to calculate get_orlov_stats()Theodore Ts'o1-17/+28
2009-03-04ext4: Use atomic_t's in struct flex_groupsTheodore Ts'o1-18/+15
2009-03-12ext4: New inode/block allocation algorithms for flex_bg filesystemsTheodore Ts'o1-56/+159
2009-02-15ext4: tighten restrictions on inode flagsDuane Griffin1-9/+5
2009-02-15ext4: don't inherit inappropriate inode flags from parentDuane Griffin1-1/+1
2009-03-26ext4: Use lowercase names of quota functionsJan Kara1-6/+6
2009-03-12ext4: Print the find_group_flex() warning only onceTheodore Ts'o1-1/+3
2009-03-04ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen1-3/+5
2009-02-21ext4: Add fallback for find_group_flexTheodore Ts'o1-0/+7
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o1-1/+1
2009-01-03ext4: Add markers for better debuggabilityTheodore Ts'o1-0/+9
2009-01-05ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V1-1/+1
2009-01-05ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V1-2/+22
2009-01-05ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V1-60/+86
2009-01-03ext4: code cleanupAneesh Kumar K.V1-30/+35
2009-01-05ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V1-39/+44
2009-01-05ext4: Make ext4_group_t be an unsigned intTheodore Ts'o1-4/+4
2009-01-05ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()Theodore Ts'o1-1/+1