aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 1-2/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesGravatar Steven Whitehouse 1-2/+2
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 3-27/+6
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-10/+4
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-18/+12
2011-07-25vfs: move ACL cache lookup into generic codeGravatar Linus Torvalds 1-6/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-28/+36
2011-07-20simplify gfs2_lookup()Gravatar Al Viro 1-11/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-3/+14
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 3-10/+10
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-1/+4
2011-07-15GFS2: combine duplicated block freeing routinesGravatar Eric Sandeen 3-60/+8
2011-07-15GFS2: Add S_NOSEC supportGravatar Steven Whitehouse 3-2/+6
2011-07-15GFS2: Automatically adjust glock min hold timeGravatar Bob Peterson 4-13/+36
2011-07-15GFS2: Cache dir hash table in a contiguous bufferGravatar Steven Whitehouse 6-113/+115
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugGravatar Steven Whitehouse 4-8/+36
2011-07-12GFS2: Fix race during filesystem mountGravatar Steven Whitehouse 3-1/+11
2011-07-12GFS2: force a log flush when invalidating the rindex glockGravatar Benjamin Marzinski 1-1/+3
2011-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 1-2/+7
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2011-05-26gfs2: Drop __TIME__ usageGravatar Michal Marek 1-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structGravatar Ying Han 3-7/+14
2011-05-25GFS2: Processes waiting on inode glock that no processes are holdingGravatar Bob Peterson 1-2/+7
2011-05-21GFS2: Wait properly when flushing the ail listGravatar Steven Whitehouse 1-3/+26
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directoryGravatar Steven Whitehouse 2-0/+6
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 25-2014/+1847
2011-05-13GFS2: Move all locking inside the inode creation functionGravatar Steven Whitehouse 1-132/+52
2011-05-13GFS2: Clean up symlink creationGravatar Steven Whitehouse 2-39/+29
2011-05-13GFS2: Clean up mkdirGravatar Steven Whitehouse 1-44/+33
2011-05-10GFS2: Use UUID field in generic superblockGravatar Steven Whitehouse 3-22/+17
2011-05-10GFS2: Rename ops_inode.c to inode.cGravatar Steven Whitehouse 2-1/+1
2011-05-10GFS2: Inode.c is empty now, remove itGravatar Steven Whitehouse 2-39/+1
2011-05-09GFS2: Move final part of inode.c into super.cGravatar Steven Whitehouse 2-36/+36
2011-05-09GFS2: Move most of the remaining inode.c into ops_inode.cGravatar Steven Whitehouse 2-711/+711
2011-05-09GFS2: Move gfs2_refresh_inode() and friends into glops.cGravatar Steven Whitehouse 2-117/+113
2011-05-09GFS2: Remove gfs2_dinode_print() functionGravatar Steven Whitehouse 4-28/+3
2011-05-09GFS2: When adding a new dir entry, inc link count if it is a subdirGravatar Steven Whitehouse 5-60/+8
2011-05-09GFS2: Make gfs2_dir_del update link count when requiredGravatar Steven Whitehouse 3-157/+71
2011-05-09GFS2: Don't use gfs2_change_nlink in link syscallGravatar Steven Whitehouse 1-2/+13
2011-05-05GFS2: Don't use a try lock when promoting to a higher modeGravatar Steven Whitehouse 1-5/+0
2011-05-05GFS2: Double check link count under glockGravatar Steven Whitehouse 2-8/+50
2011-05-03GFS2: Improve bug trap code in ->releasepage()Gravatar Steven Whitehouse 1-2/+6
2011-05-03GFS2: Fix ail list traversalGravatar Steven Whitehouse 1-6/+11
2011-05-03GFS2: make sure fallocate bytes is a multiple of blksizeGravatar Benjamin Marzinski 1-2/+8
2011-04-25add hlist_bl_lock/unlock helpersGravatar Christoph Hellwig 1-4/+2