summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-6/+8
* GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-4/+4
* GFS2: Add meta readahead field in directory entriesSteven Whitehouse2014-02-071-0/+9
* GFS2: Add hints to directory leaf blocksSteven Whitehouse2014-01-081-3/+37
* GFS2: For exhash conversion, only one block is neededSteven Whitehouse2014-01-081-0/+5
* GFS2: Remember directory insert pointSteven Whitehouse2014-01-061-10/+23
* GFS2: Add directory addition info structureSteven Whitehouse2014-01-061-3/+9
* treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2013-07-021-11/+15
|\
| * GFS2: fix regression in dir_double_exhashBob Peterson2013-06-141-1/+2
| * GFS2: Only do one directory search on createSteven Whitehouse2013-06-111-10/+13
* | [readdir] convert gfs2Al Viro2013-06-291-32/+24Star
|/
* GFS2: Fall back to vmalloc if kmalloc fails for dir hash tablesBob Peterson2013-06-031-10/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-1/+1
|\
| * gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman2013-02-131-1/+1
* | GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-291-15/+15
|/
* GFS2: Use dirty_inode in gfs2_dir_addBob Peterson2012-11-131-6/+1Star
* GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-8/+1Star
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-111-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/+0Star
* GFS2: Use ->dirty_inode()Steven Whitehouse2011-10-211-9/+1Star
* GFS2: Clean up dir hash table readingSteven Whitehouse2011-10-211-23/+9Star
* GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse2011-07-151-112/+109Star
* 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/+65Star
* GFS2: pass leaf_bh into leaf_deallocBob Peterson2011-04-201-11/+24
* GFS2: Combine transaction from gfs2_dir_exhash_deallocBob Peterson2011-04-201-35/+14Star
* GFS2: remove *leaf_call_t and simplify leaf_deallocBob Peterson2011-04-201-8/+6Star
* 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/+1Star
* GFS2: Improve resource group error handlingSteven Whitehouse2009-05-201-2/+9
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-1/+0Star
* 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