aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-11quota: fix infinite loopJan Kara1-1/+10
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-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16ext3: statfs speed upBadari Pulavarty1-10/+15
2007-07-16ext3: fix error handling in ext3_create_journal()Borislav Petkov1-2/+5
2007-07-16is_power_of_2: ext3/super.cvignesh babu1-1/+2
2007-07-16ext3: fix deadlock in ext3_remount() and orphan list handlingJan Kara1-0/+8
2007-07-16ext3/ext4: orphan list check on destroy_inodeVasily Averin1-0/+8
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-6/+4
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-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-11[PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins1-0/+4
2007-02-11[PATCH] ext3: refuse ro to rw remount of fs with orphan inodesEric Sandeen1-0/+16
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-4/+2
2006-12-07[PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen1-0/+6
2006-12-07[PATCH] ext3: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+1
2006-10-11[PATCH] ext3: errors behaviour fixDmitry Mishin1-0/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp1-3/+1
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp1-3/+3
2006-09-27[PATCH] ext3: wrong error behaviorVasily Averin1-5/+6
2006-09-27[PATCH] ext3: inode numbers are unsigned longEric Sandeen1-12/+13
2006-09-27[PATCH] fix ext3 mounts at 16TEric Sandeen1-15/+19
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao1-12/+12
2006-09-16[PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode numberNeilBrown1-0/+42
2006-07-03[PATCH] lockdep: annotate the quota codeArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] ext3: Add "-o bh" optionBadari Pulavarty1-1/+5
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao1-16/+16
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao1-1/+1
2006-06-25[PATCH] ext3: remove inconsistent space before exclamation point in mount codeTheodore Ts'o1-1/+1
2006-06-25[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystemMingming Cao1-0/+10
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counterMingming Cao1-17/+19
2006-06-23[PATCH] ext3_clear_inode(): avoid kfree(NULL)Andrew Morton1-11/+12
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-26[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty1-6/+0
2006-03-24[PATCH] fast ext3_statfsAlex Tomas1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven1-1/+1
2006-03-23[PATCH] sem2mutex: quotaIngo Molnar1-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-08[PATCH] ext3: external journal device as a mount optionJohann Lombardi1-10/+44