aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse
2011-10-21GFS2: Remove two unused variablesSteven Whitehouse
2011-10-21GFS2: Misc fixesSteven Whitehouse
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson
2011-10-21GFS2: Fix off-by-one in gfs2_blk2rgrpdSteven Whitehouse
2011-10-21GFS2: Clean up ->page_mkwriteSteven Whitehouse
2011-10-21GFS2: Correctly set goal block after allocationSteven Whitehouse
2011-10-21GFS2: Fix AIL flush issue during fsyncSteven Whitehouse
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse
2011-10-21GFS2: Remove obsolete assertSteven Whitehouse
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson
2011-10-21GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been addedSteven Whitehouse
2011-10-21GFS2: Clean up gfs2_createSteven Whitehouse
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse
2011-10-21GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse
2011-10-21GFS2: Fix inode allocation error pathSteven Whitehouse
2011-10-21GFS2: Make atime checks more efficientSteven Whitehouse
2011-10-21GFS2: Fix bug-trap in ail flush codeSteven Whitehouse
2011-10-21GFS2: Split data write & wait in fsyncSteven Whitehouse
2011-10-21GFS2: Clean up dir hash table readingSteven Whitehouse
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20simplify gfs2_lookup()Al Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro