summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
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/mmare...Linus Torvalds1-1/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+4
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds18-378/+351
2011-03-16Merge branch 'next' into for-linusJames Morris1-3/+4
2011-03-15GFS2: Don't use _raw version of RCU dereferenceSteven Whitehouse1-1/+1
2011-03-14GFS2: Adding missing unlock_page()Maxim1-0/+1
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-2/+6
2011-03-14GFS2: Update to AIL list lockingSteven Whitehouse3-1/+5
2011-03-11GFS2: introduce AIL lockDave Chinner5-18/+29
2011-03-11GFS2: fix block allocation check for fallocateBenjamin Marzinski1-25/+31
2011-03-11GFS2: Optimize glock multiple-dequeue codeBob Peterson1-8/+4
2011-03-10gfs2: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe4-13/+9
2011-03-10block: kill off REQ_UNPLUGJens Axboe3-9/+9
2011-03-10block: remove per-queue pluggingJens Axboe2-4/+0
2011-03-09GFS2: Remove potential race in flock codeSteven Whitehouse1-2/+4
2011-03-09GFS2: Fix glock deallocation raceSteven Whitehouse4-11/+12
2011-03-09GFS2: quota allows exceeding hard limitAbhijith Das2-1/+8
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-3/+4
2011-02-24GFS2: deallocation performance patchBob Peterson3-8/+48
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-8/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2-3/+3
2011-02-07GFS2: panics on quotacheck updateAbhijith Das1-1/+5
2011-02-02GFS2: Improve cluster mmap scalabilitySteven Whitehouse1-5/+10
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-3/+4