summaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
Commit message (Expand)AuthorAgeFilesLines
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* ext3: correct mount option parsing to detect when quota options can be changedJan Kara2008-07-251-7/+22
* ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara2008-07-251-7/+7
* ext3: fix synchronization of quota files in journal=data modeJan Kara2008-07-251-8/+27
* ext3: add missing unlock to error path in ext3_quota_write()Jan Kara2008-07-041-1/+3
* ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-7/+7
* ext3: fix mount messages when quota disabledJan Kara2008-04-281-1/+4
* ext3: fix hang on umount with quotas when journal is abortedJan Kara2008-04-281-1/+7
* ext3: use ext3_group_first_block_no()Akinobu Mita2008-04-281-3/+2Star
* ext3: convert byte order of constant instead of variableMarcin Slusarz2008-04-281-1/+1
* quota: ext3: make ext3 handle quotaon on remountJan Kara2008-04-281-9/+10
* ext3: fix mount option parsingJosef Bacik2008-03-051-1/+1
* Introduce path_put()Jan Blunck2008-02-151-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-2/+2
* ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz2008-02-081-1/+1
* iget: stop EXT3 from using iget() and read_inode()David Howells2008-02-071-18/+22
* ext[234]: use ext[234]_get_group_desc()Akinobu Mita2008-02-061-9/+4Star
* ext3: change the default behaviour on errorAneesh Kumar K.V2008-02-061-8/+8
* ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V2008-01-291-4/+28
* ext3, ext4: avoid divide by zeroAndries E. Brouwer2007-12-181-1/+1
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* ext3: new export opsChristoph Hellwig2007-10-221-15/+20
* ext3: support large blocksize up to PAGESIZETakashi Sato2007-10-181-1/+5
* ext3: show all mount optionsMiklos Szeredi2007-10-171-0/+70
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* lib: percpu_counter_init error handlingPeter Zijlstra2007-10-171-6/+15
* lib: percpu_counter_sum_positivePeter Zijlstra2007-10-171-2/+2
* quota: fix infinite loopJan Kara2007-09-121-1/+10
* 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
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* ext3: statfs speed upBadari Pulavarty2007-07-161-10/+15
* ext3: fix error handling in ext3_create_journal()Borislav Petkov2007-07-161-2/+5
* is_power_of_2: ext3/super.cvignesh babu2007-07-161-1/+2
* ext3: fix deadlock in ext3_remount() and orphan list handlingJan Kara2007-07-161-0/+8
* ext3/ext4: orphan list check on destroy_inodeVasily Averin2007-07-161-0/+8
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-6/+4Star
* 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] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [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/+2Star
* [PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen2006-12-071-0/+6
* [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] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1Star
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1Star