aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 8-6/+3
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 4-5/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2010-03-11GFS2: Skip check for mandatory locks when unlockingGravatar Sachin Prabhu 1-1/+1
2010-03-11GFS2: Allow the number of committed revokes to temporarily be negativeGravatar Benjamin Marzinski 2-3/+2
2010-03-09GFS2: do not select QUOTAGravatar Christoph Hellwig 1-1/+0
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 4-5/+10
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+3
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 4-5/+10
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-86/+27
2010-03-03Switch gfs2 to nd_set_link()Gravatar Al Viro 1-86/+27
2010-03-01GFS2: print glock numbers in hexGravatar Bob Peterson 1-1/+1
2010-03-01GFS2: ordered writes are backwardsGravatar Dave Chinner 1-2/+2
2010-03-01GFS2: Remove loopy umount codeGravatar Steven Whitehouse 5-37/+4
2010-03-01GFS2: Metadata address space clean upGravatar Steven Whitehouse 13-95/+101
2010-02-12GFS2: Fix bmap allocation corner-case bugGravatar Steven Whitehouse 1-1/+1
2010-02-12GFS2: Fix error codeGravatar Abhijith Das 1-1/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-02-03GFS2: Extend umount wait coverage to full glock lifetimeGravatar Steven Whitehouse 5-7/+17
2010-02-03GFS2: Wait for unlock completion on umountGravatar Steven Whitehouse 4-1/+13
2010-02-01GFS2: Use GFP_NOFS for alloc structureGravatar Steven Whitehouse 1-1/+1
2010-02-01GFS2: Fix previous patchGravatar Steven Whitehouse 1-0/+1
2010-02-01GFS2: Don't withdraw on partial rindex entriesGravatar Benjamin Marzinski 1-5/+0
2010-01-12GFS2: Fix refcnt leak on gfs2_follow_link() error pathGravatar OGAWA Hirofumi 1-1/+2
2010-01-11GFS2: Use MAX_LFS_FILESIZE for meta inode sizeGravatar Steven Whitehouse 1-1/+1
2010-01-08GFS2: Fix gfs2_xattr_acl_chmod()Gravatar Steven Whitehouse 1-10/+11
2010-01-08GFS2: Fix locking bug in renameGravatar Steven Whitehouse 1-2/+4
2010-01-08GFS2: Ensure uptodate inode size when using O_APPENDGravatar Steven Whitehouse 1-2/+36
2009-12-17Revert "task_struct: make journal_info conditional"Gravatar Linus Torvalds 1-1/+0
2009-12-17kill I_LOCKGravatar Christoph Hellwig 1-1/+1
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 4-54/+41
2009-12-15fs/gfs2/sys.c: use %pUB to print UUIDsGravatar Joe Perches 1-13/+3
2009-12-15task_struct: make journal_info conditionalGravatar Hiroshi Shimamoto 1-0/+1
2009-12-03GFS2: Fix glock refcount issuesGravatar Steven Whitehouse 1-13/+8
2009-12-03writeback: remove unused nonblocking and congestion checks (gfs2)Gravatar Wu Fengguang 1-12/+0
2009-12-03GFS2: drop rindex glock to refresh rindex listGravatar Benjamin Marzinski 1-2/+6
2009-12-03GFS2: Tag all metadata with jidGravatar Steven Whitehouse 4-2/+8
2009-12-03GFS2: Locking order fix in gfs2_check_blk_stateGravatar Steven Whitehouse 1-4/+10
2009-12-03GFS2: Remove dirent_first() functionGravatar Steven Whitehouse 1-33/+1
2009-12-03GFS2: Display nobarrier option in /proc/mountsGravatar Steven Whitehouse 1-0/+3
2009-12-03GFS2: add barrier/nobarrier mount optionsGravatar Christoph Hellwig 3-0/+17
2009-12-03GFS2: remove division from new statfs codeGravatar Benjamin Marzinski 1-8/+9
2009-12-03GFS2: Improve statfs and quota usabilityGravatar Benjamin Marzinski 5-10/+100
2009-12-03GFS2: Use dquot_send_warning()Gravatar Steven Whitehouse 1-1/+9
2009-12-03GFS2: Add set_xquota supportGravatar Steven Whitehouse 1-26/+172
2009-12-03GFS2: Add get_xquota supportGravatar Steven Whitehouse 1-0/+43
2009-12-03GFS2: Clean up gfs2_adjust_quota() and do_glock()Gravatar Steven Whitehouse 1-56/+26