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