summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-7/+6Star
* GFS2: Kill two daemons with one patchSteven Whitehouse2009-01-051-1/+0Star
* GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse2009-01-051-10/+6Star
* GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse2009-01-051-6/+7
* GFS2: Move di_eattr into "proper" inodeSteven Whitehouse2009-01-051-4/+4
* GFS2: Move "entries" into "proper" inodeSteven Whitehouse2009-01-051-5/+5
* GFS2: Move generation number into "proper" part of inodeSteven Whitehouse2009-01-051-2/+2
* GFS2: Rationalise header filesSteven Whitehouse2009-01-051-1/+0Star
* CRED: Wrap task credential accesses in the GFS2 filesystemDavid Howells2008-11-141-5/+5
* GFS2: high time to take some time over atimeSteven Whitehouse2008-09-181-99/+8Star
* GFS2: Use an IS_ERR test rather than a NULL testJulien Brunel2008-09-051-3/+1Star
* GFS2: Fix & clean up GFS2 renameSteven Whitehouse2008-08-271-48/+0Star
* [PATCH] don't pass nameidata to gfs2_lookupi()Al Viro2008-07-271-3/+3
* [GFS2] Remove support for unused and pointless flagSteven Whitehouse2008-07-101-5/+0Star
* [GFS2] don't call permission()Miklos Szeredi2008-07-031-3/+3
* [GFS2] filesystem consistency error from do_stripBob Peterson2008-05-121-5/+5
* [GFS2] fix GFP_KERNEL misusesJosef Bacik2008-04-101-1/+1
* [GFS2] possible null pointer dereference fixupCyrill Gorcunov2008-03-311-1/+6
* [GFS2] re-support special inodeDenis Cheng2008-03-311-0/+1
* [GFS2] remove gfs2_dev_iopsDenis Cheng2008-03-311-1/+1
* [GFS2] Fix a page lock / glock deadlockSteven Whitehouse2008-03-311-1/+1
* [GFS2] Eliminate (almost) duplicate field from gfs2_inodeSteven Whitehouse2008-03-311-6/+5Star
* [GFS2] Reduce inode size by merging fieldsSteven Whitehouse2008-03-311-8/+5Star
* [GFS2] Shrink & rename di_depthSteven Whitehouse2008-03-311-4/+7
* [GFS2] Fix debug inode printingBob Peterson2008-03-311-1/+2
* [GFS2] Streamline indirect pointer tree height calculationSteven Whitehouse2008-03-311-8/+12
* iget: use iget_failed() in GFS2David Howells2008-02-071-1/+1
* [GFS2] Lockup on errorBob Peterson2008-01-251-1/+1
* [GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse2008-01-251-3/+4
* [GFS2] Remove lock methods for lock_nolock protocolWendy Cheng2008-01-251-2/+9
* [GFS2] Don't add glocks to the journalSteven Whitehouse2008-01-251-1/+2
* [GFS2] Introduce gfs2_set_aops()Steven Whitehouse2008-01-251-1/+3
* [GFS2] Remove useless i_cache from inodesSteven Whitehouse2008-01-251-8/+5Star
* [GFS2] Clean up internal read functionSteven Whitehouse2008-01-251-1/+0Star
* [GFS2] Alternate gfs2_iget to avoid looking up inodes being freedBenjamin Marzinski2007-10-101-4/+54
* [GFS2] fix inode meta data corruptionWendy Cheng2007-10-101-5/+15
* [GFS2] Remove i_mode passing from NFS File HandleWendy Cheng2007-07-091-17/+37
* [GFS2] Obtaining no_formal_ino from directory entryWendy Cheng2007-07-091-2/+8
* [GFS2] Fix deallocation issuesAbhijith Das2007-07-091-0/+1
* [GFS2] gfs2_lookupi() uninitialised var fixakpm@linux-foundation.org2007-07-091-1/+1
* [GFS2] Recovery for lost unlinked inodesSteven Whitehouse2007-07-091-15/+35
* [GFS2] Fix bug in error path of inodeSteven Whitehouse2007-07-091-7/+7
* [GFS2] Add nanosecond timestamp featureSteven Whitehouse2007-07-091-11/+19
* [GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse2007-07-091-1/+82
* [GFS2] Clean up inode number handlingSteven Whitehouse2007-07-091-49/+31Star
* [GFS2] Fix bz 229831, lookup returns wrong inodeSteven Whitehouse2007-03-071-1/+2
* [GFS2] pass formal ino in do_filldir_mainWendy Cheng2007-03-071-2/+2
* [GFS2] Fix unlink deadlocksRussell Cattelan2007-02-051-45/+1Star
* [GFS2] Fix recursive locking attempt with NFSSteven Whitehouse2007-02-051-8/+15
* [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2Eric Sandeen2007-02-051-1/+1