aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman
2013-02-13gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman
2013-02-13gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman
2013-02-13gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman
2013-02-13gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman
2013-02-13gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman
2013-02-13gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman
2013-02-13gfs2: Introduce qd2indexEric W. Biederman
2013-02-13gfs2: Report quotas in the caller's user namespace.Eric W. Biederman
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman
2013-02-13gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse
2013-02-01GFS2: Get a block reservation before resizing a fileBob Peterson
2013-02-01GFS2: Split glock lru processing into two partsSteven Whitehouse
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse
2013-01-29GFS2: Separate LRU scanning from shrinkerSteven Whitehouse
2013-01-28GFS2: fix skip unlock conditionDavid Teigland
2013-01-02GFS2: Reset rd_last_alloc when it reaches the end of the rgrpBob Peterson
2013-01-02GFS2: Stop looking for free blocks at end of rgrpBob Peterson
2013-01-02GFS2: Fix race in gfs2_rs_allocAbhijith Das
2013-01-02GFS2: Initialize hex string to '0'Nathan Straz
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini
2012-11-21GFS2: Set gl_object during inode createBob Peterson
2012-11-16GFS2: add error check while allocating new inodesBob Peterson
2012-11-16GFS2: don't reference inode's glock during block allocation traceBob Peterson
2012-11-15GFS2: remove redundant lvb pointerDavid Teigland
2012-11-15GFS2: only use lvb on glocks that need itDavid Teigland
2012-11-14GFS2: skip dlm_unlock calls in unmountDavid Teigland
2012-11-13GFS2: Fix one RG corner caseSteven Whitehouse
2012-11-13GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inodeBob Peterson
2012-11-13GFS2: Use dirty_inode in gfs2_dir_addBob Peterson
2012-11-13GFS2: Fix truncation of journaled data filesSteven Whitehouse
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse
2012-11-07GFS2: Use proper allocation context for new inodesSteven Whitehouse
2012-11-07GFS2: Add test for resource group congestion statusSteven Whitehouse
2012-11-07GFS2: Rename glops go_xmote_th to go_syncBob Peterson
2012-11-07GFS2: Speed up gfs2_rbm_from_blockBob Peterson
2012-11-07GFS2: Review bug traps in glops.cSteven Whitehouse
2012-11-07GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski
2012-11-07GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski