aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24GFS2: Use RB_CLEAR_NODE() rather than rb_init_node()Michel Lespinasse1-2/+2
2012-09-24GFS2: Update rgblk_free() to use rbmSteven Whitehouse1-30/+14
2012-09-24GFS2: Update gfs2_get_block_type() to use rbmSteven Whitehouse1-19/+6
2012-09-24GFS2: Replace rgblk_search with gfs2_rbm_findSteven Whitehouse2-210/+257
2012-09-24GFS2: Add structure to contain rgrp, bitmap, offset tupleSteven Whitehouse6-115/+105
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse9-59/+27
2012-09-24GFS2: Merge two nearly identical xattr functionsSteven Whitehouse1-64/+30
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman1-4/+8
2012-09-18userns: Convert qutoactlEric W. Biederman1-9/+11
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-7/+7
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds3-44/+61
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse1-38/+28
2012-09-13GFS2: Fix missing allocation data for set/remove xattrSteven Whitehouse1-2/+6
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse1-4/+27
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2-2/+2
2012-08-04gfs2: nuke pdflush from commentsArtem Bityutskiy1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-12/+10
2012-07-31gfs2: Convert to new freezing mechanismJan Kara2-12/+7
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara1-0/+3
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds20-366/+1093
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+2
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara4-5/+5
2012-07-20GFS2: Eliminate 64-bit dividesBob Peterson1-3/+3
2012-07-19GFS2: Reduce file fragmentationBob Peterson9-92/+708
2012-07-18GFS2: kernel panic with small gfs2 filesystems - 1 RGAbhijith Das1-0/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-3/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-4/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-06-28GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occursMasatake YAMATO1-1/+4
2012-06-14GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserveBob Peterson1-53/+29
2012-06-13GFS2: Add kobject release methodBob Peterson2-15/+42
2012-06-11GFS2: Size seq_file buffer more carefullySteven Whitehouse1-4/+6
2012-06-11GFS2: Use seq_vprintf for glocks debugfs fileSteven Whitehouse1-4/+1
2012-06-08GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski4-9/+153
2012-06-08GFS2: Cache last hash bucket for glock seq_filesSteven Whitehouse1-7/+22
2012-06-07GFS2: Increase buffer size for glocks and glstats debugfs filesSteven Whitehouse1-0/+6
2012-06-06GFS2: Fix error handling when reading an invalid block from the journalSteven Whitehouse2-13/+14
2012-06-06GFS2: Add "top dir" flag supportSteven Whitehouse1-0/+4
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson12-186/+56
2012-06-06GFS2: Extend the life of the reservationsBob Peterson8-39/+104
2012-05-29->encode_fh() API changeAl Viro1-12/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-22Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds4-13/+7
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds21-493/+466
2012-05-16GFS2: Fix quota adjustment return codeBob Peterson1-1/+1
2012-05-11GFS2: Add rgrp information to block_alloc trace pointBob Peterson2-9/+15
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson3-19/+10
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-05-08GFS2: Remove redundant metadata block type checkBob Peterson1-5/+0