aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2008-03-31[GFS2] Eliminate (almost) duplicate field from gfs2_inodeGravatar Steven Whitehouse 8-54/+42
2008-03-31[GFS2] Add a function to interate over an extentGravatar Steven Whitehouse 1-16/+52
2008-03-31[GFS2] The case of the missing asteriskGravatar Steven Whitehouse 1-1/+1
2008-03-31[GFS2] Add extent allocation to block allocatorGravatar Steven Whitehouse 5-54/+87
2008-03-31[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_dataGravatar Steven Whitehouse 5-62/+13
2008-03-31[GFS2] Update gfs2_trans_add_unrevoke to accept extentsGravatar Steven Whitehouse 6-24/+21
2008-03-31[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fieldsGravatar Steven Whitehouse 2-8/+7
2008-03-31[GFS2] Reduce inode size by merging fieldsGravatar Steven Whitehouse 4-38/+24
2008-03-31[GFS2] Remove unused countersGravatar Bob Peterson 2-9/+0
2008-03-31[GFS2] Shrink & rename di_depthGravatar Steven Whitehouse 3-22/+25
2008-03-31[GFS2] Remove rgrp and glock version numbersGravatar Bob Peterson 5-16/+20
2008-03-31[GFS2] Remove lm.[ch] and distribute contentGravatar Steven Whitehouse 13-263/+184
2008-03-31[GFS2] Eliminate gl_req_bhGravatar Bob Peterson 2-57/+51
2008-03-31[GFS2] Add consts to various bits of rgrp.cGravatar Steven Whitehouse 1-22/+22
2008-03-31[GFS2] Introduce array of buffers to struct metapathGravatar Steven Whitehouse 1-49/+48
2008-03-31[GFS2] Move part of gfs2_block_map into a separate functionGravatar Steven Whitehouse 1-21/+36
2008-03-31[GFS2] Get rid of gl_waiters2Gravatar Bob Peterson 2-5/+6
2008-03-31[GFS2] Combine rg_flags and rd_flagsGravatar Bob Peterson 2-16/+26
2008-03-31[GFS2] Allocate gfs2_rgrpd from slab memoryGravatar Bob Peterson 4-2/+14
2008-03-31[GFS2] Plug an unlikely leakGravatar Bob Peterson 1-1/+3
2008-03-31[GFS2] make gfs2_glock_hold() staticGravatar Adrian Bunk 2-2/+1
2008-03-31[GFS2] Only wake the reclaim daemon if we need toGravatar Bob Peterson 1-4/+4
2008-03-31[GFS2] Misc fixupsGravatar Bob Peterson 2-5/+2
2008-03-31[GFS2] Only do lo_incore_commit onceGravatar Bob Peterson 4-29/+17
2008-03-31[GFS2] Fix debug inode printingGravatar Bob Peterson 1-1/+2
2008-03-31[GFS2] Get rid of unneeded parameter in gfs2_rlist_allocGravatar Bob Peterson 5-10/+8
2008-03-31[GFS2] Streamline indirect pointer tree height calculationGravatar Steven Whitehouse 5-83/+55
2008-03-31[GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_mapGravatar Steven Whitehouse 1-17/+19
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-2/+3
2008-02-07iget: use iget_failed() in GFS2Gravatar David Howells 1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 3-3/+3
2008-02-07gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Gravatar Pavel Emelyanov 2-8/+13
2008-02-07gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Gravatar Pavel Emelyanov 3-9/+15
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 2-2/+2
2008-02-03fs/: Spelling fixesGravatar Joe Perches 1-1/+1
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 40-1109/+1092
2008-01-25[GFS2] Allow journal recovery on read-only mountGravatar Abhijith Das 1-4/+12
2008-01-25[GFS2] Lockup on errorGravatar Bob Peterson 1-1/+1
2008-01-25[GFS2] Fix page_mkwrite truncation race pathGravatar Steven Whitehouse 1-0/+1
2008-01-25[GFS2] Fix typoGravatar Bob Peterson 1-1/+1
2008-01-25[GFS2] Fix write alloc required shortcut calculationGravatar Steven Whitehouse 1-2/+2
2008-01-25[GFS2] gfs2_alloc_required performanceGravatar Bob Peterson 1-0/+5
2008-01-25[GFS2] Remove unneeded i_spinGravatar Bob Peterson 2-2/+0
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineGravatar Steven Whitehouse 12-36/+39
2008-01-25[GFS2] Fix assert in log codeGravatar Steven Whitehouse 1-7/+4
2008-01-25[GFS2] Fix problems relating to execution of files on GFS2Gravatar Steven Whitehouse 2-9/+16
2008-01-25[GFS2] Initialize extent_list earlierGravatar Bob Peterson 2-1/+1
2008-01-25[GFS2] Allow page migration for writeback and ordered pagesGravatar Steven Whitehouse 1-0/+2
2008-01-25[GFS2] Remove unused variableGravatar Steven Whitehouse 1-1/+0