aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/file.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-11GFS2: fix block allocation check for fallocateGravatar Benjamin Marzinski 1-25/+31
2011-03-09GFS2: Remove potential race in flock codeGravatar Steven Whitehouse 1-2/+4
2011-02-02GFS2: Improve cluster mmap scalabilityGravatar Steven Whitehouse 1-5/+10
2011-01-17fallocate should be a file operationGravatar Christoph Hellwig 1-0/+258
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureGravatar Christoph Hellwig 1-2/+0
2010-10-30locks: fix setlease methods to free passed-in lockGravatar J. Bruce Fields 1-0/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+2
2010-10-05fs/locks.c: prepare for BKL removalGravatar Arnd Bergmann 1-0/+2
2010-09-28GFS2: reserve more blocks for transactionsGravatar Benjamin Marzinski 1-1/+3
2010-09-20GFS2: Remove i_disksizeGravatar Steven Whitehouse 1-1/+1
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredGravatar Bob Peterson 1-3/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+2
2010-05-24GFS2: Fix permissions checking for setflags ioctl()Gravatar Steven Whitehouse 1-0/+7
2010-03-11GFS2: Skip check for mandatory locks when unlockingGravatar Sachin Prabhu 1-1/+1
2010-01-08GFS2: Ensure uptodate inode size when using O_APPENDGravatar Steven Whitehouse 1-2/+36
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-08-26GFS2: Clean up of extended attribute supportGravatar Steven Whitehouse 1-1/+0
2009-06-03GFS2: Remove unused variableGravatar Steven Whitehouse 1-2/+0
2009-06-02GFS2: smbd proccess hangs with flock() call.Gravatar Abhijith Das 1-2/+2
2009-05-22GFS2: Clean up some file namesGravatar Steven Whitehouse 1-0/+765