summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
| |/
* / 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/+17
* 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/+1
* 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/+5
| * | | 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/+0
| * | | GFS2: combine gfs2_alloc_block and gfs2_alloc_diBob Peterson2011-11-156-77/+45
| * | | 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
| * | | GFS2: More automated code analysis fixesSteven Whitehouse2011-11-083-7/+7
| * | | GFS2: Add readahead to sequential directory traversalBob Peterson2011-11-084-6/+57
| * | | GFS2: Fix up REQ flagsSteven Whitehouse2011-11-084-5/+5
| |/ /
* | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-4/+4
* | | fs: propagate umode_t, misc bitsAl Viro2012-01-031-5/+5
* | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | | vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* | | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\ \
| * | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-1/+1
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-2/+2
|\ \
| * | vfs: do (nearly) lockless generic_file_llseekAndi Kleen2011-10-281-2/+2
| |/
* | Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds2011-10-2819-1012/+666
|\ \
| * | GFS2: Move readahead of metadata during deallocation into its own functionSteven Whitehouse2011-10-211-19/+26
| * | GFS2: Remove two unused variablesSteven Whitehouse2011-10-213-20/+4