summaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorLines
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang-0/+5
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin-6/+8
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison-80/+80
2008-04-28ext3: fix mount messages when quota disabledJan Kara-1/+4
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V-5/+10
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara-1/+7
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara-0/+2
2008-04-28fs/ext3: use BUG_ONJulia Lawall-2/+1
2008-04-28ext3: check ext3_journal_get_write_access() errorsAkinobu Mita-2/+7
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita-18/+5
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita-0/+1
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita-7/+4
2008-04-28make ext3_xattr_list() staticAdrian Bunk-8/+3
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz-1/+1
2008-04-28ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi-0/+3
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara-9/+10
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds-4/+4
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot-4/+4
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen-35/+68
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara-1/+1
2008-03-19ext3: fix wrong gfp type under transactionJosef Bacik-8/+8
2008-03-04ext3: fix mount option parsingJosef Bacik-1/+1
2008-02-14Introduce path_put()Jan Blunck-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-2/+2
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz-26/+13
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells-71/+88
2008-02-06ext3: fix lock inversion in direct IOJan Kara-54/+52
2008-02-06ext3: remove unused code from ext3_find_entry()Mariusz Kozlowski-4/+0
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita-5/+1
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita-5/+3
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita-9/+4
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita-1/+1
2008-02-06ext3: change the default behaviour on errorAneesh Kumar K.V-8/+8
2008-02-06ext3: return after ext3_error in case of failuresAneesh Kumar K.V-2/+6
2008-02-06ext3: add block bitmap validationAneesh Kumar K.V-8/+70
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter-2/+2
2008-01-28ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V-4/+28
2007-12-17ext3, ext4: avoid divide by zeroAndries E. Brouwer-1/+1
2007-11-14Fix 64KB blocksize in ext3 directoriesJan Kara-52/+50
2007-11-14Forbid user to change file flags on quota filesJan Kara-0/+5
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds-44/+4
2007-10-22exportfs: make struct export_operations constChristoph Hellwig-1/+1
2007-10-22ext3: new export opsChristoph Hellwig-15/+20
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos-1/+1
2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao-2/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger-2/+2
2007-10-18ext3: fix setup_new_group_blocks lockingEric Sandeen-3/+3
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato-1/+5
2007-10-17ext3: lighten up resize transaction requirementsEric Sandeen-2/+49
2007-10-17ext3: remove #ifdef CONFIG_EXT3_INDEXEric Sandeen-26/+0