Age | Commit message (Expand) | Author | Files | Lines |
2010-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 4 | -5/+3 |
2010-03-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2010-03-11 | GFS2: Skip check for mandatory locks when unlocking | Sachin Prabhu | 1 | -1/+1 |
2010-03-11 | GFS2: Allow the number of committed revokes to temporarily be negative | Benjamin Marzinski | 2 | -3/+2 |
2010-03-09 | GFS2: do not select QUOTA | Christoph Hellwig | 1 | -1/+0 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-08 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
2010-03-08 | kobject: Constify struct kset_uevent_ops | Emese Revfy | 1 | -1/+1 |
2010-03-06 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 4 | -5/+10 |
2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -2/+3 |
2010-03-05 | quota: move code from sync_quota_sb into vfs_quota_sync | Christoph Hellwig | 4 | -5/+10 |
2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -86/+27 |
2010-03-03 | Switch gfs2 to nd_set_link() | Al Viro | 1 | -86/+27 |
2010-03-01 | GFS2: print glock numbers in hex | Bob Peterson | 1 | -1/+1 |
2010-03-01 | GFS2: ordered writes are backwards | Dave Chinner | 1 | -2/+2 |
2010-03-01 | GFS2: Remove loopy umount code | Steven Whitehouse | 5 | -37/+4 |
2010-03-01 | GFS2: Metadata address space clean up | Steven Whitehouse | 13 | -95/+101 |
2010-02-12 | GFS2: Fix bmap allocation corner-case bug | Steven Whitehouse | 1 | -1/+1 |
2010-02-12 | GFS2: Fix error code | Abhijith Das | 1 | -1/+1 |
2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
2010-02-03 | GFS2: Extend umount wait coverage to full glock lifetime | Steven Whitehouse | 5 | -7/+17 |
2010-02-03 | GFS2: Wait for unlock completion on umount | Steven Whitehouse | 4 | -1/+13 |
2010-02-01 | GFS2: Use GFP_NOFS for alloc structure | Steven Whitehouse | 1 | -1/+1 |
2010-02-01 | GFS2: Fix previous patch | Steven Whitehouse | 1 | -0/+1 |
2010-02-01 | GFS2: Don't withdraw on partial rindex entries | Benjamin Marzinski | 1 | -5/+0 |
2010-01-12 | GFS2: Fix refcnt leak on gfs2_follow_link() error path | OGAWA Hirofumi | 1 | -1/+2 |
2010-01-11 | GFS2: Use MAX_LFS_FILESIZE for meta inode size | Steven Whitehouse | 1 | -1/+1 |
2010-01-08 | GFS2: Fix gfs2_xattr_acl_chmod() | Steven Whitehouse | 1 | -10/+11 |
2010-01-08 | GFS2: Fix locking bug in rename | Steven Whitehouse | 1 | -2/+4 |
2010-01-08 | GFS2: Ensure uptodate inode size when using O_APPEND | Steven Whitehouse | 1 | -2/+36 |
2009-12-18 | Revert "task_struct: make journal_info conditional" | Linus Torvalds | 1 | -1/+0 |
2009-12-17 | kill I_LOCK | Christoph Hellwig | 1 | -1/+1 |
2009-12-16 | sanitize xattr handler prototypes | Christoph Hellwig | 4 | -54/+41 |
2009-12-15 | fs/gfs2/sys.c: use %pUB to print UUIDs | Joe Perches | 1 | -13/+3 |
2009-12-15 | task_struct: make journal_info conditional | Hiroshi Shimamoto | 1 | -0/+1 |
2009-12-03 | GFS2: Fix glock refcount issues | Steven Whitehouse | 1 | -13/+8 |
2009-12-03 | writeback: remove unused nonblocking and congestion checks (gfs2) | Wu Fengguang | 1 | -12/+0 |
2009-12-03 | GFS2: drop rindex glock to refresh rindex list | Benjamin Marzinski | 1 | -2/+6 |
2009-12-03 | GFS2: Tag all metadata with jid | Steven Whitehouse | 4 | -2/+8 |
2009-12-03 | GFS2: Locking order fix in gfs2_check_blk_state | Steven Whitehouse | 1 | -4/+10 |
2009-12-03 | GFS2: Remove dirent_first() function | Steven Whitehouse | 1 | -33/+1 |
2009-12-03 | GFS2: Display nobarrier option in /proc/mounts | Steven Whitehouse | 1 | -0/+3 |
2009-12-03 | GFS2: add barrier/nobarrier mount options | Christoph Hellwig | 3 | -0/+17 |
2009-12-03 | GFS2: remove division from new statfs code | Benjamin Marzinski | 1 | -8/+9 |
2009-12-03 | GFS2: Improve statfs and quota usability | Benjamin Marzinski | 5 | -10/+100 |
2009-12-03 | GFS2: Use dquot_send_warning() | Steven Whitehouse | 1 | -1/+9 |
2009-12-03 | GFS2: Add set_xquota support | Steven Whitehouse | 1 | -26/+172 |
2009-12-03 | GFS2: Add get_xquota support | Steven Whitehouse | 1 | -0/+43 |
2009-12-03 | GFS2: Clean up gfs2_adjust_quota() and do_glock() | Steven Whitehouse | 1 | -56/+26 |
2009-12-03 | GFS2: Remove constant argument from qd_get() | Steven Whitehouse | 1 | -4/+4 |