aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso1-5/+2
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones1-6/+5
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-11/+11
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai1-4/+19
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-11/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai1-0/+16
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara1-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara1-1/+3
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-04-28ext3: fix mount messages when quota disabledJan Kara1-1/+4
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita1-3/+2
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz1-1/+1
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara1-9/+10
2008-03-04ext3: fix mount option parsingJosef Bacik1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz1-1/+1
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells1-18/+22
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita1-9/+4
2008-02-06ext3: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-01-28ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V1-4/+28
2007-12-17ext3, ext4: avoid divide by zeroAndries E. Brouwer1-1/+1
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ext3: new export opsChristoph Hellwig1-15/+20
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato1-1/+5
2007-10-17ext3: show all mount optionsMiklos Szeredi1-0/+70
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-6/+15
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
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