aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen1-10/+7
2007-10-17ext3: show all mount optionsMiklos Szeredi1-0/+70
2007-10-17fs: mark nibblemap constPhilippe De Muyter1-1/+1
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-10-17lib: percpu_counter_subPeter Zijlstra1-1/+1
2007-10-17lib: percpu_counter_addPeter Zijlstra2-4/+4
2007-10-16ext3: convert to new aopsNick Piggin1-48/+115
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-1/+1
2007-09-19ext34: ensure do_split leaves enough free space in both blocksEric Sandeen1-4/+35
2007-09-19dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen1-4/+30
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-19readahead: split ondemand readahead interface into two functionsRusty Russell1-2/+2
2007-07-19readahead: convert ext3/ext4 invocationsFengguang Wu1-6/+8
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2-4/+4