aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* GFS2: high time to take some time over atimeSteven Whitehouse2008-09-181-99/+8
* GFS2: Use an IS_ERR test rather than a NULL testJulien Brunel2008-09-051-3/+1
* GFS2: Fix & clean up GFS2 renameSteven Whitehouse2008-08-271-48/+0
* [PATCH] don't pass nameidata to gfs2_lookupi()Al Viro2008-07-261-3/+3
* [GFS2] Remove support for unused and pointless flagSteven Whitehouse2008-07-101-5/+0
* [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/+5
* [GFS2] Reduce inode size by merging fieldsSteven Whitehouse2008-03-311-8/+5
* [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/+5
* [GFS2] Clean up internal read functionSteven Whitehouse2008-01-251-1/+0
* [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/+31
* [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/+1
* [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
* [GFS2] make gfs2_change_nlink_i() staticAdrian Bunk2007-02-051-44/+44
* [GFS2] Fix gfs2_rename deadlockS. Wendy Cheng2007-02-051-19/+31
* [GFS2] BZ 217008 fsfuzzer fix.Russell Cattelan2007-02-051-1/+11
* [GFS2] Fix change nlink deadlockS. Wendy Cheng2007-02-051-4/+16
* [GFS2] Fix glock ordering on inode creationSteven Whitehouse2006-11-301-27/+4
* [GFS2] Remove unused function from inode.cSteven Whitehouse2006-11-301-86/+0
* [GFS2] Remove gfs2_inode_attr_inSteven Whitehouse2006-11-301-18/+3
* [GFS2] Inode number is constantSteven Whitehouse2006-11-301-1/+1
* [GFS2] Only set inode flags when requiredSteven Whitehouse2006-11-301-10/+1