summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* ->encode_fh() API changeAl Viro2012-05-291-12/+5
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-05-224-13/+7
|\ \
| * | gfs2: fix recovery during unmountDavid Teigland2012-05-021-4/+6
| * | dlm: fixes for nodir modeDavid Teigland2012-05-023-9/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-05-2121-493/+466
|\ \ \
| * | | GFS2: Fix quota adjustment return codeBob Peterson2012-05-161-1/+1
| * | | GFS2: Add rgrp information to block_alloc trace pointBob Peterson2012-05-112-9/+15
| * | | GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson2012-05-113-19/+10
| * | | GFS2: Remove redundant metadata block type checkBob Peterson2012-05-081-5/+0
| * | | GFS2: Fix sgid propagation when using ACLsSteven Whitehouse2012-05-041-9/+3
| * | | GFS2: eliminate log elements and simplifyBob Peterson2012-05-027-55/+48
| * | | GFS2: Eliminate vestigial sd_log_le_rgBob Peterson2012-04-302-2/+0
| * | | GFS2: Eliminate needless parameter from function gfs2_setbitBob Peterson2012-04-271-12/+9
| * | | GFS2: Log code fixesSteven Whitehouse2012-04-242-5/+1
| * | | GFS2: Remove unused argument from gfs2_internal_readAndrew Price2012-04-244-18/+9
| * | | GFS2: Remove bd_list_trSteven Whitehouse2012-04-247-56/+21
| * | | GFS2: Remove duplicate log codeSteven Whitehouse2012-04-241-116/+59
| * | | GFS2: Clean up log write code pathSteven Whitehouse2012-04-248-172/+264
| * | | GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson2012-04-241-2/+4
| * | | GFS2: Change variable blk to biblkBob Peterson2012-04-241-5/+5
| * | | GFS2: Fix function parameter comments in rgrp.cBob Peterson2012-04-241-12/+16
| * | | GFS2: Eliminate offset parameter to gfs2_setbitBob Peterson2012-04-241-11/+12
| * | | GFS2: Use slab for block reservation memoryBob Peterson2012-04-244-8/+23
| * | | GFS2: make function gfs2_page_add_databufs staticBob Peterson2012-04-242-4/+2
| * | | GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson2012-04-241-6/+6
| * | | GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse2012-04-241-14/+11
| * | | GFS2: Drop "pull" argument from log_write_header()Steven Whitehouse2012-04-241-9/+4
| |/ /
* / / vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-1/+1
|/ /
* / GFS2: Instruct DLM to avoid queue convert slowdownBob Peterson2012-04-241-3/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2012-04-117-13/+41
|\
| * GFS2: Allow caching of rindex glockBob Peterson2012-04-101-2/+2
| * GFS2: Make sure rindex is uptodate before starting transactionsBob Peterson2012-04-055-6/+36
| * GFS2: use depends instead of select in kconfigBenjamin Poirier2012-03-261-5/+2
| * GFS2: put glock reference in error patch of read_rindex_entryBob Peterson2012-03-261-0/+1
* | get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-03-2119-245/+804
|\
| * GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson2012-03-202-3/+3
| * GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski2012-03-091-5/+8
| * GFS2: Clean up log flush header writingSteven Whitehouse2012-03-091-65/+66
| * GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse2012-03-084-2/+25
| * GFS2: Flush pending glock work when evicting an inodeSteven Whitehouse2012-03-071-0/+1
| * GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpdBob Peterson2012-03-051-10/+4
| * GFS2: Eliminate sd_rindex_mutexBob Peterson2012-03-053-14/+10
| * GFS2: Unlock rindex mutex on glock errorBob Peterson2012-03-011-1/+2
| * GFS2: Make bd_cmp() staticSteven Whitehouse2012-02-281-1/+1
| * GFS2: Sort the ordered write listBob Peterson2012-02-281-0/+16
| * GFS2: FITRIM ioctl supportSteven Whitehouse2012-02-287-36/+152
| * GFS2: Move two functions from log.c to lops.cSteven Whitehouse2012-02-283-101/+97