Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GFS2] Fix bug in directory code and tidy up | Steven Whitehouse | 2006-03-20 | 10 | -982/+682 |
* | [GFS2] Add gfs2meta filesystem | Steven Whitehouse | 2006-03-02 | 3 | -23/+45 |
* | [GFS2] Fix some bugs | Steven Whitehouse | 2006-03-01 | 3 | -9/+7 |
* | [GFS2] Tidy up mount code. | Steven Whitehouse | 2006-03-01 | 8 | -54/+27 |
* | [GFS2] Remove uneeded memory allocation | Steven Whitehouse | 2006-03-01 | 2 | -19/+13 |
* | [DLM] Pass in lockspace to lkb put function | David Teigland | 2006-02-28 | 1 | -23/+31 |
* | [GFS2] Macros removal in gfs2.h | Steven Whitehouse | 2006-02-27 | 38 | -268/+408 |
* | Merge branch 'master' | Steven Whitehouse | 2006-02-27 | 15 | -150/+271 |
|\ | |||||
| * | [PATCH] x86_64: Fix ioctl compat code for /dev/rtc | Andi Kleen | 2006-02-26 | 1 | -11/+2 |
| * | [PATCH] x86_64: Check for bad elf entry address. | Suresh Siddha | 2006-02-26 | 1 | -0/+5 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6 | Linus Torvalds | 2006-02-24 | 11 | -137/+256 |
| |\ | |||||
| | * | NTFS: Do more detailed reporting of why we cannot mount read-write by | Anton Altaparmakov | 2006-02-24 | 5 | -29/+47 |
| | * | NTFS: Implement support for sector sizes above 512 bytes (up to the maximum | Anton Altaparmakov | 2006-02-24 | 5 | -70/+121 |
| | * | Merge ../ntfs-2.6-devel | Anton Altaparmakov | 2006-02-24 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'master' of /usr/src/ntfs-2.6/ | Anton Altaparmakov | 2006-01-19 | 492 | -8654/+57741 |
| | | |\ | |||||
| | | * \ | Merge branch 'master' of /usr/src/ntfs-2.6/ | Anton Altaparmakov | 2006-01-03 | 15 | -93/+122 |
| | | |\ \ | |||||
| | | * \ \ | Merge branch 'master' of /usr/src/ntfs-2.6/ | Anton Altaparmakov | 2005-12-05 | 36 | -176/+336 |
| | | |\ \ \ | |||||
| | | * | | | | NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a | Anton Altaparmakov | 2005-11-24 | 1 | -1/+1 |
| | * | | | | | NTFS: - Cope with attribute list attribute having invalid flags. | Anton Altaparmakov | 2006-02-24 | 3 | -26/+76 |
| | * | | | | | Merge branch 'master' of /home/src/linux-2.6/ | Anton Altaparmakov | 2006-02-24 | 105 | -995/+1525 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | NTFS: We have struct kmem_cache now so use it instead of the typedef. | Pekka Enberg | 2006-02-05 | 2 | -11/+11 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | [PATCH] ramfs: update dir mtime and ctime | Andrew Morton | 2006-02-24 | 1 | -0/+2 |
| * | | | | | | [PATCH] flags parameter for linkat | Ulrich Drepper | 2006-02-24 | 1 | -2/+6 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | [GFS2] Remove pointless comment from nolock/main.c | Steven Whitehouse | 2006-02-27 | 1 | -3/+0 |
* | | | | | | [GFS2] 80 Column audit of locking modules | Steven Whitehouse | 2006-02-27 | 2 | -4/+8 |
* | | | | | | [GFS2] 80 Column audit of GFS2 | Steven Whitehouse | 2006-02-27 | 20 | -72/+146 |
* | | | | | | [GFS2] Use BUG_ON() rather then if (...) BUG(); | Steven Whitehouse | 2006-02-27 | 1 | -2/+2 |
* | | | | | | [GFS2] Audit printk and kmalloc | Steven Whitehouse | 2006-02-27 | 10 | -66/+64 |
* | | | | | | [GFS2] Patch to remove stats counters from GFS2 (II) | David Teigland | 2006-02-23 | 4 | -6/+0 |
* | | | | | | [GFS2] Patch to remove stats gathering from GFS2 | David Teigland | 2006-02-23 | 12 | -226/+10 |
* | | | | | | [DLM] Remove support for range locks (II) | David Teigland | 2006-02-23 | 3 | -7/+7 |
* | | | | | | [DLM] Remove range locks from the DLM | David Teigland | 2006-02-23 | 8 | -157/+11 |
* | | | | | | Merge branch 'master' | Steven Whitehouse | 2006-02-23 | 105 | -993/+1523 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e... | Steve French | 2006-02-22 | 2 | -7/+8 |
| * | | | | | Revert mount/umount uevent removal | Greg Kroah-Hartman | 2006-02-22 | 1 | -1/+14 |
| * | | | | | Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-02-20 | 2 | -12/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | [PATCH] fix handling of st_nlink on procfs root | Al Viro | 2006-02-18 | 2 | -12/+9 |
| * | | | | | | [PATCH] v9fs: update documentation and fix debug flag | Eric Van Hensbergen | 2006-02-20 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | [PATCH] select: time comparison fixes | Andrew Morton | 2006-02-17 | 2 | -6/+6 |
| * | | | | | [PATCH] fuse: fix bug in aborted fuse_release_end() | Miklos Szeredi | 2006-02-17 | 2 | -3/+14 |
| * | | | | | [PATCH] fix deadlock in ext2 | Peter Staubach | 2006-02-17 | 1 | -2/+4 |
| * | | | | | [PATCH] ocfs2: detach from heartbeat events before freeing mle | Kurt Hackel | 2006-02-16 | 1 | -1/+6 |
| * | | | | | [PATCH] ocfs2: only checkpoint journal when asked to | Mark Fasheh | 2006-02-16 | 2 | -6/+3 |
| * | | | | | [PATCH] ocfs2: manually grant remote recovery lock | Kurt Hackel | 2006-02-16 | 1 | -0/+11 |
| * | | | | | [PATCH] ocfs2: add dlm_wait_for_node_death | Kurt Hackel | 2006-02-16 | 4 | -1/+40 |
| * | | | | | [PATCH] ocfs2: fix release of ast never reserved | Kurt Hackel | 2006-02-16 | 1 | -3/+4 |
| * | | | | | [PATCH] ocfs2: recheck recovery state after getting lock | Kurt Hackel | 2006-02-16 | 1 | -0/+24 |
| * | | | | | [PATCH] fix zap_thread's ptrace related problems | Oleg Nesterov | 2006-02-15 | 1 | -1/+1 |
| * | | | | | [PATCH] CIFS: fix cifs_user_read oops when null SMB response on forcedirectio... | Steve French | 2006-02-14 | 1 | -6/+8 |
| * | | | | | [PATCH] NLM: Fix the NLM_GRANTED callback checks | Trond Myklebust | 2006-02-14 | 3 | -12/+19 |