aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2012-03-08GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse
2012-03-07GFS2: Flush pending glock work when evicting an inodeSteven Whitehouse
2012-03-05GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpdBob Peterson
2012-03-05GFS2: Eliminate sd_rindex_mutexBob Peterson
2012-03-01GFS2: Unlock rindex mutex on glock errorBob Peterson
2012-02-28GFS2: Make bd_cmp() staticSteven Whitehouse
2012-02-28GFS2: Sort the ordered write listBob Peterson
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse
2012-02-28GFS2: Move two functions from log.c to lops.cSteven Whitehouse
2012-02-28GFS2: glock statistics gatheringSteven Whitehouse
2012-02-28GFS2: Read resource groups on mountSteven Whitehouse
2012-02-28GFS2: Ensure rindex is uptodate for fallocateBob Peterson
2012-02-28GFS2: Read in rindex if necessary during unlinkBob Peterson
2012-02-28GFS2: Fix race between lru_list and glock ref countSteven Whitehouse
2012-01-11GFS2: Fix nlink setting on inode creationSteven Whitehouse
2012-01-11GFS2: fail mount if journal recovery failsDavid Teigland
2012-01-11GFS2: let spectator mount do read only recoveryDavid Teigland
2012-01-11GFS2: Fix a use-after-free that coverity spottedBob Peterson
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-04dlm: add recovery callbacksDavid Teigland
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-12-06GFS2: local functions should be staticH Hartley Sweeten
2011-11-23GFS2: We only need one ACL getting functionSteven Whitehouse
2011-11-22GFS2: Fix multi-block allocationSteven Whitehouse
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo