aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus 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
2011-01-31GFS2: Fix glock queue trace pointSteven Whitehouse1-1/+1
2011-01-21GFS2: Post-VFS scale update for RCU path walkSteven Whitehouse2-7/+10
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse8-297/+190
2011-01-18GFS2: Fix error path in gfs2_lookup_by_inum()Steven Whitehouse2-51/+22
2011-01-18GFS2: remove iopen glocks from cache on failed deletesBenjamin Marzinski1-0/+1
2011-01-17fallocate should be a file operationChristoph Hellwig2-258/+258
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+4
2011-01-12Gfs2: fail if we try to use hole punchJosef Bacik1-0/+4
2011-01-12switch gfs2, close racesAl Viro3-14/+3
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds10-24/+48
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin6-13/+20
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-4/+13
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin3-4/+4
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-12-16GFS2: Don't flush delete workqueue when releasing the transaction lockSteven Whitehouse1-1/+0
2010-12-07GFS2: fsck.gfs2 reported statfs error after gfs2_growBob Peterson1-1/+1
2010-11-30GFS2: Merge glock state fields into a bitfieldSteven Whitehouse3-8/+14
2010-11-30GFS2: Fix uninitialised error value in previous patchSteven Whitehouse1-1/+1