summaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorLines
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
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers-1/+1
2007-10-17ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V-11/+43
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen-10/+7
2007-10-17ext3: show all mount optionsMiklos Szeredi-0/+70
2007-10-17fs: mark nibblemap constPhilippe De Muyter-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-1/+1
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra-6/+15
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra-2/+2
2007-10-17lib: percpu_counter_subPeter Zijlstra-1/+1
2007-10-17lib: percpu_counter_addPeter Zijlstra-4/+4
2007-10-16ext3: convert to new aopsNick Piggin-48/+115
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu-1/+1
2007-09-19ext34: ensure do_split leaves enough free space in both blocksEric Sandeen-4/+35
2007-09-19dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen-4/+30
2007-09-11quota: fix infinite loopJan Kara-1/+10
2007-07-26fix inode_table test in ext234_check_descriptorsEric Sandeen-1/+1