aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-10/+10
2006-09-04[GFS2] Tidy up bmap/inode codeSteven Whitehouse1-26/+21
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-07-31[GFS2] Tidy up in various filesSteven Whitehouse1-15/+5
2006-07-11[PATCH] patch to init di_payload_format field in gfs2_dinodeAbhijith Das1-0/+1
2006-07-11[GFS2] Add generation numberSteven Whitehouse1-26/+20
2006-07-06[GFS2] Fixes to scanning of glocks (again)Steven Whitehouse1-0/+2
2006-06-22[GFS2] Remove unused flagSteven Whitehouse1-1/+0
2006-06-22[GFS2] Remove gfs2_repermissionSteven Whitehouse1-8/+3
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse1-633/+176
2006-05-18[GFS2] glock debugging and inode cache changesSteven Whitehouse1-37/+21
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse1-1/+1
2006-05-18[GFS2] Remove semaphore.h from C filesSteven Whitehouse1-1/+0
2006-05-16[GFS2] Fix ref count bug that used to bite us on umountSteven Whitehouse1-16/+6
2006-05-12[GFS2] Remove incorrect initialisation of gh_ownerSteven Whitehouse1-1/+0
2006-05-05[GFS2] Readpages supportSteven Whitehouse1-3/+2
2006-04-28[GFS2] Reordering in deallocation to avoid recursive lockingSteven Whitehouse1-50/+45
2006-04-20[GFS2] Fix a bug: scheduling under a spinlockSteven Whitehouse1-1/+1
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse1-10/+4
2006-03-20[GFS2] Fix bug in directory code and tidy upSteven Whitehouse1-23/+40
2006-03-01[GFS2] Tidy up mount code.Steven Whitehouse1-6/+7
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse1-17/+21
2006-02-27[GFS2] 80 Column audit of GFS2Steven Whitehouse1-3/+6
2006-02-21[GFS2] Use mutices rather than semaphoresSteven Whitehouse1-6/+6
2006-02-13[GFS2] Fix for root inode ref count bugSteven Whitehouse1-27/+43
2006-01-30[GFS2] Add gfs2_internal_read()Steven Whitehouse1-5/+5
2006-01-30[GFS2] Bug fix relating to endian conversion in inode.cSteven Whitehouse1-1/+2
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse1-8/+8
2006-01-18[GFS2] Update init_dinode() to reduce stack usageSteven Whitehouse1-16/+29
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+1805