| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 2012-09-14 | 3 | -44/+61 |
|\ |
|
| * | GFS2: Take account of blockages when using reserved blocks | Steven Whitehouse | 2012-09-13 | 1 | -38/+28 |
| * | GFS2: Fix missing allocation data for set/remove xattr | Steven Whitehouse | 2012-09-13 | 1 | -2/+6 |
| * | GFS2: Make write size hinting code common | Steven Whitehouse | 2012-09-13 | 1 | -4/+27 |
* | | gfs2: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-08-01 | 2 | -12/+10 |
|\ |
|
| * | gfs2: Convert to new freezing mechanism | Jan Kara | 2012-07-31 | 2 | -12/+7 |
| * | gfs2: Push file_update_time() into gfs2_page_mkwrite() | Jan Kara | 2012-07-31 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 2012-07-24 | 20 | -366/+1093 |
|\ \
| |/
|/| |
|
| * | GFS2: Eliminate 64-bit divides | Bob Peterson | 2012-07-20 | 1 | -3/+3 |
| * | GFS2: Reduce file fragmentation | Bob Peterson | 2012-07-19 | 9 | -92/+708 |
| * | GFS2: kernel panic with small gfs2 filesystems - 1 RG | Abhijith Das | 2012-07-18 | 1 | -0/+1 |
| * | GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occurs | Masatake YAMATO | 2012-06-28 | 1 | -1/+4 |
| * | GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserve | Bob Peterson | 2012-06-14 | 1 | -53/+29 |
| * | GFS2: Add kobject release method | Bob Peterson | 2012-06-13 | 2 | -15/+42 |
| * | GFS2: Size seq_file buffer more carefully | Steven Whitehouse | 2012-06-11 | 1 | -4/+6 |
| * | GFS2: Use seq_vprintf for glocks debugfs file | Steven Whitehouse | 2012-06-11 | 1 | -4/+1 |
| * | GFS2: Use lvbs for storing rgrp information with mount option | Benjamin Marzinski | 2012-06-08 | 4 | -9/+153 |
| * | GFS2: Cache last hash bucket for glock seq_files | Steven Whitehouse | 2012-06-08 | 1 | -7/+22 |
| * | GFS2: Increase buffer size for glocks and glstats debugfs files | Steven Whitehouse | 2012-06-07 | 1 | -0/+6 |
| * | GFS2: Fix error handling when reading an invalid block from the journal | Steven Whitehouse | 2012-06-06 | 2 | -13/+14 |
| * | GFS2: Add "top dir" flag support | Steven Whitehouse | 2012-06-06 | 1 | -0/+4 |
| * | GFS2: Fold quota data into the reservations struct | Bob Peterson | 2012-06-06 | 12 | -186/+56 |
| * | GFS2: Extend the life of the reservations | Bob Peterson | 2012-06-06 | 8 | -39/+104 |
* | | quota: Move quota syncing to ->sync_fs method | Jan Kara | 2012-07-22 | 1 | -0/+2 |
* | | quota: Split dquot_quota_sync() to writeback and cache flushing part | Jan Kara | 2012-07-22 | 4 | -5/+5 |
* | | VFS: Pass mount flags to sget() | David Howells | 2012-07-14 | 1 | -3/+2 |
* | | don't pass nameidata to ->create() | Al Viro | 2012-07-14 | 1 | -4/+1 |
* | | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | | stop passing nameidata * to ->d_revalidate() | Al Viro | 2012-07-14 | 1 | -3/+3 |
|/ |
|
* | ->encode_fh() API change | Al Viro | 2012-05-29 | 1 | -12/+5 |
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2012-05-28 | 1 | -1/+1 |
|\ |
|
| * | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | | Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 2012-05-22 | 4 | -13/+7 |
|\ \ |
|
| * | | gfs2: fix recovery during unmount | David Teigland | 2012-05-02 | 1 | -4/+6 |
| * | | dlm: fixes for nodir mode | David Teigland | 2012-05-02 | 3 | -9/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 2012-05-21 | 21 | -493/+466 |
|\ \ \ |
|
| * | | | GFS2: Fix quota adjustment return code | Bob Peterson | 2012-05-16 | 1 | -1/+1 |
| * | | | GFS2: Add rgrp information to block_alloc trace point | Bob Peterson | 2012-05-11 | 2 | -9/+15 |
| * | | | GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer | Bob Peterson | 2012-05-11 | 3 | -19/+10 |
| * | | | GFS2: Remove redundant metadata block type check | Bob Peterson | 2012-05-08 | 1 | -5/+0 |
| * | | | GFS2: Fix sgid propagation when using ACLs | Steven Whitehouse | 2012-05-04 | 1 | -9/+3 |
| * | | | GFS2: eliminate log elements and simplify | Bob Peterson | 2012-05-02 | 7 | -55/+48 |
| * | | | GFS2: Eliminate vestigial sd_log_le_rg | Bob Peterson | 2012-04-30 | 2 | -2/+0 |
| * | | | GFS2: Eliminate needless parameter from function gfs2_setbit | Bob Peterson | 2012-04-27 | 1 | -12/+9 |
| * | | | GFS2: Log code fixes | Steven Whitehouse | 2012-04-24 | 2 | -5/+1 |
| * | | | GFS2: Remove unused argument from gfs2_internal_read | Andrew Price | 2012-04-24 | 4 | -18/+9 |
| * | | | GFS2: Remove bd_list_tr | Steven Whitehouse | 2012-04-24 | 7 | -56/+21 |
| * | | | GFS2: Remove duplicate log code | Steven Whitehouse | 2012-04-24 | 1 | -116/+59 |
| * | | | GFS2: Clean up log write code path | Steven Whitehouse | 2012-04-24 | 8 | -172/+264 |