summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_inode.c
AgeCommit message (Expand)AuthorLines
2011-05-10GFS2: Rename ops_inode.c to inode.cSteven Whitehouse-1990/+0
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse-0/+711
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse-2/+1
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse-9/+2
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse-155/+66
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse-2/+13
2011-05-05GFS2: Double check link count under glockSteven Whitehouse-1/+22
2011-01-21GFS2: Post-VFS scale update for RCU path walkSteven Whitehouse-5/+5
2011-01-17fallocate should be a file operationChristoph Hellwig-258/+0
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig-1/+1
2011-01-12Gfs2: fail if we try to use hole punchJosef Bacik-0/+4
2011-01-12switch gfs2, close racesAl Viro-2/+0
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin-7/+11
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-1/+1
2010-11-30GFS2: Clean up duplicated setattr codeSteven Whitehouse-8/+1
2010-11-30GFS2: Remove unreachable calls to vmtruncateSteven Whitehouse-9/+0
2010-10-25new helper: ihold()Al Viro-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig-3/+3
2010-09-30GFS2 fatal: filesystem consistency error on renameBob Peterson-2/+6
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski-3/+3
2010-09-20GFS2: Make . and .. qstrs constantSteven Whitehouse-18/+6
2010-09-20GFS2: Fix whitespace in previous patchSteven Whitehouse-1/+1
2010-09-20GFS2: fallocate supportBenjamin Marzinski-0/+254
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse-5/+5
2010-09-20GFS2: New truncate sequenceSteven Whitehouse-25/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig-4/+2
2010-08-09remove inode_setattrChristoph Hellwig-2/+10
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de-1/+4
2010-03-03Switch gfs2 to nd_set_link()Al Viro-86/+27
2010-01-12GFS2: Fix refcnt leak on gfs2_follow_link() error pathOGAWA Hirofumi-1/+2
2010-01-08GFS2: Fix locking bug in renameSteven Whitehouse-2/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan-1/+0
2009-08-26GFS2: Rename eattr.[ch] as xattr.[ch]Steven Whitehouse-1/+1
2009-08-26GFS2: Clean up of extended attribute supportSteven Whitehouse-43/+35
2009-08-24GFS2: jumping to wrong label?Roel Kluin-1/+1
2009-05-22GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse-0/+38
2009-05-22GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse-0/+55
2009-05-22GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse-0/+53
2009-04-15GFS2: Fix symlink creation raceSteven Whitehouse-0/+1
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse-1/+0
2009-01-05GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse-1/+1
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse-5/+5
2009-01-05GFS2: Move "entries" into "proper" inodeSteven Whitehouse-7/+7
2009-01-05GFS2: Rationalise header filesSteven Whitehouse-2/+1
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse-0/+46
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro-1/+1
2008-08-27GFS2: Fix & clean up GFS2 renameSteven Whitehouse-11/+60
2008-08-13GFS2: rm on multiple nodes causes panicBob Peterson-18/+38
2008-07-26[PATCH] don't pass nameidata to gfs2_lookupi()Al Viro-2/+2