aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-19ext34: ensure do_split leaves enough free space in both blocksEric Sandeen1-4/+35
2007-09-19dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen1-4/+30
2007-09-11quota: fix infinite loopJan Kara1-1/+10
2007-07-31"ext4_ext_put_in_cache" uses __u32 to receive physical block numberMingming Cao1-1/+1
2007-07-26fix inode_table test in ext234_check_descriptorsEric Sandeen1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19fix ext4/JBD2 build warningsMingming Cao1-1/+1
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-2/+2
2007-07-19readahead: convert ext3/ext4 invocationsFengguang Wu1-6/+8
2007-07-18ext4: extent macros cleanupDmitry Monakhov1-4/+9
2007-07-18Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.Dmitry Monakhov1-8/+10
2007-07-18ext4: remove extra IS_RDONLY() checkDave Hansen1-1/+1
2007-07-18ext4: Use is_power_of_2()Vignesh Babu1-1/+2
2007-07-18Use zero_user_page() in ext4 where possibleEric Sandeen1-9/+2
2007-07-18ext4: Remove 65000 subdirectory limitAndreas Dilger1-14/+46
2007-07-18ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah3-8/+346
2007-07-18ext4: Add nanosecond timestampsKalpak Shah6-24/+56
2007-07-18jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos2-4/+4
2007-07-18ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devicesJose R. Santos1-0/+7
2007-07-18ext4: Make extents code sanely handle on-disk corruptionAlex Tomas1-58/+86
2007-07-18ext4: copy i_flags to inode flags on writeJan Kara2-0/+21
2007-07-18ext4: Enable extents by defaultMingming Cao1-1/+11
2007-07-18Change on-disk format to support 2^15 uninitialized extentsAmit Arora1-3/+25
2007-07-17write support for preallocated blocksAmit Arora1-32/+222
2007-07-17fallocate support in ext4Amit Arora2-41/+209
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2-4/+4
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16ext4: statfs speed upBadari Pulavarty1-10/+15
2007-07-16ext4: fix error handling in ext4_create_journalBorislav Petkov1-2/+5
2007-07-16mistaken ext4_inode_bitmap for ext4_block_bitmapToshiyuki Okajima1-1/+1
2007-07-16ext4: fix deadlock in ext4_remount() and orphan list handlingJan Kara1-0/+8
2007-07-16ext3/ext4: orphan list corruption due bad inodeVasily Averin1-0/+10
2007-07-16ext3/ext4: orphan list check on destroy_inodeVasily Averin1-0/+8
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-06-24ext4: lost brelse in ext4_read_inode()Kirill Korotaev1-1/+3
2007-05-31When ext4_ext_insert_extent() fails to insert new blocksAlex Tomas1-1/+5
2007-05-31ext4: Extent overlap bugfixAmit Arora1-2/+58
2007-05-31Remove unnecessary exported symbols.Mingming Cao1-8/+0
2007-05-31EXT4: Fix whitespaceDave Kleikamp5-45/+45
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-6/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap8-8/+0
2007-05-08ext3: dirindex error pointer issuesDmitriy Monakhov1-11/+15
2007-05-08ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger1-3/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-04-02[PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-03-01[PATCH] ext[34]: EA block reference count racing fixMingming Cao1-16/+25
2007-02-20[PATCH] ext[234]: update documentationAneesh Kumar K.V1-1/+1
2007-02-17Fix misspellings of "agressive".Robert P. J. Day1-7/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0