aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-05-29->encode_fh() API changeAl Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-22Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-05-16GFS2: Fix quota adjustment return codeBob Peterson
2012-05-11GFS2: Add rgrp information to block_alloc trace pointBob Peterson
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
2012-05-08GFS2: Remove redundant metadata block type checkBob Peterson
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-04GFS2: Fix sgid propagation when using ACLsSteven Whitehouse
2012-05-02gfs2: fix recovery during unmountDavid Teigland
2012-05-02dlm: fixes for nodir modeDavid Teigland
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson
2012-04-30GFS2: Eliminate vestigial sd_log_le_rgBob Peterson
2012-04-27GFS2: Eliminate needless parameter from function gfs2_setbitBob Peterson
2012-04-24GFS2: Log code fixesSteven Whitehouse
2012-04-24GFS2: Remove unused argument from gfs2_internal_readAndrew Price
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse
2012-04-24GFS2: Remove duplicate log codeSteven Whitehouse
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse
2012-04-24GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson
2012-04-24GFS2: Change variable blk to biblkBob Peterson
2012-04-24GFS2: Fix function parameter comments in rgrp.cBob Peterson
2012-04-24GFS2: Eliminate offset parameter to gfs2_setbitBob Peterson
2012-04-24GFS2: Use slab for block reservation memoryBob Peterson
2012-04-24GFS2: make function gfs2_page_add_databufs staticBob Peterson
2012-04-24GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson
2012-04-24GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse
2012-04-24GFS2: Drop "pull" argument from log_write_header()Steven Whitehouse
2012-04-24GFS2: Instruct DLM to avoid queue convert slowdownBob Peterson
2012-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2012-04-10GFS2: Allow caching of rindex glockBob Peterson
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2012-03-26GFS2: use depends instead of select in kconfigBenjamin Poirier
2012-03-26GFS2: put glock reference in error patch of read_rindex_entryBob Peterson
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson
2012-03-09GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski
2012-03-09GFS2: Clean up log flush header writingSteven Whitehouse