summaryrefslogtreecommitdiffstats
path: root/fs/ext3
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-123-5/+5
* [PATCH] jbd layer function called instead of fs specific oneDmitriy Monakhov2007-02-111-2/+2
* [PATCH] remove ext[34]_inc_count and _dec_countEric Sandeen2007-02-111-18/+3
* [PATCH] return ENOENT from ext3_link when racing with unlinkEric Sandeen2007-02-111-0/+6
* [PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins2007-02-111-0/+4
* [PATCH] ext3: refuse ro to rw remount of fs with orphan inodesEric Sandeen2007-02-111-0/+16
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-4/+2
* [PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-084-8/+8
* [PATCH] ext3 balloc: fix _with_rsv freezeHugh Dickins2006-12-071-1/+1
* [PATCH] ext3 balloc: use io_error labelHugh Dickins2006-12-071-4/+2
* [PATCH] ext3 balloc: say rb_entry not list_entryHugh Dickins2006-12-071-3/+3
* [PATCH] ext3 balloc: fix off-by-one against rsv_endHugh Dickins2006-12-071-1/+1
* [PATCH] ext3 balloc: fix off-by-one against grp_goalHugh Dickins2006-12-071-2/+2
* [PATCH] ext3 balloc: reset windowsz when fullHugh Dickins2006-12-071-0/+1
* [PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen2006-12-071-0/+6
* [PATCH] ext3: fix reservation extensionMingming Cao2006-12-071-4/+8
* [PATCH] retries in ext3_prepare_write() violate ordering requirementsAndrey Savochkin2006-12-071-10/+75
* [PATCH] ext3: uninline large functionsAndrew Morton2006-12-072-1/+60
* [PATCH] handle ext3 directory corruption betterEric Sandeen2006-12-072-0/+12
* [PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher2006-12-071-4/+1
* [PATCH] ext3: fsid for statvfsPekka Enberg2006-12-071-0/+5
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-071-1/+1
* [PATCH] ext3: errors behaviour fixDmitry Mishin2006-10-111-0/+2
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-3/+3
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-7/+7
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-2/+3
* [PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...David Howells2006-09-303-1/+60
* [PATCH] ext3: make meta data reads use READ_METAJens Axboe2006-09-302-3/+5
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-272-4/+0
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-272-4/+4
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-272-4/+2
* [PATCH] more ext3 16T overflow fixesEric Sandeen2006-09-272-6/+23
* [PATCH] ext3: Fix sparse warningsDave Kleikamp2006-09-272-13/+12
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-277-35/+35
* [PATCH] ext3: wrong error behaviorVasily Averin2006-09-271-5/+6
* [PATCH] ext3: more comments about block allocation/reservation codeMingming Cao2006-09-271-45/+247
* [PATCH] ext3: turn on reservation dump on block allocation errorsMingming Cao2006-09-271-4/+8
* [PATCH] ext3: inode numbers are unsigned longEric Sandeen2006-09-275-26/+27
* [PATCH] fix ext3 mounts at 16TEric Sandeen2006-09-271-15/+19
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-2710-105/+105
* [PATCH] ext3 sequential read regression fixSuparna Bhattacharya2006-09-161-1/+1
* [PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode numberNeilBrown2006-09-161-0/+42
* [PATCH] ext3_getblk() should handle HOLE correctlyBadari Pulavarty2006-09-081-4/+7
* [PATCH] ext3 filesystem bogus ENOSPC with reservation fixMingming Cao2006-08-271-3/+3
* [PATCH] ext3 -nobh option causes oopsBadari Pulavarty2006-07-311-3/+3
* [PATCH] ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2006-07-312-8/+20