aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-23ext4: check free inode count before allocating an inodeYongqiang Yang1-0/+9
2012-07-22ext4: remove useless marking of superblock dirtyJan Kara1-2/+0
2012-06-30ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o1-1/+2
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-19/+62
2012-05-28ext4: protect group inode free counting with group lockTao Ma1-1/+4
2012-05-28ext4: fix potential NULL dereference in ext4_free_inodes_counts()Dan Carpenter1-4/+6
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong1-10/+7
2012-04-29ext4: calculate and verify block bitmap checksumDarrick J. Wong1-0/+4
2012-04-29ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong1-5/+29
2012-04-29ext4: calculate and verify inode checksumsDarrick J. Wong1-0/+13
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o1-9/+10
2012-03-19ext4: remove trailing newlines from ext4_msg() and ext4_error() messagesTheodore Ts'o1-3/+3
2012-02-20ext4: fix race when setting bitmap_uptodate flagTheodore Ts'o1-8/+18
2012-02-06ext4: fold ext4_claim_inode into ext4_new_inodeTheodore Ts'o1-133/+76
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o1-7/+11
2012-01-03ext4: propagate umode_tAl Viro1-4/+4
2011-12-28ext4: use proper little-endian bitopsAkinobu Mita1-2/+2
2011-12-28ext4: avoid counting the number of free inodes twice in find_group_orlov()Theodore Ts'o1-3/+3
2011-12-18ext4: fix error handling on inode bitmap corruptionJan Kara1-2/+6
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan1-5/+1
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov1-3/+6
2011-10-18ext4: functions should not be declared externH Hartley Sweeten1-1/+1
2011-10-08ext4: remove deprecated oldallocLukas Czerner1-135/+3
2011-09-09ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()Theodore Ts'o1-1/+1
2011-09-09ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o1-7/+7
2011-09-09ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o1-19/+21
2011-09-09ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o1-1/+2
2011-09-09ext4: split out ext4_free_blocks_after_init()Theodore Ts'o1-13/+7
2011-08-01ext4: use the correct error exit path in ext4_init_inode_table()Yongqiang Yang1-1/+1
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+7
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang1-0/+1
2011-03-16ext4: Initialize fsync transaction ids in ext4_new_inode()Theodore Ts'o1-0/+5
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+1
2011-02-21ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-1/+1
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