summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-07-2520-366/+1093
|\
| * GFS2: Eliminate 64-bit dividesBob Peterson2012-07-201-3/+3
| * GFS2: Reduce file fragmentationBob Peterson2012-07-199-92/+708
| * GFS2: kernel panic with small gfs2 filesystems - 1 RGAbhijith Das2012-07-181-0/+1
| * GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occursMasatake YAMATO2012-06-281-1/+4
| * GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserveBob Peterson2012-06-141-53/+29Star
| * GFS2: Add kobject release methodBob Peterson2012-06-132-15/+42
| * GFS2: Size seq_file buffer more carefullySteven Whitehouse2012-06-111-4/+6
| * GFS2: Use seq_vprintf for glocks debugfs fileSteven Whitehouse2012-06-111-4/+1Star
| * GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski2012-06-084-9/+153
| * GFS2: Cache last hash bucket for glock seq_filesSteven Whitehouse2012-06-081-7/+22
| * GFS2: Increase buffer size for glocks and glstats debugfs filesSteven Whitehouse2012-06-071-0/+6
| * GFS2: Fix error handling when reading an invalid block from the journalSteven Whitehouse2012-06-062-13/+14
| * GFS2: Add "top dir" flag supportSteven Whitehouse2012-06-061-0/+4
| * GFS2: Fold quota data into the reservations structBob Peterson2012-06-0612-186/+56Star
| * GFS2: Extend the life of the reservationsBob Peterson2012-06-068-39/+104
* | quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+2
* | quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2012-07-224-5/+5
* | VFS: Pass mount flags to sget()David Howells2012-07-141-3/+2Star
* | don't pass nameidata to ->create()Al Viro2012-07-141-4/+1Star
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
|/
* ->encode_fh() API changeAl Viro2012-05-301-12/+5Star
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-05-234-13/+7Star
|\ \
| * | gfs2: fix recovery during unmountDavid Teigland2012-05-021-4/+6
| * | dlm: fixes for nodir modeDavid Teigland2012-05-023-9/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-05-2221-493/+466Star
|\ \ \
| * | | GFS2: Fix quota adjustment return codeBob Peterson2012-05-161-1/+1
| * | | GFS2: Add rgrp information to block_alloc trace pointBob Peterson2012-05-112-9/+15
| * | | GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson2012-05-113-19/+10Star
| * | | GFS2: Remove redundant metadata block type checkBob Peterson2012-05-081-5/+0Star
| * | | GFS2: Fix sgid propagation when using ACLsSteven Whitehouse2012-05-041-9/+3Star
| * | | GFS2: eliminate log elements and simplifyBob Peterson2012-05-027-55/+48Star
| * | | GFS2: Eliminate vestigial sd_log_le_rgBob Peterson2012-04-302-2/+0Star
| * | | GFS2: Eliminate needless parameter from function gfs2_setbitBob Peterson2012-04-271-12/+9Star
| * | | GFS2: Log code fixesSteven Whitehouse2012-04-242-5/+1Star
| * | | GFS2: Remove unused argument from gfs2_internal_readAndrew Price2012-04-244-18/+9Star
| * | | GFS2: Remove bd_list_trSteven Whitehouse2012-04-247-56/+21Star
| * | | GFS2: Remove duplicate log codeSteven Whitehouse2012-04-241-116/+59Star
| * | | GFS2: Clean up log write code pathSteven Whitehouse2012-04-248-172/+264
| * | | GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson2012-04-241-2/+4
| * | | GFS2: Change variable blk to biblkBob Peterson2012-04-241-5/+5
| * | | GFS2: Fix function parameter comments in rgrp.cBob Peterson2012-04-241-12/+16
| * | | GFS2: Eliminate offset parameter to gfs2_setbitBob Peterson2012-04-241-11/+12
| * | | GFS2: Use slab for block reservation memoryBob Peterson2012-04-244-8/+23
| * | | GFS2: make function gfs2_page_add_databufs staticBob Peterson2012-04-242-4/+2Star
| * | | GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson2012-04-241-6/+6
| * | | GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse2012-04-241-14/+11Star