aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-28GFS2: Sort the ordered write listBob Peterson1-0/+16
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse7-36/+152
2012-02-28GFS2: Move two functions from log.c to lops.cSteven Whitehouse3-101/+97
2012-02-28GFS2: glock statistics gatheringSteven Whitehouse5-19/+431
2012-02-28GFS2: Read resource groups on mountSteven Whitehouse4-20/+17
2012-02-28GFS2: Ensure rindex is uptodate for fallocateBob Peterson1-0/+5
2012-02-28GFS2: Read in rindex if necessary during unlinkBob Peterson1-2/+7
2012-02-28GFS2: Fix race between lru_list and glock ref countSteven Whitehouse1-4/+10
2012-01-11GFS2: Fix nlink setting on inode creationSteven Whitehouse1-3/+1
2012-01-11GFS2: fail mount if journal recovery failsDavid Teigland2-1/+3
2012-01-11GFS2: let spectator mount do read only recoveryDavid Teigland3-2/+5
2012-01-11GFS2: Fix a use-after-free that coverity spottedBob Peterson1-1/+1
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland9-42/+1096
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+4
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-334/+394
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-4/+4
2012-01-04dlm: add recovery callbacksDavid Teigland1-2/+2
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-5/+5
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-12-06GFS2: local functions should be staticH Hartley Sweeten1-1/+1
2011-11-23GFS2: We only need one ACL getting functionSteven Whitehouse1-9/+5
2011-11-22GFS2: Fix multi-block allocationSteven Whitehouse2-31/+36
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson13-181/+188
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2-4/+4
2011-11-21GFS2: split function rgblk_searchBob Peterson1-25/+51
2011-11-21GFS2: Fix up "off by one" in the previous patchSteven Whitehouse1-1/+1
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson6-39/+39
2011-11-21GFS2: O_(D)SYNC support for fallocateSteven Whitehouse1-0/+5
2011-11-18GFS2: remove vestigial al_allocedBob Peterson2-3/+0
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson6-77/+45
2011-11-15GFS2: Add non-try locks back to get_local_rgrpBob Peterson1-3/+5