summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-10GFS2: Rename ops_inode.c to inode.cSteven Whitehouse1-1990/+0
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse1-0/+711
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse1-2/+1
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse1-9/+2
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse1-155/+66
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse1-2/+13
2011-05-05GFS2: Double check link count under glockSteven Whitehouse1-1/+22
2011-01-21GFS2: Post-VFS scale update for RCU path walkSteven Whitehouse1-5/+5
2011-01-17fallocate should be a file operationChristoph Hellwig1-258/+0
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-1/+1
2011-01-12Gfs2: fail if we try to use hole punchJosef Bacik1-0/+4
2011-01-12switch gfs2, close racesAl Viro1-2/+0
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-7/+11
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2010-11-30GFS2: Clean up duplicated setattr codeSteven Whitehouse1-8/+1
2010-11-30GFS2: Remove unreachable calls to vmtruncateSteven Whitehouse1-9/+0
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-3/+3
2010-09-30GFS2 fatal: filesystem consistency error on renameBob Peterson1-2/+6
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski1-3/+3
2010-09-20GFS2: Make . and .. qstrs constantSteven Whitehouse1-18/+6
2010-09-20GFS2: Fix whitespace in previous patchSteven Whitehouse1-1/+1
2010-09-20GFS2: fallocate supportBenjamin Marzinski1-0/+254
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse1-5/+5
2010-09-20GFS2: New truncate sequenceSteven Whitehouse1-25/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-4/+2
2010-08-09remove inode_setattrChristoph Hellwig1-2/+10
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-1/+4
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