aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2012-11-07GFS2: Fix FITRIM argument handlingLukas Czerner
2012-11-07GFS2: Require user to provide argument for FITRIMLukas Czerner
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price
2012-11-07GFS2: Fix possible null pointer deref in gfs2_rs_allocAndrew Price
2012-11-07GFS2: Fix an unchecked error from gfs2_rs_allocAndrew Price
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-24GFS2: Write out dirty inode metadata in delayed deletesBenjamin Marzinski
2012-09-24GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_glEric Sandeen
2012-09-24GFS2: Fix infinite loop in rbm_findBob Peterson
2012-09-24GFS2: Consolidate free block searching functionsSteven Whitehouse
2012-09-24GFS2: Get rid of I_MUTEX_QUOTA usageJan Kara
2012-09-24GFS2: Stop block extents at the end of bitmapsBob Peterson
2012-09-24GFS2: Fix unclaimed_blocks() wrapping bug and clean upSteven Whitehouse
2012-09-24GFS2: Improve block reservation tracingSteven Whitehouse
2012-09-24GFS2: Fall back to ignoring reservations, if there are no other blocks leftSteven Whitehouse
2012-09-24GFS2: Fix ->show_options() for statfs slowSteven Whitehouse
2012-09-24GFS2: Use rbm for gfs2_setbit()Steven Whitehouse
2012-09-24GFS2: Use rbm for gfs2_testbit()Steven Whitehouse
2012-09-24GFS2: Eliminate unnecessary check for state > 3 in bitfitBob Peterson
2012-09-24GFS2: Eliminate redundant calls to may_grantBob Peterson
2012-09-24GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demoteBob Peterson
2012-09-24GFS2: Combine functions gfs2_glock_wait and wait_on_holderBob Peterson