aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven3-5/+5
2007-02-11[PATCH] jbd layer function called instead of fs specific oneDmitriy Monakhov1-2/+2
2007-02-11[PATCH] remove ext[34]_inc_count and _dec_countEric Sandeen1-18/+3
2007-02-11[PATCH] return ENOENT from ext3_link when racing with unlinkEric Sandeen1-0/+6
2007-02-11[PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins1-0/+4
2007-02-11[PATCH] ext4: refuse ro to rw remount of fs with orphan inodesEric Sandeen1-0/+16
2006-12-08[PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek4-8/+8
2006-12-08[PATCH] ext4 calls journal_stopRandy Dunlap1-1/+1
2006-12-07[PATCH] ext4: Eliminate inline functionsAvantika Mathur1-14/+14
2006-12-07[PATCH] ext4: kmalloc to kzallocAvantika Mathur1-6/+3
2006-12-07[PATCH] ext4: if expression formatAvantika Mathur1-21/+42
2006-12-07[PATCH] ext4: fix credit calculation in ext4_ext_calc_credits_for_insertJohann Lombardi1-3/+4
2006-12-07[PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen1-0/+6
2006-12-07[PATCH] ext4 balloc: fix _with_rsv freezeHugh Dickins1-1/+1
2006-12-07[PATCH] ext4 balloc: use io_error labelHugh Dickins1-4/+2
2006-12-07[PATCH] ext4 balloc: say rb_entry not list_entryHugh Dickins1-3/+3
2006-12-07[PATCH] ext4 balloc: fix off-by-one against rsv_endHugh Dickins1-1/+1