aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-04GFS2: Fix sgid propagation when using ACLsSteven Whitehouse1-9/+3
2012-05-02gfs2: fix recovery during unmountDavid Teigland1-4/+6
2012-05-02dlm: fixes for nodir modeDavid Teigland3-9/+1
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson7-55/+48
2012-04-30GFS2: Eliminate vestigial sd_log_le_rgBob Peterson2-2/+0
2012-04-27GFS2: Eliminate needless parameter from function gfs2_setbitBob Peterson1-12/+9
2012-04-24GFS2: Log code fixesSteven Whitehouse2-5/+1
2012-04-24GFS2: Remove unused argument from gfs2_internal_readAndrew Price4-18/+9
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse7-56/+21
2012-04-24GFS2: Remove duplicate log codeSteven Whitehouse1-116/+59
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse8-172/+264
2012-04-24GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson1-2/+4
2012-04-24GFS2: Change variable blk to biblkBob Peterson1-5/+5
2012-04-24GFS2: Fix function parameter comments in rgrp.cBob Peterson1-12/+16
2012-04-24GFS2: Eliminate offset parameter to gfs2_setbitBob Peterson1-11/+12
2012-04-24GFS2: Use slab for block reservation memoryBob Peterson4-8/+23
2012-04-24GFS2: make function gfs2_page_add_databufs staticBob Peterson2-4/+2
2012-04-24GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson1-6/+6
2012-04-24GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse1-14/+11
2012-04-24GFS2: Drop "pull" argument from log_write_header()Steven Whitehouse1-9/+4
2012-04-24GFS2: Instruct DLM to avoid queue convert slowdownBob Peterson1-3/+7
2012-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds7-13/+41
2012-04-10GFS2: Allow caching of rindex glockBob Peterson1-2/+2
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson5-6/+36
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro1-1/+0
2012-03-26GFS2: use depends instead of select in kconfigBenjamin Poirier1-5/+2
2012-03-26GFS2: put glock reference in error patch of read_rindex_entryBob Peterson1-0/+1
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-245/+804
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang3-12/+12
2012-03-20GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson2-3/+3
2012-03-09GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski1-5/+8
2012-03-09GFS2: Clean up log flush header writingSteven Whitehouse1-65/+66
2012-03-08GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse4-2/+25
2012-03-07GFS2: Flush pending glock work when evicting an inodeSteven Whitehouse1-0/+1
2012-03-05GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpdBob Peterson1-10/+4
2012-03-05GFS2: Eliminate sd_rindex_mutexBob Peterson3-14/+10
2012-03-01GFS2: Unlock rindex mutex on glock errorBob Peterson1-1/+2
2012-02-28GFS2: Make bd_cmp() staticSteven Whitehouse1-1/+1