summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
| * 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/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-03-2219-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/+4Star
| * GFS2: Eliminate sd_rindex_mutexBob Peterson2012-03-053-14/+10Star
| * 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/+97Star
| * GFS2: glock statistics gatheringSteven Whitehouse2012-02-285-19/+431
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1Star
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
| |/
* / gfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-12/+12
|/
* GFS2: Read resource groups on mountSteven Whitehouse2012-02-284-20/+17Star
* GFS2: Ensure rindex is uptodate for fallocateBob Peterson2012-02-281-0/+5
* GFS2: Read in rindex if necessary during unlinkBob Peterson2012-02-281-2/+7
* GFS2: Fix race between lru_list and glock ref countSteven Whitehouse2012-02-281-4/+10
* GFS2: Fix nlink setting on inode creationSteven Whitehouse2012-01-111-3/+1Star
* GFS2: fail mount if journal recovery failsDavid Teigland2012-01-112-1/+3
* GFS2: let spectator mount do read only recoveryDavid Teigland2012-01-113-2/+5
* GFS2: Fix a use-after-free that coverity spottedBob Peterson2012-01-111-1/+1
* GFS2: dlm based recovery coordinationDavid Teigland2012-01-119-42/+1096
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2012-01-101-2/+2
|\
| * dlm: add recovery callbacksDavid Teigland2012-01-041-2/+2
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-082-4/+4
|\ \
| * | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-212-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-01-0819-334/+394
|\ \ \
| * | | GFS2: local functions should be staticH Hartley Sweeten2011-12-061-1/+1
| * | | GFS2: We only need one ACL getting functionSteven Whitehouse2011-11-231-9/+5Star
| * | | GFS2: Fix multi-block allocationSteven Whitehouse2011-11-222-31/+36
| * | | GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-2213-181/+188
| * | | GFS2: split function rgblk_searchBob Peterson2011-11-211-25/+51
| * | | GFS2: Fix up "off by one" in the previous patchSteven Whitehouse2011-11-211-1/+1
| * | | GFS2: move toward a generic multi-block allocatorBob Peterson2011-11-216-39/+39
| * | | GFS2: O_(D)SYNC support for fallocateSteven Whitehouse2011-11-211-0/+5
| * | | GFS2: remove vestigial al_allocedBob Peterson2011-11-182-3/+0Star
| * | | GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson2011-11-156-77/+45Star
| * | | GFS2: Add non-try locks back to get_local_rgrpBob Peterson2011-11-151-3/+5
| * | | GFS2: f_ra is always valid in dir readahead functionSteven Whitehouse2011-11-091-4/+6
| * | | GFS2: Fix very unlikley memory leak in ACL xattr codeSteven Whitehouse2011-11-091-3/+4