aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Switch gfs2 to nd_set_link()Al Viro1-86/+27
2010-01-12GFS2: Fix refcnt leak on gfs2_follow_link() error pathOGAWA Hirofumi1-1/+2
2010-01-08GFS2: Fix locking bug in renameSteven Whitehouse1-2/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-08-26GFS2: Rename eattr.[ch] as xattr.[ch]Steven Whitehouse1-1/+1
2009-08-26GFS2: Clean up of extended attribute supportSteven Whitehouse1-43/+35
2009-08-24GFS2: jumping to wrong label?Roel Kluin1-1/+1
2009-05-22GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse1-0/+38
2009-05-22GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse1-0/+55
2009-05-22GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse1-0/+53
2009-04-15GFS2: Fix symlink creation raceSteven Whitehouse1-0/+1
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-1/+0
2009-01-05GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse1-1/+1
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse1-5/+5
2009-01-05GFS2: Move "entries" into "proper" inodeSteven Whitehouse1-7/+7
2009-01-05GFS2: Rationalise header filesSteven Whitehouse1-2/+1
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse1-0/+46
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro1-1/+1
2008-08-27GFS2: Fix & clean up GFS2 renameSteven Whitehouse1-11/+60
2008-08-13GFS2: rm on multiple nodes causes panicBob Peterson1-18/+38
2008-07-26[PATCH] don't pass nameidata to gfs2_lookupi()Al Viro1-2/+2
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-9/+3
2008-07-03[GFS2] don't call permission()Miklos Szeredi1-8/+17
2008-03-31[GFS2] Streamline quota lock/check for no-quota caseSteven Whitehouse1-10/+2
2008-03-31[GFS2] possible null pointer dereference fixupCyrill Gorcunov1-1/+10
2008-03-31[GFS2] remove gfs2_dev_iopsDenis Cheng1-10/+0
2008-03-31[GFS2] Fix a page lock / glock deadlockSteven Whitehouse1-2/+2
2008-03-31[GFS2] Eliminate (almost) duplicate field from gfs2_inodeSteven Whitehouse1-2/+3
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse1-4/+4
2008-01-25[GFS2] Fix problems relating to execution of files on GFS2Steven Whitehouse1-1/+11
2007-10-10[GFS2] Clean up journaled data writingSteven Whitehouse1-1/+6
2007-10-10[GFS2] Correct lock ordering in unlinkSteven Whitehouse1-9/+20
2007-10-10[GFS2] GFS2 not checking pointer on create when running under nfsdSteve French1-1/+1
2007-07-09[GFS2] inode size inconsistencyWendy Cheng1-2/+2
2007-07-09[GFS2] Fix typo in rename of directoriesSteven Whitehouse1-1/+1
2007-07-09[GFS2] Add nanosecond timestamp featureSteven Whitehouse1-1/+1
2007-07-09[GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse1-2/+2
2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse1-11/+9
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-4/+4
2007-02-05[GFS2] Fix unlink deadlocksRussell Cattelan1-8/+39
2007-02-05[GFS2] Fix recursive locking attempt with NFSSteven Whitehouse1-1/+1
2007-02-05[GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2Eric Sandeen1-1/+1
2007-02-05[GFS2] Fix gfs2_rename deadlockS. Wendy Cheng1-22/+3
2007-02-05[GFS2] Fix change nlink deadlockS. Wendy Cheng1-3/+22
2006-11-30[GFS2] Remove gfs2_check_acl()Steven Whitehouse1-1/+1
2006-11-30[GFS2] Fix recursive locking in gfs2_getattrSteven Whitehouse1-5/+17
2006-11-30[GFS2] Fix recursive locking in gfs2_permissionSteven Whitehouse1-6/+13
2006-11-30[GFS2] Shrink gfs2_inode (8) - i_vnSteven Whitehouse1-1/+1