aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ialloc.c
AgeCommit message (Expand)Author
2013-04-20ext4: mark all metadata I/O with REQ_METATheodore Ts'o
2013-04-19ext4: move quota initialization out of inode allocation transactionJan Kara
2013-04-09ext4: fix usless declarationsDmitri Monakho
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-02-14ext4: use KERN_WARNING for warning messagesTheodore Ts'o
2013-02-09ext4: start handle at the last possible moment when creating inodesTheodore Ts'o
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o
2012-12-10ext4: enable ext4 inline supportTao Ma
2012-11-29ext4: fix possible use after free with metadata csumTheodore Ts'o
2012-10-28ext4: fix unjournaled inode bitmap modificationEric Sandeen
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma
2012-09-23ext4: check free inode count before allocating an inodeYongqiang Yang
2012-07-22ext4: remove useless marking of superblock dirtyJan Kara
2012-06-30ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-05-28ext4: protect group inode free counting with group lockTao Ma
2012-05-28ext4: fix potential NULL dereference in ext4_free_inodes_counts()Dan Carpenter
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong
2012-04-29ext4: calculate and verify block bitmap checksumDarrick J. Wong
2012-04-29ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong
2012-04-29ext4: calculate and verify inode checksumsDarrick J. Wong
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o
2012-03-19ext4: remove trailing newlines from ext4_msg() and ext4_error() messagesTheodore Ts'o
2012-02-20ext4: fix race when setting bitmap_uptodate flagTheodore Ts'o
2012-02-06ext4: fold ext4_claim_inode into ext4_new_inodeTheodore Ts'o
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o
2012-01-03ext4: propagate umode_tAl Viro
2011-12-28ext4: use proper little-endian bitopsAkinobu Mita
2011-12-28ext4: avoid counting the number of free inodes twice in find_group_orlov()Theodore Ts'o
2011-12-18ext4: fix error handling on inode bitmap corruptionJan Kara
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov
2011-10-18ext4: functions should not be declared externH Hartley Sweeten
2011-10-08ext4: remove deprecated oldallocLukas Czerner
2011-09-09ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()Theodore Ts'o
2011-09-09ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o
2011-09-09ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o
2011-09-09ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o
2011-09-09ext4: split out ext4_free_blocks_after_init()Theodore Ts'o
2011-08-01ext4: use the correct error exit path in ext4_init_inode_table()Yongqiang Yang
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang
2011-03-16ext4: Initialize fsync transaction ids in ext4_new_inode()Theodore Ts'o
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-21ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-10ext4: drop i_state_flags on architectures with 64-bit longsTheodore Ts'o