| Commit message (Expand) | Author | Age | Files | Lines |
* | [GFS2] Fix delayed demote race | Steven Whitehouse | 2008-07-07 | 1 | -1/+4 |
* | [GFS2] don't call permission() | Miklos Szeredi | 2008-07-03 | 4 | -13/+30 |
* | [GFS2] Fix module building | Steven Whitehouse | 2008-06-27 | 2 | -2/+0 |
* | [GFS2] Remove all_list from lock_dlm | Steven Whitehouse | 2008-06-27 | 3 | -30/+1 |
* | [GFS2] Remove obsolete conversion deadlock avoidance code | Steven Whitehouse | 2008-06-27 | 1 | -22/+1 |
* | [GFS2] Remove remote lock dropping code | Steven Whitehouse | 2008-06-27 | 10 | -69/+6 |
* | [GFS2] kernel panic mounting volume | Bob Peterson | 2008-06-27 | 1 | -1/+1 |
* | [GFS2] Revise readpage locking | Steven Whitehouse | 2008-06-27 | 1 | -13/+16 |
* | [GFS2] Fix ordering of args for list_add | Steven Whitehouse | 2008-06-27 | 1 | -1/+1 |
* | [GFS2] trivial sparse lock annotations | Harvey Harrison | 2008-06-27 | 2 | -0/+4 |
* | [GFS2] No lock_nolock | Steven Whitehouse | 2008-06-27 | 8 | -266/+71 |
* | [GFS2] Fix ordering bug in lock_dlm | Steven Whitehouse | 2008-06-27 | 4 | -387/+306 |
* | [GFS2] Clean up the glock core | Steven Whitehouse | 2008-06-27 | 13 | -1049/+736 |
* | [GFS2] fix gfs2 block allocation (cleaned up) | Benjamin Marzinski | 2008-06-24 | 1 | -14/+9 |
* | [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 | Bob Peterson | 2008-06-24 | 1 | -1/+1 |
* | NFS: nfs_updatepage(): don't mark page as dirty if an error occurred | Trond Myklebust | 2008-06-23 | 1 | -3/+4 |
* | NFS: Fix filehandle size comparisons in the mount code | Trond Myklebust | 2008-06-23 | 2 | -6/+7 |
* | NFS: Reduce the NFS mount code stack usage. | Trond Myklebust | 2008-06-23 | 1 | -28/+40 |
* | Fix performance regression on lmbench select benchmark | Linus Torvalds | 2008-06-22 | 1 | -1/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-06-21 | 1 | -1/+2 |
|\ |
|
| * | Ext4: Fix online resize block group descriptor corruption | Frederic Bohe | 2008-06-20 | 1 | -1/+2 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2008-06-18 | 1 | -1/+1 |
|\ \ |
|
| * | | udf: restore UDFFS_DEBUG to being undefined by default | Paul Collins | 2008-06-16 | 1 | -1/+1 |
* | | | fuse: fix thinko in max I/O size calucation | Miklos Szeredi | 2008-06-17 | 1 | -2/+2 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-06-16 | 6 | -137/+123 |
|\ \ \ |
|
| * | | | ocfs2: Remove ->hangup() from stack glue operations. | Joel Becker | 2008-06-16 | 4 | -23/+6 |
| * | | | ocfs2: Move the call of ocfs2_hb_ctl into the stack glue. | Joel Becker | 2008-06-16 | 3 | -48/+40 |
| * | | | ocfs2: Move the hb_ctl_path sysctl into the stack glue. | Joel Becker | 2008-06-16 | 5 | -78/+89 |
| |/ / |
|
* | | | Remove last traces of a.out support from ELF loader. | David Woodhouse | 2008-06-16 | 1 | -3/+0 |
* | | | Include <asm/a.out.h> in fs/exec.c only for Alpha. | David Woodhouse | 2008-06-16 | 1 | -2/+6 |
|/ / |
|
* | | pagemap: fix large pages in pagemap | Dave Hansen | 2008-06-12 | 1 | -9/+30 |
* | | pagemap: pass mm into pagewalkers | Dave Hansen | 2008-06-12 | 1 | -19/+25 |
* | | fat: relax the permission check of fat_setattr() | OGAWA Hirofumi | 2008-06-12 | 1 | -17/+27 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-06-11 | 11 | -130/+172 |
|\ |
|
| * | [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled | Steve French | 2008-06-10 | 1 | -11/+10 |
| * | [CIFS] Fix hang in mount when negprot causes server to kill tcp session | Steve French | 2008-06-10 | 2 | -0/+6 |
| * | disable most mode changes on non-unix/non-cifsacl mounts | Jeff Layton | 2008-05-25 | 1 | -12/+26 |
| * | [CIFS] Correct incorrect obscure open flag | Steve French | 2008-05-23 | 1 | -5/+18 |
| * | [CIFS] warn if both dynperm and cifsacl mount options specified | Steve French | 2008-05-23 | 1 | -0/+4 |
| * | silently ignore ownership changes unless unix extensions are enabled or we're... | Jeff Layton | 2008-05-23 | 1 | -7/+20 |
| * | [CIFS] remove trailing whitespace | Steve French | 2008-05-23 | 1 | -1/+1 |
| * | when creating new inodes, use file_mode/dir_mode exclusively on mount without... | Jeff Layton | 2008-05-23 | 2 | -3/+8 |
| * | on non-posix shares, clear write bits in mode when ATTR_READONLY is set | Jeff Layton | 2008-05-23 | 2 | -72/+75 |
| * | [CIFS] remove unused variables | Steve French | 2008-05-23 | 5 | -20/+5 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-06-06 | 6 | -23/+108 |
|\ \ |
|
| * | | ext4: enable barriers by default | Eric Sandeen | 2008-05-26 | 1 | -2/+9 |
| * | | jbd2: Fix barrier fallback code to re-lock the buffer head | Theodore Ts'o | 2008-06-03 | 1 | -0/+1 |
| * | | ext4: Display the journal_async_commit mount option in /proc/mounts | Theodore Ts'o | 2008-05-26 | 1 | -0/+2 |
| * | | jbd2: If a journal checksum error is detected, propagate the error to ext4 | Theodore Ts'o | 2008-06-06 | 2 | -7/+27 |
| * | | jbd2: Fix memory leak when verifying checksums in the journal | Theodore Ts'o | 2008-05-26 | 1 | -0/+1 |