aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
* | GFS2: write_end error path fails to unlock transaction lockBob Peterson2011-04-181-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-313-3/+3
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-244-13/+9
|\
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-104-13/+9
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-103-9/+9
| | * block: remove per-queue pluggingJens Axboe2011-03-102-4/+0
* | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-1/+1
|\ \ \
| * | | fs: change to new flag variablematt mooney2011-03-171-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-3/+4
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusJames Morris2011-03-161-3/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-3/+4
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-3/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2011-03-1618-378/+351
|\ \ \ \ \
| * | | | | GFS2: Don't use _raw version of RCU dereferenceSteven Whitehouse2011-03-151-1/+1
| * | | | | GFS2: Adding missing unlock_page()Maxim2011-03-141-0/+1
| * | | | | GFS2: Update to AIL list lockingSteven Whitehouse2011-03-143-1/+5
| * | | | | GFS2: introduce AIL lockDave Chinner2011-03-115-18/+29
| * | | | | GFS2: fix block allocation check for fallocateBenjamin Marzinski2011-03-111-25/+31
| * | | | | GFS2: Optimize glock multiple-dequeue codeBob Peterson2011-03-111-8/+4
| * | | | | GFS2: Remove potential race in flock codeSteven Whitehouse2011-03-091-2/+4
| * | | | | GFS2: Fix glock deallocation raceSteven Whitehouse2011-03-094-11/+12
| * | | | | GFS2: quota allows exceeding hard limitAbhijith Das2011-03-092-1/+8
| * | | | | GFS2: deallocation performance patchBob Peterson2011-02-243-8/+48
| * | | | | GFS2: panics on quotacheck updateAbhijith Das2011-02-071-1/+5
| * | | | | GFS2: Improve cluster mmap scalabilitySteven Whitehouse2011-02-021-5/+10
| * | | | | GFS2: Fix glock queue trace pointSteven Whitehouse2011-01-311-1/+1
| * | | | | GFS2: Post-VFS scale update for RCU path walkSteven Whitehouse2011-01-212-7/+10
| * | | | | GFS2: Use RCU for glock hash tableSteven Whitehouse2011-01-218-297/+190
* | | | | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-2/+6
| |/ / / / |/| | | |
* | | | | gfs2: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
| |/ / / |/| | |
* | | | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-231-8/+1
| |_|/ |/| |
* | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-162-3/+3
|/ /
* | GFS2: Fix error path in gfs2_lookup_by_inum()Steven Whitehouse2011-01-182-51/+22
* | GFS2: remove iopen glocks from cache on failed deletesBenjamin Marzinski2011-01-181-0/+1
* | fallocate should be a file operationChristoph Hellwig2011-01-172-258/+258
* | make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-171-1/+1
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-4/+4
|\ \
| * \ Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-4/+4
| |\ \
| | * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-4/+4
| | * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+2
* | | | Gfs2: fail if we try to use hole punchJosef Bacik2011-01-121-0/+4
* | | | switch gfs2, close racesAl Viro2011-01-123-14/+3
* | | | headers: kobject.h reduxAlexey Dobriyan2011-01-101-0/+1
| |_|/ |/| |
* | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-0710-24/+48
|\ \ \
| * | | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-076-13/+20
| * | | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-4/+13
| * | | fs: dcache reduce branches in lookup pathNick Piggin2011-01-073-4/+4
| * | | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
| * | | fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2