summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig
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
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-15GFS2: combine duplicated block freeing routinesEric Sandeen
2011-07-15GFS2: Add S_NOSEC supportSteven Whitehouse
2011-07-15GFS2: Automatically adjust glock min hold timeBob Peterson
2011-07-15GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse
2011-07-12GFS2: Fix race during filesystem mountSteven Whitehouse
2011-07-12GFS2: force a log flush when invalidating the rindex glockBenjamin Marzinski
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-05-26gfs2: Drop __TIME__ usageMichal Marek
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-25GFS2: Processes waiting on inode glock that no processes are holdingBob Peterson
2011-05-21GFS2: Wait properly when flushing the ail listSteven Whitehouse
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2011-05-13GFS2: Move all locking inside the inode creation functionSteven Whitehouse
2011-05-13GFS2: Clean up symlink creationSteven Whitehouse
2011-05-13GFS2: Clean up mkdirSteven Whitehouse
2011-05-10GFS2: Use UUID field in generic superblockSteven Whitehouse
2011-05-10GFS2: Rename ops_inode.c to inode.cSteven Whitehouse
2011-05-10GFS2: Inode.c is empty now, remove itSteven Whitehouse
2011-05-09GFS2: Move final part of inode.c into super.cSteven Whitehouse
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse