aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse2011-05-091-2/+4
* GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse2011-05-091-1/+4
* GFS2: move function foreach_leaf to gfs2_dir_exhash_deallocBob Peterson2011-04-201-81/+65
* GFS2: pass leaf_bh into leaf_deallocBob Peterson2011-04-201-11/+24
* GFS2: Combine transaction from gfs2_dir_exhash_deallocBob Peterson2011-04-201-35/+14
* GFS2: remove *leaf_call_t and simplify leaf_deallocBob Peterson2011-04-201-8/+6
* GFS2: filesystem hang caused by incorrect lock orderBob Peterson2011-04-181-1/+1
* GFS2: Make . and .. qstrs constantSteven Whitehouse2010-09-201-0/+3
* GFS2: Remove i_disksizeSteven Whitehouse2010-09-201-13/+15
* GFS2: remove dependency on __GFP_NOFAILDavid Rientjes2010-07-291-2/+9
* GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse2010-07-281-6/+25
* GFS2: rename causes kernel OopsBob Peterson2010-07-151-1/+1
* GFS2: glock livelockBob Peterson2010-04-141-1/+1
* GFS2: Remove dirent_first() functionSteven Whitehouse2009-12-031-33/+1
* GFS2: Improve resource group error handlingSteven Whitehouse2009-05-201-2/+9
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-1/+0
* GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse2009-01-051-8/+8
* GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse2009-01-051-13/+13
* GFS2: Move "entries" into "proper" inodeSteven Whitehouse2009-01-051-10/+10
* [GFS2] fix GFP_KERNEL misusesJosef Bacik2008-04-101-5/+5
* [GFS2] possible null pointer dereference fixupCyrill Gorcunov2008-03-311-3/+7
* [GFS2] Allow bmap to allocate extentsSteven Whitehouse2008-03-311-1/+1
* [GFS2] be*_add_cpu conversionMarcin Slusarz2008-03-311-3/+3
* [GFS2] Eliminate (almost) duplicate field from gfs2_inodeSteven Whitehouse2008-03-311-11/+4
* [GFS2] Add extent allocation to block allocatorSteven Whitehouse2008-03-311-1/+2
* [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_dataSteven Whitehouse2008-03-311-1/+1
* [GFS2] Update gfs2_trans_add_unrevoke to accept extentsSteven Whitehouse2008-03-311-1/+1
* [GFS2] Shrink & rename di_depthSteven Whitehouse2008-03-311-17/+17
* [GFS2] Get rid of unneeded parameter in gfs2_rlist_allocBob Peterson2008-03-311-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse2008-01-251-2/+2
* [GFS2] Alternate gfs2_iget to avoid looking up inodes being freedBenjamin Marzinski2007-10-101-1/+1
* [GFS2] Add a missing gfs2_trans_add_bh()Steven Whitehouse2007-10-101-0/+1
* [GFS2] Obtaining no_formal_ino from directory entryWendy Cheng2007-07-091-3/+4
* [GFS2] Add nanosecond timestamp featureSteven Whitehouse2007-07-091-5/+5
* [GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse2007-07-091-1/+1
* [GFS2] Clean up inode number handlingSteven Whitehouse2007-07-091-13/+43
* [GFS2] printk warning fixesakpm@linux-foundation.org2007-05-011-4/+7
* [GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocksSteven Whitehouse2007-05-011-5/+30
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2Eric Sandeen2007-02-051-5/+5
* [GFS2] Clean up/speed up readdirSteven Whitehouse2007-02-051-9/+6
* [GFS2] Make sentinel dirents compatible with gfs1Steven Whitehouse2006-11-301-10/+16
* [GFS2] Remove gfs2_inode_attr_inSteven Whitehouse2006-11-301-0/+4
* [GFS2] Shrink gfs2_inode (7) - di_payload_formatSteven Whitehouse2006-11-301-1/+0
* [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctimeSteven Whitehouse2006-11-301-5/+5
* [GFS2] Change argument of gfs2_dinode_outSteven Whitehouse2006-11-301-10/+10
* [GFS2] gfs2 misc endianness annotationsAl Viro2006-11-301-11/+13
* [GFS2] split and annotate gfs2_inumAl Viro2006-11-301-4/+4
* [GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk2006-10-201-3/+1