aboutsummaryrefslogtreecommitdiffstats
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
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
2006-11-30[GFS2] Shrink gfs2_inode (7) - di_payload_formatSteven Whitehouse1-1/+0
2006-11-30[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctimeSteven Whitehouse1-2/+1
2006-11-30[GFS2] Shrink gfs2_inode (5) - di_nlinkSteven Whitehouse1-6/+6
2006-11-30[GFS2] Shrink gfs2_inode (4) - di_uid/di_gidSteven Whitehouse1-6/+4
2006-11-30[GFS2] Shrink gfs2_inode (3) - di_modeSteven Whitehouse1-9/+8
2006-11-30[GFS2] Shrink gfs2_inode (2) - di_major/di_minorSteven Whitehouse1-33/+5
2006-11-30[GFS2] Change argument to gfs2_dinode_printSteven Whitehouse1-2/+2
2006-11-30[GFS2] Change argument of gfs2_dinode_outSteven Whitehouse1-5/+5
2006-10-03[GFS2] Fix endian bug for de_typeSteven Whitehouse1-2/+2
2006-10-02[GFS2] Two redundant casts removedSteven Whitehouse1-2/+2
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-1/+1
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-04[GFS2] More code style updatesSteven Whitehouse1-1/+1
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-6/+6
2006-09-04[GFS2] Align all labels against LH sideSteven Whitehouse1-20/+6
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-07-26[GFS2] Remove page.[ch]Steven Whitehouse1-1/+0
2006-07-06[GFS2] Fixes to scanning of glocks (again)Steven Whitehouse1-0/+1
2006-06-24[GFS2] Eliminate one instance of __GFP_NOFAILSteven Whitehouse1-4/+2
2006-06-22[GFS2] Remove gfs2_repermissionSteven Whitehouse1-6/+4
2006-06-21[GFS2] Fix double locking problem in renameSteven Whitehouse1-5/+11
2006-06-19[GFS2] Remove debugging printksSteven Whitehouse1-4/+1
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse1-98/+70
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-18[GFS2] Drop log lock on I/O error & tidy upSteven Whitehouse1-3/+2
2006-04-18[GFS2] Use vmalloc() in dir codeSteven Whitehouse1-2/+1
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse1-8/+5
2006-03-20[GFS2] Fix bug in directory code and tidy upSteven Whitehouse1-37/+35
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse1-29/+33
2006-02-23[GFS2] Patch to remove stats gathering from GFS2David Teigland1-36/+0
2006-02-13[GFS2] Fix for root inode ref count bugSteven Whitehouse1-49/+18
2006-01-24[GFS2] Remove pointless argument relating to truncateSteven Whitehouse1-1/+1
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse1-2/+2
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+1265