aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison8-80/+80
2008-04-28ext3: fix mount messages when quota disabledJan Kara1-1/+4
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V1-5/+10
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara1-0/+2
2008-04-28fs/ext3: use BUG_ONJulia Lawall1-2/+1
2008-04-28ext3: check ext3_journal_get_write_access() errorsAkinobu Mita1-2/+7
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita1-18/+5
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita1-0/+1
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita2-7/+4
2008-04-28make ext3_xattr_list() staticAdrian Bunk2-8/+3
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz1-1/+1
2008-04-28ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi1-0/+3
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara1-9/+10
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds2-4/+4
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot2-4/+4
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-35/+68
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara1-1/+1
2008-03-19ext3: fix wrong gfp type under transactionJosef Bacik3-8/+8
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 Slusarz5-26/+13
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells5-71/+88
2008-02-06ext3: fix lock inversion in direct IOJan Kara1-54/+52
2008-02-06ext3: remove unused code from ext3_find_entry()Mariusz Kozlowski1-4/+0
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita1-5/+1
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita1-5/+3
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita1-9/+4
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita1-1/+1
2008-02-06ext3: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-02-06ext3: return after ext3_error in case of failuresAneesh Kumar K.V1-2/+6
2008-02-06ext3: add block bitmap validationAneesh Kumar K.V1-8/+70
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-2/+2
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-11-14Fix 64KB blocksize in ext3 directoriesJan Kara2-52/+50
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+5
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds1-44/+4
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ext3: new export opsChristoph Hellwig1-15/+20
2007-10-19JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos1-1/+1
2007-10-19JBD/ext3 cleanups: convert to kzallocMingming Cao1-2/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger2-2/+2
2007-10-18ext3: fix setup_new_group_blocks lockingEric Sandeen1-3/+3
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato1-1/+5
2007-10-17ext3: lighten up resize transaction requirementsEric Sandeen1-2/+49
2007-10-17ext3: remove #ifdef CONFIG_EXT3_INDEXEric Sandeen2-26/+0
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-1/+1
2007-10-17ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V1-11/+43