aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-2/+7
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-05-26gfs2: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han3-7/+14
2011-05-25GFS2: Processes waiting on inode glock that no processes are holdingBob Peterson1-2/+7
2011-05-21GFS2: Wait properly when flushing the ail listSteven Whitehouse1-3/+26
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse2-0/+6
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds25-2014/+1847
2011-05-13GFS2: Move all locking inside the inode creation functionSteven Whitehouse1-132/+52
2011-05-13GFS2: Clean up symlink creationSteven Whitehouse2-39/+29
2011-05-13GFS2: Clean up mkdirSteven Whitehouse1-44/+33
2011-05-10GFS2: Use UUID field in generic superblockSteven Whitehouse3-22/+17
2011-05-10GFS2: Rename ops_inode.c to inode.cSteven Whitehouse2-1/+1
2011-05-10GFS2: Inode.c is empty now, remove itSteven Whitehouse2-39/+1
2011-05-09GFS2: Move final part of inode.c into super.cSteven Whitehouse2-36/+36
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse2-711/+711
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse2-117/+113
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse4-28/+3
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse5-60/+8
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse3-157/+71
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse1-2/+13
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse1-5/+0
2011-05-05GFS2: Double check link count under glockSteven Whitehouse2-8/+50
2011-05-03GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse1-2/+6
2011-05-03GFS2: Fix ail list traversalSteven Whitehouse1-6/+11
2011-05-03GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski1-2/+8
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig1-4/+2
2011-04-20GFS2: Add an AIL writeback tracepointSteven Whitehouse2-0/+30
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse8-90/+98
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse7-89/+119
2011-04-20GFS2: Improve tracing support (adds two flags)Steven Whitehouse4-6/+21
2011-04-20GFS2: Clean up fsync()Steven Whitehouse3-40/+57
2011-04-20GFS2: Remove unused macroSteven Whitehouse1-2/+0
2011-04-20GFS2: Alter point of entry to glock lru list for glocks with an address_spaceSteven Whitehouse5-27/+23
2011-04-20GFS2: Use filemap_fdatawrite() to write back the AILSteven Whitehouse1-10/+5
2011-04-20GFS2: Make ->write_inode() really writeSteven Whitehouse1-6/+13
2011-04-20GFS2: move function foreach_leaf to gfs2_dir_exhash_deallocBob Peterson1-81/+65
2011-04-20GFS2: pass leaf_bh into leaf_deallocBob Peterson1-11/+24
2011-04-20GFS2: Combine transaction from gfs2_dir_exhash_deallocBob Peterson1-35/+14
2011-04-20GFS2: remove *leaf_call_t and simplify leaf_deallocBob Peterson1-8/+6
2011-04-20GFS2: Dump better debug info if a bitmap inconsistency is detectedBob Peterson1-4/+15
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson6-21/+55
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse2-2/+7
2011-04-18GFS2: directly write blocks past i_sizeBenjamin Marzinski1-10/+48
2011-04-18GFS2: write_end error path fails to unlock transaction lockBob Peterson1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-13/+9
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1