aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-1/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+20
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-9/+9
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds11-118/+104
2013-02-22new helper: file_inode(file)Al Viro2-10/+9
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+1
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman3-6/+6
2013-02-13gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman3-11/+16
2013-02-13gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman3-9/+10
2013-02-13gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman1-20/+5
2013-02-13gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman2-46/+26
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman3-5/+16
2013-02-13gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman1-6/+7
2013-02-13gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman1-3/+5
2013-02-13gfs2: Introduce qd2indexEric W. Biederman1-2/+8
2013-02-13gfs2: Report quotas in the caller's user namespace.Eric W. Biederman1-1/+1
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman7-14/+15
2013-02-13gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman1-6/+0
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse4-1/+28
2013-02-01GFS2: Get a block reservation before resizing a fileBob Peterson1-0/+4
2013-02-01GFS2: Split glock lru processing into two partsSteven Whitehouse1-23/+67
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse8-70/+79
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse5-78/+15
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse4-56/+26
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse4-84/+84
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse11-70/+81
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse2-16/+9
2013-01-29GFS2: Separate LRU scanning from shrinkerSteven Whitehouse1-11/+17
2013-01-28GFS2: fix skip unlock conditionDavid Teigland1-1/+6
2013-01-02GFS2: Reset rd_last_alloc when it reaches the end of the rgrpBob Peterson1-0/+3
2013-01-02GFS2: Stop looking for free blocks at end of rgrpBob Peterson1-3/+7
2013-01-02GFS2: Fix race in gfs2_rs_allocAbhijith Das1-12/+10
2013-01-02GFS2: Initialize hex string to '0'Nathan Straz1-0/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-5/+5
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds16-194/+380
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-11-21GFS2: Set gl_object during inode createBob Peterson1-0/+1
2012-11-16GFS2: add error check while allocating new inodesBob Peterson1-0/+4
2012-11-16GFS2: don't reference inode's glock during block allocation traceBob Peterson1-1/+1
2012-11-15GFS2: remove redundant lvb pointerDavid Teigland5-15/+12
2012-11-15GFS2: only use lvb on glocks that need itDavid Teigland4-13/+32
2012-11-14GFS2: skip dlm_unlock calls in unmountDavid Teigland3-0/+10
2012-11-13GFS2: Fix one RG corner caseSteven Whitehouse1-1/+2
2012-11-13GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inodeBob Peterson1-18/+4
2012-11-13GFS2: Use dirty_inode in gfs2_dir_addBob Peterson1-6/+1
2012-11-13GFS2: Fix truncation of journaled data filesSteven Whitehouse1-3/+49
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse8-15/+38
2012-11-07GFS2: Use proper allocation context for new inodesSteven Whitehouse1-79/+92
2012-11-07GFS2: Add test for resource group congestion statusSteven Whitehouse1-4/+90