aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-2/+2
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds19-1012/+666
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-2/+2
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-20/+18
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse1-19/+26
2011-10-21GFS2: Remove two unused variablesSteven Whitehouse3-20/+4
2011-10-21GFS2: Misc fixesSteven Whitehouse3-8/+8
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski3-147/+39
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson1-3/+23
2011-10-21GFS2: Fix off-by-one in gfs2_blk2rgrpdSteven Whitehouse1-5/+4
2011-10-21GFS2: Clean up ->page_mkwriteSteven Whitehouse1-18/+46
2011-10-21GFS2: Correctly set goal block after allocationSteven Whitehouse1-1/+1
2011-10-21GFS2: Fix AIL flush issue during fsyncSteven Whitehouse4-24/+20
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse5-11/+15
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse1-78/+71
2011-10-21GFS2: Remove obsolete assertSteven Whitehouse1-7/+0
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse9-45/+44
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse9-174/+95
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson8-345/+148
2011-10-21GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been addedSteven Whitehouse1-2/+11
2011-10-21GFS2: Clean up gfs2_createSteven Whitehouse1-22/+14
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse9-97/+85
2011-10-21GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse2-4/+6
2011-10-21GFS2: Fix inode allocation error pathSteven Whitehouse3-5/+14
2011-10-21GFS2: Make atime checks more efficientSteven Whitehouse1-8/+8
2011-10-21GFS2: Fix bug-trap in ail flush codeSteven Whitehouse1-4/+19
2011-10-21GFS2: Split data write & wait in fsyncSteven Whitehouse1-10/+24
2011-10-21GFS2: Clean up dir hash table readingSteven Whitehouse1-23/+9
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig4-7/+7
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-20/+18
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-2/+2
2011-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse1-2/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-27/+6
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-10/+4
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-18/+12
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-6/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-28/+36
2011-07-20simplify gfs2_lookup()Al Viro1-11/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+14
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro3-10/+10
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1