aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[GFS2] fix inode meta data corruptionWendy Cheng1-5/+15
2007-07-09[GFS2] Remove i_mode passing from NFS File HandleWendy Cheng1-17/+37
2007-07-09[GFS2] Obtaining no_formal_ino from directory entryWendy Cheng1-2/+8
2007-07-09[GFS2] Fix deallocation issuesAbhijith Das1-0/+1
2007-07-09[GFS2] gfs2_lookupi() uninitialised var fixakpm@linux-foundation.org1-1/+1
2007-07-09[GFS2] Recovery for lost unlinked inodesSteven Whitehouse1-15/+35
2007-07-09[GFS2] Fix bug in error path of inodeSteven Whitehouse1-7/+7
2007-07-09[GFS2] Add nanosecond timestamp featureSteven Whitehouse1-11/+19
2007-07-09[GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse1-1/+82
2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse1-49/+31
2007-03-07[GFS2] Fix bz 229831, lookup returns wrong inodeSteven Whitehouse1-1/+2
2007-03-07[GFS2] pass formal ino in do_filldir_mainWendy Cheng1-2/+2
2007-02-05[GFS2] Fix unlink deadlocksRussell Cattelan1-45/+1
2007-02-05[GFS2] Fix recursive locking attempt with NFSSteven Whitehouse1-8/+15
2007-02-05[GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2Eric Sandeen1-1/+1
2007-02-05[GFS2] make gfs2_change_nlink_i() staticAdrian Bunk1-44/+44
2007-02-05[GFS2] Fix gfs2_rename deadlockS. Wendy Cheng1-19/+31
2007-02-05[GFS2] BZ 217008 fsfuzzer fix.Russell Cattelan1-1/+11
2007-02-05[GFS2] Fix change nlink deadlockS. Wendy Cheng1-4/+16
2006-11-30[GFS2] Fix glock ordering on inode creationSteven Whitehouse1-27/+4
2006-11-30[GFS2] Remove unused function from inode.cSteven Whitehouse1-86/+0
2006-11-30[GFS2] Remove gfs2_inode_attr_inSteven Whitehouse1-18/+3
2006-11-30[GFS2] Inode number is constantSteven Whitehouse1-1/+1
2006-11-30[GFS2] Only set inode flags when requiredSteven Whitehouse1-10/+1
2006-11-30[GFS2] Tidy up 0 initialisations in inode.cSteven Whitehouse1-7/+7
2006-11-30[GFS2] Shrink gfs2_inode (8) - i_vnSteven Whitehouse1-2/+2
2006-11-30[GFS2] Shrink gfs2_inode (7) - di_payload_formatSteven Whitehouse1-2/+1
2006-11-30[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctimeSteven Whitehouse1-33/+11
2006-11-30[GFS2] Shrink gfs2_inode (5) - di_nlinkSteven Whitehouse1-13/+24
2006-11-30[GFS2] Shrink gfs2_inode (4) - di_uid/di_gidSteven Whitehouse1-14/+9
2006-11-30[GFS2] Shrink gfs2_inode (3) - di_modeSteven Whitehouse1-11/+7
2006-11-30[GFS2] Shrink gfs2_inode (2) - di_major/di_minorSteven Whitehouse1-20/+16
2006-11-30[GFS2] Shrink gfs2_inode (1) - di_header/di_numSteven Whitehouse1-14/+11
2006-11-30[GFS2] Change argument to gfs2_dinode_printSteven Whitehouse1-4/+4
2006-11-30[GFS2] Move gfs2_dinode_in to inode.cSteven Whitehouse1-0/+34
2006-11-30[GFS2] Change argument to gfs2_dinode_inSteven Whitehouse1-1/+1
2006-11-30[GFS2] Change argument of gfs2_dinode_outSteven Whitehouse1-3/+3
2006-11-30[GFS2] gfs2 misc endianness annotationsAl Viro1-4/+5
2006-11-30[GFS2] split and annotate gfs2_inumAl Viro1-11/+11
2006-11-30[GFS2] split and annotate gfs2_inum_rangeAl Viro1-2/+2
2006-11-30[GFS2] split gfs2_dinode into on-disk and host variantsAl Viro1-2/+2
2006-11-06[GFS2] Fix OOM error handlingSteven Whitehouse1-0/+3
2006-10-03[GFS2] Initialize SELinux extended attributes at inode creation time.Ryan O'Hara1-0/+38
2006-10-02[GFS2] Mark nlink cleared so VFS sees it happenSteven Whitehouse1-0/+1
2006-10-02[GFS2] Remove uneeded endian conversionSteven Whitehouse1-1/+3
2006-09-28[GFS2] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-28[GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)Theodore Ts'o1-1/+1
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-3/+2
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-04[GFS2] Remove a cast, tidy gfs2_inode_attr_inSteven Whitehouse1-13/+14