summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2007-10-16ext4: convert to new aopsNick Piggin
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu
2007-09-19ext34: ensure do_split leaves enough free space in both blocksEric Sandeen
2007-09-19dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen
2007-09-11quota: fix infinite loopJan Kara
2007-07-31"ext4_ext_put_in_cache" uses __u32 to receive physical block numberMingming Cao
2007-07-26fix inode_table test in ext234_check_descriptorsEric Sandeen
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19fix ext4/JBD2 build warningsMingming Cao
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell
2007-07-19readahead: convert ext3/ext4 invocationsFengguang Wu
2007-07-18ext4: extent macros cleanupDmitry Monakhov
2007-07-18Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.Dmitry Monakhov
2007-07-18ext4: remove extra IS_RDONLY() checkDave Hansen
2007-07-18ext4: Use is_power_of_2()Vignesh Babu
2007-07-18Use zero_user_page() in ext4 where possibleEric Sandeen
2007-07-18ext4: Remove 65000 subdirectory limitAndreas Dilger
2007-07-18ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah
2007-07-18ext4: Add nanosecond timestampsKalpak Shah
2007-07-18jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos
2007-07-18ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devicesJose R. Santos
2007-07-18ext4: Make extents code sanely handle on-disk corruptionAlex Tomas
2007-07-18ext4: copy i_flags to inode flags on writeJan Kara
2007-07-18ext4: Enable extents by defaultMingming Cao
2007-07-18Change on-disk format to support 2^15 uninitialized extentsAmit Arora
2007-07-17write support for preallocated blocksAmit Arora
2007-07-17fallocate support in ext4Amit Arora
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig
2007-07-16ext4: statfs speed upBadari Pulavarty
2007-07-16ext4: fix error handling in ext4_create_journalBorislav Petkov
2007-07-16mistaken ext4_inode_bitmap for ext4_block_bitmapToshiyuki Okajima
2007-07-16ext4: fix deadlock in ext4_remount() and orphan list handlingJan Kara
2007-07-16ext3/ext4: orphan list corruption due bad inodeVasily Averin
2007-07-16ext3/ext4: orphan list check on destroy_inodeVasily Averin
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-06-24ext4: lost brelse in ext4_read_inode()Kirill Korotaev
2007-05-31When ext4_ext_insert_extent() fails to insert new blocksAlex Tomas
2007-05-31ext4: Extent overlap bugfixAmit Arora
2007-05-31Remove unnecessary exported symbols.Mingming Cao
2007-05-31EXT4: Fix whitespaceDave Kleikamp
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08ext3: dirindex error pointer issuesDmitriy Monakhov
2007-05-08ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2007-04-02[PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton
2007-03-01[PATCH] ext[34]: EA block reference count racing fixMingming Cao
2007-02-20[PATCH] ext[234]: update documentationAneesh Kumar K.V