aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2011-11-21GFS2: split function rgblk_searchBob Peterson
2011-11-21GFS2: Fix up "off by one" in the previous patchSteven Whitehouse
2011-11-21GFS2: move toward a generic multi-block allocatorBob Peterson
2011-11-21GFS2: O_(D)SYNC support for fallocateSteven Whitehouse
2011-11-18GFS2: remove vestigial al_allocedBob Peterson
2011-11-15GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson
2011-11-15GFS2: Add non-try locks back to get_local_rgrpBob Peterson
2011-11-09GFS2: f_ra is always valid in dir readahead functionSteven Whitehouse
2011-11-09GFS2: Fix very unlikley memory leak in ACL xattr codeSteven Whitehouse
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse
2011-11-08GFS2: Add readahead to sequential directory traversalBob Peterson
2011-11-08GFS2: Fix up REQ flagsSteven Whitehouse
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse
2011-10-21GFS2: Remove two unused variablesSteven Whitehouse
2011-10-21GFS2: Misc fixesSteven Whitehouse
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski