aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-13/+117
2012-05-30ext4: add debugging trigger for ext4_error()Theodore Ts'o1-0/+1
2012-05-28ext4: remove needs_recovery in ext4_mb_init()Akira Fujita1-1/+1
2012-05-27ext4/jbd2: add metadata checksumming to the list of supported featuresDarrick J. Wong1-1/+2
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-04-29ext4: add checksums to the MMP blockDarrick J. Wong1-0/+3
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong1-3/+3
2012-04-29ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong1-0/+2
2012-04-29ext4: calculate and verify block bitmap checksumDarrick J. Wong1-0/+10
2012-04-29ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong1-0/+20
2012-04-29ext4: calculate and verify inode checksumsDarrick J. Wong1-0/+3
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong1-0/+10
2012-04-29ext4: load the crc32c driver if necessaryDarrick J. Wong1-0/+23
2012-04-29ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong1-8/+39
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o1-3/+0
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+5
2012-03-19ext4: add no_printk argument validation, fix falloutJoe Perches1-1/+1
2012-03-18ext4: return 32/64-bit dir name hash according to usage typeFan Yong1-1/+5
2012-03-05ext4: add comments to definition of ext4_io_end_tCurt Wohlgemuth1-3/+10
2012-03-05ext4: fix race between sync and completed io workJeff Moyer1-0/+1
2012-03-04ext4: make ext4_show_options() be table-drivenTheodore Ts'o1-0/+1
2012-03-03ext4: simplify handling of the errors=* mount optionsTheodore Ts'o1-0/+1
2012-03-02ext4: remove the I_VERSION mount flag and use the super_block flag insteadTheodore Ts'o1-1/+0
2012-02-20ext4: fix race between unwritten extent conversion and truncateJeff Moyer1-0/+1
2012-02-20ext4: fix INCOMPAT feature codepoint reservation for INLINEDATATheodore Ts'o1-1/+2
2012-02-20ext4: fix race when setting bitmap_uptodate flagTheodore Ts'o1-2/+9
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o1-12/+17
2012-01-04ext4: make more symbols staticEric Sandeen1-5/+0
2012-01-04ext4: reserve new feature flag codepointsTheodore Ts'o1-0/+3
2012-01-04ext4: add new online resize interfaceYongqiang Yang1-0/+2
2012-01-03ext4: add a function which sets up group blocks of a flex bgYongqiang Yang1-0/+8
2012-01-03ext4: propagate umode_tAl Viro1-1/+1
2011-12-28ext4: use proper little-endian bitopsAkinobu Mita1-3/+4
2011-12-28ext4: remove no longer used functions in inode.cZheng Liu1-4/+0
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-39/+102
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-22/+22
2011-10-31ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwrittenTao Ma1-0/+9
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov1-1/+2
2011-10-25ext4: update EOFBLOCKS flag on fallocate properlyDmitry Monakhov1-0/+2
2011-10-08ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctlTao Ma1-10/+0
2011-10-08ext4: remove deprecated oldallocLukas Czerner1-1/+0
2011-09-09ext4: attempt to fix race in bigalloc code pathAditya Kali1-1/+4
2011-09-09ext4: add some tracepoints in ext4/extents.cAditya Kali1-0/+2
2011-09-09ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()Theodore Ts'o1-4/+4
2011-09-09ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()Theodore Ts'o1-2/+2
2011-09-09ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()Theodore Ts'o1-3/+3
2011-09-09ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()Theodore Ts'o1-1/+1
2011-09-09ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o1-4/+5
2011-09-09ext4: enable mounting bigalloc as read/writeTheodore Ts'o1-1/+2