aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-09GFS2: f_ra is always valid in dir readahead functionSteven Whitehouse1-4/+6
2011-11-09GFS2: Fix very unlikley memory leak in ACL xattr codeSteven Whitehouse1-3/+4
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse3-7/+7
2011-11-08GFS2: Add readahead to sequential directory traversalBob Peterson4-6/+57
2011-11-08GFS2: Fix up REQ flagsSteven Whitehouse4-5/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-2/+2
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds19-1012/+666
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-2/+2
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-20/+18
2011-10-21GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse1-19/+26
2011-10-21GFS2: Remove two unused variablesSteven Whitehouse3-20/+4
2011-10-21GFS2: Misc fixesSteven Whitehouse3-8/+8
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski3-147/+39
2011-10-21GFS2: speed up delete/unlink performance for large filesBob Peterson1-3/+23
2011-10-21GFS2: Fix off-by-one in gfs2_blk2rgrpdSteven Whitehouse1-5/+4
2011-10-21GFS2: Clean up ->page_mkwriteSteven Whitehouse1-18/+46
2011-10-21GFS2: Correctly set goal block after allocationSteven Whitehouse1-1/+1