summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext34: ensure do_split leaves enough free space in both blocksEric Sandeen2007-09-191-4/+35
* dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen2007-09-191-4/+30
* quota: fix infinite loopJan Kara2007-09-121-1/+10
* "ext4_ext_put_in_cache" uses __u32 to receive physical block numberMingming Cao2007-08-011-1/+1
* fix inode_table test in ext234_check_descriptorsEric Sandeen2007-07-261-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* fix ext4/JBD2 build warningsMingming Cao2007-07-191-1/+1
* readahead: split ondemand readahead interface into two functionsRusty Russell2007-07-191-2/+2
* readahead: convert ext3/ext4 invocationsFengguang Wu2007-07-191-6/+8
* ext4: extent macros cleanupDmitry Monakhov2007-07-181-4/+9
* Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.Dmitry Monakhov2007-07-181-8/+10
* ext4: remove extra IS_RDONLY() checkDave Hansen2007-07-181-1/+1
* ext4: Use is_power_of_2()Vignesh Babu2007-07-181-1/+2
* Use zero_user_page() in ext4 where possibleEric Sandeen2007-07-181-9/+2Star
* ext4: Remove 65000 subdirectory limitAndreas Dilger2007-07-181-14/+46
* ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah2007-07-183-8/+346
* ext4: Add nanosecond timestampsKalpak Shah2007-07-186-24/+56
* jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos2007-07-182-4/+4
* ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devicesJose R. Santos2007-07-181-0/+7
* ext4: Make extents code sanely handle on-disk corruptionAlex Tomas2007-07-181-58/+86
* ext4: copy i_flags to inode flags on writeJan Kara2007-07-182-0/+21
* ext4: Enable extents by defaultMingming Cao2007-07-181-1/+11
* Change on-disk format to support 2^15 uninitialized extentsAmit Arora2007-07-181-3/+25
* write support for preallocated blocksAmit Arora2007-07-181-32/+222
* fallocate support in ext4Amit Arora2007-07-182-41/+209
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-172-4/+4
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* ext4: statfs speed upBadari Pulavarty2007-07-161-10/+15
* ext4: fix error handling in ext4_create_journalBorislav Petkov2007-07-161-2/+5
* mistaken ext4_inode_bitmap for ext4_block_bitmapToshiyuki Okajima2007-07-161-1/+1
* ext4: fix deadlock in ext4_remount() and orphan list handlingJan Kara2007-07-161-0/+8
* ext3/ext4: orphan list corruption due bad inodeVasily Averin2007-07-161-0/+10
* ext3/ext4: orphan list check on destroy_inodeVasily Averin2007-07-161-0/+8
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0Star
* ext4: lost brelse in ext4_read_inode()Kirill Korotaev2007-06-241-1/+3
* When ext4_ext_insert_extent() fails to insert new blocksAlex Tomas2007-05-311-1/+5
* ext4: Extent overlap bugfixAmit Arora2007-05-311-2/+58
* Remove unnecessary exported symbols.Mingming Cao2007-05-311-8/+0Star
* EXT4: Fix whitespaceDave Kleikamp2007-05-315-45/+45
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-6/+4Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-088-8/+0Star
* ext3: dirindex error pointer issuesDmitriy Monakhov2007-05-081-11/+15
* ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger2007-05-081-3/+3
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-2/+2
* [PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton2007-04-021-75/+10Star
* [PATCH] ext[34]: EA block reference count racing fixMingming Cao2007-03-011-16/+25
* [PATCH] ext[234]: update documentationAneesh Kumar K.V2007-02-211-1/+1
* Fix misspellings of "agressive".Robert P. J. Day2007-02-171-7/+7
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0Star