aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-1/+1
2007-10-17ext2/4: use is_power_of_2()vignesh babu1-1/+1
2007-10-17ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V1-15/+47
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen1-10/+7
2007-10-17ext4: show all mount optionsMiklos Szeredi1-0/+72
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu1-4/+2
2007-10-17fs: mark nibblemap constPhilippe De Muyter1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-6/+15
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
2007-10-17lib: percpu_counter_subPeter Zijlstra1-1/+1
2007-10-17lib: percpu_counter_addPeter Zijlstra2-4/+4
2007-10-16ext4: convert to new aopsNick Piggin1-54/+120
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-1/+1
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