summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2011-03-16Merge branch 'next' into for-linusJames Morris
2011-03-15GFS2: Don't use _raw version of RCU dereferenceSteven Whitehouse
2011-03-14GFS2: Adding missing unlock_page()Maxim
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-14GFS2: Update to AIL list lockingSteven Whitehouse
2011-03-11GFS2: introduce AIL lockDave Chinner
2011-03-11GFS2: fix block allocation check for fallocateBenjamin Marzinski
2011-03-11GFS2: Optimize glock multiple-dequeue codeBob Peterson
2011-03-10gfs2: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-09GFS2: Remove potential race in flock codeSteven Whitehouse
2011-03-09GFS2: Fix glock deallocation raceSteven Whitehouse
2011-03-09GFS2: quota allows exceeding hard limitAbhijith Das
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-24GFS2: deallocation performance patchBob Peterson
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-02-07GFS2: panics on quotacheck updateAbhijith Das
2011-02-02GFS2: Improve cluster mmap scalabilitySteven Whitehouse
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-31GFS2: Fix glock queue trace pointSteven Whitehouse
2011-01-21GFS2: Post-VFS scale update for RCU path walkSteven Whitehouse
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse
2011-01-18GFS2: Fix error path in gfs2_lookup_by_inum()Steven Whitehouse
2011-01-18GFS2: remove iopen glocks from cache on failed deletesBenjamin Marzinski
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-12Gfs2: fail if we try to use hole punchJosef Bacik
2011-01-12switch gfs2, close racesAl Viro
2011-01-10headers: kobject.h reduxAlexey Dobriyan
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: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-12-16GFS2: Don't flush delete workqueue when releasing the transaction lockSteven Whitehouse
2010-12-07GFS2: fsck.gfs2 reported statfs error after gfs2_growBob Peterson
2010-11-30GFS2: Merge glock state fields into a bitfieldSteven Whitehouse
2010-11-30GFS2: Fix uninitialised error value in previous patchSteven Whitehouse
2010-11-30GFS2: fix recursive locking during rindex truncatesBenjamin Marzinski
2010-11-30GFS2: reread rindex when necessary to grow rindexBenjamin Marzinski
2010-11-30GFS2: Remove duplicate #defines from glock.hSteven Whitehouse
2010-11-30GFS2: Clean up of gdlm_lock functionSteven Whitehouse
2010-11-30GFS2: Allow gfs2 to update quota usage values through the quotactl interfaceAbhijith Das
2010-11-30GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbgJoe Perches
2010-11-30GFS2: fs/gfs2/glock.c: Use printf extension %pVJoe Perches