summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-8/+1
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-1/+1
* GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson2012-04-051-0/+4
* GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-221-2/+2
* GFS2: move toward a generic multi-block allocatorBob Peterson2011-11-211-1/+1
* GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson2011-11-151-1/+1
* GFS2: f_ra is always valid in dir readahead functionSteven Whitehouse2011-11-091-4/+6
* GFS2: Add readahead to sequential directory traversalBob Peterson2011-11-081-3/+53
* GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse2011-10-211-1/+1
* GFS2: Make resource groups "append only" during life of fsSteven Whitehouse2011-10-211-6/+0
* GFS2: Use ->dirty_inode()Steven Whitehouse2011-10-211-9/+1
* GFS2: Clean up dir hash table readingSteven Whitehouse2011-10-211-23/+9
* GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse2011-07-151-112/+109
* 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
OpenPOWER on IntegriCloud