aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+4
2011-07-15GFS2: combine duplicated block freeing routinesEric Sandeen3-60/+8
2011-07-15GFS2: Add S_NOSEC supportSteven Whitehouse3-2/+6
2011-07-15GFS2: Automatically adjust glock min hold timeBob Peterson4-13/+36
2011-07-15GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse6-113/+115
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse4-8/+36
2011-07-12GFS2: Fix race during filesystem mountSteven Whitehouse3-1/+11
2011-07-12GFS2: force a log flush when invalidating the rindex glockBenjamin Marzinski1-1/+3
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-2/+7
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-05-26gfs2: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han3-7/+14
2011-05-25GFS2: Processes waiting on inode glock that no processes are holdingBob Peterson1-2/+7
2011-05-21GFS2: Wait properly when flushing the ail listSteven Whitehouse1-3/+26
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse2-0/+6
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds25-2014/+1847
2011-05-13GFS2: Move all locking inside the inode creation functionSteven Whitehouse1-132/+52
2011-05-13GFS2: Clean up symlink creationSteven Whitehouse2-39/+29
2011-05-13GFS2: Clean up mkdirSteven Whitehouse1-44/+33
2011-05-10GFS2: Use UUID field in generic superblockSteven Whitehouse3-22/+17
2011-05-10GFS2: Rename ops_inode.c to inode.cSteven Whitehouse2-1/+1
2011-05-10GFS2: Inode.c is empty now, remove itSteven Whitehouse2-39/+1
2011-05-09GFS2: Move final part of inode.c into super.cSteven Whitehouse2-36/+36
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cSteven Whitehouse2-711/+711
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cSteven Whitehouse2-117/+113
2011-05-09GFS2: Remove gfs2_dinode_print() functionSteven Whitehouse4-28/+3
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirSteven Whitehouse5-60/+8
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredSteven Whitehouse3-157/+71
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallSteven Whitehouse1-2/+13
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeSteven Whitehouse1-5/+0
2011-05-05GFS2: Double check link count under glockSteven Whitehouse2-8/+50
2011-05-03GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse1-2/+6