| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 1 | -86/+27 |
|\ |
|
| * | Switch gfs2 to nd_set_link() | Al Viro | 2010-03-03 | 1 | -86/+27 |
* | | GFS2: print glock numbers in hex | Bob Peterson | 2010-03-01 | 1 | -1/+1 |
* | | GFS2: ordered writes are backwards | Dave Chinner | 2010-03-01 | 1 | -2/+2 |
* | | GFS2: Remove loopy umount code | Steven Whitehouse | 2010-03-01 | 5 | -37/+4 |
* | | GFS2: Metadata address space clean up | Steven Whitehouse | 2010-03-01 | 13 | -95/+101 |
|/ |
|
* | GFS2: Fix bmap allocation corner-case bug | Steven Whitehouse | 2010-02-12 | 1 | -1/+1 |
* | GFS2: Fix error code | Abhijith Das | 2010-02-12 | 1 | -1/+1 |
* | GFS2: Extend umount wait coverage to full glock lifetime | Steven Whitehouse | 2010-02-03 | 5 | -7/+17 |
* | GFS2: Wait for unlock completion on umount | Steven Whitehouse | 2010-02-03 | 4 | -1/+13 |
* | GFS2: Use GFP_NOFS for alloc structure | Steven Whitehouse | 2010-02-01 | 1 | -1/+1 |
* | GFS2: Fix previous patch | Steven Whitehouse | 2010-02-01 | 1 | -0/+1 |
* | GFS2: Don't withdraw on partial rindex entries | Benjamin Marzinski | 2010-02-01 | 1 | -5/+0 |
* | GFS2: Fix refcnt leak on gfs2_follow_link() error path | OGAWA Hirofumi | 2010-01-12 | 1 | -1/+2 |
* | GFS2: Use MAX_LFS_FILESIZE for meta inode size | Steven Whitehouse | 2010-01-11 | 1 | -1/+1 |
* | GFS2: Fix gfs2_xattr_acl_chmod() | Steven Whitehouse | 2010-01-08 | 1 | -10/+11 |
* | GFS2: Fix locking bug in rename | Steven Whitehouse | 2010-01-08 | 1 | -2/+4 |
* | GFS2: Ensure uptodate inode size when using O_APPEND | Steven Whitehouse | 2010-01-08 | 1 | -2/+36 |
* | Revert "task_struct: make journal_info conditional" | Linus Torvalds | 2009-12-17 | 1 | -1/+0 |
* | kill I_LOCK | Christoph Hellwig | 2009-12-17 | 1 | -1/+1 |
* | sanitize xattr handler prototypes | Christoph Hellwig | 2009-12-16 | 4 | -54/+41 |
* | fs/gfs2/sys.c: use %pUB to print UUIDs | Joe Perches | 2009-12-15 | 1 | -13/+3 |
* | task_struct: make journal_info conditional | Hiroshi Shimamoto | 2009-12-15 | 1 | -0/+1 |
* | GFS2: Fix glock refcount issues | Steven Whitehouse | 2009-12-03 | 1 | -13/+8 |
* | writeback: remove unused nonblocking and congestion checks (gfs2) | Wu Fengguang | 2009-12-03 | 1 | -12/+0 |
* | GFS2: drop rindex glock to refresh rindex list | Benjamin Marzinski | 2009-12-03 | 1 | -2/+6 |
* | GFS2: Tag all metadata with jid | Steven Whitehouse | 2009-12-03 | 4 | -2/+8 |
* | GFS2: Locking order fix in gfs2_check_blk_state | Steven Whitehouse | 2009-12-03 | 1 | -4/+10 |
* | GFS2: Remove dirent_first() function | Steven Whitehouse | 2009-12-03 | 1 | -33/+1 |
* | GFS2: Display nobarrier option in /proc/mounts | Steven Whitehouse | 2009-12-03 | 1 | -0/+3 |
* | GFS2: add barrier/nobarrier mount options | Christoph Hellwig | 2009-12-03 | 3 | -0/+17 |
* | GFS2: remove division from new statfs code | Benjamin Marzinski | 2009-12-03 | 1 | -8/+9 |
* | GFS2: Improve statfs and quota usability | Benjamin Marzinski | 2009-12-03 | 5 | -10/+100 |
* | GFS2: Use dquot_send_warning() | Steven Whitehouse | 2009-12-03 | 1 | -1/+9 |
* | GFS2: Add set_xquota support | Steven Whitehouse | 2009-12-03 | 1 | -26/+172 |
* | GFS2: Add get_xquota support | Steven Whitehouse | 2009-12-03 | 1 | -0/+43 |
* | GFS2: Clean up gfs2_adjust_quota() and do_glock() | Steven Whitehouse | 2009-12-03 | 1 | -56/+26 |
* | GFS2: Remove constant argument from qd_get() | Steven Whitehouse | 2009-12-03 | 1 | -4/+4 |
* | GFS2: Remove constant argument from qdsb_get() | Steven Whitehouse | 2009-12-03 | 1 | -6/+6 |
* | GFS2: Add proper error reporting to quota sync via sysfs | Steven Whitehouse | 2009-12-03 | 1 | -4/+6 |
* | GFS2: Add get_xstate quota function | Steven Whitehouse | 2009-12-03 | 1 | -0/+23 |
* | GFS2: Remove obsolete code in quota.c | Steven Whitehouse | 2009-12-03 | 2 | -17/+5 |
* | GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops | Steven Whitehouse | 2009-12-03 | 4 | -0/+10 |
* | GFS2: Alter arguments of gfs2_quota/statfs_sync | Steven Whitehouse | 2009-12-03 | 5 | -10/+12 |
* | GFS2: Add cached ACLs support | Steven Whitehouse | 2009-12-03 | 1 | -2/+25 |
* | GFS2: Clean up ACLs | Steven Whitehouse | 2009-12-03 | 5 | -100/+132 |
* | GFS2: Use gfs2_set_mode() instead of munge_mode() | Steven Whitehouse | 2009-12-03 | 1 | -35/+11 |
* | GFS2: Use forget_all_cached_acls() | Steven Whitehouse | 2009-12-03 | 1 | -1/+4 |
* | GFS2: Fix up system xattrs | Steven Whitehouse | 2009-12-03 | 3 | -92/+120 |
* | GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one) | Steven Whitehouse | 2009-12-03 | 3 | -26/+127 |